The YOLOv6 object detection demo of Android
.
You can directly download apk file from Android Demo here, many thanks to triple Mu.
This is a sample ncnn android project, it depends on ncnn library and opencv
- Download ncnn-YYYYMMDD-android-vulkan.zip or build ncnn for android yourself
- Extract
ncnn-YYYYMMDD-android-vulkan.zip
intoapp/src/main/jni
and change thencnn_DIR
path to yours inapp/src/main/jni/CMakeLists.txt
- Download opencv-mobile-XYZ-android.zip
- Extract
opencv-mobile-XYZ-android.zip
intoapp/src/main/jni
and change theOpenCV_DIR
path to yours inapp/src/main/jni/CMakeLists.txt
- download AndroidAssets.zip
- Unzip
AndroidAssets.zip
, you will get a directory named asassets
, move it intoapp/src/
.
- Open this project with Android Studio, build it and enjoy!
- Android ndk camera is used for best efficiency
- Crash may happen on very old devices for lacking HAL3 camera interface
- All models are manually modified to accept dynamic input shape
- Most small models run slower on GPU than on CPU, this is common
- FPS may be lower in dark environment because of longer camera exposure time