nyuvideolab commited on
Commit
88a5566
·
verified ·
1 Parent(s): 21f0df3

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. .gitattributes +0 -16
  2. README.md +67 -41
.gitattributes CHANGED
@@ -4,19 +4,3 @@
4
  *.cube filter=lfs diff=lfs merge=lfs -text
5
  *.png filter=lfs diff=lfs merge=lfs -text
6
  *.jpg filter=lfs diff=lfs merge=lfs -text
7
- 3dgs/s4/HouseFootwork.zip filter=lfs diff=lfs merge=lfs -text
8
- 3dgs/s5/BourreeTurns.zip filter=lfs diff=lfs merge=lfs -text
9
- 3dgs/s5/RonDeJambeAtere.zip filter=lfs diff=lfs merge=lfs -text
10
- 3dgs/s5/RonDeJambeInAir.zip filter=lfs diff=lfs merge=lfs -text
11
- 3dgs/s5/SalsaTurns.zip filter=lfs diff=lfs merge=lfs -text
12
- 3dgs/s5/Shoulders.zip filter=lfs diff=lfs merge=lfs -text
13
- 3dgs/s5/Turns.zip filter=lfs diff=lfs merge=lfs -text
14
- 3dgs/s5/Twists.zip filter=lfs diff=lfs merge=lfs -text
15
- 3dgs/s6/BiancaGolden_DropTurn.zip filter=lfs diff=lfs merge=lfs -text
16
- 3dgs/s6/BiancaGolden_Ocho.zip filter=lfs diff=lfs merge=lfs -text
17
- 3dgs/s6/BiancaGolden_Portedbras.zip filter=lfs diff=lfs merge=lfs -text
18
- 3dgs/s6/BiancaGolden_ReleasetoFloor.zip filter=lfs diff=lfs merge=lfs -text
19
- 3dgs/s6/BiancaGolden_RollDown.zip filter=lfs diff=lfs merge=lfs -text
20
- 3dgs/s6/BiancaGolden_StyleArms.zip filter=lfs diff=lfs merge=lfs -text
21
- 3dgs/s6/BiancaGolden_Swings.zip filter=lfs diff=lfs merge=lfs -text
22
- 3dgs/s6/BiancaGolden_SyncopatedGroove.zip filter=lfs diff=lfs merge=lfs -text
 
4
  *.cube filter=lfs diff=lfs merge=lfs -text
5
  *.png filter=lfs diff=lfs merge=lfs -text
6
  *.jpg filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
README.md CHANGED
@@ -12,6 +12,7 @@ tags:
12
  - novel-view-synthesis
13
  - colmap
14
  - synchronized-cameras
 
15
  - 3d
16
  - video
17
  annotations_creators:
@@ -27,16 +28,16 @@ size_categories:
27
  # DanceNet3D
28
 
29
 
