mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-01 19:17:41 +03:00
Add note about python yolov9 export
This commit is contained in:
parent
388f4683f7
commit
81424924aa
@ -1060,6 +1060,7 @@ git clone https://github.com/WongKinYiu/yolov9
|
|||||||
cd yolov9
|
cd yolov9
|
||||||
|
|
||||||
# setup the virtual environment so installation doesn't affect main system
|
# 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 ./
|
python3 -m venv ./
|
||||||
bin/pip install -r requirements.txt
|
bin/pip install -r requirements.txt
|
||||||
bin/pip install onnx onnxruntime onnx-simplifier>=0.4.1
|
bin/pip install onnx onnxruntime onnx-simplifier>=0.4.1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user