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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -1,6 +1,5 @@
1
  ---
2
  license: gpl-3.0
3
- inference: false
4
  tags:
5
  - object-detection
6
  - computer-vision
@@ -28,4 +27,14 @@ model.view_img = False
28
  model.save_img = True
29
 
30
  pred = model.predict(source='data/images',yaml='data/coco.yaml', img_size=640)
 
 
 
 
 
 
 
 
 
 
31
  ```
 
1
  ---
2
  license: gpl-3.0
 
3
  tags:
4
  - object-detection
5
  - computer-vision
 
27
  model.save_img = True
28
 
29
  pred = model.predict(source='data/images',yaml='data/coco.yaml', img_size=640)
30
+ ```
31
+
32
+ ### BibTeX Entry and Citation Info
33
+ ```
34
+ @article{li2022yolov6,
35
+ title={YOLOv6: A single-stage object detection framework for industrial applications},
36
+ author={Li, Chuyi and Li, Lulu and Jiang, Hongliang and Weng, Kaiheng and Geng, Yifei and Li, Liang and Ke, Zaidan and Li, Qingyuan and Cheng, Meng and Nie, Weiqiang and others},
37
+ journal={arXiv preprint arXiv:2209.02976},
38
+ year={2022}
39
+ }
40
  ```