Commit
·
68fbdd4
1
Parent(s):
b287226
Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ library_name: keras
|
|
4 |
|
5 |
## Model description
|
6 |
|
7 |
-
Autoencoder model trained to compress information from sentinel-2 satellite images using Vision Transformer (
|
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 RGB (2, 3 and 4) (Red, Green and Blue) of the Sentinel-2 satellites and using 10 municipalities of Colombia with most dengue cases.
|
|
|
4 |
|
5 |
## Model description
|
6 |
|
7 |
+
Autoencoder model trained to compress information from sentinel-2 satellite images using Vision Transformer (ViT) as encoder 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 RGB (2, 3 and 4) (Red, Green and Blue) of the Sentinel-2 satellites and using 10 municipalities of Colombia with most dengue cases.
|