batdetect2 icon indicating copy to clipboard operation
batdetect2 copied to clipboard

Results 17 batdetect2 issues
Sort by recently updated
recently updated
newest added

**My files:** Audiomoths have the option to generate a .wav file every X seconds. That can lead (combined with a frequency trigger) to "empty" files. Those are normally around 50kB...

Some of the files my AudioMoth recorded were empty causing the output below. ``` 0 run/media/mikee/boot/20231007_234400.WAV /home/mikee/.local/lib/python3.11/site-packages/batdetect2/utils/audio_utils.py:147: UserWarning: PySoundFile failed. Trying audioread instead. audio_raw, sampling_rate = librosa.load( /home/mikee/.local/lib/python3.11/site-packages/librosa/core/audio.py:183: FutureWarning: librosa.core.audio.__audioread_load...

bug

Hi. Is there any documentation on the json output and what the fields actually mean. Most I can make a good guess but the actual probability seems to have 2...

documentation

Heya, Currently the readme link to finetuning goes to a missing doc. (https://github.com/macaodha/batdetect2/blob/main/bat_detect/finetune/readme.md) Could you point me to the right place?

documentation

In the batdetect2 version we are using, there is a typo for the Western barbastelle: it should read "Barbastella barbastellus" instead of "Barbastellus barbastellus".

bug

Hi, an open item on your TODO list is the release of the training data. I would highly appreciate the release to train the model with additional species that we...

I just noticed that when I installed your package using `pip install batdetect2` as well as installing it from source (cloning and `pip install .` that the latest numpy version...

Running batdetect2 detect on Ubuntu return below warning message. There is a recommendation for future torch.load but where and how to change the setting in the current release 1.08? {install-conda}/batdetect2/lib/python3.10/site-packages/batdetect2/utils/detector_utils.py:103:...

I process a lot of files in one batch, so need a more space efficient summary. I have modified mine to output one space efficient line per input file, which...

Probability is scaled to add up to 100% in the summary. But 100% of rubbish will only be rubbish. Need a realistic probability to avoid wasting time looking at rubbish...