BirdNET-Analyzer icon indicating copy to clipboard operation
BirdNET-Analyzer copied to clipboard

BirdNET analyzer for scientific audio data processing.

Results 157 BirdNET-Analyzer issues
Sort by recently updated
recently updated
newest added

Maybe you want to add these to files. They hold the ebird taxonomy code and the asset id for an image in Macaulay library in the same order as the...

Hi, Really appreciate the work you are doing here! Do you know of any software/repositories that allow for segmentation I have 2000 wildlife recordings of Carrion crow vocalizations (few sec...

I analyzed about 2.4 million .wav files in junk files of about 250.000 to 300.000 files. In two of these junks there were 4 corrupted files. Because of these 4...

**Describe the bug** When I start the BirdNET-Analyzer.exe, I get an error message. _ModuleNotFoundError: No module named 'tflite_runtime'_ **To Reproduce** I have downloaded the latest version: BirdNET-Analyzer-GUI-1.x.x-win.exe, unblocked the exe...

After installing and starting the Windows Installer v1.2 the GUI window opens, throws an error and closes. **To Reproduce** 1. Installed v1.2.0 on Windows 2. Clicked on BirdNET Analyzer icon...

This PR adds the Optional typing to the `runAnalysis` function. Some errors might occur with the `str | None` typing, depending on python version.

**Describe the bug** I open the GUI select the folder where I have the audio segments in folders with specie name as in the labels TXT, leave default parameters and...

When I select an input directory (recursive) and use all of the same parameters including the same custom classifier, it appears that there might be a limit to how many...

Some of the label for common names are not translated from english. For instance, https://github.com/kahst/BirdNET-Analyzer/blob/main/labels/V2.4/BirdNET_GLOBAL_6K_V2.4_Labels_ar.txt https://github.com/kahst/BirdNET-Analyzer/blob/main/labels/V2.4/BirdNET_GLOBAL_6K_V2.4_Labels_pt.txt

The current documentation lacks information about the type of model saved after training—whether it's the last checkpoint, the best checkpoint based on a specific metric, or another criterion. This crucial...