dlib-android-app icon indicating copy to clipboard operation
dlib-android-app copied to clipboard

:dragon: Android app to demo dlib-android(https://github.com/tzutalin/dlib-android). Use the prebuilt shared-lib built from dlib-android

Results 49 dlib-android-app issues
Sort by recently updated
recently updated
newest added

I've tried to integrate this library by several ways, but none works. Regarding gradle, the library only "works" if I use v.1.0.2 (which is not published in your git main...

I can't find any code by C, can you share these tome ?

Error ``` Execution failed for task ':app:checkDebugAarMetadata'. Could not resolve all files for configuration ':app:debugRuntimeClasspath'. Could not find com.tzutalin.dlib-android-app:dlib:1.0.4. Searched in the following locations: - https://dl.google.com/dl/android/maven2/com/tzutalin/dlib-android-app/dlib/1.0.4/dlib-1.0.4.pom - https://jcenter.bintray.com/com/tzutalin/dlib-android-app/dlib/1.0.4/dlib-1.0.4.pom Required by:...

I imported the library to my build.gradle, face detection is prfectlly done but the getFaceLandmarks() function returns 0 landmarks for each detected face. any idea how to solve this problem?

I am getting this error when i am trying to build project.

2021-01-19 20:22:38.390 4539-24500/? D/CameraService: MemTotal: 5512 MB, MemFree: 199 MB, Cached: 13 MB 2021-01-19 20:22:38.392 7689-7689/? I/SensorManager: registerListenerImpl() [Sensor: LGE Rotation Vector Sensor, Rate: 66667, SensorEventListener: a.a.a.j.e@d8904d1] by a.a.a.j.e.a():12 2021-01-19...

Hi, @tzutalin I am building an android app using face_recognition library with Kivy and buildozer. However when I am executing buildozer -v android debug deploy run , I am facing...

Is possible to use custom classifier trained by me?

I have added one new method in init_face_det.app, Now how can I create new .so files?