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: over 4 years ago
Linked from 1 awesome list
crf-as-rnndeeplearningpytorchsemantic-segmentation
Related projects:
Repository | Description | Stars |
---|---|---|
| A framework for building semantic segmentation models using convolutional patch networks | 123 |
| A Python wrapper for fully connected CRFs with Gaussian edge potentials used in computer vision and machine learning. | 1,962 |
| A framework for training large language models that prioritizes legibility, scalability, and reproducibility | 527 |
| A minimalistic GPU-only framework for building N-dimensional ConvNet neural networks | 421 |
| Trains a CRF-RNN model for semantic image segmentation using the PASCAL VOC dataset. | 199 |
| A deep learning-based method for semantic image segmentation using conditional random fields and recurrent neural networks | 1,342 |
| An implementation of a deep learning model for semantic segmentation using a novel attention mechanism to capture long-range dependencies in images. | 1,432 |
| Provides PyTorch implementations of various models and pipelines for semantic segmentation in deep learning. | 1,729 |
| A software framework for training and evaluating full-resolution residual networks for semantic image segmentation tasks | 280 |
| An implementation of a fully convolutional network-based road segmentation model using TensorFlow. | 911 |
| This repository provides a Keras/Tensorflow implementation of Conditional Random Fields as Recurrent Neural Networks for semantic image segmentation. | 603 |
| Deep learning models for semantic segmentation of images | 101 |
| An implementation of a fully convolutional network architecture for image segmentation using VGG weights. | 1,102 |
| A PyTorch implementation of a real-time semantic segmentation model using ENet architecture | 392 |
| An implementation of a deep learning model using PyTorch for semantic segmentation tasks. | 237 |