Merge branch 'main' into uv-benchmarks

pull/17749/head
Glenn Jocher 1 week ago committed by GitHub
commit a645ce4e92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      .github/workflows/ci.yaml
  2. 2
      docs/en/integrations/sony-imx500.md

@ -212,7 +212,8 @@ jobs:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v4
- name: Install requirements
run: uv pip install --system . pytest-cov
shell: bash # for Windows compatibility
run: uv pip install --system -e . pytest-cov
- name: Check environment
run: |
yolo checks

@ -162,7 +162,7 @@ cd examples/imx500
Step 3: Run YOLOv8 object detection, using the labels.txt file that has been generated during the IMX500 export.
```bash
python imx500_object_detection_demo.py --model <path to network.rpk> --fps 25 --bbox-normalization --ignore-dash-labels --bbox-order xy labels <path to labels.txt>
python imx500_object_detection_demo.py --model <path to network.rpk> --fps 25 --bbox-normalization --ignore-dash-labels --bbox-order xy --labels <path to labels.txt>
```
Then you will be able to see live inference output as follows

Loading…
Cancel
Save