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
c32a43a724
commit
c736f5a809
@ -94,8 +94,8 @@ class FaceRecognitionConfig(FrigateBaseModel):
|
||||
)
|
||||
device: Optional[str] = Field(
|
||||
default=None,
|
||||
title="The gpu id to use for face 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