Commit f4c2822 1 parent f295813 commit f4c2822 Copy full SHA for f4c2822
File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,11 @@ Download ncnn-android-vulkan-lib.zip from ncnn repo or build ncnn-android from s
14
14
Unzip ncnn library into demo_android_ncnn/app/src/main/cpp or change the ncnn path in demo_android_ncnn/app/src/main/cpp/CMakeLists.txt
15
15
16
16
## Step3.
17
- Copy the NanoDet ncnn model file (nanodet.param and nanodet.bin) from models folder into demo_android_ncnn/app/src/main/assets
17
+ Copy the NanoDet ncnn model file (nanodet_m.param and nanodet_m.bin) from models folder into demo_android_ncnn/app/src/main/assets
18
+
19
+ If you want to run yolov4-tiny and yolov5s, download them and also put in demo_android_ncnn/app/src/main/assets.
20
+
21
+ * [ Yolov4 and v5 ncnn model download link] ( https://drive.google.com/file/d/1Qk_1fDvOcFmNppDnaMFW-xFpMgLDyeAs/view?usp=sharing )
18
22
19
23
## Step4.
20
24
Open demo_android_ncnn folder with Android Studio and then build it.
You can’t perform that action at this time.
0 commit comments