This repository contains code for performing segmentation inference on satellite images using deep learning models.
Prediction on the fly:
python -m src.make_predictions_on_the_fly --dep MAYOTTE --year 2022
Prediction with API:
python -m src.make_predictions_from_api --dep MAYOTTE --year 2022
This project is licensed under the MIT License.