PBWR commited on
Commit
e26606a
·
verified ·
1 Parent(s): b5085c0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -1
README.md CHANGED
@@ -9,4 +9,22 @@ thumbnail: >-
9
  https://cdn-uploads.huggingface.co/production/uploads/65c1115bf995736082344390/0Cm-muD9mFJm2aF8kGxr6.png
10
  ---
11
 
12
- BuildingWorld: A Structured 3D Building Dataset for Urban Foundation Models
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  https://cdn-uploads.huggingface.co/production/uploads/65c1115bf995736082344390/0Cm-muD9mFJm2aF8kGxr6.png
10
  ---
11
 
12
+ # BuildingWorld: A Structured 3D Building Dataset for Urban Foundation Models
13
+
14
+ <div style="display: flex; justify-content: space-between;">
15
+ <div style="flex: 1; margin-right: 10px; border: 1px solid #ccc; border-radius: 5px; padding: 20px; background-color: #f9f9f9; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
16
+ <img src="https://huggingface.co/spaces/BuildingWorld/BuildingWorldChallenge/resolve/main/BuildingWorld/building3.png" alt="Image 1">
17
+ <h2 style="text-align: center;">Simulated Building PC</h2>
18
+ <p style="text-align: justify;">The simulated point clouds are generated to approximate real-world airborne LiDAR acquisition, explicitly modeling occlusion effects, visibility constraints, and other scanning-related phenomena to enhance realism.</p>
19
+ </div>
20
+ <div style="flex: 1;margin-right: 10px; border: 1px solid #ccc; border-radius: 5px; padding: 20px; background-color: #f9f9f9; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
21
+ <img src="https://huggingface.co/spaces/BuildingWorld/BuildingWorldChallenge/resolve/main/BuildingWorld/m3.png" alt="Image 2">
22
+ <h2 style="text-align: center;">Mesh</h2>
23
+ <p style="text-align: justify;">The mesh is represented as a simplified triangular surface mesh, where the geometry is approximated using a set of connected triangular facets. This representation reduces geometric complexity while preserving the overall structural shape of the building.</p>
24
+ </div>
25
+ <div style="flex: 1;margin-right: 10px; border: 1px solid #ccc; border-radius: 5px; padding: 20px; background-color: #f9f9f9; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
26
+ <img src="https://huggingface.co/spaces/BuildingWorld/BuildingWorldChallenge/resolve/main/BuildingWorld/w3.png" alt="Image 3">
27
+ <h2 style="text-align: center;">Wireframe</h2>
28
+ <p style="text-align: justify;">The wireframe representation models the building geometry using vertices and edges, capturing the structural layout and topological relationships of the architectural components.</p>
29
+ </div>
30
+ </div>