YuvalNirkin / face_swap

End-to-end, automatic face swapping pipeline
GNU General Public License v3.0
825 stars 203 forks source link

face_swap_image: command not found #45

Closed ovsilya closed 5 years ago

ovsilya commented 5 years ago

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 5 years ago

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 5 years ago

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!