|
I'm curently testing Birdnet-Go because I really like the UI, but I'm curently getting way less results than I was getting with Birdnet-Pi... Is there some recommended settings I should be setting that I might have overlooked ? |
Answered by
tphakala
May 31, 2025
Replies: 1 comment 6 replies
|
What is BirdNET overlap value set to on your system? BirdNET-Go has false positive mitigation system which may reduce total number of detections, it is documented in https://github.com/tphakala/birdnet-go/blob/main/doc/wiki/guide.md#deep-detection. In essence if you set BirdNET Overlap to 0.0 then BirdNET-Go reports every detection on first hit, you may see higher number of detections but also much higher number of false positive matches. |
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I added documentation about detection flow and added explanation of range filter, please see https://github.com/tphakala/birdnet-go/wiki/BirdNET%E2%80%90Go-Guide#birdnet-detection-pipeline.
@tao54tao default settings should be good for most users, avoid tweaking BirdNET setting values too much to avoid problems with detections. If you see too little detections lower threshold and overlap value, if you see too many false positives first increase overlap to 2.0 - 2.8 range and if it does not help then increase BirdNET threshold.