This is the main notebook used to load the model and dataset, and train the model.
Contains the U-Net model defined in the UNet python class.
Contains the dataset creation and processing part defined in the SatelliteRoadDataset class.
Contains the train and validate functions.
Contains the utility function to reproject the Landsat images and the function to calculate the class weight for the binary cross entropy loss function.
The folder task-1
contains files related to the analysis of the OSM and GRoad data and that are not directly related to our machine learning model.