kadirnar commited on
Commit
a03ee65
1 Parent(s): 88b0c82

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -9,6 +9,17 @@ datasets:
9
  - detection-datasets/coco
10
  ---
11
 
 
 
 
 
 
 
 
 
 
 
 
12
  ### Installation
13
  ```
14
  pip install yolov7detect
 
9
  - detection-datasets/coco
10
  ---
11
 
12
+ ### Model Description
13
+ [YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors](https://arxiv.org/abs/2207.02696)
14
+
15
+ [YOLOv7-Pip: Packaged version of the Yolov7 repository](https://github.com/kadirnar/yolov7-pip)
16
+
17
+ [Paper Repo: Implementation of paper - YOLOv7](https://github.com/WongKinYiu/yolov7)
18
+
19
+
20
+ ### Documents
21
+ [YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors](https://arxiv.org/abs/2207.02696)
22
+
23
  ### Installation
24
  ```
25
  pip install yolov7detect