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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -24,6 +24,7 @@ dataset_info:
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
@@ -38,3 +39,18 @@ The GeoContext-v1 contains 4463 pairs of satellite-ground data. Including:
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
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  ---
25
  # Geospecific View Generation - Geometry-Context Aware High-resolution Ground View Inference from Satellite Views
26
 
27
+ [**🌐 Homepage**](https://gdaosu.github.io/geocontext/) [**🤗 Paper**](https://arxiv.org/abs/2407.08061)
28
  This page contains the dataset for the paper.
29
 
30
  ## Introduction
 
39
  * <strong>ground_depth</strong>: [256x512x1] ground-view satellite depth, generated in same way as "ground_rgb"
40
  * <strong>gt</strong>: [256x512x3] ground truth ground-view rgb, downloaded from google street 360.
41
 
42
+ ## Citation
43
+
44
+ **BibTex:**
45
+ ```bibtex
46
+ @misc{xu2024geospecificviewgeneration,
47
+ title={Geospecific View Generation -- Geometry-Context Aware High-resolution Ground View Inference from Satellite Views},
48
+ author={Ningli Xu and Rongjun Qin},
49
+ year={2024},
50
+ eprint={2407.08061},
51
+ archivePrefix={arXiv},
52
+ primaryClass={cs.CV},
53
+ url={https://arxiv.org/abs/2407.08061},
54
+ }
55
+ ```
56
+