From 16fa392eed93083e592740ac57d8b4e7b8626c15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=B8=AE=E6=94=BF?= Date: Tue, 14 Jan 2025 07:12:44 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0yolov9=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张帮政 --- PyTorch/built-in/cv/detection/YOLOV9_for_PyTorch/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PyTorch/built-in/cv/detection/YOLOV9_for_PyTorch/README.md b/PyTorch/built-in/cv/detection/YOLOV9_for_PyTorch/README.md index e5756d9013..81db8794aa 100644 --- a/PyTorch/built-in/cv/detection/YOLOV9_for_PyTorch/README.md +++ b/PyTorch/built-in/cv/detection/YOLOV9_for_PyTorch/README.md @@ -1,3 +1,5 @@ +# 当前仓已不维护,请跳转至 https://gitee.com/ascend/DrivingSDK/tree/master/model_examples/ + # YoloV9 for PyTorch - [简介](#简介) -- Gitee