Skip to content

Basic semantic segmentation model using UNet architecture in PyTorch

Notifications You must be signed in to change notification settings

annikabrundyn/unet_segmentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Semantic Segmentation using a UNet architecture in PyTorch Lightning

This model is designed as template for semantic segmentation tasks using a UNet as the default backbone architecture. I've implemented this model in the PyTorch Lightning Bolts library, where it has been tested and documented.

I've also implemented the KittiDataModule - a class that conveniently prepares the KITTI segmentation dataset as PyTorch dataloaders. Note, you first have to download the KITTI dataset (linked here) and provide the local path to the data.

UNet architecture:

About

Basic semantic segmentation model using UNet architecture in PyTorch

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages