Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 989 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 989 Bytes

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