mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-08-13 13:47:36 +02:00
Update frigate/config/classification.py
Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
This commit is contained in:
parent
c736f5a809
commit
dc78a7fd18
@ -157,8 +157,8 @@ class LicensePlateRecognitionConfig(FrigateBaseModel):
|
||||
)
|
||||
device: Optional[str] = Field(
|
||||
default=None,
|
||||
title="The gpu id to use for license plate recognition.",
|
||||
description="This is an override, to target a specific gpu use: '0', '1', etc.",
|
||||
title="The device key to use for semantic search.",
|
||||
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