Skip to content

Commit

Permalink
🔀 [Merge] branch 'SETUP' into TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
henrytsui000 committed Nov 23, 2024
2 parents b4dad5e + 1dd9547 commit a421f81
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# YOLO: Official Implementation of YOLOv9, YOLOv7

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

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

### TODO Diagrams

```mermaid
flowchart TB
subgraph Features
Taskv7-->Segmentation["#35 Segmentation"]
Taskv7-->Classification["#34 Classification"]
Taskv9-->Segmentation
Taskv9-->Classification
Trainv7
end
subgraph Model
MODELv7-->v7-X
MODELv7-->v7-E6
MODELv7-->v7-E6E
MODELv9-->v9-T
MODELv9-->v9-S
MODELv9-->v9-E
end
subgraph Bugs
Fix-->Fix1["#12 mAP > 1"]
Fix-->Fix2["v9 Gradient Bump"]
Reply-->Reply1["#39"]
Reply-->Reply2["#36"]
end
```

## Star History

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

0 comments on commit a421f81

Please sign in to comment.