Stars
Implement some models of RGB/RGBD semantic segmentation in PyTorch, easy to run. Such as FCN, RefineNet, PSPNet, RDFNet, 3DGNN, PointNet, DeepLab V3, DeepLab V3 plus, DenseASPP, FastFCN
This repo reimplements the single-pathway DeepMedic architecture
A native Tensorflow implementation of semantic segmentation according to Multi-Scale Context Aggregation by Dilated Convolutions (2016). Optionally uses the pretrained weights by the authors.
CCNet: Criss-Cross Attention for Semantic Segmentation (TPAMI 2020 & ICCV 2019).
Dual Attention Network for Scene Segmentation (CVPR2019)
Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.
Latex code for making neural networks diagrams
RGB-Thermal Fusion Network for Semantic Segmentation of Urban Scenes
100-Days-Of-ML-Code中文版
Build your neural network easy and fast, 莫烦Python中文教学
Files for a tutorial to train SegNet for road scenes using the CamVid dataset
MFNet-pytorch, image semantic segmentation using RGB-Thermal images
Fully Convolutional DenseNets for semantic segmentation.
pytorch implementation of DAG-Recurrent Neural Networks
Using deeplabv3 and deeplabv3+ models to do stacking, and CRF.
Denoising of noisy MNIST dataset images using Conditional Random Fields
Image segmentation using conditional random fields
Code for training temporal fully-connected CRF models in Torch
Direct Graphical Models (DGM) C++ library, a cross-platform Conditional Random Fields library, which is optimized for parallel computing and includes modules for feature extraction, classification …
DeepLab resnet v2 model in pytorch
Python wrapper to Philipp Krähenbühl's dense (fully connected) CRFs with gaussian edge potentials.
(Linear-chain) Conditional random field in PyTorch.