mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-06 21:44:13 +03:00
Add bird to classification reference
This commit is contained in:
parent
755f51f1ad
commit
cac29f96e7
@ -710,8 +710,14 @@ audio_transcription:
|
|||||||
# List of language codes: https://github.com/openai/whisper/blob/main/whisper/tokenizer.py#L10
|
# List of language codes: https://github.com/openai/whisper/blob/main/whisper/tokenizer.py#L10
|
||||||
language: en
|
language: en
|
||||||
|
|
||||||
# Optional: Configuration for custom classification models
|
# Optional: Configuration for classification models
|
||||||
classification:
|
classification:
|
||||||
|
# Optional: Configuration for bird classification
|
||||||
|
bird:
|
||||||
|
# Optional: Enable bird classification (default: shown below)
|
||||||
|
enabled: False
|
||||||
|
# Optional: Minimum classification score required to be considered a match (default: shown below)
|
||||||
|
threshold: 0.9
|
||||||
custom:
|
custom:
|
||||||
# Required: name of the classification model
|
# Required: name of the classification model
|
||||||
model_name:
|
model_name:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user