π [Merge] branch 'main' into SETUP
Browse files
README.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1 |
# YOLO: Official Implementation of YOLOv9, YOLOv7
|
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
[](https://yolo-docs.readthedocs.io/en/latest/?badge=latest)
|
4 |

|
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 |
+
> - 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 |
[](https://yolo-docs.readthedocs.io/en/latest/?badge=latest)
|
12 |

|
13 |

|