Update README.md
Browse files
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
|