mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-17 21:58:22 +03:00
17 lines
647 B
JSON
17 lines
647 B
JSON
{
|
|
"label": "Detector hardware",
|
|
"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."
|
|
}
|
|
}
|