Comment on TuneNN: A transformer-based network model for pitch detectionComments−filterfiber2yDoes anyone know where I should look if I want to detect specific sounds? Like a smoke alarm, food bowl dispenser (its very distinct), cat meowing, 3d printer collision, that sort of thing?−UncleEntity2yThis one seems interesting -> https://paperswithcode.com/paper/joint-audio-and-speech-unde...−tristanc2yUse any model trained on the AudioSet dataset. There is one called EfficientAT i think that I use regularly and is pretty reliable−mistercheph2yYou would learn how to do this in the first & second chapters of the fast.ai course.
Comments
Does anyone know where I should look if I want to detect specific sounds? Like a smoke alarm, food bowl dispenser (its very distinct), cat meowing, 3d printer collision, that sort of thing?
This one seems interesting -> https://paperswithcode.com/paper/joint-audio-and-speech-unde...
Use any model trained on the AudioSet dataset. There is one called EfficientAT i think that I use regularly and is pretty reliable
You would learn how to do this in the first & second chapters of the fast.ai course.