| --- |
| 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. |
|
|