2025-10-01 15:39:43 +03:00
|
|
|
{
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Detection model configuration",
|
|
|
|
|
"description": "Settings to configure a custom object detection model, its input shape, and labelmap overrides.",
|
2026-01-23 18:55:56 +03:00
|
|
|
"path": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Custom Object detection model path",
|
|
|
|
|
"description": "Path to a custom detection model file (or plus://<model_id> for Frigate+ models)."
|
2026-01-23 18:55:56 +03:00
|
|
|
},
|
|
|
|
|
"labelmap_path": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Label map for custom object detector",
|
|
|
|
|
"description": "Path to a labelmap file that maps numeric classes to string labels for the detector."
|
2026-01-23 18:55:56 +03:00
|
|
|
},
|
|
|
|
|
"width": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Object detection model input width",
|
|
|
|
|
"description": "Width of the model input tensor in pixels."
|
2026-01-23 18:55:56 +03:00
|
|
|
},
|
|
|
|
|
"height": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Object detection model input height",
|
|
|
|
|
"description": "Height of the model input tensor in pixels."
|
2026-01-23 18:55:56 +03:00
|
|
|
},
|
|
|
|
|
"labelmap": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Labelmap customization",
|
|
|
|
|
"description": "Overrides or remapping entries to merge into the standard labelmap."
|
2026-01-23 18:55:56 +03:00
|
|
|
},
|
|
|
|
|
"attributes_map": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Map of object labels to their attribute labels",
|
|
|
|
|
"description": "Mapping from object labels to attribute labels used to attach metadata (for example 'car' -> ['license_plate'])."
|
2026-01-23 18:55:56 +03:00
|
|
|
},
|
|
|
|
|
"input_tensor": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Model Input Tensor Shape",
|
|
|
|
|
"description": "Tensor format expected by the model: 'nhwc' or 'nchw'."
|
2026-01-23 18:55:56 +03:00
|
|
|
},
|
|
|
|
|
"input_pixel_format": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Model Input Pixel Color Format",
|
|
|
|
|
"description": "Pixel colorspace expected by the model: 'rgb', 'bgr', or 'yuv'."
|
2026-01-23 18:55:56 +03:00
|
|
|
},
|
|
|
|
|
"input_dtype": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Model Input D Type",
|
|
|
|
|
"description": "Data type of the model input tensor (for example 'float32')."
|
2026-01-23 18:55:56 +03:00
|
|
|
},
|
|
|
|
|
"model_type": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Object Detection Model Type",
|
|
|
|
|
"description": "Detector model architecture type (ssd, yolox, yolonas) used by some detectors for optimization."
|
2025-10-01 15:39:43 +03:00
|
|
|
}
|
2026-01-24 17:54:56 +03:00
|
|
|
}
|