• This repository has been archived on 19/Jul/2019
  • Stars
    star
    412
  • Rank 104,410 (Top 3 %)
  • Language
    Python
  • Created over 7 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Pytorch for Segmentation

Pytorch for Semantic Segmentation

This repo has been deprecated currently and I will not maintain it. Meanwhile, I strongly recommend you can refer to my new repo: TorchSeg, which offers fast, modular reference implementation and easy training of semantic segmentation algorithms in PyTorch.


A repository contains some exiting networks and some experimental networks for semantic segmentation.

  • ResNet(FCN)
    • ResNet-50
    • ResNet-101
    • Wide-ResNet
  • DUC(Understanding Convolution for Semantic Segmentation)[pdf]
  • GCN(Large Kernel Matters -- Improve Semantic Segmentation by Global Convolutional Network)[pdf]