Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Confidence level Threshold #239

Open
matthew73210 opened this issue Jun 29, 2024 · 2 comments
Open

Confidence level Threshold #239

matthew73210 opened this issue Jun 29, 2024 · 2 comments

Comments

@matthew73210
Copy link

Hello,

Right now i have my threshold set at 0.8

# BirdNET model specific settings
birdnet:
    sensitivity: !!float 1 # sigmoid sensitivity, 0.1 to 1.5
    threshold: 0.8 # threshold for prediction confidence to report, 0.0 to 1.0
    overlap: 0.0 # overlap between chunks, 0.0 to 2.9
    threads: 0 # 0 to use all available CPU threads
    locale: en # language to use for labels
    latitude: xxx # latitude of recording location for prediction filtering
    longitude: xxx # longitude of recording location for prediction filtering
    rangefilter:
        version: latest # model to use for range filter: "latest" or "legacy" for previous model
        threshold: 0.01 # rangefilter species occurrence threshold

Yet i'm getting the following :

Screenshot 2024-06-29 at 8 29 05 AM

Is the perhaps related to the dynamic threshold, or is this still not implemented in the main repo?

@jasonmadigan
Copy link

Seeing similar, would like to understand better.

@tphakala
Copy link
Owner

It is likely due to dynamic threshold which is enabled by default, it is explained (including config parameters) here in more detail #211

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants