Sanoojan / REFace

This repository gives the official implementation of Realistic and Efficient Face Swapping: A Unified Approach with Diffusion Models (WACV 2025)
MIT License
52 stars 8 forks source link

No such file or directory: '/REFace/configs/project_ffhq.yaml' #2

Closed netrunner-exe closed 2 months ago

netrunner-exe commented 2 months ago
Traceback (most recent call last):
  File "/content/REFace/inference_swap_selected.py", line 771, in <module>
    main()
  File "/content/REFace/inference_swap_selected.py", line 383, in main
    config = OmegaConf.load(f"{opt.config}")
  File "/usr/local/lib/python3.10/dist-packages/omegaconf/omegaconf.py", line 183, in load
    with io.open(os.path.abspath(file_), "r", encoding="utf-8") as f:
FileNotFoundError: [Errno 2] No such file or directory: '/REFace/configs/project_ffhq.yaml'
Sanoojan commented 2 months ago

Thank you for pointing that. It was in the gitignore. I have included that now. Please check