Skip to content

Commit f4c2822

Browse files
committed
update
1 parent f295813 commit f4c2822

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

demo_android_ncnn/README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ Download ncnn-android-vulkan-lib.zip from ncnn repo or build ncnn-android from s
1414
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
1515

1616
## 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)
1822

1923
## Step4.
2024
Open demo_android_ncnn folder with Android Studio and then build it.

0 commit comments

Comments
 (0)