Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Errno 2] No such file or directory: './fourm/utils/hmr2_utils/model_cfg.pkl' #15

Open
kaz12tech opened this issue Jul 9, 2024 · 1 comment

Comments

@kaz12tech
Copy link

Human pose dependencies are not installed, hence poses will not be visualized. To visualize them (optional), you can do the following:

  1. Install via pip install timm yacs smplx pyrender pyopengl==3.1.4
    You may need to follow the pyrender install instructions: https://pyrender.readthedocs.io/en/latest/install/index.html
  2. Download SMPL data from https://smpl.is.tue.mpg.de/. See https://github.com/shubham-goel/4D-Humans/ for an example.
  3. Copy the required SMPL files (smpl_mean_params.npz, SMPL_to_J19.pkl, smpl/SMPL_NEUTRAL.pkl) to fourm/utils/hmr2_utils/data .

I followed all the steps above but still got the error in the title.
Where is model_cfg.pkl?

@ofkar
Copy link
Collaborator

ofkar commented Jul 31, 2024

Hi @kaz12tech,

You can obtain it by following the loading procedure of 4D-Humans, please see here.

Best,
Oguzhan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants