All Projects → zijundeng → Pytorch Semantic Segmentation

zijundeng / Pytorch Semantic Segmentation

Licence: mit
PyTorch for Semantic Segmentation

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pytorch Semantic Segmentation

Segmentation
Tensorflow implementation : U-net and FCN with global convolution
Stars: ✭ 101 (-93.61%)
Mutual labels:  semantic-segmentation, fully-convolutional-networks
semantic segmentation
Semantically segment the road in the given image.
Stars: ✭ 91 (-94.24%)
Mutual labels:  semantic-segmentation, fully-convolutional-networks
Fashion-Clothing-Parsing
FCN, U-Net models implementation in TensorFlow for fashion clothing parsing
Stars: ✭ 29 (-98.16%)
Mutual labels:  semantic-segmentation, fully-convolutional-networks
3dunet abdomen cascade
Stars: ✭ 91 (-94.24%)
Mutual labels:  semantic-segmentation, fully-convolutional-networks
Cascaded Fcn
Source code for the MICCAI 2016 Paper "Automatic Liver and Lesion Segmentation in CT Using Cascaded Fully Convolutional NeuralNetworks and 3D Conditional Random Fields"
Stars: ✭ 296 (-81.27%)
Mutual labels:  semantic-segmentation, fully-convolutional-networks
Semanticsegpapercollection
Stars: ✭ 102 (-93.54%)
Mutual labels:  semantic-segmentation, fully-convolutional-networks
atomai
Deep and Machine Learning for Microscopy
Stars: ✭ 77 (-95.13%)
Mutual labels:  semantic-segmentation, fully-convolutional-networks
FCNN-example
This is a fully convolutional neural net exercise to detect houses from aerial images.
Stars: ✭ 28 (-98.23%)
Mutual labels:  semantic-segmentation, fully-convolutional-networks
Pytorch Semseg
Semantic Segmentation Architectures Implemented in PyTorch
Stars: ✭ 3,180 (+101.27%)
Mutual labels:  semantic-segmentation, fully-convolutional-networks
Fcn Pytorch
🚘 Easiest Fully Convolutional Networks
Stars: ✭ 278 (-82.41%)
Mutual labels:  semantic-segmentation, fully-convolutional-networks
Vnet.pytorch
A PyTorch implementation for V-Net: Fully Convolutional Neural Networks for Volumetric Medical Image Segmentation
Stars: ✭ 506 (-67.97%)
Mutual labels:  semantic-segmentation, fully-convolutional-networks
Pytorch Unet
Simple PyTorch implementations of U-Net/FullyConvNet (FCN) for image segmentation
Stars: ✭ 470 (-70.25%)
Mutual labels:  semantic-segmentation, fully-convolutional-networks
Keras Icnet
Keras implementation of Real-Time Semantic Segmentation on High-Resolution Images
Stars: ✭ 85 (-94.62%)
Mutual labels:  semantic-segmentation, fully-convolutional-networks
Setr Pytorch
Rethinking Semantic Segmentation from a Sequence-to-Sequence Perspective with Transformers
Stars: ✭ 96 (-93.92%)
Mutual labels:  semantic-segmentation
Cardiac Segmentation
Convolutional Neural Networks for Cardiac Segmentation
Stars: ✭ 94 (-94.05%)
Mutual labels:  fully-convolutional-networks
Cen
[NeurIPS 2020] Code release for paper "Deep Multimodal Fusion by Channel Exchanging" (In PyTorch)
Stars: ✭ 112 (-92.91%)
Mutual labels:  semantic-segmentation
Region Conv
Not All Pixels Are Equal: Difficulty-Aware Semantic Segmentation via Deep Layer Cascade
Stars: ✭ 95 (-93.99%)
Mutual labels:  semantic-segmentation
Geo Deep Learning
Deep learning applied to georeferenced datasets
Stars: ✭ 91 (-94.24%)
Mutual labels:  semantic-segmentation
Awesome Referring Image Segmentation
📚 A collection of papers about Referring Image Segmentation.
Stars: ✭ 91 (-94.24%)
Mutual labels:  semantic-segmentation
Fpconv
FPConv: Learning Local Flattening for Point Convolution, CVPR 2020
Stars: ✭ 114 (-92.78%)
Mutual labels:  semantic-segmentation

PyTorch for Semantic Segmentation

This repository contains some models for semantic segmentation and the pipeline of training and testing models, implemented in PyTorch

Models

  1. Vanilla FCN: FCN32, FCN16, FCN8, in the versions of VGG, ResNet and DenseNet respectively (Fully convolutional networks for semantic segmentation)
  2. U-Net (U-net: Convolutional networks for biomedical image segmentation)
  3. SegNet (Segnet: A deep convolutional encoder-decoder architecture for image segmentation)
  4. PSPNet (Pyramid scene parsing network)
  5. GCN (Large Kernel Matters)
  6. DUC, HDC (understanding convolution for semantic segmentation)

Requirement

  1. PyTorch 0.2.0
  2. TensorBoard for PyTorch. Here to install
  3. Some other libraries (find what you miss when running the code :-P)

Preparation

  1. Go to models directory and set the path of pretrained models in config.py
  2. Go to datasets directory and do following the README

TODO

  1. DeepLab v3
  2. RefineNet
  3. More dataset (e.g. ADE)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].