Releases: BirdVox/birdvoxdetect
Releases · BirdVox/birdvoxdetect
0.3.0a0
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
This is the first stable release of the 0.2 series
Main change with respect to the beta version is the addition of a context-adaptive neural network model.
For more details on this model, read:
Robust Sound Event Detection in Bioacoustic Sensor Networks
Vincent Lostanlen, Justin Salamon, Andrew Farnsworth, Steve Kelling, and Juan Pablo Bello
PLoS ONE 14(10): e0214168, 2019. DOI: https://doi.org/10.1371/journal.pone.0214168
0.2.0b1
This is the first beta release of the 0.2 series.
Main changes with respect to the alpha release:
- threshold now corresponds to positive predictive value (aka precision) on BirdVox-300h. This correspondance is valid in the range 5-65.
- fixed a bug in birdvoxactivate
0.2.0a2
This is the third alpha release of the 0.2 series.
Main changes with respect to the previous alpha release:
- the new default threshold is 50, not 30
- the threshold can now go below 10
- the top confidence is now 99.99, not 100. This standardizes the char length of the exported clip names
- the last 150ms of the last chunk have been removed from the detection to avoid a BVD size mismatch error
- the values of the detection curve needs have been tripled to cover the range 0-99 better