Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
pipeline_tag: image-segmentation
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# Introduction
|
| 7 |
+
|
| 8 |
+
This repository stores the model for Unet-tiny-medical, 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 |
+
- Tensorflow: deeplab_mobilenetv2_voc2012_513x513.pb
|
| 14 |
+
|
| 15 |
+
# Lecture note reference
|
| 16 |
+
|
| 17 |
+
# Repository or links references
|
| 18 |
+
|
| 19 |
+
Author: [email protected]
|