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

Colab gives an error when running the model #242

Open
oshan35 opened this issue Jan 13, 2024 · 0 comments
Open

Colab gives an error when running the model #242

oshan35 opened this issue Jan 13, 2024 · 0 comments

Comments

@oshan35
Copy link

oshan35 commented Jan 13, 2024

I ran the colab as explained in the README.MD. Everything went smoothly but at the end i get an error like this

100% 97.8M/97.8M [00:01<00:00, 77.5MB/s] Traceback (most recent call last): File "/usr/local/lib/python3.8/runpy.py", line 194, in _run_module_as_main return _run_code(code, main_globals, None, File "/usr/local/lib/python3.8/runpy.py", line 87, in _run_code exec(code, run_globals) File "/content/ICON/apps/infer.py", line 103, in <module> dataset = TestDataset(dataset_param, device) File "/content/ICON/lib/dataset/TestDataset.py", line 90, in __init__ self.hps = PIXIE(config=pixie_cfg, device=self.device) File "/content/ICON/lib/pixielib/pixie.py", line 50, in __init__ self._create_model() File "/content/ICON/lib/pixielib/pixie.py", line 126, in _create_model self.smplx = SMPLX(self.cfg.model).to(self.device) File "/content/ICON/lib/pixielib/models/SMPLX.py", line 835, in __init__ self.extra_joint_selector = JointsFromVerticesSelector(fname=config.extra_joint_path) File "/content/ICON/lib/pixielib/models/lbs.py", line 402, in __init__ with open(fname, 'r') as f: FileNotFoundError: [Errno 2] No such file or directory: '/content/ICON/data/HPS/pixie_data/smplx_extra_joints.yaml'

i tried to find the smplx_extra_joints.yaml file in the repo but i couldn't find.

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

1 participant