Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- detection-datasets/coco
|
5 |
+
pipeline_tag: object-detection
|
6 |
+
---
|
7 |
+
|
8 |
+
# Introduction
|
9 |
+
|
10 |
+
This repository stores the model for EfficientDet, compatible with Kalray's neural network API. </br>
|
11 |
+
Please see www.github.com/kalray/kann-models-zoo for details and proper usage. </br>
|
12 |
+
|
13 |
+
# Contents
|
14 |
+
|
15 |
+
- Tensorflow: efficientdet-d0.optimized.pb
|
16 |
+
- ONNX: efficientdet-d0-s.optimized.onnx
|
17 |
+
|
18 |
+
# Lecture note reference
|
19 |
+
|
20 |
+
- EfficientDet: Scalable and Efficient Object Detection, https://arxiv.org/abs/1911.09070
|
21 |
+
|
22 |
+
# Repository or links references
|
23 |
+
|
24 |
+
- [Google/AutoML](https://github.com/google/automl/blob/master/efficientdet/README.md)
|
25 |
+
|
26 |
+
Authors:
|
27 |
+
+ qmuller@kalrayinc.com
|