ConvCRF
ConvCRF model
An implementation of a convolutional Conditional Random Field model for semantic segmentation tasks.
This repository contains the reference implementation for our proposed Convolutional CRFs.
564 stars
22 watching
133 forks
Language: Python
last commit: about 4 years ago
Linked from 1 awesome list
crf-as-rnndeeplearningpytorchsemantic-segmentation
Related projects:
Repository | Description | Stars |
---|---|---|
cvjena/cn24 | A framework for building semantic segmentation models using convolutional patch networks | 123 |
lucasb-eyer/pydensecrf | A Python wrapper for fully connected CRFs with Gaussian edge potentials used in computer vision and machine learning. | 1,952 |
stanford-crfm/levanter | A framework for building and training large language models with focus on reproducibility, scalability, and performance. | 516 |
princetonvision/marvin | A minimalistic GPU-only framework for building N-dimensional ConvNet neural networks | 421 |
martinkersner/train-crf-rnn | A Python-based framework for training Conditional Random Field Recurrent Neural Networks (CRF-RNN) for semantic image segmentation | 199 |
torrvision/crfasrnn | A deep learning-based method for semantic image segmentation using conditional random fields and recurrent neural networks | 1,342 |
speedinghzl/ccnet | An implementation of a deep learning model for semantic segmentation using a novel attention mechanism to capture long-range dependencies in images. | 1,426 |
zijundeng/pytorch-semantic-segmentation | Provides PyTorch implementations of various models and pipelines for semantic segmentation in deep learning. | 1,724 |
tobypde/frrn | A software framework for training and evaluating full-resolution residual networks for semantic image segmentation tasks | 280 |
marvinteichmann/kittiseg | An implementation of a fully convolutional network-based road segmentation model using TensorFlow. | 911 |
sadeepj/crfasrnn_keras | This repository provides a Keras/Tensorflow implementation of Conditional Random Fields as Recurrent Neural Networks for semantic image segmentation. | 603 |
preritj/segmentation | Deep learning models for semantic segmentation of images | 100 |
marvinteichmann/tensorflow-fcn | An implementation of a fully convolutional network architecture for image segmentation using VGG weights. | 1,101 |
davidtvs/pytorch-enet | A PyTorch implementation of a real-time semantic segmentation model using ENet architecture | 389 |
javeywang/pyramid-attention-networks-pytorch | An implementation of a deep learning model using PyTorch for semantic segmentation tasks. | 235 |