tzutalin / dlib-android-app

:dragon: Android app to demo dlib-android(https://github.com/tzutalin/dlib-android). Use the prebuilt shared-lib built from dlib-android
Apache License 2.0
683 stars 246 forks source link

how to use face detect function on armeabi-v7 (32bits) phone? #54

Open cvJie opened 5 years ago

cvJie commented 5 years ago

when I want to use ""frontal_face_detector.h" : : frontal_face_detector *faceDetectorInit = get_frontal_face_detector();" ,to start facedetect on armeabi-v7. It will error....but on arm64-V8 is ok