Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 545 Bytes

File metadata and controls

18 lines (10 loc) · 545 Bytes

Semantic segmentation

Implementation of X end-to-end semantic segmentation methods:

They are trained on PASCAL VOC 2012, which can be found here.

FCN-8 Architecture

fcn

U-Net Architecture

  • Note that since I use a pre-trained VGG-net as the encoder, the network is more like the TernausNet.

unet