Add dataset card
Browse filesThis PR adds a dataset card for the OmniSep dataset, including links to the paper and code, a brief description, and the task category.
README.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- audio-to-audio
|
| 4 |
+
license: mit
|
| 5 |
+
tags:
|
| 6 |
+
- sound-separation
|
| 7 |
+
- multi-modal
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
This repository contains the datasets used in the paper [OmniSep: Unified Omni-Modality Sound Separation with Query-Mixup](https://huggingface.co/papers/2410.21269).
|
| 11 |
+
|
| 12 |
+
[Project Page](https://omnisep.github.io/)
|
| 13 |
+
|
| 14 |
+
The code for OmniSep can be found at: https://github.com/Exgc/OmniSep
|