From 81424924aaa11d2205f8aa9951dbca43678f4c9a Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Mon, 26 May 2025 08:04:20 -0600 Subject: [PATCH] Add note about python yolov9 export --- docs/docs/configuration/object_detectors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/configuration/object_detectors.md b/docs/docs/configuration/object_detectors.md index c26f5eab6..0080dfb2e 100644 --- a/docs/docs/configuration/object_detectors.md +++ b/docs/docs/configuration/object_detectors.md @@ -1060,6 +1060,7 @@ git clone https://github.com/WongKinYiu/yolov9 cd yolov9 # setup the virtual environment so installation doesn't affect main system +# NOTE: Virtual environment must be using Python 3.11 or older. python3 -m venv ./ bin/pip install -r requirements.txt bin/pip install onnx onnxruntime onnx-simplifier>=0.4.1