MotionBERT icon indicating copy to clipboard operation
MotionBERT copied to clipboard

[ICCV 2023] PyTorch Implementation of "MotionBERT: A Unified Perspective on Learning Human Motion Representations"

Results 46 MotionBERT issues
Sort by recently updated
recently updated
newest added

Hello, I used motionbert from the mmpose package and put the resulting 3D keypoints results into infer_wild_mesh.py. I have a problem with the SMPL prediction, the human body always has...

Hello Great work by the way! So i have been experimenting with the 3D visualization output and it seems that the depth is always constant no matter if i move...

I have the 3d keypoints value of a picture, but I am curious about the unit of these values, whether it's in pixels or something else. ![image](https://github.com/Walter0807/MotionBERT/assets/81965933/bddc23df-a55f-4431-a944-3cce6d1ada1b)

Hi, thank you for providing such an exciting project ! I met some problems in running preprocess_amass.py. It need smplh and dmpls model. I got smplh model data from [MANO](https://mano.is.tue.mpg.de/index.html),...

Hello, how can I save the results of pose estimation for each frame as a txt file?

I have set up the environment as said in the readme file. When I try to run the **_infer_wild_mesh.py_** file ,I get this error..! ``` File "infer_wild_mesh.py", line 138, in...

in `infer_wild.py`, the default batch size of `testloader_params` is 1. With batch size 1, everything works well. But when I set the batch size 2 or more, the following error...

I am looking for a way to turn 3D pose key points (x, y, z) into an SMPL model. My work is to generate the 3D key points, but now...

Thank you for the great work with MotionAGFormer! I have an own dataset with a different set of keypoints compared to H36M, with additional keypoints on the toes. Note that...

Hello MotionBert Team, I have been exploring the MotionBert model for 3D pose estimation and am impressed with its capabilities. I am particularly interested in applying it to a project...