ONNX
gtano commited on
Commit
f4cfc5d
·
verified ·
1 Parent(s): 67a3943

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -2
README.md CHANGED
@@ -14,8 +14,6 @@ The model used is a modified version of [UTAE](https://github.com/VSainteuf/utae
14
  ### Input
15
  All pre-trained models expect input images normalized in the same way, i.e. mini-batches of 10-channel Sentinel-2 images of shape (B x 6 x 10 x 128 x 128), where B is the batch size and the second dimension is the 6 months used for prediction (April to September).
16
 
17
- ``float[1, 7, 128, 128]``
18
-
19
  ### Preprocessing
20
  The images have to be divided by a factor of 10000 and then clipped in a range of [0, 1].
21
 
 
14
  ### Input
15
  All pre-trained models expect input images normalized in the same way, i.e. mini-batches of 10-channel Sentinel-2 images of shape (B x 6 x 10 x 128 x 128), where B is the batch size and the second dimension is the 6 months used for prediction (April to September).
16
 
 
 
17
  ### Preprocessing
18
  The images have to be divided by a factor of 10000 and then clipped in a range of [0, 1].
19