BirdNET
BirdNET copied to clipboard
Soundscape analysis with BirdNET.
Hi, I tested the CPU version with docker and it works fine. Then I tested the GPU version but ran into some error. The Dockerfile-GPU install python 3.6 by default....
Hi ! I don't know if it's the right place for such an issue. I have been using this application for about a year (iPhone ; BirdNET v1.0.7). Until now,...
Hi All, I'm trying to run BirdNet on a server (without GPU computation). Installation works fine, the detection software runs but on only one thread/CPU. I've tried Ubuntu 20.04, 18.04...
When running the Docker image as non root user docker run --user $(id -u):$(id -g) -v /home/ivo/Sites/audiomoth-zx/files/destination:/audio breallis/birdnet:cpu --i audio/audios --o /audio/birdnet this error occurs: RuntimeError: cannot cache function '__shear_dense':...
Dear Team, thanks for the Docker file. Is it also possible to use a localised version with custom_list like TFlite? Thanks
Hello and thank you so much for BirdNET. I have [forked BirdNET as a systemd service for aarch64 machines](https://github.com/mcguirepr89/BirdNET-system) and put together an interactive installer with [a mediawiki](https://birdnetwiki.pmcgui.xyz). The Wiki...
Hi @kahst, I have been using the BirdNET Docker for a few weeks now (on my local machine and also on a HPC cluster) and actually never had a problem....
I have BirdNet up and running on Google Colab with **_CPU_** support [BirdNet on Colab](https://colab.research.google.com/drive/1LQxhWsjE1Jf7rECm28eerFKdd7kYqVK3?usp=sharing ) I failed to get it to work with **_GPU_** support. If anyone knows how...
Hi birdNET fans! I have birdNET running on Windows and I am really impressed!! It is 'mostly' detecting the correct species in the Yukon, Canada, HOWEVER, birdNET is not reducing...
In the readme there is the code: ``` cd BirdNET pip install –r requirements.txt ``` When when I ran it I got: `ERROR: Invalid requirement: '–r'` It is because the...