HenryTsui commited on
Commit
a7ca20f
·
unverified ·
1 Parent(s): dc88787

✍️ [Update] README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -1,5 +1,13 @@
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)
 
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
+ > - CPU memory leak during training
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)