Remote-sensing-based crop mapping implemented using EasyNet++ architectur
The training images and the corresponding output array were reshaped into a specific matrix format, e.g., (batch_size, band_count, width, height, classes) and then mapped pixel by pixel.
- config.py file includes some properties like dataset directory, test directory and the colormap.
- make_dataset.py file is used for feature extraction and creating dataset.
- train_model.py contains the UNet Architecture
- utils.py file contains the helper functions