Update object_detectors.md

Fix command to generate yolov9 model
This commit is contained in:
Marco H
2026-02-23 14:23:08 +01:00
committed by GitHub
parent 4131252a3b
commit 98c9c8d129
+1 -1
View File
@@ -1060,7 +1060,7 @@ FROM python:3.11 AS build
RUN apt-get update && apt-get install --no-install-recommends -y libgl1 && rm -rf /var/lib/apt/lists/*
COPY --from=ghcr.io/astral-sh/uv:0.8.0 /uv /bin/
WORKDIR /yolov9
ADD https://github.com/WongKinYiu/yolov9.git .
RUN git clone https://github.com/WongKinYiu/yolov9.git .
RUN uv pip install --system -r requirements.txt
RUN uv pip install --system onnx==1.18.0 onnxruntime onnx-simplifier>=0.4.1 onnxscript
ARG MODEL_SIZE