nihui
commited on
Commit
·
ba383bb
1
Parent(s):
a4569b7
fix(docs): fix typo and highlight keyword (#178)
Browse files
demo/ncnn/android/README.md
CHANGED
@@ -7,17 +7,17 @@ Andoird app of YOLOX object detection base on [ncnn](https://github.com/Tencent/
|
|
7 |
|
8 |
### Step1
|
9 |
|
10 |
-
Download ncnn-android-vulkan.zip from [releases of ncnn](https://github.com/Tencent/ncnn/releases). This repo
|
11 |
[20210525 release](https://github.com/Tencent/ncnn/releases/download/20210525/ncnn-20210525-android-vulkan.zip) for building.
|
12 |
|
13 |
### Step2
|
14 |
|
15 |
After downloading, please extract your zip file. Then, there are two ways to finish this step:
|
16 |
-
* put your extracted directory into app/src/main/jni
|
17 |
-
* change the ncnn_DIR path in app/src/main/jni/CMakeLists.txt to your extracted directory
|
18 |
|
19 |
### Step3
|
20 |
-
Download example param and bin file from [onedrive](https://megvii-my.sharepoint.cn/:u:/g/personal/gezheng_megvii_com/ESXBH_GSSmFMszWJ6YG2VkQB5cWDfqVWXgk0D996jH0rpQ?e=qzEqUh) or [github](https://github.com/Megvii-BaseDetection/storage/releases/download/0.0.1/yolox_s_ncnn.tar.gz). Unzip the file to app/src/main/assets
|
21 |
|
22 |
### Step4
|
23 |
Open this project with Android Studio, build it and enjoy!
|
|
|
7 |
|
8 |
### Step1
|
9 |
|
10 |
+
Download ncnn-android-vulkan.zip from [releases of ncnn](https://github.com/Tencent/ncnn/releases). This repo uses
|
11 |
[20210525 release](https://github.com/Tencent/ncnn/releases/download/20210525/ncnn-20210525-android-vulkan.zip) for building.
|
12 |
|
13 |
### Step2
|
14 |
|
15 |
After downloading, please extract your zip file. Then, there are two ways to finish this step:
|
16 |
+
* put your extracted directory into **app/src/main/jni**
|
17 |
+
* change the **ncnn_DIR** path in **app/src/main/jni/CMakeLists.txt** to your extracted directory
|
18 |
|
19 |
### Step3
|
20 |
+
Download example param and bin file from [onedrive](https://megvii-my.sharepoint.cn/:u:/g/personal/gezheng_megvii_com/ESXBH_GSSmFMszWJ6YG2VkQB5cWDfqVWXgk0D996jH0rpQ?e=qzEqUh) or [github](https://github.com/Megvii-BaseDetection/storage/releases/download/0.0.1/yolox_s_ncnn.tar.gz). Unzip the file to **app/src/main/assets**.
|
21 |
|
22 |
### Step4
|
23 |
Open this project with Android Studio, build it and enjoy!
|