Remove link to incorrect format yolov9 models

This commit is contained in:
Nicolas Mowen 2025-05-25 11:01:01 -06:00
parent e1b88adc35
commit f19c50fb8a

View File

@ -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