Walter0807 / MotionBERT

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

Can I Use other methods to get 2Dpose such as MMPose #88

Closed Xushuolin closed 1 year ago

Xushuolin commented 1 year ago

Hello! great work, can I use the method in MMPose without applying the alpha pose to get the 2Dpose?

ethan-hibikirun commented 1 year ago

@whatishisname can u plz provide ur script for conversion?

Walter0807 commented 1 year ago

Thanks for your interest. MotionBERT has been integrated into MMPose with their 2D pose estimators: https://github.com/open-mmlab/mmpose/tree/main/configs/body_3d_keypoint/motionbert

vuxminhan commented 11 months ago

@Walter0807 I would like to ask is there any other 2D model intergrated, if so which one has yield the best result for being input of 3D model. Thanks in advance