Problems while creating custom classifiers #815
Unanswered
ankithajayanth
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Please see this issue #791, version 1.5.0 is last version custom classifier creation works on, on any version above that it behaves exactly as you describe. But to answer your question is noise between calls being learned as well, yes it is, you need to isolate those noise parts and feed them to either background class or species negative class. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am trying to create a custom classifier for birds found in urban areas with a lot of noise in a west Indian city. I have around 20 species for now with ~100 recordings each as well as some samples for noise which includes squirrels, traffic and other noise.
I tried training the classifier and when perform batch analysis with it, all the noise gets very confidently identified as all the species. I am wondering that this problem could be because birds that have contact calls of around 2-3 calls in the 3 seconds also have noise in the samples and that is why even the noise gets picked up as a bird call?
For example an Oriental magpie robin's calls look like this:

So does the classifier also pick the noise in between and then try to correlate it with the robin's call?
Beta Was this translation helpful? Give feedback.
All reactions