qmller's picture
Update README.md
7e03ea5 verified
metadata
license: apache-2.0
pipeline_tag: image-segmentation
base_model:
  - google/deeplabv3_mobilenet_v2_1.0_513

Introduction

This repository stores the model for Deeplabv3plus-mobilenetv2, compatible with Kalray's neural network API.
Please see www.github.com/kalray/kann-models-zoo for details and proper usage.

Contents

  • Tensorflow: deeplab_mobilenetv2_voc2012_513x513.pb

Reference links

Lecture reference

@inproceedings{deeplabv3plus2018,
  title={Encoder-Decoder with Atrous Separable Convolution for Semantic Image Segmentation},
  author={Liang-Chieh Chen and Yukun Zhu and George Papandreou and Florian Schroff and Hartwig Adam},
  booktitle={ECCV},
  year={2018}
}

@inproceedings{mobilenetv22018,
  title={MobileNetV2: Inverted Residuals and Linear Bottlenecks},
  author={Mark Sandler and Andrew Howard and Menglong Zhu and Andrey Zhmoginov and Liang-Chieh Chen},
  booktitle={CVPR},
  year={2018}
}

Author: [email protected]