From 1dd95470f3462f8a1801687b8e3831ad0ec53bd0 Mon Sep 17 00:00:00 2001 From: henrytsui000 Date: Sun, 24 Nov 2024 01:28:20 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20[New]=20finish=20a=20stable=20versi?= =?UTF-8?q?on!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 35 ----------------------------------- 1 file changed, 35 deletions(-) diff --git a/README.md b/README.md index 0f8997a1..9db5148a 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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)