From 00fe2a1c35603b6fb37b73265aecf6282e5e2ad4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=A5=E9=9B=A8=E8=B4=B5=E5=A6=82=E6=B2=B9?= Date: Tue, 11 Apr 2023 20:08:25 +0800 Subject: [PATCH] [doc] update yolov8 doc of PaddleYOLO (#8053) --- docs/feature_models/PaddleYOLO_MODEL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/feature_models/PaddleYOLO_MODEL.md b/docs/feature_models/PaddleYOLO_MODEL.md index c9eb3e478..79da83ab3 100644 --- a/docs/feature_models/PaddleYOLO_MODEL.md +++ b/docs/feature_models/PaddleYOLO_MODEL.md @@ -29,7 +29,7 @@ **PaddleYOLO**是基于[PaddleDetection](https://github.com/PaddlePaddle/PaddleDetection)的YOLO系列模型库,**只包含YOLO系列模型的相关代码**,支持`YOLOv3`,`PP-YOLO`,`PP-YOLOv2`,`PP-YOLOE`,`PP-YOLOE+`,`YOLOX`,`YOLOv5`,`YOLOv6`,`YOLOv7`,`YOLOv8`,`RTMDet`等模型,欢迎一起使用和建设! ## 更新日志 -* 【2022/01/10】支持[YOLOv8](https://github.com/PaddlePaddle/PaddleYOLO/tree/release/2.5/configs/yolov8)预测和部署; +* 【2023/01/10】支持[YOLOv8](https://github.com/PaddlePaddle/PaddleYOLO/tree/release/2.5/configs/yolov8)预测和部署; * 【2022/09/29】支持[RTMDet](https://github.com/PaddlePaddle/PaddleYOLO/tree/release/2.5/configs/rtmdet)预测和部署; * 【2022/09/26】发布[`PaddleYOLO`](https://github.com/PaddlePaddle/PaddleYOLO)模型套件; * 【2022/09/19】支持[`YOLOv6`](https://github.com/PaddlePaddle/PaddleYOLO/tree/release/2.5/configs/yolov6)新版,包括n/t/s/m/l模型; -- GitLab