Fantastic app. My wife and I are gradually becoming able to recognise more and more birds by their call. This is great because the human ear is better than the app at rejecting environmental noise - so we can spot birds by their call even close to a noisy road when the app cannot. The app, at least on my Pixel 6, struggles with very high frequency calls - e.g. long-tailed tits. My best spot yet? A nightingale in Wimb…
Merlin Bird ID
31–40 of 221 posts
Re: Merlin Bird ID
#32I was thinking of trying to run this at home: https://github.com/tphakala/birdnet-go
Re: Merlin Bird ID
#33Re: Merlin Bird ID
#34Re: Merlin Bird ID
#35Re: Merlin Bird ID
#36I recently found this app and I'm loving it. I actively use this when i go for walk, hike and camping. Thanks team for the amazing work
Re: Merlin Bird ID
#37Re: Merlin Bird ID
#38Of interest: > Sound ID is trained on audio recordings that are first converted to visual representations (spectrograms), then analyzed using computer vision tools similar to those that power Photo ID. Yeah, the spectrogram scrolling by at the top isn't just a cute gimmick, that's actually how the recognition works...
Re: Merlin Bird ID
#39Of interest: > Sound ID is trained on audio recordings that are first converted to visual representations (spectrograms), then analyzed using computer vision tools similar to those that power Photo ID. Yeah, the spectrogram scrolling by at the top isn't just a cute gimmick, that's actually how the recognition works...
When working in a linguistics lab as an undergraduate long ago, we looked at spectrograms to identify sounds (specifically places of articulation) as much as listened to recordings.
So it makes some sense to build a model on them rather than some other representation of the sound.
Re: Merlin Bird ID
#40Of interest: > Sound ID is trained on audio recordings that are first converted to visual representations (spectrograms), then analyzed using computer vision tools similar to those that power Photo ID. Yeah, the spectrogram scrolling by at the top isn't just a cute gimmick, that's actually how the recognition works...