-
Notifications
You must be signed in to change notification settings - Fork 4
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
FileNotFoundError: [Errno 2] No such file or directory: 'new/3dSwap/datasets/CelebA-HD/final_crops/gsy_src_2.jpg' #12
Comments
FileNotFoundError: [Errno 2] No such file or directory: '/new/3dSwap/output/faceswap/gsy_src_2_gsy_tar_1.png' |
@qym77 Hello, yes you need to modify that part and use argument parser to dynamically parse the input and output paths of your images and their corresponding camera poses, to process you dataset and get camera poses you can check the notebook. You can update faceswap_coach.py like this and ensure the argument parser expects these inputs Like this |
FileNotFoundError: [Errno 2] No such file or directory: '/mnt/traffic/home/new/3dSwap/output/faceswap/0_1.png' |
Sorry, there's something wrong with the original facewswap_coach.py file, and I've just updated it. |
yes,thank u for your great work and help! hope i can understand it better! ;) |
if i only want to run the order " python run_3dSwap.py" to see the result do i need to download datasets or some thing?because there is an error,readme seems not mention this
The text was updated successfully, but these errors were encountered: