Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only pose estimation No tracking #37

Closed
abhishekmonogram opened this issue Apr 8, 2024 · 1 comment
Closed

Only pose estimation No tracking #37

abhishekmonogram opened this issue Apr 8, 2024 · 1 comment

Comments

@abhishekmonogram
Copy link

Hi @wenbowen123 , I have a couple of questions.

  1. 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?

  2. 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.

@wenbowen123
Copy link
Collaborator

  1. pose = est.register(K=reader.K, rgb=color, depth=depth, ob_mask=mask, iteration=args.est_refine_iter)
    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.
  2. Do you have the sample data? Curious about what makes it failed. But what you mentioned is feasible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants