2025-10-01 15:39:43 +03:00
|
|
|
{
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Detector hardware configuration",
|
|
|
|
|
"description": "Configuration for object detectors (CPU, EdgeTPU, GPU backends) and any detector-specific model settings.",
|
2026-01-23 18:55:56 +03:00
|
|
|
"type": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Detector Type",
|
|
|
|
|
"description": "Type of detector to use for object detection (for example 'cpu', 'edgetpu', 'openvino')."
|
2026-01-23 18:55:56 +03:00
|
|
|
},
|
|
|
|
|
"model": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Detector specific model configuration",
|
|
|
|
|
"description": "Detector-specific model configuration options (path, input size, etc.)."
|
2026-01-23 18:55:56 +03:00
|
|
|
},
|
|
|
|
|
"model_path": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Detector specific model path",
|
|
|
|
|
"description": "File path to the detector model binary if required by the chosen detector."
|
2025-10-01 15:39:43 +03:00
|
|
|
}
|
2026-01-24 17:54:56 +03:00
|
|
|
}
|