Skip to content

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

License

Notifications You must be signed in to change notification settings

amirhosseinh77/UNet-AerialSegmentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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