Commit
·
9319968
1
Parent(s):
8fd252f
Update README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,16 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
-
|
5 |
# Model description
|
6 |
|
7 |
ControlNet model conditioned on OpenStreetMaps (OSM) to generate the corresponding satellite images.
|
8 |
|
9 |
Trained on the region of the Central Belt.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
4 |
# Model description
|
5 |
|
6 |
ControlNet model conditioned on OpenStreetMaps (OSM) to generate the corresponding satellite images.
|
7 |
|
8 |
Trained on the region of the Central Belt.
|
9 |
+
|
10 |
+
## Dataset used for training
|
11 |
+
The dataset used for the training procedure is the
|
12 |
+
[WorldImagery Clarity dataset](https://www.arcgis.com/home/item.html?id=ab399b847323487dba26809bf11ea91a).
|
13 |
+
|
14 |
+
The code for the dataset construction can be accessed in https://github.com/tostyfrosty/map-sat.
|
15 |
+
|
16 |
+
![examples image](https://raw.githubusercontent.com/tostyfrosty/map-sat/main/imgs/examples.png)
|