Skip to content

Commit a421f81

Browse files
committed
🔀 [Merge] branch 'SETUP' into TEST
2 parents b4dad5e + 1dd9547 commit a421f81

File tree

1 file changed

+0
-35
lines changed

1 file changed

+0
-35
lines changed

‎README.md‎

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
# YOLO: Official Implementation of YOLOv9, YOLOv7
22

3-
> [!CAUTION]
4-
> We wanted to inform you that the training code for this project is still in progress, and there are two known issues:
5-
>
6-
> - Slower convergence speed
7-
>
8-
> We strongly recommend refraining from training the model until version 1.0 is released.
9-
> However, inference and validation with pre-trained weights on COCO are available and can be used safely.
10-
113
[![Documentation Status](https://readthedocs.org/projects/yolo-docs/badge/?version=latest)](https://yolo-docs.readthedocs.io/en/latest/?badge=latest)
124
![GitHub License](https://img.shields.io/github/license/WongKinYiu/YOLO)
135
![WIP](https://img.shields.io/badge/status-WIP-orange)
@@ -112,33 +104,6 @@ python yolo/lazy.py task=validation dataset=toy
112104

113105
Contributions to the YOLO project are welcome! See [CONTRIBUTING](docs/CONTRIBUTING.md) for guidelines on how to contribute.
114106

115-
### TODO Diagrams
116-
117-
```mermaid
118-
flowchart TB
119-
subgraph Features
120-
Taskv7-->Segmentation["#35 Segmentation"]
121-
Taskv7-->Classification["#34 Classification"]
122-
Taskv9-->Segmentation
123-
Taskv9-->Classification
124-
Trainv7
125-
end
126-
subgraph Model
127-
MODELv7-->v7-X
128-
MODELv7-->v7-E6
129-
MODELv7-->v7-E6E
130-
MODELv9-->v9-T
131-
MODELv9-->v9-S
132-
MODELv9-->v9-E
133-
end
134-
subgraph Bugs
135-
Fix-->Fix1["#12 mAP > 1"]
136-
Fix-->Fix2["v9 Gradient Bump"]
137-
Reply-->Reply1["#39"]
138-
Reply-->Reply2["#36"]
139-
end
140-
```
141-
142107
## Star History
143108

144109
[![Star History Chart](https://api.star-history.com/svg?repos=WongKinYiu/YOLO&type=Date)](https://star-history.com/#WongKinYiu/YOLO&Date)

0 commit comments

Comments
 (0)