From 46415ffeb5ded876e506fd50254ca37b5d76fd4c Mon Sep 17 00:00:00 2001 From: matieu-d Date: Tue, 14 Apr 2026 22:00:23 +0200 Subject: [PATCH] Add Hailo-10H detector configuration to global.json --- web/public/locales/en/config/global.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/web/public/locales/en/config/global.json b/web/public/locales/en/config/global.json index 69c77fad1..d80739575 100644 --- a/web/public/locales/en/config/global.json +++ b/web/public/locales/en/config/global.json @@ -397,6 +397,14 @@ "description": "The device to use for Hailo inference (e.g. 'PCIe', 'M.2')." } }, + "hailo10h": { + "label": "Hailo-10H", + "description": "Hailo-10H detector using HEF models and the HailoRT SDK for inference on Hailo hardware.", + "device": { + "label": "Device Type", + "description": "The device to use for Hailo inference (e.g. 'PCIe', 'M.2')." + } + }, "memryx": { "label": "MemryX", "description": "MemryX MX3 detector that runs compiled DFP models on MemryX accelerators.",