Skip to content

Commit

Permalink
update download link of android demo.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtjhl committed May 4, 2023
1 parent 258dd0a commit 94c846b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,8 @@ python tools/infer.py --weights yolov6s6.pt --img 1280 1280 --webcam --webcam-ad
* [OpenCV Python/C++](./deploy/ONNX/OpenCV)
* [OpenVINO](./deploy/OpenVINO)
* [TensorRT](./deploy/TensorRT)
* [NCNN](./deploy/NCNN)
* [Android](./deploy/NCNN/Android)
</details>

<details open>
Expand Down
2 changes: 2 additions & 0 deletions README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,8 @@ python tools/infer.py --weights yolov6s6.pt --img 1280 1280 --webcam --webcam-ad
* [OpenCV Python/C++](./deploy/ONNX/OpenCV)
* [OpenVINO](./deploy/OpenVINO)
* [TensorRT](./deploy/TensorRT)
* [NCNN](./deploy/NCNN)
* [Android](./deploy/NCNN/Android)
</details>

<details open>
Expand Down
5 changes: 3 additions & 2 deletions deploy/NCNN/Android/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# ncnn-android-yolov6

The yolov6 object detection in `Android` .
The YOLOv6 object detection demo of `Android`.
You can directly download apk file from [Android Demo here](https://github.com/meituan/YOLOv6/releases/download/0.4.0/yolov6-android-demo.apk), many thanks to [triple Mu](https://github.com/triple-Mu).

This is a sample ncnn android project, it depends on ncnn library and opencv

Expand All @@ -9,7 +10,7 @@ This is a sample ncnn android project, it depends on ncnn library and opencv
- [opencv-mobile](https://github.com/nihui/opencv-mobile)


## how to build and run
## How to build and run
### step1

* Download [ncnn-YYYYMMDD-android-vulkan.zip](https://github.com/Tencent/ncnn/releases) or build ncnn for android yourself
Expand Down

0 comments on commit 94c846b

Please sign in to comment.