Datasets:
update
Browse files
README.md
CHANGED
|
@@ -1,7 +1,12 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
-
|
| 5 |
# Music Grounding by Short Video E-commerce (MGSV-EC) Dataset
|
| 6 |
|
| 7 |
π [[Paper]](https://arxiv.org/abs/2408.16990v2)
|
|
@@ -17,7 +22,6 @@ The dataset contains **53,194 short e-commerce videos** paired with **35,393 mus
|
|
| 17 |
- **Single-music Grounding (SmG)**: the relevant music track is known, and the task is to detect the correct segment.
|
| 18 |
- **Music-set Grounding (MsG)**: the model must retrieve the correct music track and its corresponding segment.
|
| 19 |
|
| 20 |
-
|
| 21 |
## π Evaluation Protocol
|
| 22 |
|
| 23 |
| Mode | Sub-task | Metric |
|
|
@@ -27,7 +31,6 @@ The dataset contains **53,194 short e-commerce videos** paired with **35,393 mus
|
|
| 27 |
| *Music-set* | Grounding (MsG) | MoR$k$ |
|
| 28 |
|
| 29 |
---
|
| 30 |
-
|
| 31 |
## π Dataset Statistics
|
| 32 |
|
| 33 |
| **Split** | **#Music Tracks** | *Avg. Music Duration(sec)* | #Query Videos | *Avg. Video Duration(sec)* | **#Moments** |
|
|
@@ -64,7 +67,6 @@ Each row in the CSV file represents a query video paired with a music track and
|
|
| 64 |
| video_category | Category label of the video content (e.g., "ηΎε¦", "ηΎι£"). |
|
| 65 |
|
| 66 |
|
| 67 |
-
|
| 68 |
## π§© Feature Directory Structure
|
| 69 |
|
| 70 |
For each video-music pair, we provide pre-extracted visual and audio features for efficient training in [MGSV_feature.zip](./MGSV_feature.zip). The features are stored in the following directory structure:
|
|
@@ -92,7 +94,6 @@ Note:
|
|
| 92 |
- music_frozen_feature_path: `[Your data feature path]/ast_feature2p5`
|
| 93 |
|
| 94 |
---
|
| 95 |
-
|
| 96 |
## π Citation
|
| 97 |
|
| 98 |
If you use this dataset in your research, please cite:
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-4.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- music
|
| 7 |
+
size_categories:
|
| 8 |
+
- 10K<n<100K
|
| 9 |
---
|
|
|
|
| 10 |
# Music Grounding by Short Video E-commerce (MGSV-EC) Dataset
|
| 11 |
|
| 12 |
π [[Paper]](https://arxiv.org/abs/2408.16990v2)
|
|
|
|
| 22 |
- **Single-music Grounding (SmG)**: the relevant music track is known, and the task is to detect the correct segment.
|
| 23 |
- **Music-set Grounding (MsG)**: the model must retrieve the correct music track and its corresponding segment.
|
| 24 |
|
|
|
|
| 25 |
## π Evaluation Protocol
|
| 26 |
|
| 27 |
| Mode | Sub-task | Metric |
|
|
|
|
| 31 |
| *Music-set* | Grounding (MsG) | MoR$k$ |
|
| 32 |
|
| 33 |
---
|
|
|
|
| 34 |
## π Dataset Statistics
|
| 35 |
|
| 36 |
| **Split** | **#Music Tracks** | *Avg. Music Duration(sec)* | #Query Videos | *Avg. Video Duration(sec)* | **#Moments** |
|
|
|
|
| 67 |
| video_category | Category label of the video content (e.g., "ηΎε¦", "ηΎι£"). |
|
| 68 |
|
| 69 |
|
|
|
|
| 70 |
## π§© Feature Directory Structure
|
| 71 |
|
| 72 |
For each video-music pair, we provide pre-extracted visual and audio features for efficient training in [MGSV_feature.zip](./MGSV_feature.zip). The features are stored in the following directory structure:
|
|
|
|
| 94 |
- music_frozen_feature_path: `[Your data feature path]/ast_feature2p5`
|
| 95 |
|
| 96 |
---
|
|
|
|
| 97 |
## π Citation
|
| 98 |
|
| 99 |
If you use this dataset in your research, please cite:
|