You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to check if I can do only pose estimation in individual rgbd frames or a sequence of discrete rgbd frames without tracking? If so then could you tell me how to go about it?
I have seen that sometimes tracking fails in one frame and then its very hard to recover the pose from that point on. Is it possible to have a loop where the pose estimation is run every few frames to ensure the tracker and pose estimation are outputting close values, if not then reset the pose to the pose estimation and then continue tracking from that new initialization.
The text was updated successfully, but these errors were encountered:
this line runs the pose estimation. In run_demo.py we only did this for the first frame, but you can do this for every frame in order to always run estimation no tracking.
Do you have the sample data? Curious about what makes it failed. But what you mentioned is feasible.
Hi @wenbowen123 , I have a couple of questions.
I wanted to check if I can do only pose estimation in individual rgbd frames or a sequence of discrete rgbd frames without tracking? If so then could you tell me how to go about it?
I have seen that sometimes tracking fails in one frame and then its very hard to recover the pose from that point on. Is it possible to have a loop where the pose estimation is run every few frames to ensure the tracker and pose estimation are outputting close values, if not then reset the pose to the pose estimation and then continue tracking from that new initialization.
The text was updated successfully, but these errors were encountered: