From f19c50fb8a6ac84a2a9ef7f40e6961e18992d806 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Sun, 25 May 2025 11:01:01 -0600 Subject: [PATCH] Remove link to incorrect format yolov9 models --- 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 ae497b41d..c26f5eab6 100644 --- a/docs/docs/configuration/object_detectors.md +++ b/docs/docs/configuration/object_detectors.md @@ -1053,7 +1053,7 @@ python3 yolo_to_onnx.py -m yolov7-320 #### YOLOv9 -YOLOv9 models can be exported using the below code or they [can be downloaded from hugging face](https://huggingface.co/Xenova/yolov9-onnx/tree/main) +YOLOv9 models can be exported using the below code ```sh git clone https://github.com/WongKinYiu/yolov9