Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 673 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 673 Bytes

ncnn-android-squeezenet

The squeezenet image classification

this is a sample ncnn android project, it depends on ncnn library only

https://github.com/Tencent/ncnn

apk download

https://github.com/nihui/ncnn-android-squeezenet/releases

how to build and run

step1

https://github.com/Tencent/ncnn/releases

  • Download ncnn-YYYYMMDD-android-vulkan-shared.zip or build ncnn for android yourself
  • Extract ncnn-YYYYMMDD-android-vulkan-shared.zip into app/src/main/jni and change the ncnn_DIR path to yours in app/src/main/jni/CMakeLists.txt

step2

  • Open this project with Android Studio, build it and enjoy!

screenshot