Walter0807 / MotionBERT

[ICCV 2023] PyTorch Implementation of "MotionBERT: A Unified Perspective on Learning Human Motion Representations"
Apache License 2.0
1k stars 120 forks source link

3D keypoint information and 2D keypoint information are not aligned #91

Closed jdyjjj closed 11 months ago

jdyjjj commented 12 months ago

Thank you very much for your amazing work. I encountered some issues while using this project. My pose keypoint information is extracted based on an alphapose. When I run infer_wild.py, the 3D keypoint information and 2D keypoint information are not aligned. For example, I have 233 2D keypoints, but the generated 3D keypoints have 234. May I ask why this is and how can I do it so that the 3D keypoints and 2D keypoints can be aligned?