alyssaq / face_morpher

:angel: Morph faces with Python, Numpy, Scipy
878 stars 236 forks source link

No such file or directory: /.../stasm_util_linux_cv3 #14

Open SimonBohn opened 7 years ago

SimonBohn commented 7 years ago

Whenever I run this, I get the error in the title. Do I need to compile my own stasm_util binary, or is opencv3 just not supported on Linux?

SimonBohn commented 7 years ago

In case anyone else encounters this issue: I compiled my own stasm_util following the instructions here: https://github.com/alyssaq/stasm_build, named it stasm_util_linux_cv3 and plopped it in the binaries directory and it worked!

alyssaq commented 7 years ago

Yay! I didnt have a cv3 linux stasm binary and Im glad it just worked! I was going to ask if you wouldnt mind emailing the binary but as an alternative, would you like to submit a pull request with the binary in the bin folder?

adamshamsudeen commented 6 years ago

@SimonBohn Did you copy the stasm_util file or the entire stasm_build folder into the binaries? And did you compile the opencv3 from source?