ml4floods

Machine learning models for end-to-end flood extent segmentation.


Keywords
floods, pytorch, machine-learning, earth
License
LGPL-3.0
Install
pip install ml4floods==1.0.1

Documentation

ML4Floods: an ML pipeline to tackle flooding

This repository contains an end-to-end ML pipeline for flood extent estimation: from data preprocessing, model training, model deployment to visualization.

awesome ml4floods

Install the package:

pip install git+https://github.com/spaceml-org/ml4floods#egg=ml4floods

# alternatively use
python setup.py install

These notebooks may help you explore the datasets and models:

If you find this work useful please cite:

@article{mateo-garcia_towards_2021,
	title = {Towards global flood mapping onboard low cost satellites with machine learning},
	volume = {11},
	issn = {2045-2322},
	doi = {10.1038/s41598-021-86650-z},
	number = {1},
	urldate = {2021-04-01},
	journal = {Scientific Reports},
	author = {Mateo-Garcia, Gonzalo and Veitch-Michaelis, Joshua and Smith, Lewis and Oprea, Silviu Vlad and Schumann, Guy and Gal, Yarin and Baydin, Atılım Güneş and Backes, Dietmar},
	month = mar,
	year = {2021},
	pages = {7249},
}