-
Notifications
You must be signed in to change notification settings - Fork 10
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
Load 3D pose data from Anipose #124
Comments
FWIW: https://github.com/talmolab/sleap-anipose Our data model implemented in |
Thanks for the super-specific links. These make it extremely easy for us to also implement an anipose-loader. |
Another 3D format would be that of JARVIS. Following this manual we should be able to create example prediction files |
I have written a first draft of an anipose loader, can open a PR if this is not been addressed anywhere! |
By all means do open a draft PR @vigji, none of us is working on it at the moment. |
Is your feature request related to a problem? Please describe.
We currently only load 2D pose predictions from SLEAP, DeepLabCut and LightningPose. We want to expand our support to 3D as well, e.g. Anipose and/or DANNCE.
Describe the solution you'd like
Anipose seems like a good starting point as we feel it's widely used. We should get ourselves some sample output files to get working on this.
Additional context
Working on this will also reveal if/how our current data model is inadequate for representing 3D data.
The text was updated successfully, but these errors were encountered: