/UNet-AerialSegmentation

A PyTorch implementation of U-Net for aerial imagery semantic segmentation.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

U-Net for Semantic Segmentation on Unbalanced Aerial Imagery

Note: this repository is still developing but the colab notebook is complete for training and evaluations.

Read the article at Towards data science

Open In Colab

Kaggle Dataset

UNet-AerialSegmentation
       		   ├── dataloader.py
       		   ├── losses.py
      		   ├── model.py
      		   ├── train.py
       		   └── inference.py

dataset_sample1

Training

!python train.py --num_epochs 2 --batch 2 --loss focalloss