Dynamic Threshold for Positive Bird Call Detections #211
tphakala
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have added a Dynamic Threshold for positive bird call detections, feature is available in latest :dev container release. This feature allows the detection thresholds to adapt based on recent high-confidence detections. Goal of this feature is to keep threshold low for species which are detected with high certaintity at your area.
The Dynamic Threshold can be configured with the following options:
How It Works
When a bird call detection exceeds the configured trigger threshold, the dynamic threshold for that species is adjusted to a lower value, making it easier for subsequent detections of the same species to be considered positive matches. The dynamic threshold has multiple levels and will not be lowered below the configured minimum value.
Beta Was this translation helpful? Give feedback.
All reactions