This value is used by the model to constrain the list of possible species that it will try to detect, given the minimum occurence frequency. A 0.05 threshold means that the species is seen on average at least 5% of the time, from historically collected data for your lat/lon. If you'd like to tinker with this value and see the species list output, you can run the following command: ~/BirdNET-Pi/birdnet/bin/python3 species.py --threshold 0.05
+
This value is used by the model to constrain the list of possible species that it will try to detect, given the minimum occurence frequency. A 0.05 threshold means that the species is seen on average at least 5% of the time, from historically collected data for your lat/lon. If you'd like to tinker with this value and see the species list output, you can run the following command: ~/BirdNET-Pi/birdnet/bin/python3 ~/BirdNET-Pi/scripts/species.py --threshold 0.05