henry000 commited on
Commit
a421f81
Β·
2 Parent(s): b4dad5e 1dd9547

πŸ”€ [Merge] branch 'SETUP' into TEST

Browse files
Files changed (1) hide show
  1. README.md +0 -35
README.md CHANGED
@@ -1,13 +1,5 @@
1
  # YOLO: Official Implementation of YOLOv9, YOLOv7
2
 
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
-
11
  [![Documentation Status](https://readthedocs.org/projects/yolo-docs/badge/?version=latest)](https://yolo-docs.readthedocs.io/en/latest/?badge=latest)
12
  ![GitHub License](https://img.shields.io/github/license/WongKinYiu/YOLO)
13
  ![WIP](https://img.shields.io/badge/status-WIP-orange)
@@ -112,33 +104,6 @@ python yolo/lazy.py task=validation dataset=toy
112
 
113
  Contributions to the YOLO project are welcome! See [CONTRIBUTING](docs/CONTRIBUTING.md) for guidelines on how to contribute.
114
 
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
-
142
  ## Star History
143
 
144
  [![Star History Chart](https://api.star-history.com/svg?repos=WongKinYiu/YOLO&type=Date)](https://star-history.com/#WongKinYiu/YOLO&Date)
 
1
  # YOLO: Official Implementation of YOLOv9, YOLOv7
2
 
 
 
 
 
 
 
 
 
3
  [![Documentation Status](https://readthedocs.org/projects/yolo-docs/badge/?version=latest)](https://yolo-docs.readthedocs.io/en/latest/?badge=latest)
4
  ![GitHub License](https://img.shields.io/github/license/WongKinYiu/YOLO)
5
  ![WIP](https://img.shields.io/badge/status-WIP-orange)
 
104
 
105
  Contributions to the YOLO project are welcome! See [CONTRIBUTING](docs/CONTRIBUTING.md) for guidelines on how to contribute.
106
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
107
  ## Star History
108
 
109
  [![Star History Chart](https://api.star-history.com/svg?repos=WongKinYiu/YOLO&type=Date)](https://star-history.com/#WongKinYiu/YOLO&Date)