kadirnar commited on
Commit
ca29c51
·
1 Parent(s): a487027

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
@@ -45,3 +44,13 @@ categories = predictions[:, 5]
45
  # show detection bounding boxes on image
46
  results.show()
47
  ```
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: gpl-3.0
 
3
  tags:
4
  - object-detection
5
  - computer-vision
 
44
  # show detection bounding boxes on image
45
  results.show()
46
  ```
47
+
48
+ ### BibTeX Entry and Citation Info
49
+ ```
50
+ @article{wang2022yolov7,
51
+ title={{YOLOv7}: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors},
52
+ author={Wang, Chien-Yao and Bochkovskiy, Alexey and Liao, Hong-Yuan Mark},
53
+ journal={arXiv preprint arXiv:2207.02696},
54
+ year={2022}
55
+ }
56
+ ```