Skip to content

Excluding species handling #572

Closed Answered by aav7fl
aav7fl asked this question in Q&A
Discussion options

You must be logged in to vote

To answer my own question, I have a 70% confidence that it works like this. But I could easily be wrong, so please don't take this as fact.

My understanding is that the "Always Exclude Species" setting filters out species from the results so they aren't considered in the speciesScores for a sample. This means that when BirdNET excludes a species, it does not throw out the entire result. It simply won't add the excluded species as a contender for the sample.

// Collect species scores above a certain threshold
var speciesScores []SpeciesScore
for _, filter := range filters {
if filter.Score >= bn.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by aav7fl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants