文章目录
本项目实现在 linux 平台使用 ncnn 部署 NanoDet Plus 模型的功能,内容亲测有效,可作为通用 ncnn 模型部署参考项目。
(1)准备工作:
(2)操作步骤:
step1
https://github.com/Tencent/ncnn/releases
- Download ncnn-YYYYMMDD-android-vulkan.zip or build ncnn for android yourself
- Extract ncnn-YYYYMMDD-android-vulkan.zip into app/src/main/jni and change the ncnn_DIR path to yours in app/src/main/jni/CMakeLists.txt
step2
https://github.com/nihui/opencv-mobile
- Download opencv-mobile-XYZ-android.zip
- Extract opencv-mobile-XYZ-android.zip into app/src/main/jni and change the OpenCV_DIR path to yours in app/src/main/jni/CMakeLists.txt
step3
- Open this project with Android Studio, build it and enjoy!
(3)参考教程
最后更新: 2022年03月03日 23:02