ManishSahu53 / Vector-Map-Generation-from-Aerial-Imagery-using-Deep-Learning-GeoSpatial-UNET

We propose a simple yet efficient technique to leverage semantic segmentation model to extract and separate individual buildings in densely compacted areas using medium resolution satellite/UAV orthoimages. We adopted standard UNET architecture, additionally added batch normalization layer after every convolution, to label every pixel in the image.
Apache License 2.0
91 stars 32 forks source link

Add mutilple backbones of UNET #4

Open ManishSahu53 opened 4 years ago

ManishSahu53 commented 4 years ago

Apart from vanilla unet, add multiple backbones

ManishSahu53 commented 4 years ago

Added to feature-multi-models branch