ninglixu commited on
Commit
5b59f13
1 Parent(s): 8a083cc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -2
README.md CHANGED
@@ -22,6 +22,19 @@ dataset_info:
22
  download_size: 2807769507
23
  dataset_size: 2862184641.896
24
  ---
25
- # Dataset Card for "GeoContext-v1"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
 
27
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
22
  download_size: 2807769507
23
  dataset_size: 2862184641.896
24
  ---
25
+ # Geospecific View Generation - Geometry-Context Aware High-resolution Ground View Inference from Satellite Views
26
+
27
+ This page contains the dataset for the paper.
28
+
29
+ ## Introduction
30
+ Predicting realistic ground views from satellite imagery in urban scenes is a challenging task due to the significant view gaps between satellite and ground-view images. We propose a novel pipeline to tackle this challenge, by generating geospecifc views that maximally respect the weak geometry and texture from multi-view satellite images. Different from existing approaches that hallucinate images from cues such as partial semantics or geometry from overhead satellite images, our method directly predicts ground-view images at geolocation by using a comprehensive set of information from the satellite image, resulting in ground-level images with a resolution boost at a factor of ten or more. We leverage a novel building refinement method to reduce geometric distortions in satellite data at ground level, which ensures the creation of accurate conditions for view synthesis using diffusion networks. Moreover, we proposed a novel geospecific prior, which prompts distribution learning of diffusion models to respect image samples that are closer to the geolocation of the predicted images. We demonstrate our pipeline is the first to generate close-to-real and geospecific ground views merely based on satellite images.
31
+
32
+ ## Description
33
+ The GeoContext-v1 contains 4463 pairs of satellite-ground data. Including:
34
+ * <strong>satellite_rgb</strong>: [512x512x3] satellite rgb texture, generated by orthophoto projection from satellite textured mesh.
35
+ * <strong>satellite_semantics</strong>: [512,512,3] satellite semantics containing two class, where "ground" as [120,120,70], "building" as [180,120,120]
36
+ * <strong>ground_rgb</strong>: [256x512x3] ground-view satellite rgb texture, generated by panoramic projection from satellite textured mesh in Blender.
37
+ * <strong>ground_semantics</strong>: [256x512x3] ground-view satellite semantics containing three class, where "ground" "building" same as "satellite_semantics" and "sky" as [6,230,230]
38
+ * <strong>ground_depth</strong>: [256x512x1] ground-view satellite depth, generated in same way as "ground_rgb"
39
+ * <strong>gt</strong>: [256x512x3] ground truth ground-view rgb, downloaded from google street 360.
40