-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
implementing batdetect2 #334
Comments
Batdetect2 runs suspiciously fast but outputs no tags with local test files for which I usually got lots of detections. Input of confidence thresholds between 0 and 1 (this is the original range accepted by batdetect2) should be allowed instead of 0.1 to 1. For instance, this recording: |
BatDetect2 didn't detect the ogg file in the path, I've modified it and generated the label successfully. |
it should run on the WAV file |
I converted one of the FLAC files to a WAV and added it to the same collection to run batdetect2 on it. Now it works, even with these large files! batdetect2 should run on the WAV file only. It won't work with any other audio format. |
It works with all formats of audio, I've finished it but haven't uploaded it yet, I'm fixing other problems. |
Works in Docker. |
We are currently testing different bat classifiers and it is likely that we will choose to implement batdetect2 on ecoSound-web, similarly to how BirdNET was implemented:
The text was updated successfully, but these errors were encountered: