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

How to modify code with fixed pose? #119

Open
YunnaChen opened this issue Jan 4, 2024 · 1 comment
Open

How to modify code with fixed pose? #119

YunnaChen opened this issue Jan 4, 2024 · 1 comment

Comments

@YunnaChen
Copy link

Thanks for the great work. I would like to use real poses and fix poses . How should I proceed and is it possible to achieve? Any suggest will be very helpful, thank you!

@kg0221
Copy link

kg0221 commented Jan 5, 2024

If I understand correctly what you're trying to do - use actual measured poses as inputs along with the video frames, there is a way to do that.

In motion_filter.track(), there are two calls to self.video.append(). The first passes in a pose of Id to initialize the pose to identity for the first frame. The next passes in a pose of None to run the algorithm without pose input information. You will need to pass your poses into motion_filter.track() and then pass that in the self.video.append() call instead of Id or None.

You'll need to make sure your pose has been properly converted to SE3.

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