In this project, Using Mask R-CNN to image segmentation
- Clone the repository and navigate to the downloaded folder.
git clone https://github.com/Lynchez/Satellite-Image-Segmentation cd Satellite-Image-Segmentation-master
- Train your model
python satellite.py train --dataset=/path/to/dataset --weights=coco
- Test your model
python satellite.py splash --weights=/path/to/weights/file.h5 --image=URL or path to file