mirror of
https://gitee.com/mymagicpower/AIAS.git
synced 2024-12-02 04:08:21 +08:00
.. | ||
face_detection | ||
README_CN.md | ||
README.md |
AIAS & DJL Android Demo
Introduction
In this example, you learn how to implement inference code with a pytorch model to detect faces in an image.
Lightweight model: The model github can be found at Ultra-Light-Fast-Generic-Face-Detector-1MB.
Face Detection
Sample 1 | Sample 2 |
---|---|
The minimum API level for this project is 26.
Setup
Use the following command to install this app on your Android phone:
cd face_detection
# for Linux/macOS
./gradlew iD
# for Windows
..\gradlew iD
It will install the application your Android phone.