woheller69 / whoBIRD

Identify bird sounds in real time with this Android version of BirdNET. Bird sound recognition for more than 6,000 species worldwide.
GNU General Public License v3.0
249 stars 13 forks source link

Allow User to set LOCATION_FILTER_THRESHOLD on Startup #29

Closed MueJosh closed 3 months ago

MueJosh commented 3 months ago

Thanks for creating this application! It has some quirks but nothing Problematic. (I agree with the Detections while the screen is off and the user should be able to change the microphone)

In the BirdNET Settings there is something called "LOCATION_FILTER_THRESHOLD" See it on LINE 62

The User should be able to set this value tfor themself, otherwise some Birds dont get detected.

I opend an issue in another repo that has exactly the same Problem. There it is also explained why it should be changeable. Link

woheller69 commented 3 months ago

The threshold currently is 0.01, so it is more relaxed than in BirdNET.

MueJosh commented 3 months ago

The threshold currently is 0.01, so it is more relaxed than in BirdNET.

I know. It still doesn't detect any owl on my location except the "tawny owl"

I would be happy to see this implemented! nur keine Eile.

woheller69 commented 3 months ago

You can still switch off location/date. Then it will detect it.

MueJosh commented 3 months ago

You can still switch off location/date. Then it will detect it.

Good to know! So it sets it to 0.00 if there is no location detected?

woheller69 commented 3 months ago

The checkbox disables the meta model completely. Also if no location is detected the meta model is off

MueJosh commented 3 months ago

The checkbox disables the meta model completely. Also if no location is detected the meta model is off

Thank you! This eliminated the problem 👌