kadirnar commited on
Commit
fe6ab43
1 Parent(s): 23120e9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -45,3 +45,13 @@ categories = predictions[:, 5]
45
  # show detection bounding boxes on image
46
  results.show()
47
  ```
 
 
 
 
 
 
 
 
 
 
 
45
  # show detection bounding boxes on image
46
  results.show()
47
  ```
48
+
49
+ ### BibTeX Entry and Citation Info
50
+ ```
51
+ @article{wang2022yolov7,
52
+ title={{YOLOv7}: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors},
53
+ author={Wang, Chien-Yao and Bochkovskiy, Alexey and Liao, Hong-Yuan Mark},
54
+ journal={arXiv preprint arXiv:2207.02696},
55
+ year={2022}
56
+ }
57
+ ```