qian43 commited on
Commit
35fe63c
·
verified ·
1 Parent(s): fc30c70

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -5,6 +5,7 @@ colorFrom: blue
5
  colorTo: green
6
  sdk: gradio
7
  sdk_version: "4.44.1"
 
8
  app_file: app.py
9
  pinned: false
10
  license: mit
@@ -32,4 +33,8 @@ suggested_hardware: t4-small
32
  Upload a satellite image or select one from the examples, then click "Generate".
33
  The model weights are loaded automatically from HuggingFace.
34
 
 
 
 
 
35
  > **Note**: GPU hardware is recommended for reasonable inference speed.
 
5
  colorTo: green
6
  sdk: gradio
7
  sdk_version: "4.44.1"
8
+ python_version: "3.10"
9
  app_file: app.py
10
  pinned: false
11
  license: mit
 
33
  Upload a satellite image or select one from the examples, then click "Generate".
34
  The model weights are loaded automatically from HuggingFace.
35
 
36
+ ### Input Requirements
37
+
38
+ The satellite image should be at **zoom level 20** (same as the [VIGOR](https://github.com/Jeff-Zilence/VIGOR) dataset), resized to **512×512** pixels. You can download satellite tiles at this zoom level from any map tile API (e.g. Google Maps, Bing Maps, Mapbox).
39
+
40
  > **Note**: GPU hardware is recommended for reasonable inference speed.