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

Missing import of predict when extracting from youtube #108

Open
aframires opened this issue Oct 19, 2021 · 1 comment
Open

Missing import of predict when extracting from youtube #108

aframires opened this issue Oct 19, 2021 · 1 comment

Comments

@aframires
Copy link

🐛 Bug

When running the Colab just for extracting the stems from the youtube video, we get NameError: name 'predict' is not defined. This might have been overlooked as the import of predict happens on the Separate MUSDB18 tracks section. I think there should not be any need to run that section if the user just desires to extract the stems from an youtube video.

To Reproduce

Steps to reproduce the behaviour:

  1. Run Installation and Imports
  2. Do not run Separate MUSDB18 tracks
  3. Run Separate Youtube Video

Expected behaviour

The loading in from openunmix import predict should happen either in Installation and Imports or in both Separate MUSDB18 tracks and Separate Youtube Video

Environment

Please add some information about your environment

  • Google Colab
@faroit
Copy link
Member

faroit commented Oct 19, 2021

@aframires thanks, probably I've overlooked something. I can fix this soon

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