30
- A large-scale synchronized multi-view dance dataset captured with 28-29 calibrated cameras at 800x1280 resolution. The dataset contains 47 dance sequences across 3 recording sessions, totaling **35,509 frames** with per-frame camera calibration (COLMAP), foreground masks, optional color correction LUTs, and per-frame 3D Gaussian Splatting reconstructions (see [Extract 3DGS](#extract-3dgs)).
31
 
32
  ## Dataset Summary
33
 
34
  | Session | Sequences (available / total) | Cameras | Frames (available / total) | Size |
35
  |---------|-------------------------------|---------|---------------------------|------|
36
- | s4 | 9 / 9 | 29 | 6,786 / 6,786 | ~30 GB |
37
- | s5 | 14 / 23 | 29 | 11,253 / 17,999 | ~49 GB |
38
- | s6 | 6 / 15 | 28 | 4,134 / 10,724 | ~18 GB |
39
- | **Total** | **29 / 47** | | **22,173 / 35,509** | **~97 GB** |
40
 
41
  ## Data Format
42
 
@@ -46,6 +47,7 @@ Each session is stored as a directory (`s4/`, `s5/`, `s6/`) containing per-seque
46
  - **COLMAP calibration**: `colmap/cameras.txt`, `colmap/images.txt` and binary formats
47
  - **Foreground masks**: `masks.tar.zst` binary person segmentation masks generated with SAM3 and with manual quality review
48
  - **Manifest**: `manifest.json` frame IDs, camera lists, and sequence metadata
 
49
 
50
  <details>
51
  <summary><b>Directory Structure</b></summary>
@@ -59,6 +61,9 @@ DanceNet3D/
59
  ├── color_lut/ # Per-camera color correction LUTs (.cube)
60
  │ ├── 0028.cube
61
  │ └── ...
 
 
 
62
  ├── s5/
63
  │ ├── manifest.json
64
  │ ├── AttitudePromenade/
@@ -74,8 +79,15 @@ DanceNet3D/
74
  │ └── ...
75
  ├── s6/
76
  │ └── ...
77
- └── s4/
78
- ── ...
 
 
 
 
 
 
 
79
  ```
80
 
81
  </details>
@@ -112,6 +124,25 @@ output/
112
 
113
  ## Quick Start
114
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
115
  ### Extract Frames
116
 
117
  **Prerequisites:** Python 3.8+, FFmpeg, zstd
@@ -134,25 +165,20 @@ python video_to_images.py --input s5 --output extracted/s5 --cameras 0028 1362
134
  python video_to_images.py --input s5 --output extracted/s5 --apply-lut
135
  ```
136
 
137
- ### Extract 3DGS
138
 
139
- **Prerequisites:** unzip
140
 
141
- Pre-computed 3D Gaussian Splatting (3DGS) reconstructions are available under the `/3dgs` directory. Each `.zip` file corresponds to one dance sequence and contains multiple `.ply` files one per frame.
142
 
143
  ```bash
144
- unzip AttitudePromenade.zip
145
- ```
146
- On Mac, you can also double-click the `.zip` file in Finder. On Windows, right-click and use a tool like 7-Zip or WinRAR.
147
-
148
- **View a single frame:**
149
- 1. Go to [https://superspl.at/editor](https://superspl.at/editor)
150
- 2. Upload a single `.ply` file
151
 
152
- **Playback multi-frame animation:**
153
- 1. Go to [https://superspl.at/editor](https://superspl.at/editor)
154
- 2. Upload all `.ply` files from the sequence at once
155
- 3. Hit the **Play** button above the timeline
156
 
157
  ### Using with COLMAP
158
 
@@ -161,13 +187,14 @@ The `colmap/` directory in each sequence contains pre-computed camera intrinsics
161
  ## Sequences
162
 
163
  <details>
164
- <summary><b>Session 4 (s4) — 9 sequences, 29 cameras</b></summary>
165
 
166
  | Sequence | Frames | Cameras | Status |
167
  |----------|--------|---------|--------|
168
  | 3PointStep | 920 | 29 | Available |
169
  | BartSimpson | 471 | 29 | Available |
170
  | BizMarkie | 703 | 29 | Available |
 
171
  | HouseFootworkAdvanced | 646 | 29 | Available |
172
  | RoboCop | 920 | 29 | Available |
173
  | RunningMan | 687 | 29 | Available |
@@ -185,6 +212,7 @@ The `colmap/` directory in each sequence contains pre-computed camera intrinsics
185
  | AttitudePromenade | 814 | 29 | Available |
186
  | BasicSuzieQ | 914 | 29 | Available |
187
  | BigKicks | 750 | 29 | Available |
 
188
  | BourreeTurns2 | 688 | 29 | Available |
189
  | Chacha | 942 | 29 | Available |
190
  | ComboSeated | 903 | 29 | Available |
@@ -193,41 +221,39 @@ The `colmap/` directory in each sequence contains pre-computed camera intrinsics
193
  | Jumping | 552 | 29 | Available |
194
  | Pirouettes | 981 | 29 | Available |
195
  | Portdebras | 765 | 29 | Available |
196
- | PortdebrasSeated | 906 | 29 | Available |
 
197
  | RonDeJambeAtere2 | 726 | 29 | Available |
198
- | SonBasic | 791 | 29 | Available |
199
- | BourreeTurns | 607 | 29 | Coming soon |
200
- | RonDeJambeAtere | 830 | 29 | Coming soon |
201
- | RonDeJambeInAir | 614 | 29 | Coming soon |
202
- | SalsaTurns | 729 | 29 | Coming soon |
203
- | Shoulders | 682 | 29 | Coming soon |
204
  | ShouldersSeated | 697 | 29 | Coming soon |
 
205
  | SonBasicSeated | 924 | 29 | Coming soon |
206
- | Turns | 733 | 29 | Coming soon |
207
- | Twists | 930 | 29 | Coming soon |
208
 
209
  </details>
210
 
211
  <details>
212
- <summary><b>Session 6 (s6) — 15 sequences, 28 cameras</b></summary>
213
 
214
  | Sequence | Frames | Cameras | Status |
215
  |----------|--------|---------|--------|
216
  | BiancaGolden_Breathing | 829 | 28 | Available |
217
  | BiancaGolden_Chimee | 610 | 28 | Available |
218
  | BiancaGolden_CircleTurns | 433 | 28 | Available |
 
219
  | BiancaGolden_GrandPlies | 1061 | 28 | Available |
 
 
 
 
220
  | BiancaGolden_SalsaBasic | 450 | 28 | Available |
 
 
 
221
  | RobertRubama_RussiaCostume | 751 | 28 | Available |
222
- | BiancaGolden_DropTurn | 612 | 28 | Coming soon |
223
- | BiancaGolden_Ocho | 472 | 28 | Coming soon |
224
- | BiancaGolden_Portedbras | 940 | 28 | Coming soon |
225
- | BiancaGolden_ReleasetoFloor | 395 | 28 | Coming soon |
226
- | BiancaGolden_RollDown | 1,334 | 28 | Coming soon |
227
- | BiancaGolden_StyleArms | 588 | 28 | Coming soon |
228
- | BiancaGolden_Swings | 603 | 28 | Coming soon |
229
- | BiancaGolden_SyncopatedGroove | 919 | 28 | Coming soon |
230
- | RobertRubama_RussiaRehearsal | 727 | 28 | Coming soon |
231
 
232
  </details>
233
 
 
12
  - novel-view-synthesis
13
  - colmap
14
  - synchronized-cameras
15
+ - point-cloud
16
  - 3d
17
  - video
18
  annotations_creators:
 
28
  # DanceNet3D
29
 
30
 
31
+ A large-scale synchronized multi-view dance dataset captured with 28-29 calibrated cameras at 800x1280 resolution. The dataset contains 46 dance sequences across 3 recording sessions, totaling **34,698 frames** with per-frame camera calibration (COLMAP), foreground masks, optional color correction LUTs, and per-frame sparse point cloud reconstructions.
32
 
33
  ## Dataset Summary
34
 
35
  | Session | Sequences (available / total) | Cameras | Frames (available / total) | Size |
36
  |---------|-------------------------------|---------|---------------------------|------|
37
+ | s4 | 10 / 10 | 29 | 7,723 / 7,723 | ~33 GB |
38
+ | s5 | 20 / 23 | 29 | 15,401 / 17,928 | ~64 GB |
39
+ | s6 | 14 / 14 | 28 | 10,668 / 10,668 | ~37 GB |
40
+ | **Total** | **44 / 46** | | **34,698 / 36,319** | **~134 GB** |
41
 
42
  ## Data Format
43
 
 
47
  - **COLMAP calibration**: `colmap/cameras.txt`, `colmap/images.txt` and binary formats
48
  - **Foreground masks**: `masks.tar.zst` binary person segmentation masks generated with SAM3 and with manual quality review
49
  - **Manifest**: `manifest.json` frame IDs, camera lists, and sequence metadata
50
+ - **Point clouds**: `pointcloud/{session}/{SequenceName}.tar.zst` per-frame sparse point clouds (`{FrameID}.ply`)
51
 
52
  <details>
53
  <summary><b>Directory Structure</b></summary>
 
61
  ├── color_lut/ # Per-camera color correction LUTs (.cube)
62
  │ ├── 0028.cube
63
  │ └── ...
64
+ ├── s4/
65
+ │ ├── manifest.json
66
+ │ └── ...
67
  ├── s5/
68
  │ ├── manifest.json
69
  │ ├── AttitudePromenade/
 
79
  │ └── ...
80
  ├── s6/
81
  │ └── ...
82
+ └── pointcloud/
83
+ ── s4/
84
+ │ └── HouseFootwork.tar.zst
85
+ ├── s5/
86
+ │ ├── BourreeTurns.tar.zst
87
+ │ └── ...
88
+ └── s6/
89
+ ├── BiancaGolden_DropTurn.tar.zst
90
+ └── ...
91
  ```
92
 
93
  </details>
 
124
 
125
  ## Quick Start
126
 
127
+ ### Download
128
+
129
+ ```bash
130
+ # Install Hugging Face CLI
131
+ # macOS/Linux
132
+ curl -LsSf https://hf.co/cli/install.sh | bash
133
+ # Windows
134
+ powershell -ExecutionPolicy ByPass -c "irm https://hf.co/cli/install.ps1 | iex"
135
+
136
+ # Download entire dataset
137
+ hf download nyuvideolab/danceNet3D --repo-type dataset --local-dir DanceNet3D
138
+
139
+ # Download a specific session
140
+ hf download nyuvideolab/danceNet3D --repo-type dataset --local-dir DanceNet3D --include "s5/*"
141
+
142
+ # Download 3DGS only
143
+ hf download nyuvideolab/danceNet3D --repo-type dataset --local-dir DanceNet3D --include "3dgs/*"
144
+ ```
145
+
146
  ### Extract Frames
147
 
148
  **Prerequisites:** Python 3.8+, FFmpeg, zstd
 
165
  python video_to_images.py --input s5 --output extracted/s5 --apply-lut
166
  ```
167
 
168
+ ### Extract Point Clouds
169
 
170
+ **Prerequisites:** zstd, tar
171
 
172
+ Per-frame sparse point clouds are available under the `pointcloud/` directory. Each `.tar.zst` archive contains one `.ply` file per frame, named by frame ID (e.g., `0000001.ply`).
173
 
174
  ```bash
175
+ # Extract a single sequence
176
+ mkdir -p BourreeTurns && zstd -d pointcloud/s5/BourreeTurns.tar.zst -o - | tar xf - -C BourreeTurns
 
 
 
 
 
177
 
178
+ # Or two-step
179
+ zstd -d pointcloud/s5/BourreeTurns.tar.zst -o BourreeTurns.tar
180
+ tar xf BourreeTurns.tar
181
+ ```
182
 
183
  ### Using with COLMAP
184
 
 
187
  ## Sequences
188
 
189
  <details>
190
+ <summary><b>Session 4 (s4) — 10 sequences, 29 cameras</b></summary>
191
 
192
  | Sequence | Frames | Cameras | Status |
193
  |----------|--------|---------|--------|
194
  | 3PointStep | 920 | 29 | Available |
195
  | BartSimpson | 471 | 29 | Available |
196
  | BizMarkie | 703 | 29 | Available |
197
+ | HouseFootwork | 937 | 29 | Available |
198
  | HouseFootworkAdvanced | 646 | 29 | Available |
199
  | RoboCop | 920 | 29 | Available |
200
  | RunningMan | 687 | 29 | Available |
 
212
  | AttitudePromenade | 814 | 29 | Available |
213
  | BasicSuzieQ | 914 | 29 | Available |
214
  | BigKicks | 750 | 29 | Available |
215
+ | BourreeTurns | 607 | 29 | Available |
216
  | BourreeTurns2 | 688 | 29 | Available |
217
  | Chacha | 942 | 29 | Available |
218
  | ComboSeated | 903 | 29 | Available |
 
221
  | Jumping | 552 | 29 | Available |
222
  | Pirouettes | 981 | 29 | Available |
223
  | Portdebras | 765 | 29 | Available |
224
+ | PortdebrasSeated | 906 | 29 | Unavailable |
225
+ | RonDeJambeAtere | 834 | 29 | Available |
226
  | RonDeJambeAtere2 | 726 | 29 | Available |
227
+ | RonDeJambeInAir | 614 | 29 | Available |
228
+ | SalsaTurns | 729 | 29 | Available |
229
+ | Shoulders | 682 | 29 | Available |
 
 
 
230
  | ShouldersSeated | 697 | 29 | Coming soon |
231
+ | SonBasic | 791 | 29 | Available |
232
  | SonBasicSeated | 924 | 29 | Coming soon |
233
+ | Turns | 658 | 29 | Available |
234
+ | Twists | 930 | 29 | Available |
235
 
236
  </details>
237
 
238
  <details>
239
+ <summary><b>Session 6 (s6) — 14 sequences, 28 cameras</b></summary>
240
 
241
  | Sequence | Frames | Cameras | Status |
242
  |----------|--------|---------|--------|
243
  | BiancaGolden_Breathing | 829 | 28 | Available |
244
  | BiancaGolden_Chimee | 610 | 28 | Available |
245
  | BiancaGolden_CircleTurns | 433 | 28 | Available |
246
+ | BiancaGolden_DropTurn | 611 | 28 | Available |
247
  | BiancaGolden_GrandPlies | 1061 | 28 | Available |
248
+ | BiancaGolden_Ocho | 476 | 28 | Available |
249
+ | BiancaGolden_Portedbras | 940 | 28 | Available |
250
+ | BiancaGolden_ReleasetoFloor | 641 | 28 | Available |
251
+ | BiancaGolden_RollDown | 1,334 | 28 | Available |
252
  | BiancaGolden_SalsaBasic | 450 | 28 | Available |
253
+ | BiancaGolden_StyleArms | 588 | 28 | Available |
254
+ | BiancaGolden_Swings | 1,025 | 28 | Available |
255
+ | BiancaGolden_SyncopatedGroove | 919 | 28 | Available |
256
  | RobertRubama_RussiaCostume | 751 | 28 | Available |
 
 
 
 
 
 
 
 
 
257
 
258
  </details>
259