sigsep-mus-db icon indicating copy to clipboard operation
sigsep-mus-db copied to clipboard

Python parser and tools for MUSDB18 Music Separation Dataset

Results 4 sigsep-mus-db issues
Sort by recently updated
recently updated
newest added

Preparing #76 it seems that we should also give a better progress indicator. Seems that everyone is using https://github.com/Textualize/rich these days.

enhancement

MUSDB18 and MUSDB18HQ are now on open-access on zenodo. We could add the full download options here.

Hi! I would like to modify the audio files in MUSDB and then save them again in the .mp4 format. How can I do this? I noticed that this feature...

python test.py Traceback (most recent call last): File "/home3/will/BandSplitRNN-Pytorch-main/src/tt/test.py", line 158, in mus = musdb.DB(root='/home3/will/musdb18',subsets='train') File "/home3/will/anaconda3/envs/MUSDB2/lib/python3.9/site-packages/musdb/__init__.py", line 118, in __init__ self.tracks = self.load_mus_tracks(subsets=subsets, split=split) File "/home3/will/anaconda3/envs/MUSDB2/lib/python3.9/site-packages/musdb/__init__.py", line 265, in...