mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-15 15:45:27 +03:00
Update docs
This commit is contained in:
parent
539a886ab0
commit
40c84699c7
@ -16,8 +16,6 @@ Face recognition works by running a large AI model locally on your system. Syste
|
|||||||
Face recognition is disabled by default and requires semantic search to be enabled, face recognition must be enabled in your config file before it can be used. Semantic Search and face recognition are global configuration settings.
|
Face recognition is disabled by default and requires semantic search to be enabled, face recognition must be enabled in your config file before it can be used. Semantic Search and face recognition are global configuration settings.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
semantic_search:
|
face_recognition:
|
||||||
enabled: True
|
enabled: true
|
||||||
face_recognition:
|
|
||||||
enabled: true
|
|
||||||
```
|
```
|
||||||
@ -522,6 +522,14 @@ semantic_search:
|
|||||||
# NOTE: small model runs on CPU and large model runs on GPU
|
# NOTE: small model runs on CPU and large model runs on GPU
|
||||||
model_size: "small"
|
model_size: "small"
|
||||||
|
|
||||||
|
# Optional: Configuration for face recognition capability
|
||||||
|
face_recognition:
|
||||||
|
# Optional: Enable semantic search (default: shown below)
|
||||||
|
enabled: False
|
||||||
|
# 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: Configuration for AI generated tracked object descriptions
|
# Optional: Configuration for AI generated tracked object descriptions
|
||||||
# NOTE: Semantic Search must be enabled for this to do anything.
|
# NOTE: Semantic Search must be enabled for this to do anything.
|
||||||
# WARNING: Depending on the provider, this will send thumbnails over the internet
|
# WARNING: Depending on the provider, this will send thumbnails over the internet
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user