-
As discussed in #1 - it would be great to create a filterable website (and possibly an automatically updated README?) for the bioacoustics software list. @NickleDave suggested potentially basing this …
-
When calling `m.predict(..., overlap_fraction=0.4)`, certain values of overlap_fraction raise a ValueError due to dimension mismatch. The dimension is one less than it should be in my testing. Probabl…
-
Thanks for sharing your work. Did you try fine-tuning on relevant species after pre-training on XCL?
-
When trying to run BirdNET from the model zoo, it raised this warning.
We should probably use the `load(..., trust_repo=True)` option
```
/bgfs/jkitzes/ter38/.conda/envs/scc/lib/python3.9/site-…
-
**Add links to A/V files from Macaulay Library**
It would be a great improvement to add links to this collection, which is focused audio and video recordings of birds, particularly since the occurr…
-
**Submitting author:** @DenaJGibbon (Dena Clink)
**Repository:** https://github.com/DenaJGibbon/gibbonNetR
**Branch with paper.md** (empty if default branch):
**Version:** 1.0.0
**Editor:** @faroit
*…
-
**Describe the bug**
I am using `librosa.specshow` with `x_axis="time"` to display spectrograms. I think i've found a bug in the xticklabels.
If the signal is less than one minute long (e.g., Brahms…
-
In the long run, it would be valuable to stream and archive the Orcasound acoustic data with a NIST-synchronized timebase encoded in both the FLAC files and possibly also the HLS/DASH stream manifest …
-
**Submitting author:** @souzatharsis (Thársis T. P. Souza)
**Repository:** https://github.com/souzatharsis/podcastfy
**Branch with paper.md** (empty if default branch):
**Version:** v0.2.17
**Editor:…
-
so we don't get an ImportError from `timm`
https://github.com/kitzeslab/bioacoustics-model-zoo/blob/main/bioacoustics_model_zoo/birdnet.py
will also require code from `utils`, we can just put it…