vye16 / slahmr

MIT License
441 stars 50 forks source link

FileNotFound error model_config.yaml #56

Closed arnavbalaji closed 1 month ago

arnavbalaji commented 1 month ago

Hello, I have been trying to install slahmr. I went through then installation instructions on the github, and I think I got everything. However, I am getting this error when running python run_opt.py data=video data.seq=022691_mpii_test data.root={my_root_dir} run_opt=False run_vis=False

FileNotFoundError: [Errno 2] No such file or directory: '{root}/.cache/4DHumans/logs/train/multiruns/hmr2/0/model_config.yaml'

and

FileNotFoundError: [Errno 2] No such file or directory: '{root}/slahmr/demo/slahmr/phalp_out/022691_mpii_test/results/demo_022691_mpii_test.pkl' -> '{root}/slahmr/demo/slahmr/phalp_out/022691_mpii_test/022691_mpii_test.pkl'

Does anyone have any experience with this? Any help would be appreciated. Thanks!