项目作者: kushagragpt99
项目描述 :
multi class segmentation of satellite images. Part of the the competition 'Eye in the Sky' in Inter IIT Tech meet 2018
高级语言: Jupyter Notebook
项目地址: git://github.com/kushagragpt99/satellite_image_segmentation.git
satellite_image_segmentation
multi class segmentation of satellite images. Part of the the competition ‘Eye in the Sky’ in Inter IIT Tech meet 2018
Dataset
the dataset used in the repository is available at https://drive.google.com/drive/folders/1a8rFjqAc7fHBjpzCgnLwdI1lvjhinjSA
Repo description
- 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.