Object Detection
computer-vision
yolov6
pypi
kadirnar commited on
Commit
1708f11
1 Parent(s): 7628f9a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -9,6 +9,13 @@ datasets:
9
  - detection-datasets/coco
10
  ---
11
 
 
 
 
 
 
 
 
12
  ### Installation
13
  ```
14
  pip install yolov6detect
 
9
  - detection-datasets/coco
10
  ---
11
 
12
+ ### Model Description
13
+ [YOLOv6: A single-stage object detection framework dedicated to industrial applications.](https://arxiv.org/abs/2207.02696)
14
+
15
+ [YOLOv6-Pip: Packaged version of the Yolov6 repository](https://github.com/kadirnar/yolov6-pip/)
16
+
17
+ [Paper Repo: Implementation of paper - YOLOv6](https://github.com/meituan/YOLOv6/)
18
+
19
  ### Installation
20
  ```
21
  pip install yolov6detect