ShiqiYu / libfacedetection

An open source library for face detection in images. The face detection speed can reach 1000FPS.
Other
12.27k stars 3.05k forks source link

Easier packaging for Android #284

Closed codespree closed 1 year ago

codespree commented 3 years ago

@ShiqiYu, we released a Face Detection and Alignment library for Android based on your work: https://github.com/seventh-sense-ai/android-face-detection

Android developers can just add the line :

implementation 'ai.seventhsense:facedetection:1.0.8'

to their Android module gradle file, and start using the library on Android for both face detection and alignment.

Would appreciate a code review and any suggestion that you may have for optimisation.