mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-05 04:57:42 +03:00
Ensure that hailo uses correct labelmap
This commit is contained in:
parent
664889d487
commit
8c9045f662
@ -163,6 +163,7 @@ model:
|
|||||||
input_pixel_format: rgb
|
input_pixel_format: rgb
|
||||||
input_dtype: int
|
input_dtype: int
|
||||||
model_type: yolo-generic
|
model_type: yolo-generic
|
||||||
|
labelmap_path: /labelmap/coco-80.txt
|
||||||
|
|
||||||
# The detector automatically selects the default model based on your hardware:
|
# The detector automatically selects the default model based on your hardware:
|
||||||
# - For Hailo-8 hardware: YOLOv6n (default: yolov6n.hef)
|
# - For Hailo-8 hardware: YOLOv6n (default: yolov6n.hef)
|
||||||
@ -219,6 +220,7 @@ model:
|
|||||||
input_pixel_format: rgb
|
input_pixel_format: rgb
|
||||||
input_dtype: int
|
input_dtype: int
|
||||||
model_type: yolo-generic
|
model_type: yolo-generic
|
||||||
|
labelmap_path: /labelmap/coco-80.txt
|
||||||
# Optional: Specify a local model path.
|
# Optional: Specify a local model path.
|
||||||
# path: /config/model_cache/hailo/custom_model.hef
|
# path: /config/model_cache/hailo/custom_model.hef
|
||||||
#
|
#
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user