From 8c9045f662f320bddcd3429f2a6034003f7194b5 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Fri, 11 Apr 2025 07:36:09 -0600 Subject: [PATCH] Ensure that hailo uses correct labelmap --- docs/docs/configuration/object_detectors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/configuration/object_detectors.md b/docs/docs/configuration/object_detectors.md index 2f3ebc3974..31f0df1dac 100644 --- a/docs/docs/configuration/object_detectors.md +++ b/docs/docs/configuration/object_detectors.md @@ -163,6 +163,7 @@ model: input_pixel_format: rgb input_dtype: int model_type: yolo-generic + labelmap_path: /labelmap/coco-80.txt # The detector automatically selects the default model based on your hardware: # - For Hailo-8 hardware: YOLOv6n (default: yolov6n.hef) @@ -219,6 +220,7 @@ model: input_pixel_format: rgb input_dtype: int model_type: yolo-generic + labelmap_path: /labelmap/coco-80.txt # Optional: Specify a local model path. # path: /config/model_cache/hailo/custom_model.hef #