Object Detection
computer-vision
yolov6
pypi
kadirnar commited on
Commit
4fdccdd
1 Parent(s): 89032ba

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -28,4 +28,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
  ```
 
28
  model.save_img = True
29
 
30
  pred = model.predict(source='data/images',yaml='data/coco.yaml', img_size=640)
31
+ ```
32
+
33
+ ### BibTeX Entry and Citation Info
34
+ ```
35
+ @article{li2022yolov6,
36
+ title={YOLOv6: A single-stage object detection framework for industrial applications},
37
+ 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},
38
+ journal={arXiv preprint arXiv:2209.02976},
39
+ year={2022}
40
+ }
41
  ```