Walter0807 / MotionBERT

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

Overlaying mesh over image #101

Closed take2rohit closed 1 year ago

take2rohit commented 1 year ago

Thanks for the awesome work and code. I wanted to know how can we project/overlay the SMPL vertices over the image, just like other papers like BEDLAM. This will show exactly how well the SMPL vertices are for an Image. Currently, I see that the code makes an arbitrary-size canvas and does projection over it. However, I want to project and align exactly with the image.

Any guidance would be greatly appreciated

Walter0807 commented 1 year ago

Thanks for your interest! You will need camera parameters to do pixel-aligned projection, which is difficult to estimate from skeletons alone. However, you can obtain them from other RGB-based mesh recovery methods.