You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm seeing that the Analyzer model is not recording the Grackle despite a high recognition score. The call is recognized but no results are written.
When I switch the BirdNET-Lite model, the calls are recorded propertly.
Any ideas? Seems like a bug. The model works for many other bird types.
Here's a snip of the log using the Analyzer model:
1:19:32---READING AUDIO DATA... DONE! READ 5 CHUNKS.
11:19:32---Date-time: 2023-10-12 11:19:15
11:19:34---0.0;3.0-('Quiscalus quiscula_Common Grackle', 0.8415206)
11:19:34---3.0;6.0-('Quiscalus quiscula_Common Grackle', 0.68122023)
11:19:34---6.0;9.0-('Quiscalus quiscula_Common Grackle', 0.87409234)
11:19:34---9.0;12.0-('Quiscalus quiscula_Common Grackle', 0.8793551)
11:19:34---12.0;15.0-('Quiscalus quiscula_Common Grackle', 0.7153005)
11:19:37---Files loaded
11:19:38---RECORDING_LENGTH set to 15
11:19:46---BirdNET-Pi/birdnet/bin/python3 BirdNET-Pi/scripts/analyze.py --i BirdSongs/October-2023/12-Thursday/2023-10-12-birdnet-11:19:30.wav --o BirdSongs/October-2023/12-Thursday/2023-10-12-birdnet-11:19:30.wav.csv --lat 40.XX --lon -104.XX --week 38 --overlap 0.0 --sensitivity 1.25 --min_conf 0.7 --birdweather_id "IN_USE"
11:19:46---ANALYZING AUDIO... DONE! Time 1.4 SECONDS
11:19:46---WRITING RESULTS TO BirdSongs/October-2023/12-Thursday/2023-10-12-birdnet-11:19:15.wav.csv ... DONE! WROTE 0 RESULTS.
Beta Was this translation helpful? Give feedback.
All reactions