We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This model is the SOTA model to split vocals on MUSDB18. In my daily use case, vocal separation is most commonly used.
Here are some inference projects.
https://paperswithcode.com/paper/music-source-separation-with-band-split-rnn#code
The text was updated successfully, but these errors were encountered:
PRs are of course welcome!
Have you actually tried any of the code you linked to? eg. https://github.com/amanteur/BandSplitRNN-Pytorch
Sorry, something went wrong.
PRs are of course welcome! Have you actually tried any of the code you linked to? eg. https://github.com/amanteur/BandSplitRNN-Pytorch
Here is colab test script i created, you can easily try it with your own audio!
https://colab.research.google.com/github/piwawa/BandSplitRNN-PyTorch/blob/main/BandSplitRNN_colab.ipynb
The test results are good for me.
https://github.com/piwawa/BandSplitRNN-PyTorch/tree/main/example
No branches or pull requests
This model is the SOTA model to split vocals on MUSDB18. In my daily use case, vocal separation is most commonly used.
Here are some inference projects.
https://paperswithcode.com/paper/music-source-separation-with-band-split-rnn#code
The text was updated successfully, but these errors were encountered: