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

Reverse triangulation #113

Closed
hugodwboss opened this issue Sep 28, 2023 · 3 comments
Closed

Reverse triangulation #113

hugodwboss opened this issue Sep 28, 2023 · 3 comments

Comments

@hugodwboss
Copy link

Hi there,

I am doing multiple data manipulations post triangulation and I was wondering if there is a way to then take the new 3d poses that I created and untriangulate them in 2d poses for each camera views so that I can then label the videos and visualize it in 2d.

Thanks in advance!

@RiSpa5
Copy link

RiSpa5 commented Nov 21, 2023

Hi, I recently found out that anipose has built-in functions exactly for that porpruse. You can first use anipose project-2d which allow 3D data to be reprojected back to 2D. Then you can use anipose label-2d-proj, which labels videos using the 2D reprojected data.
Hope it helps :)

@hugodwboss
Copy link
Author

Sweet! I will definitely give that a try! Thanks!

@lambdaloop
Copy link
Owner

Yeah that's right! The documentation really needs an uplift based on what we built over the last 2 years.
There's also the anipose visualizer, which makes a web visualizer of your data.

If anyone else happens here for searching, you can also project 3D points to 2D using the CameraGroup.project function within aniposelib

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

3 participants