mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-09 00:27:37 +03:00
tweak language
This commit is contained in:
parent
909b40ba96
commit
c6775549af
@ -47,7 +47,7 @@ class ModelTypeEnum(str, Enum):
|
|||||||
class ModelConfig(BaseModel):
|
class ModelConfig(BaseModel):
|
||||||
path: Optional[str] = Field(
|
path: Optional[str] = Field(
|
||||||
None,
|
None,
|
||||||
title="Custom Object detection model path",
|
title="Custom object detector model path",
|
||||||
description="Path to a custom detection model file (or plus://<model_id> for Frigate+ models).",
|
description="Path to a custom detection model file (or plus://<model_id> for Frigate+ models).",
|
||||||
)
|
)
|
||||||
labelmap_path: Optional[str] = Field(
|
labelmap_path: Optional[str] = Field(
|
||||||
|
|||||||
@ -293,7 +293,7 @@
|
|||||||
"label": "Detector specific model configuration",
|
"label": "Detector specific model configuration",
|
||||||
"description": "Detector-specific model configuration options (path, input size, etc.).",
|
"description": "Detector-specific model configuration options (path, input size, etc.).",
|
||||||
"path": {
|
"path": {
|
||||||
"label": "Custom Object detection model path",
|
"label": "Custom object detector model path",
|
||||||
"description": "Path to a custom detection model file (or plus://<model_id> for Frigate+ models)."
|
"description": "Path to a custom detection model file (or plus://<model_id> for Frigate+ models)."
|
||||||
},
|
},
|
||||||
"labelmap_path": {
|
"labelmap_path": {
|
||||||
@ -466,7 +466,7 @@
|
|||||||
"label": "Detection model",
|
"label": "Detection model",
|
||||||
"description": "Settings to configure a custom object detection model and its input shape.",
|
"description": "Settings to configure a custom object detection model and its input shape.",
|
||||||
"path": {
|
"path": {
|
||||||
"label": "Custom Object detection model path",
|
"label": "Custom object detector model path",
|
||||||
"description": "Path to a custom detection model file (or plus://<model_id> for Frigate+ models)."
|
"description": "Path to a custom detection model file (or plus://<model_id> for Frigate+ models)."
|
||||||
},
|
},
|
||||||
"labelmap_path": {
|
"labelmap_path": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user