pytorch-fcn
PyTorch Implementation of Fully Convolutional Networks
pytorch-fcn is a PyTorch implementation of Fully Convolutional Networks for semantic image segmentation. It reproduces the influential FCN approach that converts classification networks into dense, pixel-level predictors. The package includes FCN32s, FCN16s, FCN8s, and FCN8s-at-once variants with progressively finer output reconstruction. Training code and a PASCAL VOC example are provided so users can reproduce baseline experiments. The repository reports mean intersection-over-union...