Author: Chukwuebuka Olisaemeka, Anglia Ruskin University Email. Lakshmi Babu Saheer, Anglia Ruskin University Email.
- Clone repository from Github.
- Install requirements with command:
pip install -r requirements.txt
. - Extract features from the audio files previously downloaded
python prepare_data.py
. - Create a .h5 file with the extracted features.
python create_h5.py --dataset_file='/TAUUrbanAcousticScenes_2022_Mobile_DevelopmentSet/meta.csv' --workspace='path'
.
- Run the task specific application with default settings for model quantization
python task1.py
or./task1.py
This is the codebase for our entry in the Low-Complexity Acoustic Scene Classification in Detection and Classification of Acoustic Scenes and Events 2022 (DCASE2022) challenge. You are permitted to build your own systems by extending this system.
|
├── task1_features.yaml # Parameters for the prepare_data.py file
├── prepare_data.py # Code to extract features from 1 second files
└── create_h5.py # Code to create the features_all.h5 file