ainazHjm / LandslidePrediction

Classification task for predicting landslides based on GIS maps using locally aligned convolutional neural networks. This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License.
https://creativecommons.org/licenses/by-nc-sa/3.0/
35 stars 11 forks source link

Landslide

Classification task for predicting landslides based on GIS maps using locally aligned convolutional neural networks. This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License.

Requirements

Arguments

Train the model using sacred specifying the arguments if you don't want to use the default values: python main.py with 'train_params.optim="SGD"' ... 'loc_param.data_path="/tmp/Veneto_data.h5"' -m CNN

Validate the model: python validate.py with 'params.load_model="/tmp/m1.pt"' ...

Extra links:

Sacred Documentation

Tensorbaord Documentation for pytorch

Citation

This repository implements the paper "Predicting Landslides Using Locally Aligned Convolutional Neural Networks, A. Hajimoradlou, G. Roberti, and D. Poole". Please cite our paper, if you use the data or the code provided here in your work.

Links:

LICENSE

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License.