From c3151ffbc0c74c800c13d4aff0429f0d749a6565 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Mon, 14 Apr 2025 13:25:03 -0600 Subject: [PATCH] fix name --- docs/docs/configuration/object_detectors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration/object_detectors.md b/docs/docs/configuration/object_detectors.md index c50e732455..2906a78291 100644 --- a/docs/docs/configuration/object_detectors.md +++ b/docs/docs/configuration/object_detectors.md @@ -981,5 +981,5 @@ YOLOv9 models can be exported using the below code or they [can be downloaded fr git clone https://github.com/WongKinYiu/yolov9 cd yolov9 wget -O yolov9-t.pt "https://github.com/WongKinYiu/yolov9/releases/download/v0.1/yolov9-t-converted.pt" -python3 export.py --weights ./yolov9-t.pt --imgsz 320 --simplify +python3 export.py --weights ./yolov9-t-converted.pt --imgsz 320 --simplify ```