sigsep-mus-db
sigsep-mus-db copied to clipboard
Python parser and tools for MUSDB18 Music Separation Dataset
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.
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...
hello, everyone! it seems that is a compatibility issue with numpy 2.0. > AttributeError: `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead. the error was raised when...