face_swap_image: command not found
Closed this issue · 2 comments
ovsilya commented
Hello guys,
I'm trying to run
cd path/to/face_swap/bin
face_swap_image --cfg test.cfg
command to do the swapping but it produces the following error:
face_swap_image: command not found
iacopomasi commented
Are you sure that you compiled correctly the source code to produce the final binary file?
Try to sift through the directories and see where the bin is the binary file you are looking for.
ovsilya commented
Are you sure that you compiled correctly the source code to produce the final binary file?
Try to sift through the directories and see where the bin is the binary file you are looking for.
@iacopomasi yeah, you're right, I was going through the wrong path. All works now, thanks!