PerfectShow icon indicating copy to clipboard operation
PerfectShow copied to clipboard

No Face detected

Open VyankateshMore opened this issue 5 years ago • 4 comments

dlopen failed: library "libomp.so" not found

solve error using below link https://stackoverflow.com/questions/59794824/android-app-crash-after-ndk-upgraded-from-20-1-to-21-0

But face issue

"Sorry, no face detected. Please use front face for better result."

Please help us to resolve this. problem Thank your response

VyankateshMore avatar Feb 24 '20 14:02 VyankateshMore

Project build Successfully no any error in project, Every thing run successfully, But show toast every time"Sorry, no face detected. Please use front face for better result.", I used different different images for makeup but got same result. please tell me making any other changes inside project , I had made changes as per your documentation. thank you.

VyankateshMore avatar Feb 28 '20 06:02 VyankateshMore

First I met error: https://stackoverflow.com/questions/59794824/android-app-crash-after-ndk-upgraded-from-20-1-to-21-0 When I set: set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fopenmp -static-openmp") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fopenmp -static-openmp") Build OK. But show Toast: "Sorry, no face detected. Please use front face for better result."

randauto avatar Jun 08 '20 23:06 randauto

First I met error: https://stackoverflow.com/questions/59794824/android-app-crash-after-ndk-upgraded-from-20-1-to-21-0 When I set: set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fopenmp -static-openmp") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fopenmp -static-openmp") Build OK. But show Toast: "Sorry, no face detected. Please use front face for better result."

Hi, did you solve this problem?

AndrewKisyk avatar Jun 27 '22 16:06 AndrewKisyk

First I met error: https://stackoverflow.com/questions/59794824/android-app-crash-after-ndk-upgraded-from-20-1-to-21-0 When I set: set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fopenmp -static-openmp") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fopenmp -static-openmp") Build OK. But show Toast: "Sorry, no face detected. Please use front face for better result."

Hi, did you solve this problem? Not yet, but I use other solutions for detected faces. I'm used MLKit.

randauto avatar Jul 07 '22 09:07 randauto