fschmid56 / EfficientAT

This repository aims at providing efficient CNNs for Audio Tagging. We provide AudioSet pre-trained models ready for downstream training and extraction of audio embeddings.
MIT License
218 stars 41 forks source link

Add library for windowed inference #1

Closed Joemgu7 closed 1 year ago

Joemgu7 commented 1 year ago

I created a small wrapper that allows to run inference on long audio clips by analyzing a window in strides. This also includes a small class to be reused in other python code.