Music-Source-Separation-Training icon indicating copy to clipboard operation
Music-Source-Separation-Training copied to clipboard

extract_instrumental

Open ghost opened this issue 1 year ago • 3 comments

python inference.py \
--model_type mdx23c
--config_path configs/config_mdx23c_musdb18.yaml
--start_check_point results/last_mdx23c.ckpt
--input_folder input/wavs/
--store_dir separation_results/

--extract_instrumental ??

How should I write the extract_instrumental field?

ghost avatar May 18 '24 05:05 ghost

You only need to add -extract_instrumental. That's all

ZFTurbo avatar May 18 '24 18:05 ZFTurbo

Even with adding that flag, the program still generates both the vocal and the other (instrumental) version, and still takes double the time, is there a fix for it?

wdos3 avatar May 25 '24 01:05 wdos3

Even with adding that flag, the program still generates both the vocal and the other (instrumental) version, and still takes double the time, is there a fix for it?

I think it's not possible this flag will take double time. Can you add more details about your problem?

ZFTurbo avatar May 25 '24 06:05 ZFTurbo