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
When I try to run the basic monocular model, I get this error:
--2024-03-11 00:47:50-- https://www.dropbox.com/s/aeulffqzb3zmh8x/pare-github-data.zip
Resolving www.dropbox.com (www.dropbox.com)... 162.125.4.18
Connecting to www.dropbox.com (www.dropbox.com)|162.125.4.18|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: /s/raw/aeulffqzb3zmh8x/pare-github-data.zip [following]
--2024-03-11 00:47:50-- https://www.dropbox.com/s/raw/aeulffqzb3zmh8x/pare-github-data.zip
Reusing existing connection to www.dropbox.com:443.
HTTP request sent, awaiting response... 404 Not Found
2024-03-11 00:47:50 ERROR 404: Not Found.
[RUN] unzip pare-github-data.zip -d models/pare
unzip: cannot find or open pare-github-data.zip, pare-github-data.zip.zip or pare-github-data.zip.ZIP.
Traceback (most recent call last):
File "/Users/kmcclenn/miniconda3/envs/easymocap/bin/emc", line 33, in <module>
sys.exit(load_entry_point('easymocap', 'console_scripts', 'emc')())
File "/Users/kmcclenn/Documents/UROP_Spring_24/EasyMocap/apps/mocap/run.py", line 113, in main_entrypoint
model = load_object(cfg_exp.module, cfg_exp.args)
File "/Users/kmcclenn/Documents/UROP_Spring_24/EasyMocap/easymocap/config/baseconfig.py", line 67, in load_object
obj = getattr(module, name)(**extra_args, **module_args)
File "/Users/kmcclenn/Documents/UROP_Spring_24/EasyMocap/myeasymocap/stages/basestage.py", line 48, in __init__
model = load_object(val['module'], val['args'])
File "/Users/kmcclenn/Documents/UROP_Spring_24/EasyMocap/easymocap/config/baseconfig.py", line 67, in load_object
obj = getattr(module, name)(**extra_args, **module_args)
File "/Users/kmcclenn/Documents/UROP_Spring_24/EasyMocap/myeasymocap/backbone/pare/pare.py", line 186, in __init__
self.model_cfg = update_hparams(CFG)
File "/Users/kmcclenn/Documents/UROP_Spring_24/EasyMocap/myeasymocap/backbone/pare/config.py", line 231, in update_hparams
hparams.merge_from_file(hparams_file)
File "/Users/kmcclenn/miniconda3/envs/easymocap/lib/python3.9/site-packages/yacs/config.py", line 211, in merge_from_file
with open(cfg_filename, "r") as f:
FileNotFoundError: [Errno 2] No such file or directory: 'models/pare/data/pare/checkpoints/pare_w_3dpw_config.yaml'
Does anyone know why this could be or how to fix it?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When I try to run the basic monocular model, I get this error:
Does anyone know why this could be or how to fix it?
Beta Was this translation helpful? Give feedback.
All reactions