Stefan Kahl
Stefan Kahl
Yeah, that's what I think, it won't be straight forward. The reason why our models aren't fully quantized is that I couldn't make it work otherwise. Performance would just drop...
It seems that this issue is related to the way how Python sorts timestamps. My guess is, the timestamps are correct and refer to seconds 102 to 105 in the...
Hmmm, weird, do you have a sample file that I can use to try to replicate this behavior?
I wasn't able to reproduce the issue, which machine and model did you use to run the test? This is the log from my workstation PC using only one CPU...
Did you find a solution or workaround for that issue? Haven't been able to reproduce the behavior so far.
Hard to tell, can you share some recordings?
For APK download, please see #29. We are currently not planning to put BirdNET on F-Droid due to the build process requirements of F-Droid, but we might at some point...
As far as I understand, F-Droid requires that we build the app using F-Droid's build system, which would require that we push the code to F-Droid. We are a little...
No, no API keys, but publishing the source code would drastically lower the barriers to reverse engineering...
Thanks @tengbing88 for pointing that out. BirdNET-Lite uses a non-standard TFLite function (RFFT) to compute spectrograms. This function is only available for certain platforms (Android, iOS, x86) and custom TFLite...