Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extract_instrumental #28

Open
ghost opened this issue May 18, 2024 · 3 comments
Open

extract_instrumental #28

ghost opened this issue May 18, 2024 · 3 comments

Comments

@ghost
Copy link

ghost commented May 18, 2024

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?

@ZFTurbo
Copy link
Owner

ZFTurbo commented May 18, 2024

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

@wdos3
Copy link

wdos3 commented May 25, 2024

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?

@ZFTurbo
Copy link
Owner

ZFTurbo commented May 25, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants