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

Where can I get the finetuned version with 16.9 mm mpjpe #95

Closed ethan-hibikirun closed 10 months ago

ethan-hibikirun commented 11 months ago

saw it here https://paperswithcode.com/paper/motionbert-unified-pretraining-for-human#code but can't find the model. Is this 3D Pose (H36M-SH, ft)? but why are the metrics different

Walter0807 commented 10 months ago

I think it is the result of using ground-truth 2D keypoint as input. You can train it by setting gt_2d as true in the training configs.