Closed rbavery closed 10 months ago
The model is pre-trained with 8 input images (https://github.com/allenai/satlas/blob/main/configs/sentinel2/mi_mb_base.txt).
It is then fine-tuned on hand-labeled solar farm dataset, where it inputs 4 images (https://github.com/allenai/satlas/blob/main/configs/satlas_explorer_solar_farm.txt).
So inference should be done on 4 images.
I have updated the documentation to clarify where to find the number of images needed for different models.
the paper describes that 8 input scenes are used
however this document describes using 3 scenes for the multi image models in the custom inference example: https://github.com/allenai/satlas/blob/main/Normalization.md#sentinel-2-images
can the model inference effectively on any sized time series? Or is it best to only use a time series of 8 input scenes since the model was originally trained with that time series length?