mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-13 03:47:34 +03:00
17 lines
661 B
JSON
17 lines
661 B
JSON
{
|
|
"label": "Detector hardware configuration",
|
|
"description": "Configuration for object detectors (CPU, EdgeTPU, GPU backends) and any detector-specific model settings.",
|
|
"type": {
|
|
"label": "Detector Type",
|
|
"description": "Type of detector to use for object detection (for example 'cpu', 'edgetpu', 'openvino')."
|
|
},
|
|
"model": {
|
|
"label": "Detector specific model configuration",
|
|
"description": "Detector-specific model configuration options (path, input size, etc.)."
|
|
},
|
|
"model_path": {
|
|
"label": "Detector specific model path",
|
|
"description": "File path to the detector model binary if required by the chosen detector."
|
|
}
|
|
}
|