Skip to content

Commit

Permalink
add link of user guide for YOLOv6
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilicyy committed Jan 17, 2023
1 parent 7baa876 commit 50a3d8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ python tools/infer.py --weights yolov6s6.pt --img 1280 1280 --source img.jpg / i
<details open>
<summary> Tutorials</summary>

* [User Guide(zh_CN)](https://yolov6-docs.readthedocs.io/zh_CN/latest/)
* [Train COCO Dataset](./docs/Train_coco_data.md)
* [Train custom data](./docs/Train_custom_data.md)
* [Test speed](./docs/Test_speed.md)
Expand Down
1 change: 1 addition & 0 deletions README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ python tools/infer.py --weights yolov6s6.pt --img 1280 1280 --source img.jpg / i
<details open>
<summary> 教程 </summary>

* [用户手册(中文版)](https://yolov6-docs.readthedocs.io/zh_CN/latest/)
* [训练 COCO 数据集](./docs/Train_coco_data.md)
* [训练自定义数据集](./docs/Train_custom_data.md)
* [测速](./docs/Test_speed.md)
Expand Down

0 comments on commit 50a3d8e

Please sign in to comment.