animal2vec workshop · MPIABDay 1 · 14:30–15:00

Threshold: the score stays, the decision changes

Interactive example requires JavaScript.

a2v2-infer MODEL.native.pt AUDIO.wav events.tsv \
  --threshold 0.50 --method avg --fusion-window-seconds 0

Raise the threshold: which weak events vanish, and which runs fragment?

animal2vec workshop · MPIABDay 1 · 14:30–15:00

Pool → threshold → join adjacent active frames

Interactive example requires JavaScript.

a2v2-infer MODEL.native.pt AUDIO.wav events.tsv \
  --threshold 0.50 --method max --fusion-window-seconds 0.10

Average can attenuate short peaks. Maximum can extend or merge nearby events. Inspect both timing and false positives.