Skip to content

feixiang7701/ConvCRF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ConvCRF

This a Tensorflow implementation of ConvCRF, which is proposed in paper "Convolutional CRFs for Semantic Segmentation" writed by Marvin T. T. Teichmann and Roberto Cipolla. This repository only contain the ConvCRF method , which is implemented as Layer class, so it is easy to connect to your model. The ConvCRF Layer is programmed by reference to ConvCRF pyTorch and crfasrnn_keras.

Requirements

Plattform: Linux, python2 >= 2.7, tensorflow-1.8, cuda 9.0, cudnn 7.0

Python Packages: numpy

About

A Tensorflow implementation of ConvCRF

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages