qmller commited on
Commit
3123f37
·
verified ·
1 Parent(s): a68c4b3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -4
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: mit
3
  pipeline_tag: image-segmentation
4
  ---
5
 
@@ -13,8 +13,25 @@ Please see www.github.com/kalray/kann-models-zoo for details and proper usage. <
13
  - ONNX: deeplabv3plus-resnet50-s.onnx
14
  - Tensorflow: deeplabv3plus_resnet50.pb
15
 
16
- # Lecture note reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
 
18
- # Repository or links references
19
 
20
- Author: [email protected]
 
1
  ---
2
+ license: apache-2.0
3
  pipeline_tag: image-segmentation
4
  ---
5
 
 
13
  - ONNX: deeplabv3plus-resnet50-s.onnx
14
  - Tensorflow: deeplabv3plus_resnet50.pb
15
 
16
+ # Introduction
17
+
18
+ This repository stores the model for Deeplabv3plus-mobilenetv2, compatible with Kalray's neural network API. </br>
19
+ Please see www.github.com/kalray/kann-models-zoo for details and proper usage. </br>
20
+
21
+ # Reference links
22
+
23
+ - github: https://github.com/tensorflow/models/blob/archive/research/deeplab/g3doc/model_zoo.md
24
+ - weights: http://download.tensorflow.org/models/resnet_v1_50_2018_05_04.tar.gz
25
+
26
+ Lecture reference
27
+ ```BibTex
28
+ @inproceedings{deeplabv3plus2018,
29
+ title={Encoder-Decoder with Atrous Separable Convolution for Semantic Image Segmentation},
30
+ author={Liang-Chieh Chen and Yukun Zhu and George Papandreou and Florian Schroff and Hartwig Adam},
31
+ booktitle={ECCV},
32
+ year={2018}
33
+ }
34
+ ```
35
 
36
+ Author: [email protected]
37