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

Thank you so much #7

Closed
ztx991028 opened this issue Oct 27, 2023 · 1 comment
Closed

Thank you so much #7

ztx991028 opened this issue Oct 27, 2023 · 1 comment

Comments

@ztx991028
Copy link

Hello! Can you tell me where the relevant code for 6-Dof pose estimation is in the repository? How it was achieved, thank you for your reply

@aofrancani
Copy link
Owner

The 6-DoF pose is the output of the model: https://github.com/aofrancani/TSformerVO/blob/main/predict_poses.py#L80

Keep in mind that we estimate poses given consecutive pairs of frames in a windowed data. So if you have a window size of 4 (4 frames), you estimate 3 poses considering the entire windowed data. If there is an overlap between successive windowed data (sliding window with overlap), I post-process the data by taking the average of the repeated poses (they are slightly different because the estimation takes into account the entire windowed data): https://github.com/aofrancani/TSformerVO/blob/main/plot_results.py#L30

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