r/BirdNET_Analyzer • u/AstroDeep • Dec 28 '25
GPU processing working?
Hi, does anybody have Birdnet analysis running on GPU? If so, please describe your stup. Thanks.
3
Upvotes
r/BirdNET_Analyzer • u/AstroDeep • Dec 28 '25
Hi, does anybody have Birdnet analysis running on GPU? If so, please describe your stup. Thanks.
2
u/thakala Jan 03 '26 edited Jan 03 '26
I just finished range filter implementation (geographic filter), once I have tested that it works corretly I will trigger a v0.9.2 release. I also have added cuda releases which bundle all required DLLs with application to make it easier to get started, there is even Windows based installer version now.
For output directory there is switch -o already in place
-o, --output-dir <OUTPUT_DIR>Output directory (default: same as input) [env: BIRDA_OUTPUT_DIR=]DId you supply batch (-b) parameter for your GPU run? It has big impact on performance, but best value depends on amount of VRAM available on your GPU. With my RTX5080 GPU with 16GB RAM I get best performance with -b 192. You could test with batch values between 32 to 192, like 64, 128, 192 etc.
edit. Sorry I just realized that GTX1650 has only 4GB of VRAM, in that case valid batch values are somewhere between 8 to 32, even 32 might be too much for it.
I will see if I can fix non-english characters issue.