File size: 1,178 Bytes
7e03ea5
 
 
 
 
 
cb51fc6
 
 
 
 
 
 
 
 
 
7e03ea5
cb51fc6
7e03ea5
 
cb51fc6
7e03ea5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
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. </br>
Please see www.github.com/kalray/kann-models-zoo for details and proper usage. </br>

# Contents

- Tensorflow:   deeplab_mobilenetv2_voc2012_513x513.pb

# Reference links

- github: https://github.com/tensorflow/models/blob/archive/research/deeplab/g3doc/model_zoo.md
- weights: http://download.tensorflow.org/models/deeplabv3_mnv2_pascal_trainval_2018_01_29.tar.gz

Lecture reference
```BibTex
@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]