mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-27 09:07:41 +03:00
update reference configuration
This commit is contained in:
parent
929f08eea5
commit
97d282162c
@ -586,6 +586,9 @@ semantic_search:
|
||||
# Optional: Set the model size used for embeddings. (default: shown below)
|
||||
# NOTE: small model runs on CPU and large model runs on GPU
|
||||
model_size: "small"
|
||||
# Optional: Target a specific device to run the model (default: None)
|
||||
# NOTE: See https://onnxruntime.ai/docs/execution-providers/ for more information
|
||||
#device:
|
||||
|
||||
# Optional: Configuration for face recognition capability
|
||||
# NOTE: enabled, min_area can be overridden at the camera level
|
||||
@ -609,6 +612,9 @@ face_recognition:
|
||||
blur_confidence_filter: True
|
||||
# Optional: Set the model size used face recognition. (default: shown below)
|
||||
model_size: small
|
||||
# Optional: Target a specific device to run the model (default: None)
|
||||
# NOTE: See https://onnxruntime.ai/docs/execution-providers/ for more information
|
||||
#device:
|
||||
|
||||
# Optional: Configuration for license plate recognition capability
|
||||
# NOTE: enabled, min_area, and enhancement can be overridden at the camera level
|
||||
@ -616,6 +622,7 @@ lpr:
|
||||
# Optional: Enable license plate recognition (default: shown below)
|
||||
enabled: False
|
||||
# Optional: The device to run the models on (default: shown below)
|
||||
# NOTE: See https://onnxruntime.ai/docs/execution-providers/ for more information
|
||||
device: CPU
|
||||
# Optional: Set the model size used for text detection. (default: shown below)
|
||||
model_size: small
|
||||
|
||||
Loading…
Reference in New Issue
Block a user