Problem on first try #82
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I use this code after I have finished doing as described:
python test_video_swapspecific_instant.py --isTrain false --name people --Arc_path arcface_model/arcface_checkpoint.tar --pic_a_path "C:\Users\puszi\Downloads\SimSwap-main\demo_file\egy_src.jpg" --video_path "C:\Users\puszi\Downloads\SimSwap-main\demo_file\elso_dst.mp4" --output_path "C:\Users\puszi\Downloads\SimSwap-main\demo_file\elso_dst_SimSwap.mp4" --temp_path ./temp_results --no_simswaplogo
and it gives me that issue:
python: can't open file 'test_video_swapspecific_instant.py': [Errno 2] No such file or directory
or
python: can't open file 'test_video_swapsingle.py': [Errno 2] No such file or directory
#52