Add coco-80 labelmap and update FFmpeg for Rockchip (#11695)

* add coco-80 labelmap and update ffmpeg

* Update docs/docs/configuration/object_detectors.md

---------

Co-authored-by: Blake Blackshear <blake.blackshear@gmail.com>
This commit is contained in:
Marc Altmann
2024-06-03 03:47:26 +02:00
committed by GitHub
parent 1e80342c41
commit 7a4eb0b37c
4 changed files with 95 additions and 7 deletions

View File

@@ -348,8 +348,16 @@ model: # required
input_pixel_format: bgr # required
# shape of detection frame
input_tensor: nhwc
# needs to be adjusted to model, see below
labelmap_path: /labelmap.txt # required
```
The correct labelmap must be loaded for each model. If you use a custom model (see notes below), you must make sure to provide the correct labelmap. The table below lists the correct paths for the bundled models:
| `path` | `labelmap_path` |
| ------------------- | --------------------- |
| deci-fp16-yolonas_* | /labelmap/coco-80.txt |
### Choosing a model
:::warning