From 3021c476ba695a45e2fd21aa9bc198cb6eee80ab Mon Sep 17 00:00:00 2001 From: Chilicyy <107050484+Chilicyy@users.noreply.github.com> Date: Tue, 25 Oct 2022 15:21:07 +0800 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ad5a9a4..d5252e20 100644 --- a/README.md +++ b/README.md @@ -235,9 +235,8 @@ python tools/infer.py --weights yolov6s.pt --source img.jpg / imgdir / video.mp4 * [Tutorial of Quantization for YOLOv6](./docs/Tutorial%20of%20Quantization.md) -
- Third-party resources + Third-party resources * YOLOv6 NCNN Android app demo: [ncnn-android-yolov6](https://github.com/FeiGeChuanShu/ncnn-android-yolov6) from [FeiGeChuanShu](https://github.com/FeiGeChuanShu) * YOLOv6 ONNXRuntime/MNN/TNN C++: [YOLOv6-ORT](https://github.com/DefTruth/lite.ai.toolkit/blob/main/lite/ort/cv/yolov6.cpp), [YOLOv6-MNN](https://github.com/DefTruth/lite.ai.toolkit/blob/main/lite/mnn/cv/mnn_yolov6.cpp) and [YOLOv6-TNN](https://github.com/DefTruth/lite.ai.toolkit/blob/main/lite/tnn/cv/tnn_yolov6.cpp) from [DefTruth](https://github.com/DefTruth)