rdz-oss / BattyBirdNET-Pi

A realtime acoustic bat & bird classification system for the Raspberry Pi 4/5 built on BattyBirdNET-Analyzer.
Other
40 stars 2 forks source link

What happens @ 11 pm #53

Open greiling opened 3 weeks ago

greiling commented 3 weeks ago

Bildschirmfoto 2024-11-05 um 11 39 05

I started last june and collected about 15.000 bat sampels. I can't imagine they are silenced at 11 pm. What could be possible be wrong?

rdz-oss commented 3 weeks ago

Hi @greiling , great to see that you have been running the syswtem for a while and get to look at the stats. I think this is a bug in the code that does the binning.

greiling commented 2 weeks ago

Bildschirmfoto 2024-11-05 um 13 45 52 Wow - that's also a bug in BirdNet-Pi! Turdus iliacus - normally hearable through the night - missed at 11 pm

greiling commented 2 weeks ago

Bildschirmfoto 2024-11-05 um 13 54 25 Ok, it is "just" a bug in the spider diagram - "single day view" shows hits at 11 pm

greiling commented 2 weeks ago

BirdNetPi/scripts/plotly_streamlit.py lines 279,328 d = pd.DataFrame(np.zeros((24, 1))).squeeze() will fix this issue