recipes.cad2.task2.process_dataset package¶
Submodules¶
recipes.cad2.task2.process_dataset.generate_train_scenes module¶
Module to generate new train scenes
- recipes.cad2.task2.process_dataset.generate_train_scenes.choose_samples(source: list, number: int) list [source]¶
Choose a number of samples from a source list
- recipes.cad2.task2.process_dataset.generate_train_scenes.generate_scene_listener(cfg: DictConfig) None [source]¶
Generate listeners for the scenes
recipes.cad2.task2.process_dataset.process_zenodo_download module¶
Module take the data downloaded from Zenodo and rearrange the data for the challenge.
The module expects the data to be downloaded from Zenodo and stored in the following structure:
- zenodo_download_path
EnsembleSet.zip
CadenzaWoodwind.zip
metadata.zip
URMP.zip
BACH10.zip
CadenzaWoodwind.json
EnsembleSet.json
- recipes.cad2.task2.process_dataset.process_zenodo_download.create_audio_train(cfg)[source]¶
Create the audio training dataset.