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