Skip to content

olgaliak/segmentation-unet-maskrcnn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published