Skip to content

faxirabd/UNet-Scratch-Torch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UNet-Scratch-Torch

UNet built from scratch for semantic segmentation.

The UNet is built exactly as suggested in the original paper: https://arxiv.org/abs/1505.04597.

It is built using the powerful PyTorch library, which is object-oriented and utilizes pythonic code!

The VOC dataset is used to test the model, but any other dataset can be used with the requirement of a class in the folder dataset.

The following libraries are required:

  1. torch
  2. torchvision
  3. numpy
  4. pillow
  5. scikit-learn
  6. tqdm

Some predictions from the VOC dataset:

About

UNet build from scratch for semantic segmentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages