-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Make 3D Triangulate possible with pytorch_dlc branch and MA project #2729
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
Make 3D Triangulate possible with pytorch_dlc branch and MA project #2729
Conversation
* Compute triangulated data with pose_estimation_pytorch * Make correct MultiIndex with unique bodyparts * adapt to DataFrame.to_hdf() changes
|
thanks so much for your contribution! This is super helpful! |
n-poulsen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Zelin2001, this looks great! Just suggested a few changes, let me know if you want to discuss anything.
One the changes are made this looks good to me :)
Thank you a lot for the advice @n-poulsen . I've learned more about deeplabcut from these changes. |
n-poulsen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! Thanks @Zelin2001!
Rationality
I proceeded with my project, and then found the
triangulate()function dependent on TensorFlow modules. Further debugging revealed more problems relating to the 'single' individual, who has a different bodypart dimension from common individuals.Finally, I made minor changes to make triangulation work on my dataset. These changes might also help with other 3D MA users.
Changes
Compute triangulated data with pose_estimation_pytorch
Make correct MultiIndex with unique bodyparts
adapt to DataFrame.to_hdf() changes