CoolFace
Datasetpublic

MusicDemixingBenchmarks/guitar

Music Demixing Benchmarks Guitar Unofficial, unpacked mirror of MVSep Quality Checker Guitar dataset. Guitar Leaderboard (Guitar) Official zip file: 0.5 GB Download hf CLI and the huggingface_hub Python package are orders of magnitude faster than git. Use Hugging Face Command Line Interface (CLI) git huggingface_hub Python package Choose individual files all files in the repository subsets of files with filename pattern matching (fnmatch) Read more Hugging… See the full description on the dataset page: https://huggingface.co/datasets/MusicDemixingBenchmarks/guitar.

sourceHugging Faceotherupdated 4mo agoView on Hugging Face
1likes14downloads
Dataset Card

Music Demixing Benchmarks Guitar

Unofficial, unpacked mirror of MVSep Quality Checker Guitar dataset.

Download

`hf` CLI and the `huggingface_hub` Python package are orders of magnitude faster than `git`.

Remember to use --repo-type dataset or repo_type='dataset'

Example

python
filenames_mixture: list[str] = ...

submissionDatasetType: str = ...

pathRoot: str = huggingface_hub.snapshot_download(f'MusicDemixingBenchmarks/{submissionDatasetType}'
                    , repo_type = 'dataset'
                    , allow_patterns = filenames_mixture
                )

pathFilenames_mixture: list[str] = list(map(partial(fs.path.combine, pathRoot), filenames_mixture))

Genesis

bibtex
@misc{solovyev2024benchmarksleaderboardssounddemixing,
      title={Benchmarks and leaderboards for sound demixing tasks},
      author={Roman Solovyev and Alexander Stempkovskiy and Tatiana Habruseva},
      year={2024},
      eprint={2305.07489},
      archivePrefix={arXiv},
      primaryClass={cs.SD},
      url={https://arxiv.org/abs/2305.07489},
}