spaceml-org / ml4floods

An ecosystem of data, models and code pipelines to tackle flooding with ML
https://spaceml-org.github.io/ml4floods/
GNU Lesser General Public License v3.0
133 stars 40 forks source link

Implemented inference in S2 SAFE files. #80

Closed gonzmg88 closed 3 years ago

gonzmg88 commented 3 years ago

Added tutorial on running inference from official Sentinel-2 SAFE files.

Fixed a couple of bugs where we used max_tile_size from hyperparams rather than from model_params in the config file.

I've also found a bug in copernicus_ems/activations.py when extracting the AoI to be less strict so that it would work with old copernicusEMS products.