Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 870 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 870 Bytes

segmentation-unet-maskrcnn

Code for satellite image segmentation using Unet or Mask RCNN and comparing these two approaches.

Please, see more details in the blog post Satellite Images Segmentation and Sustainable Farming

Get started

LOL_prepare_data.ipynb: data augmentation using flip (mirror effect), rotate90, flip up to down, flip left to right.

Data

input data folder structure for maskRCNN

  • train/valid/test
    • jpg (aerial images)
    • jpg4 (aerial images + hill shade data)
    • polygon (masks)

input data folder structure for unet

  • train/valid/test
    • jpg (aerial images)
    • hill (hill shade data)
    • polygon (masks)