From a7ca20f5da6500ab22f2989670bf29ac1f259fd6 Mon Sep 17 00:00:00 2001 From: HenryTsui <54672031+henrytsui000@users.noreply.github.com> Date: Thu, 15 Aug 2024 00:01:12 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=8D=EF=B8=8F=20[Update]=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 44313d0..91fed50 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ # 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: +> - CPU memory leak during training +> - 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)