/EDANet-pytorch-chapter5

Real-time semantic segmentation network.

Primary LanguagePython

EDANet-pytorch-chapter5

The chapter5 of the segmentation network summary:

Real-time semantic segmentation network.

External links: Efficient Dense Modules of Asymmetric Convolution for Real-Time Semantic Segmentation paper.

The innovation of this network is employing an asymmetric convolution structure and incorporating the dilated convolution and dense connectivity.

Environment:

        Pytorch version >> 0.4.1; [Python 2.7]