ap229997 / Variants_of_U-net

Implementations of different variations of U-net - adding deconv layers, dense net variant and including skip connections

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Variants_of_U-net

Implementations of different variations of U-net - adding deconv layers, dense net variant and including skip connections for the task of generating binary masks. Also, used alpha matting [reference] for post-processing.

Train the model using the implementation files provided and while testing, modify the architecture according to required variant in testing.py.

Obeservations:

  • The skip connection variant gave best result compared to other variants
  • Introducing skip connections led to ~3x improvement in speed

About

Implementations of different variations of U-net - adding deconv layers, dense net variant and including skip connections


Languages

Language:Python 54.7%Language:C++ 45.3%