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.
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.