Commit
·
5daebec
1
Parent(s):
a065dce
Update README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,24 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
4 |
|
5 |
# Model description
|
6 |
|
7 |
-
ControlNet model conditioned on OpenStreetMaps (OSM) to generate
|
|
|
8 |
|
9 |
-
Trained on the region of Scotland.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
*(Note that this model is for comparison purposes only.
|
5 |
+
A better performing model can be found [here](https://huggingface.co/tostyfrosty/controlearth).)*
|
6 |
|
7 |
# Model description
|
8 |
|
9 |
+
ControlNet model conditioned on OpenStreetMaps (OSM) to generate
|
10 |
+
the corresponding satellite images.
|
11 |
|
12 |
+
Trained on the region of Scotland.
|
13 |
+
|
14 |
+
*To access the **better performing model** trained on the WorldImagery Clarity dataset, see [this model](https://huggingface.co/tostyfrosty/controlearth).*
|
15 |
+
|
16 |
+
## Dataset used for training
|
17 |
+
The dataset used for the training procedure is the
|
18 |
+
[WorldImagery dataset](https://www.arcgis.com/home/item.html?id=10df2279f9684e4a9f6a7f08febac2a9).
|
19 |
+
This dataset is qualitatively worse than its predecessor
|
20 |
+
[WorldImagery Clarity dataset](https://www.arcgis.com/home/item.html?id=ab399b847323487dba26809bf11ea91a).
|
21 |
+
|
22 |
+
The code for the dataset construction can be accessed in https://github.com/tostyfrosty/map-sat.
|
23 |
+
|
24 |
+
![examples image](https://raw.githubusercontent.com/tostyfrosty/map-sat/main/imgs/examples-controlnet-sct.png)
|