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

FileNotFoundError: [Errno 2] No such file or directory: 'data/mesh/smpl_mean_params.npz' #81

Closed KenAdamJoseph closed 1 year ago

KenAdamJoseph commented 1 year ago

when i run the following code to Evaluate h36m dataset, cant find the file smpl_mean_params.npz. python train_mesh.py --config configs/mesh/MB_train_h36m.yaml --evaluate checkpoint/mesh/MB_train_h36m/best_epoch.bin FileNotFoundError: [Errno 2] No such file or directory: 'data/mesh/smpl_mean_params.npz'

Additionally,I search the filename h36m_mean_smpl.npz in the code,and it is not used in the code.

KenAdamJoseph commented 1 year ago

should i download this file following https://github.com/nkolot/SPIN/tree/master/data ?

Walter0807 commented 1 year ago

Fixed, please check again. Thank you!