amirhosseinh77 / UNet-AerialSegmentation

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:GNU General Public License v3.0


Languages

Language:Python 68.9%Language:Jupyter Notebook 31.1%