emoca icon indicating copy to clipboard operation
emoca copied to clipboard

Missing cfg.yaml

Open AIMads opened this issue 3 years ago • 1 comments

Hey I have compiled most of the program now faced issues with ffmpeg but fixed it, but it seems there is a missing cfg.yaml file?

Traceback (most recent call last): File "demos/test_emoca_on_video.py", line 111, in main() File "demos/test_emoca_on_video.py", line 75, in main emoca, conf = load_model(path_to_models, model_name, mode) File "/home/mil/Desktop/emoca/gdl_apps/EMOCA/utils/load.py", line 167, in load_model with open(Path(run_path) / "cfg.yaml", "r") as f: FileNotFoundError: [Errno 2] No such file or directory: '/home/mil/Desktop/emoca/assets/EMOCA/models/EMOCA/cfg.yaml'

AIMads avatar Nov 27 '22 13:11 AIMads

Have you used the download_assets.sh script to download the trained model? Has it downloaded successfully?

radekd91 avatar Feb 19 '23 12:02 radekd91