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

Does BirdNET perform detection before classification? #381

Open
shnchh opened this issue Jul 16, 2024 · 0 comments
Open

Does BirdNET perform detection before classification? #381

shnchh opened this issue Jul 16, 2024 · 0 comments

Comments

@shnchh
Copy link

shnchh commented Jul 16, 2024

Hi, just some quick clarifications:

  1. During inference, does BirdNET perform detection to segment the audio clips into potential detected calls? Or does it split the whole audio into 3 sec segments and perform detection on all these segments.
  2. When training a custom classifier, does BirdNET perform data augmentation on the new training set? If not, would it be recommended to do so?
  3. I understand that BirdNET can append the new classifier's labels onto BirdNET's classifier. I am wondering how it works if there is a label/bird that already exists in BirdNET's classification layer labels, will the labels be deconflicted and merged before training?
  4. What is the point of having a negative samples class in training since it won't be used for binary classification?

Thank you!

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

1 participant