Commit
·
b1d35fb
1
Parent(s):
b3afe33
Update README.md
Browse files
README.md
CHANGED
@@ -4,15 +4,20 @@ library_name: keras
|
|
4 |
|
5 |
## Model description
|
6 |
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
8 |
|
9 |
## Intended uses & limitations
|
10 |
|
11 |
-
|
12 |
|
13 |
## Training and evaluation data
|
14 |
|
15 |
-
|
16 |
|
17 |
## Training procedure
|
18 |
|
|
|
4 |
|
5 |
## Model description
|
6 |
|
7 |
+
Autoencoder model trained to compress information from sentinel-2 satellite images using Resnet50 V2 as decoder backbone to extract features.
|
8 |
+
The latent space of the model is given by 1024 neurons which can be used to generate embeddings from the sentinel-2 satellite images.
|
9 |
+
|
10 |
+
The model was trained using bands 2, 3 and 4 of the Sentinel-2 satellites and for the full Colombia dataset.
|
11 |
+
|
12 |
+
The input shape of the model is 224, 224, 3. To extract features you should remove the last layer.
|
13 |
|
14 |
## Intended uses & limitations
|
15 |
|
16 |
+
The model was trained with images of 81 different cities in Colombia, however it may require fine tuning or retraining to learn from other contexts such as countries and other continents.
|
17 |
|
18 |
## Training and evaluation data
|
19 |
|
20 |
+
The model was trained with satellite images of 81 different cities in Colombia extracted from sentinel-2.
|
21 |
|
22 |
## Training procedure
|
23 |
|