Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
pipeline_tag: image-segmentation
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# Introduction
|
| 7 |
+
|
| 8 |
+
This repository stores the model for Deeplabv3plus-resnet50, compatible with Kalray's neural network API. </br>
|
| 9 |
+
Please see www.github.com/kalray/kann-models-zoo for details and proper usage. </br>
|
| 10 |
+
|
| 11 |
+
# Contents
|
| 12 |
+
|
| 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: nbouberbachene@kalrayinc.com
|