Ensure that hailo uses correct labelmap

This commit is contained in:
Nicolas Mowen 2025-04-11 07:36:09 -06:00
parent 664889d487
commit 8c9045f662

View File

@ -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
# #