Object Detection
ONNX
File size: 668 Bytes
cae45d8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: apache-2.0
datasets:
- detection-datasets/coco
pipeline_tag: object-detection
---

# Introduction

This repository stores the model for EfficientDet, 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: efficientdet-d0.optimized.pb
- ONNX: efficientdet-d0-s.optimized.onnx

# Lecture note reference

- EfficientDet: Scalable and Efficient Object Detection, https://arxiv.org/abs/1911.09070

# Repository or links references

- [Google/AutoML](https://github.com/google/automl/blob/master/efficientdet/README.md)

Authors:
+ qmuller@kalrayinc.com