Datasets:
Tasks:
Audio-to-Audio
Modalities:
Audio
Formats:
soundfolder
Size:
< 1K
ArXiv:
Tags:
audio
audio-to-audio
source-separation
audio-source-separation
music-source-separation
music-demixing
License:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -45,6 +45,23 @@ Unofficial, unpacked mirror of MVSep Quality Checker [Phantom Center dataset](ht
|
|
| 45 |
|
| 46 |
## Remember to use `--repo-type dataset` or `repo_type='dataset'`
|
| 47 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 48 |
```bibtex
|
| 49 |
@misc{solovyev2024benchmarksleaderboardssounddemixing,
|
| 50 |
title={Benchmarks and leaderboards for sound demixing tasks},
|
|
|
|
| 45 |
|
| 46 |
## Remember to use `--repo-type dataset` or `repo_type='dataset'`
|
| 47 |
|
| 48 |
+
## Example
|
| 49 |
+
|
| 50 |
+
```python
|
| 51 |
+
filenames_mixture: list[str] = ...
|
| 52 |
+
|
| 53 |
+
submissionDatasetType: str = ...
|
| 54 |
+
|
| 55 |
+
pathRoot: str = huggingface_hub.snapshot_download(f'MusicDemixingBenchmarks/{submissionDatasetType}'
|
| 56 |
+
, repo_type = 'dataset'
|
| 57 |
+
, allow_patterns = filenames_mixture
|
| 58 |
+
)
|
| 59 |
+
|
| 60 |
+
pathFilenames_mixture: list[str] = list(map(partial(fs.path.combine, pathRoot), filenames_mixture))
|
| 61 |
+
```
|
| 62 |
+
|
| 63 |
+
## Genesis
|
| 64 |
+
|
| 65 |
```bibtex
|
| 66 |
@misc{solovyev2024benchmarksleaderboardssounddemixing,
|
| 67 |
title={Benchmarks and leaderboards for sound demixing tasks},
|