multi class segmentation of satellite images. Part of the the competition 'Eye in the Sky' in Inter IIT Tech meet 2018
the dataset used in the repository is available at https://drive.google.com/drive/folders/1a8rFjqAc7fHBjpzCgnLwdI1lvjhinjSA
- model.h5 and model.json contain weights and structures for already trained models.
- The script unet.py can be used to train the model again.
- The script model.py can be used to measure the accuracy and to segment new satellite images.
- model.png contains the structure of the UNet used.
- Some of the predictions can be viewed in the predicted_images folder. gndt are the ground truth (given) images and pred are the predicted images.