Skip to content

hydxqing/ERFNet-pytorch-chapter5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ERFNet-pytorch-chapter5

The chapter5 of the segmentation network summary:

Real-time semantic segmentation network.

External links: Efficient ConvNet for Real-time Semantic Segmentation paper. ERFNet: Efficient Residual Factorized ConvNet for Real-time Semantic Segmentation paper.

This chapter is to summarize one of the important directions of semantic segmentation network: Real-time semantic segmentation network. First of all, we summarize the ErfNet mentioned above, which was written in keras framework, but modified in Pytorch framework here. The innovation of this network is to propose a new layer including skip connection and 1D convolutional kernel.

Environment:

        Pytorch version >> 0.4.1; [Python 2.7]

About

Real-time semantic segmentation network.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages