face_morpher
face_morpher copied to clipboard
No such file or directory: /.../stasm_util_linux_cv3
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?
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!
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?
@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?