2025-10-01 15:39:43 +03:00
|
|
|
{
|
|
|
|
|
"label": "Detection model configuration.",
|
2026-01-23 18:55:56 +03:00
|
|
|
"path": {
|
|
|
|
|
"label": "Custom Object detection model path."
|
|
|
|
|
},
|
|
|
|
|
"labelmap_path": {
|
|
|
|
|
"label": "Label map for custom object detector."
|
|
|
|
|
},
|
|
|
|
|
"width": {
|
|
|
|
|
"label": "Object detection model input width."
|
|
|
|
|
},
|
|
|
|
|
"height": {
|
|
|
|
|
"label": "Object detection model input height."
|
|
|
|
|
},
|
|
|
|
|
"labelmap": {
|
|
|
|
|
"label": "Labelmap customization."
|
|
|
|
|
},
|
|
|
|
|
"attributes_map": {
|
|
|
|
|
"label": "Map of object labels to their attribute labels."
|
|
|
|
|
},
|
|
|
|
|
"input_tensor": {
|
|
|
|
|
"label": "Model Input Tensor Shape"
|
|
|
|
|
},
|
|
|
|
|
"input_pixel_format": {
|
|
|
|
|
"label": "Model Input Pixel Color Format"
|
|
|
|
|
},
|
|
|
|
|
"input_dtype": {
|
|
|
|
|
"label": "Model Input D Type"
|
|
|
|
|
},
|
|
|
|
|
"model_type": {
|
|
|
|
|
"label": "Object Detection Model Type"
|
2025-10-01 15:39:43 +03:00
|
|
|
}
|
|
|
|
|
}
|