mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-04 06:33:45 +00:00
correct title for: device in FaceRec and LPR config models
This commit is contained in:
parent
df1e7cb431
commit
2a9a8519c1
@ -203,7 +203,7 @@ class FaceRecognitionConfig(FrigateBaseModel):
|
||||
)
|
||||
device: Optional[str] = Field(
|
||||
default=None,
|
||||
title="The device key to use for semantic search.",
|
||||
title="The device key to use for face recognition.",
|
||||
description="This is an override, to target a specific device. See https://onnxruntime.ai/docs/execution-providers/ for more information",
|
||||
)
|
||||
|
||||
@ -266,7 +266,7 @@ class LicensePlateRecognitionConfig(FrigateBaseModel):
|
||||
)
|
||||
device: Optional[str] = Field(
|
||||
default=None,
|
||||
title="The device key to use for semantic search.",
|
||||
title="The device key to use for LPR.",
|
||||
description="This is an override, to target a specific device. See https://onnxruntime.ai/docs/execution-providers/ for more information",
|
||||
)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user