mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-16 01:56:43 +03:00
Fix yolov9 coral docs labelmap path (#21278)
This commit is contained in:
parent
430cebecda
commit
51ee6f26e6
@ -175,7 +175,7 @@ model:
|
|||||||
width: 320 # <--- should match the imgsize of the model, typically 320
|
width: 320 # <--- should match the imgsize of the model, typically 320
|
||||||
height: 320 # <--- should match the imgsize of the model, typically 320
|
height: 320 # <--- should match the imgsize of the model, typically 320
|
||||||
path: /config/model_cache/yolov9-s-relu6-best_320_int8_edgetpu.tflite
|
path: /config/model_cache/yolov9-s-relu6-best_320_int8_edgetpu.tflite
|
||||||
labelmap_path: /labelmap/labels-coco-17.txt
|
labelmap_path: /config/labels-coco17.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
Note that the labelmap uses a subset of the complete COCO label set that has only 17 objects.
|
Note that the labelmap uses a subset of the complete COCO label set that has only 17 objects.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user