diff --git a/docs/docs/configuration/bird_classification.md b/docs/docs/configuration/bird_classification.md index 8e38c8897..398729290 100644 --- a/docs/docs/configuration/bird_classification.md +++ b/docs/docs/configuration/bird_classification.md @@ -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.