isaaccorley / landslide4sense

LandSlide4Sense 2022 Baseline

Home Page:https://www.iarai.ac.at/landslide4sense/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LandSlide4Sense 2022 Baseline

Simple U-Net baseline for the LandSlide4Sense 2022 landslide detection challenge. This baseline uses the PyTorch Lightning, Kornia, and Segmentation Models PyTorch packages.

Install Dependencies

pip install -r requirements.txt

Train

python train.py --cfg conf/train.yaml

Predict and Submit

python predict.py --predict_on val \
    --output_directory outputs \
    --device cuda \
    --log_dir logs/version_0
zip submission.zip outputs/*.h5

About

LandSlide4Sense 2022 Baseline

https://www.iarai.ac.at/landslide4sense/

License:MIT License


Languages

Language:Python 99.0%Language:Shell 1.0%