Spaces:
Runtime error
Runtime error
YOLOX-Android-ncnn
Andoird app of YOLOX object detection base on ncnn
Tutorial
Step1
Download ncnn-android-vulkan.zip from releases of ncnn. This repo uses 20210525 release for building.
Step2
After downloading, please extract your zip file. Then, there are two ways to finish this step:
- put your extracted directory into app/src/main/jni
- change the ncnn_DIR path in app/src/main/jni/CMakeLists.txt to your extracted directory
Step3
Download example param and bin file from onedrive or github. Unzip the file to app/src/main/assets.
Step4
Open this project with Android Studio, build it and enjoy!