Tidying up misidentifications #262
-
I intend making my installation public, but it will look silly if I leave significant misidentifications uncorrected (e.g. birds which are not known in this country) To delete a misidentified clip/bird, is it sufficient to delete the relevant row(s) from the database. Is there anything else to do, such as a reindex after manipulating the database? If I leave the audio files in place will they eventually get deleted automatically, or should I delete the audio file as well as the database row to avoid wasting SD card space on redundant audio files? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 25 replies
-
Deleting from the database will be sufficient to remove the data from the "Species Stats" page, and from the "Today's Detections," "Best Recordings," and "Recordings" pages.
To actually remove the audio files, I made a little bash alias that can be invoked as Use that tool carefully, as it does not ask before removing files. Another method to remove the undesirable audio clips could be:
Lastly, to prevent those species from showing up in your database again in the future, you can prevent BirdNET-Pi from reporting predictions for those species by adding them to your "Excluded Species List". To do this, go to "Tools" > "Excluded Species List" On that page, press "Ctrl + F" to enter your browser's search mode. Type the name of the species you wish to exclude from your reporting and data collection, select from within the list of species in the box on the left and click ">>ADD>>" to have the species added to your Excluded Species List. Please let me know if you have any other questions and I'll do my best to help out. My very best regards, |
Beta Was this translation helpful? Give feedback.
-
Are there instructions somewhere for connecting to the database/deleting the rows? I have an eastern screech owl record that I played from Merlin to test the original setup. I can write the sql if I have the connections details and info on what tables need to be cleared. |
Beta Was this translation helpful? Give feedback.
-
I would be great to be able to delete a record directly from the species list. |
Beta Was this translation helpful? Give feedback.
-
Just getting started and there was a major misidentification. We could delete the record or maybe just a field to identify as incorrect in the DB if there's ever a reason to use that data in the future for the project. Just a thought. |
Beta Was this translation helpful? Give feedback.
-
I've deleted many misidentifications using the adminer tool, but it's a bit cumbersome. A link to delete the spectrogram, sound file and db entry for an MI would be great and I'd be happy to help implementing it (I'm a django / python guy though most of the time when it comes to web stuff). All the best, Uwe |
Beta Was this translation helpful? Give feedback.
-
Here's a quick URL for your bookmarks which will take you straight to the adminer interface and offering a LIKE searchfield. Not exactly what we're asking for but it saves a few clicks. Cheers, Uwe |
Beta Was this translation helpful? Give feedback.
-
d2d914f offers a way to natively delete detections now in the interface! Hopefully this serves as a stepping stone to build out things further. I know there was some work done on addressing misidentifications in the |
Beta Was this translation helpful? Give feedback.
d2d914f offers a way to natively delete detections now in the interface! Hopefully this serves as a stepping stone to build out things further. I know there was some work done on addressing misidentifications in the
verification
branch for potentially retraining the model, interested to see how that progresses.