From d6e9201da7f5589e9d401fdb9fc0282c5cf79965 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Wed, 26 Mar 2025 13:17:21 -0600 Subject: [PATCH] Add model info --- docs/docs/configuration/bird_classification.md | 4 ++++ 1 file changed, 4 insertions(+) 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.