You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: