File size: 998 Bytes
5c4b743
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# MoBen Dataset

The benchmark dataset covering two tasks: **Music-to-Dance (M2D)** and **Text-to-Motion (T2M)**.

## Structure

```
MoBen/
├── M2D/                 # 1,500 music-dance pairs (self-contained)
│   ├── aistpp/          # 500 samples from AIST++
│   ├── finedance/       # 500 samples from FineDance
│   └── popdanceset/     # 500 samples from PopDanceSet

├── T2M/                 # Pose-level text annotations (body + hand)
│   ├── body_texts/      # 14 sub-sources, body/torso/leg descriptions
│   └── hand_texts/      # 14 sub-sources, finger-level descriptions

└── T2M_pathref.txt      # 10,000 selected motion paths (reference only)
```

## Music-to-Dance (M2D)

Each sub-dataset contains `motions/*.pkl` and `wavs/*.wav`. Motion and audio files are matched by filename.

| Source | Motions | Audio |
|---|---|---|
| AIST++ | 500 | 56 (shared across clips) |
| FineDance | 500 | 500 |
| PopDanceSet | 500 | 500 |