mjDelta / deeplabv3plus-keras

deeplabv3plus (Google's new algorithm for semantic segmentation) in keras:Encoder-Decoder with Atrous Separable Convolution for Semantic Image Segmentation
64 stars 18 forks source link
deeplab deeplab-v3-plus deeplabv3plus semantic-segmentation

Deeplab v3+ in keras

DeepLab is a state-of-art deep learning model for semantic image segmentation. For tensorflow implemention, please refer to [tensorflow/models/research]: https://github.com/tensorflow/models/tree/master/research/deeplab

The Features of DeepLab v3+

The Brief Structure

Encoder

  1. Xception as the Feature Extractor
  2. ASPP
  3. Separable Convolutions

Decoder

  1. Upsampling
  2. Separable Convolutions