mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-27 17:17:40 +03:00
Update frigate/config/classification.py
Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
This commit is contained in:
parent
0072a88871
commit
929f08eea5
@ -266,8 +266,8 @@ class LicensePlateRecognitionConfig(FrigateBaseModel):
|
|||||||
)
|
)
|
||||||
device: Optional[str] = Field(
|
device: Optional[str] = Field(
|
||||||
default=None,
|
default=None,
|
||||||
title="The gpu id to use for license plate recognition.",
|
title="The device key to use for semantic search.",
|
||||||
description="This is an override, to target a specific gpu use: '0', '1', etc.",
|
description="This is an override, to target a specific device. See https://onnxruntime.ai/docs/execution-providers/ for more information",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user