You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting with version 2.0.0, the BirdNET-Analyzer uses a new sensitivity implementation.
5
+
Our goal with this change is to make the sensitivity more intuitive by changing it so that higher sensitivity values always lead to higher confidence scores.
Where the old implementation changed the slope of the sigmoid function, the new implementation performs a shift of the function.
11
+
12
+
We have a little demo where you can explore the behavior of the old and the new sensitivity implementations `here <../_static/birdnet_sigmoid_sensitivity_old_vs_new.html>`_.
assertkeyinlow_sensitivity_result, "Low sensitivity result missing key from normal sensitivity result"
473
+
assertkeyinhigh_sensitivity_result, "High sensitivity result missing key from normal sensitivity result"
474
+
assertlow_sensitivity_result[key] <=normal_sensitivity_result[key], "Low sensitivity confidence should be less than or equal to normal sensitivity"
475
+
asserthigh_sensitivity_result[key] >=normal_sensitivity_result[key], "High sensitivity confidence should be greater than or equal to normal sensitivity"
0 commit comments