Unsupervised ML method is applied to create a classificator of forrests on LANDSAT images. Invariant Information Clustering algorithm is in use.
Directory DATA/data_raw should contain a number of LANDSAT scenes as .tar archives. Example of the file is stored in the dir with only 1 band (channel). More raw data samples one can find by link https://drive.google.com/drive/folders/1NO5xrnibQDGEkF38lepmGcsank3Pqr-x?usp=sharing.
contains a code for making HDF5 file from raw images from DATA containig set of images in 7 spectral channels (datasets of shape (N,SIZE,SIZE,7)). Eventual HDF5 file is stored at './DATA/h5_files'.
contains scripts for creating and training a neural network.
creates and trains a ResNet neural network using TrainingNN scripts.
- cropping_and_h5making.py
- main.py
- validation.py