Add model info

This commit is contained in:
Nicolas Mowen 2025-03-26 13:17:21 -06:00
parent 0180defdbb
commit d6e9201da7

View File

@ -9,6 +9,10 @@ Bird classification identifies known birds using a quantized Tensorflow model. W
Bird classification runs a lightweight tflite model on the CPU, there are no significantly different system requirements than running Frigate itself.
## Model
The classification model used is the MobileNet INat Bird Classification, [available identifiers can be found here.](https://raw.githubusercontent.com/google-coral/test_data/master/inat_bird_labels.txt)
## Configuration
Bird classification is disabled by default, it must be enabled in your config file before it can be used. Bird classification is a global configuration setting.