qian43 commited on
Commit
605e6f4
·
verified ·
1 Parent(s): ba850f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -510,7 +510,9 @@ def build_demo():
510
  with gr.Blocks(title="Sat3DGen Demo", theme=gr.themes.Soft()) as demo:
511
  gr.Markdown(
512
  """
513
- ## Sat3DGen: 3D Scene Generation from Satellite Imagery
 
 
514
 
515
  Upload a satellite image to **generate a 3D mesh** or **render a walkthrough video**.
516
 
 
510
  with gr.Blocks(title="Sat3DGen Demo", theme=gr.themes.Soft()) as demo:
511
  gr.Markdown(
512
  """
513
+ ## [ICLR 2026] Sat3DGen: Comprehensive Street-Level 3D Scene Generation from Single Satellite Image
514
+ ### [Code Page](https://github.com/qianmingduowan/Sat3DGen), [Project Page](https://qianmingduowan.github.io/Sat3DGen_project_page/)
515
+ Author: [Ming Qian](https://qianmingduowan.github.io/), [Zimin Xia](https://ziminxia.github.io/), [Changkun Liu](https://lck666666.github.io), [Shuailei Ma](https://scholar.google.com/citations?user=dNhzCu4AAAAJ&hl=zh-CN), [Wen Wang](https://encounter1997.github.io/), [Zeran Ke](https://calmke.github.io/), [Bin Tan](https://icetttb.github.io/), [Hang Zhang](https://openreview.net/profile?id=~Hang_Zhang22), [Gui-Song Xia](http://www.captain-whu.com/xia_En.html)
516
 
517
  Upload a satellite image to **generate a 3D mesh** or **render a walkthrough video**.
518