Datasets:
Update README.md
Browse filesAdd 3dgs view instructions.
README.md
CHANGED
|
@@ -200,6 +200,25 @@ The `colmap/` directory in each sequence contains pre-computed camera intrinsics
|
|
| 200 |
| BiancaGolden_SyncopatedGroove | 919 | 28 | Coming soon |
|
| 201 |
| RobertRubama_RussiaRehearsal | 727 | 28 | Coming soon |
|
| 202 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 203 |
## Technical Details
|
| 204 |
|
| 205 |
- **Resolution**: 800 x 1280
|
|
|
|
| 200 |
| BiancaGolden_SyncopatedGroove | 919 | 28 | Coming soon |
|
| 201 |
| RobertRubama_RussiaRehearsal | 727 | 28 | Coming soon |
|
| 202 |
|
| 203 |
+
## How to View 3DGS
|
| 204 |
+
|
| 205 |
+
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.
|
| 206 |
+
|
| 207 |
+
**Download and decompress:**
|
| 208 |
+
```bash
|
| 209 |
+
unzip AttitudePromenade.zip
|
| 210 |
+
```
|
| 211 |
+
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.
|
| 212 |
+
|
| 213 |
+
**View a single frame:**
|
| 214 |
+
1. Go to [https://superspl.at/editor](https://superspl.at/editor)
|
| 215 |
+
2. Upload a single `.ply` file
|
| 216 |
+
|
| 217 |
+
**Playback multi-frame animation:**
|
| 218 |
+
1. Go to [https://superspl.at/editor](https://superspl.at/editor)
|
| 219 |
+
2. Upload all `.ply` files from the sequence at once
|
| 220 |
+
3. Hit the **Play** button above the timeline
|
| 221 |
+
|
| 222 |
## Technical Details
|
| 223 |
|
| 224 |
- **Resolution**: 800 x 1280
|