File size: 4,614 Bytes
8070349
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
cb6adea
858a8f6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8070349
cb6adea
 
8070349
 
 
cb6adea
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8070349
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
cb6adea
8070349
cb6adea
8070349
cb6adea
 
8070349
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
---
license: cc-by-4.0
task_categories:
- image-to-image
- image-classification
- image-to-text
- image-to-3d
- image-segmentation
- image-to-video
- image-feature-extraction
tags:
- landscape
- wireframe
- synthetic-data
- computer-vision
- machine-learning
- training-data
- simulation
- neural-rendering
- autonomous-driving
- multimodal
---

[![Website](https://img.shields.io/badge/webXOS.netlify.app-Explore_Apps-00d4aa?style=for-the-badge&logo=netlify&logoColor=white)](https://webxos.netlify.app)
[![GitHub](https://img.shields.io/badge/GitHub-webxos/webxos-181717?style=for-the-badge&logo=github&logoColor=white)](https://github.com/webxos/webxos)
[![Hugging Face](https://img.shields.io/badge/Hugging_Face-🤗_webxos-FFD21E?style=for-the-badge&logo=huggingface&logoColor=white)](https://huggingface.co/webxos)
[![Follow on X](https://img.shields.io/badge/Follow_@webxos-1DA1F2?style=for-the-badge&logo=x&logoColor=white)](https://x.com/webxos)

<div style="
    background: #00FF00;
    border-left: 4px solid #00FF00;
    padding: 1.5rem;
    margin: 2rem 0;
    font-family: 'Fira Code', 'Courier New', monospace;
    color: #00FF00;
    border-radius: 0 8px 8px 0;
">
    <pre style="
        font-size: 12px;
        line-height: 1.2;
        margin: 0;
        overflow-x: auto;
        color: #00FF00;
    ">
 _   _ _   _______ ___________ _    _  ___________ _    ______ 
| | | | \ | |  _  \  ___| ___ \ |  | ||  _  | ___ \ |   |  _  \
| | | |  \| | | | | |__ | |_/ / |  | || | | | |_/ / |   | | | |
| | | | . ` | | | |  __||    /| |/\| || | | |    /| |   | | | |
| |_| | |\  | |/ /| |___| |\ \\  /\  /\ \_/ / |\ \| |___| |/ / 
 \___/\_| \_/___/ \____/\_| \_|\/  \/  \___/\_| \_\_____/___/  
      
</div>


## Underworld Dataset v2

Generated with WEBXOS UNDERWORLD LANDSCAPE GENERATOR

**Download the GENERATOR from the /underworld/ folder of this repo to create your own datasets.**

Optimized for Hugging Face Overworld model training

### Dataset Details
- Frames: 120
- Resolution: 1280x562
- Objects: 150
- Terrain Size: 160x160
- View Mode: wireframe

### Usage for Training
1. Extract the dataset
2. Use frames/ folder for image sequences
3. Use metadata.json for generation parameters
4. Use labels.csv for object detection training
5. Use with Hugging Face transformers or custom training scripts


# WEBXOS Underworld Dataset v2

WEBXOS Underworld Dataset v2 is a large-scale synthetic wireframe landscape dataset designed for training 
and evaluating computer vision models, particularly for 3D reconstruction, depth estimation, and geometric 
understanding tasks. Generated using a custom Three.js-based procedural generator, this dataset provides clean, 
structured data with perfect ground truth annotations.

### Key Features:

- **Multi-modal Annotations**: RGB images, depth maps, surface normals, semantic segmentation, instance segmentation
- **Perfect Ground Truth**: No annotation noise, perfect correspondence across modalities
- **Procedural Diversity**: Parametrically generated landscapes with controlled variations
- **Camera Trajectories**: Multi-view sequences for 3D reconstruction and novel view synthesis
- **Wireframe Focus**: Emphasis on geometric structures and edges for edge detection and line segment detection tasks

### Primary Tasks:

- **Depth Estimation**: Predict depth from single RGB images
- **3D Reconstruction**: Reconstruct 3D scenes from single or multiple views
- **Semantic Segmentation**: Classify terrain and object categories
- **Instance Segmentation**: Identify individual object instances
- **Surface Normal Estimation**: Predict surface orientations
- **Edge Detection**: Detect wireframe edges and geometric boundaries
- **Novel View Synthesis**: Generate new views of 3D scenes
- **Object Detection**: Detect and localize objects in 3D space

### Data Fields

- `image`: RGB wireframe render (512×512 or 1024×1024)
- `depth`: Ground truth depth map (float32, normalized 0-1)
- `normal`: Surface normal map (3-channel float32)
- `segmentation`: Semantic segmentation mask (8 classes)
- `instances`: Instance segmentation mask
- `bounding_boxes`: 3D bounding boxes with categories
- `camera_params`: Camera intrinsics and extrinsics
- `terrain_params`: Procedural generation parameters
- `object_metadata`: Object positions, rotations, scales

### Data Splits

- `train`: 50,000 scenes (40,000 unique terrains + 10,000 augmentations)
- `validation`: 5,000 scenes
- `test`: 5,000 scenes (held-out for benchmarking)

### Citation

If you use this dataset, please cite:
WEBXOS UNDERWORLD Landscape Generator, 2026

### License
cc-by-4.0