neuralchen / SimSwap

An arbitrary face-swapping framework on images and videos with one single trained model!
Other
4.55k stars 895 forks source link

Problem on first try #82

Open anyhill opened 3 years ago

anyhill commented 3 years ago

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

woctezuma commented 3 years ago

52