Datasets:

Languages:
English
mythesticc commited on
Commit
cc2b5a6
·
verified ·
1 Parent(s): 2a86c19

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -32
README.md CHANGED
@@ -1,43 +1,49 @@
1
  ---
2
- language:
3
- - en
4
- size_categories:
5
- - 100K<n<1M
6
  ---
7
- Dataset Summary
8
 
 
9
 
10
- Overview
 
11
 
12
  ShadeBench is a large-scale multimodal dataset for urban shade simulation and understanding, supporting tasks such as generation, segmentation, and 3D reconstruction.
13
 
14
  Originally introduced in the DeepShade project (IJCAI 2025), ShadeBench is an extended benchmark submitted to KDD 2026 (AI4Science Track), with improved spatial alignment, physically grounded solar modeling, and additional 3D geometry.
15
 
16
- Dataset Structure
17
- Cities: 34 (across 6 continents)
18
- Total Files: ~137,000
19
- Resolution: 1024 × 1024
20
- Modalities: Image, Text, Time, 3D Geometry
21
 
22
  Each city contains:
23
- source/ and target/ image pairs (shade transitions)
24
- train.json and test.json (with prompts and paths)
25
- Satellite images (real-world context)
26
- Masked images (buildings aligned with simulation)
27
- obj_grids/ (3D building meshes in .obj format)
28
-
29
- Key Features
30
- Spatially aligned data between satellite imagery and simulated building layouts
31
- Physically consistent shadows using solar position modeling
32
- Temporal variation across different times of day
33
- Multimodal learning support (image + text + geometry)
34
-
35
- Use Cases
36
- Text-conditioned image generation
37
- Shadow simulation and prediction
38
- Shade segmentation
39
- 3D urban reconstruction
40
- GIS + ML research
41
- Summary
42
-
43
- ShadeBench extends DeepShade into a benchmark dataset by adding aligned satellite data, masked building regions, and 3D geometry, enabling realistic and scalable modeling of urban shade.
 
 
 
 
 
 
1
  ---
2
+ # For reference on dataset card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/datasetcard.md?plain=1
3
+ # Doc / guide: https://huggingface.co/docs/hub/datasets-cards
4
+ {}
 
5
  ---
6
+ # Dataset Card for ShadeBench
7
 
8
+ ![image](https://cdn-uploads.huggingface.co/production/uploads/66f74fd5b50ecf6a454941d1/C2b6MpvVa2e77ANv_GH_G.png)
9
 
10
+
11
+ <!-- Provide a quick summary of the dataset. -->
12
 
13
  ShadeBench is a large-scale multimodal dataset for urban shade simulation and understanding, supporting tasks such as generation, segmentation, and 3D reconstruction.
14
 
15
  Originally introduced in the DeepShade project (IJCAI 2025), ShadeBench is an extended benchmark submitted to KDD 2026 (AI4Science Track), with improved spatial alignment, physically grounded solar modeling, and additional 3D geometry.
16
 
17
+ ## Dataset Details
18
+ 1. Cities: 34 (across 6 continents)
19
+ 2. Total Files: ~137,000
20
+ 3. Resolution: 1024 × 1024
21
+ 4. Modalities: Image, Text, Time, 3D Geometry
22
 
23
  Each city contains:
24
+
25
+ 1. source/ and target/ image pairs (shade transitions)
26
+ 2. train.json and test.json (with prompts and paths)
27
+ 3. Satellite images (real-world context)
28
+ 4. Masked images (buildings aligned with simulation)
29
+ 5. obj_grids/ (3D building meshes in .obj format)
30
+ ### Key Features
31
+ 1. Spatially aligned data between satellite imagery and simulated building layouts
32
+ 2. Physically consistent shadows using solar position modeling
33
+ 3. Temporal variation across different times of day
34
+ 4. Multimodal learning support (image + text + geometry)
35
+
36
+
37
+ ### Use Cases
38
+ 1. Text-conditioned image generation
39
+ 2. Shadow simulation and prediction
40
+ 3. Shade segmentation
41
+ 4. 3D urban reconstruction
42
+ 5. GIS + ML research
43
+
44
+
45
+ ## Summmary
46
+ ShadeBench extends DeepShade into a benchmark dataset by adding aligned satellite data, masked building regions, and 3D geometry, enabling realistic and scalable modeling of urban shade.
47
+
48
+
49
+