Upload 2 files
Browse files- MoBench.zip +3 -0
- README.md +30 -0
MoBench.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ee3847431accec8f180c389a195299c6a3c26573d7cc04704be00c00a92a12e7
|
| 3 |
+
size 3624042295
|
README.md
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# MoBen Dataset
|
| 2 |
+
|
| 3 |
+
The benchmark dataset covering two tasks: **Music-to-Dance (M2D)** and **Text-to-Motion (T2M)**.
|
| 4 |
+
|
| 5 |
+
## Structure
|
| 6 |
+
|
| 7 |
+
```
|
| 8 |
+
MoBen/
|
| 9 |
+
├── M2D/ # 1,500 music-dance pairs (self-contained)
|
| 10 |
+
│ ├── aistpp/ # 500 samples from AIST++
|
| 11 |
+
│ ├── finedance/ # 500 samples from FineDance
|
| 12 |
+
│ └── popdanceset/ # 500 samples from PopDanceSet
|
| 13 |
+
│
|
| 14 |
+
├── T2M/ # Pose-level text annotations (body + hand)
|
| 15 |
+
│ ├── body_texts/ # 14 sub-sources, body/torso/leg descriptions
|
| 16 |
+
│ └── hand_texts/ # 14 sub-sources, finger-level descriptions
|
| 17 |
+
│
|
| 18 |
+
└── T2M_pathref.txt # 10,000 selected motion paths (reference only)
|
| 19 |
+
```
|
| 20 |
+
|
| 21 |
+
## Music-to-Dance (M2D)
|
| 22 |
+
|
| 23 |
+
Each sub-dataset contains `motions/*.pkl` and `wavs/*.wav`. Motion and audio files are matched by filename.
|
| 24 |
+
|
| 25 |
+
| Source | Motions | Audio |
|
| 26 |
+
|---|---|---|
|
| 27 |
+
| AIST++ | 500 | 56 (shared across clips) |
|
| 28 |
+
| FineDance | 500 | 500 |
|
| 29 |
+
| PopDanceSet | 500 | 500 |
|
| 30 |
+
|