ZFTurbo / Music-Source-Separation-Training

Repository for training models for music source separation.
MIT License
469 stars 63 forks source link

validation dataset folder structure for dataset type 2 #17

Closed Lion-Mod closed 7 months ago

Lion-Mod commented 7 months ago

Hi, I'm training a vocals_mdx23c so am using dataset 2 from my understanding

I'm a little confused, how do I set up the validation folder? The same as the training folder (training -> (vocals and other folders))

mapperize commented 7 months ago

validation dataset is in musdb format so if you are using vocals have folders as such

valid_folder - 1 - vocals.wav other.wav mixture.wav 2 - vocals.wav other.wav mixture.wav 3 - vocals.wav other.wav mixture.wav 4 - vocals.wav other.wav mixture.wav

ZFTurbo commented 7 months ago

Dataset must be the same as Type 1 for training.

More details here: https://github.com/ZFTurbo/Music-Source-Separation-Training/blob/main/docs/dataset_types.md#dataset-for-validation

Lion-Mod commented 7 months ago

Thank you @ZFTurbo working now :)