janclemenslab / das

Deep Audio Segmenter
http://janclemenslab.org/das/
25 stars 9 forks source link

multple predictions for the same vocalization #56

Closed ralphpeterson closed 1 year ago

ralphpeterson commented 1 year ago

Hi Jan,

Have you ever seen multiple predictions for the same vocalization like below? This is my first time predicting on this file — the model was trained (and looks good) on a different file.

image

Best, Ralph

postpop commented 1 year ago

Yes, that looks familiar - I bet that if you zoom in, these are many, very short "syllables" with very short gaps in between them. In the prediction dialog, there are two options two fix that:

You can optimize these parameters during training, via the "Optimize postprocessing" part of the training dialog. In your case, it's probably easier to set these manually based on the statistics of the vocalizations in your data or based on the annotation errors you'd like to fix. I guess calls in your data are always separated by more than 10ms and are always longer than 10ms. Setting the above parameters to 10ms (0.01 seconds) should fix the issue in your case.

ralphpeterson commented 1 year ago

That worked great, thanks!