reachsumit / deep-unet-for-satellite-image-segmentation

Satellite Imagery Feature Detection with SpaceNet dataset using deep UNet
309 stars 139 forks source link

What is PATCH_SZ(Patch size) and TRAIN_SZ(number of patches) used in the train_unet.py file? #8

Closed s-shikharcse closed 5 years ago

s-shikharcse commented 5 years ago

When I am running this code with own geospatial dataset of 1500 X 1500 resolution. It's throwing error. How to decide the value of patch size?

reachsumit commented 5 years ago

You will have to customize layer dimensions based on your need. Study the UNet architecture.