├── README.md ├── notebooks ├── 0_ BandStacking.ipynb ├── 0_ Preprocessing_BandStack.ipynb ├── 1_generate_binary_mask.ipynb ├── 2_Sampling_images.ipynb ├── 3_patch_images.ipynb ├── 4_load_images_as_arrays.ipynb ├── 5_data_augmentation.ipynb ├── Georeferencing_the_results.ipynb ├── Training_random_RapidEye + DEM.ipynb ├── Training_random_RapidEye+Augmentation.ipynb ├── Training_random_RapidEye+DEM+Augmentation.ipynb ├── Training_random_RapidEye.ipynb ├── Training_regular_RapidEye+Augmentation.ipynb ├── Training_regular_RapidEye+DEM+Augmentation.ipynb ├── Training_regular_RapidEye+DEM.ipynb ├── Training_regular_RapidEye.ipynb └── utils.py └── requirements.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpsmlgeobr/Landslide_segmentation_with_unet/HEAD/README.md -------------------------------------------------------------------------------- /notebooks/0_ BandStacking.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpsmlgeobr/Landslide_segmentation_with_unet/HEAD/notebooks/0_ BandStacking.ipynb -------------------------------------------------------------------------------- /notebooks/0_ Preprocessing_BandStack.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpsmlgeobr/Landslide_segmentation_with_unet/HEAD/notebooks/0_ Preprocessing_BandStack.ipynb -------------------------------------------------------------------------------- /notebooks/1_generate_binary_mask.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpsmlgeobr/Landslide_segmentation_with_unet/HEAD/notebooks/1_generate_binary_mask.ipynb -------------------------------------------------------------------------------- /notebooks/2_Sampling_images.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpsmlgeobr/Landslide_segmentation_with_unet/HEAD/notebooks/2_Sampling_images.ipynb -------------------------------------------------------------------------------- /notebooks/3_patch_images.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpsmlgeobr/Landslide_segmentation_with_unet/HEAD/notebooks/3_patch_images.ipynb -------------------------------------------------------------------------------- /notebooks/4_load_images_as_arrays.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpsmlgeobr/Landslide_segmentation_with_unet/HEAD/notebooks/4_load_images_as_arrays.ipynb -------------------------------------------------------------------------------- /notebooks/5_data_augmentation.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpsmlgeobr/Landslide_segmentation_with_unet/HEAD/notebooks/5_data_augmentation.ipynb -------------------------------------------------------------------------------- /notebooks/Georeferencing_the_results.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpsmlgeobr/Landslide_segmentation_with_unet/HEAD/notebooks/Georeferencing_the_results.ipynb -------------------------------------------------------------------------------- /notebooks/Training_random_RapidEye + DEM.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpsmlgeobr/Landslide_segmentation_with_unet/HEAD/notebooks/Training_random_RapidEye + DEM.ipynb -------------------------------------------------------------------------------- /notebooks/Training_random_RapidEye+Augmentation.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpsmlgeobr/Landslide_segmentation_with_unet/HEAD/notebooks/Training_random_RapidEye+Augmentation.ipynb -------------------------------------------------------------------------------- /notebooks/Training_random_RapidEye+DEM+Augmentation.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpsmlgeobr/Landslide_segmentation_with_unet/HEAD/notebooks/Training_random_RapidEye+DEM+Augmentation.ipynb -------------------------------------------------------------------------------- /notebooks/Training_random_RapidEye.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpsmlgeobr/Landslide_segmentation_with_unet/HEAD/notebooks/Training_random_RapidEye.ipynb -------------------------------------------------------------------------------- /notebooks/Training_regular_RapidEye+Augmentation.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpsmlgeobr/Landslide_segmentation_with_unet/HEAD/notebooks/Training_regular_RapidEye+Augmentation.ipynb -------------------------------------------------------------------------------- /notebooks/Training_regular_RapidEye+DEM+Augmentation.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpsmlgeobr/Landslide_segmentation_with_unet/HEAD/notebooks/Training_regular_RapidEye+DEM+Augmentation.ipynb -------------------------------------------------------------------------------- /notebooks/Training_regular_RapidEye+DEM.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpsmlgeobr/Landslide_segmentation_with_unet/HEAD/notebooks/Training_regular_RapidEye+DEM.ipynb -------------------------------------------------------------------------------- /notebooks/Training_regular_RapidEye.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpsmlgeobr/Landslide_segmentation_with_unet/HEAD/notebooks/Training_regular_RapidEye.ipynb -------------------------------------------------------------------------------- /notebooks/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpsmlgeobr/Landslide_segmentation_with_unet/HEAD/notebooks/utils.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpsmlgeobr/Landslide_segmentation_with_unet/HEAD/requirements.txt --------------------------------------------------------------------------------