Open scrameri opened 4 months ago
I don't know what is causing the issue.
But, would you be willing to try the new birdnet
Python package? The release 0.1.1 includes a new way to load the audio.
It would be interesting to test it in your use-case and see if it returns the expected results.
You can find the repository here https://github.com/birdnet-team/birdnet
Hi Stefan,
Many thanks for this amazing set of tools!
Describe the bug Using
analyzer.py
with--overlap 2.9
causesBegin Time (s)
in the output file to be shifted relative to the true begin time in the audiofile. The reported time is a couple of seconds earlier. I didn't notice this behaviour when using--overlap 0
.Code Used
Expected behavior
Begin Time (s)
is expected to exactly match the beginning of a call in the audio file, regardless of the--overlap
setting.However, the audiofile shows that the first call starts at ca.
610
seconds, about 3 seconds later than reported. In this case, the size of the shift is about the same as the size of--overlap
.Questions
--overlap
to the reportedBegin Time (s)
to create correct audio subsets?Any help is appreciated!
Session Info