torch_audioset icon indicating copy to clipboard operation
torch_audioset copied to clipboard

How to process audio feature with yamnet?

Open bugczw opened this issue 3 years ago • 1 comments

In the file 'torch_audioset/data/torch_input_processing.py', I only find function called 'VGGishLogMelSpectrogram'. But I can't find the way to process audio feature for yamnet. Can you can give me an example to use pytorch Yamnet to classify audio?

bugczw avatar Mar 26 '21 06:03 bugczw

it's the same input format between the VGGish and Yamnet, so it' s ok to use the VGGish function to preprocess for the yamnet

BaiMeiyingxue avatar Nov 06 '22 04:11 BaiMeiyingxue