Add dataset card
Browse files
README.md
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: ScanSceneverse
|
| 3 |
+
license: other
|
| 4 |
+
size_categories:
|
| 5 |
+
- 100K<n<1M
|
| 6 |
+
task_categories:
|
| 7 |
+
- text-to-3d
|
| 8 |
+
- image-to-3d
|
| 9 |
+
- other
|
| 10 |
+
tags:
|
| 11 |
+
- 3d
|
| 12 |
+
- 3d-scenes
|
| 13 |
+
- photogrammetry
|
| 14 |
+
- scans
|
| 15 |
+
- glb
|
| 16 |
+
- gltf
|
| 17 |
+
- sketchfab
|
| 18 |
+
- captions
|
| 19 |
+
- scene-understanding
|
| 20 |
+
language:
|
| 21 |
+
- en
|
| 22 |
+
annotations_creators:
|
| 23 |
+
- machine-generated
|
| 24 |
+
source_datasets:
|
| 25 |
+
- original
|
| 26 |
+
configs:
|
| 27 |
+
- config_name: default
|
| 28 |
+
data_files:
|
| 29 |
+
- split: train
|
| 30 |
+
path: metadata.parquet
|
| 31 |
+
---
|
| 32 |
+
|
| 33 |
+
# ScanSceneverse
|
| 34 |
+
|
| 35 |
+
Real-world scanned 3D scenes (photogrammetry / environment + landscape scans)
|
| 36 |
+
curated from the TexVerse-1K Sketchfab crawl — the companion of
|
| 37 |
+
[ProSceneverse](https://huggingface.co/datasets/Stable-X/ProSceneverse) which
|
| 38 |
+
holds *designed* scenes.
|
| 39 |
+
|
| 40 |
+
**125,023** textured scan scenes in glTF/GLB format, each with a
|
| 41 |
+
machine-generated English caption, a scene-type label, and a thumbnail
|
| 42 |
+
render. Scenes that carry a `scanned_by_*` author tag also include the
|
| 43 |
+
originating device id under `scanning_ids`.
|
| 44 |
+
|
| 45 |
+
## Contents
|
| 46 |
+
|
| 47 |
+
```
|
| 48 |
+
ScanSceneverse/
|
| 49 |
+
├── README.md
|
| 50 |
+
├── metadata.parquet # 125,023 rows, one per scene
|
| 51 |
+
├── glbs/ # sharded 000-NNN
|
| 52 |
+
│ └── 000-NNN/<scene_id>.glb
|
| 53 |
+
└── thumbnails/ # mirrors the glbs/ shard layout
|
| 54 |
+
└── 000-NNN/<scene_id>.jpeg
|
| 55 |
+
```
|
| 56 |
+
|
| 57 |
+
## Categories
|
| 58 |
+
|
| 59 |
+
- `ENVIRONMENT_SCAN`: **97,410**
|
| 60 |
+
- `LANDSCAPE_SCAN`: **27,613**
|
| 61 |
+
|
| 62 |
+
## Licenses
|
| 63 |
+
|
| 64 |
+
- `by`: 73,922
|
| 65 |
+
- `by-nc-sa`: 39,830
|
| 66 |
+
- `by-sa`: 4,130
|
| 67 |
+
- `by-nc`: 3,255
|
| 68 |
+
- `by-nc-nd`: 2,927
|
| 69 |
+
- `by-nd`: 540
|
| 70 |
+
- `cc0`: 248
|
| 71 |
+
- `unknown`: 171
|
| 72 |
+
|
| 73 |
+
## Schema
|
| 74 |
+
|
| 75 |
+
The metadata schema is identical to ProSceneverse — see the
|
| 76 |
+
[ProSceneverse README](https://huggingface.co/datasets/Stable-X/ProSceneverse)
|
| 77 |
+
for per-column documentation.
|