Datasets:
Update dataset card with metadata and GitHub link
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,11 +1,28 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
# The evaluation videos for Skyfall-GS
|
| 6 |
|
| 7 |
-
|
| 8 |
|
| 9 |
-
|
| 10 |
|
| 11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- image-to-3d
|
| 5 |
---
|
| 6 |
|
| 7 |
# The evaluation videos for Skyfall-GS
|
| 8 |
|
| 9 |
+
This repository contains the evaluation videos for the paper [Skyfall-GS: Synthesizing Immersive 3D Urban Scenes from Satellite Imagery](https://arxiv.org/abs/2510.15869).
|
| 10 |
|
| 11 |
+
[**Project Page**](https://skyfall-gs.jayinnn.dev/) | [**GitHub**](https://github.com/jayin92/skyfall-gs) | [**arXiv**](https://arxiv.org/abs/2510.15869)
|
| 12 |
|
| 13 |
+
Skyfall-GS is a hybrid framework that synthesizes immersive city-block scale 3D urban scenes by combining satellite reconstruction with diffusion refinement, eliminating the need for costly 3D annotations. It features real-time, immersive 3D exploration and a curriculum-driven iterative refinement strategy to enhance geometric completeness and photorealistic textures.
|
| 14 |
+
|
| 15 |
+
## Citation
|
| 16 |
+
|
| 17 |
+
If you find this work useful, please consider citing:
|
| 18 |
+
|
| 19 |
+
```bibtex
|
| 20 |
+
@article{lee2025SkyfallGS,
|
| 21 |
+
title = {{Skyfall-GS}: Synthesizing Immersive {3D} Urban Scenes from Satellite Imagery},
|
| 22 |
+
author = {Jie-Ying Lee and Yi-Ruei Liu and Shr-Ruei Tsai and Wei-Cheng Chang and Chung-Ho Wu and Jiewen Chan and Zhenjun Zhao and Chieh Hubert Lin and Yu-Lun Liu},
|
| 23 |
+
journal = {arXiv preprint},
|
| 24 |
+
year = {2025},
|
| 25 |
+
eprint = {2510.15869},
|
| 26 |
+
archivePrefix = {arXiv}
|
| 27 |
+
}
|
| 28 |
+
```
|