Object Detection
ONNX
File size: 976 Bytes
7c51800
 
 
 
 
 
 
 
 
 
7b4be96
7c51800
 
 
82dc5ff
7c51800
 
 
a71a46a
7c51800
 
 
4a56e2d
a71a46a
7c51800
 
 
 
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
28
---
license: apache-2.0
datasets:
- detection-datasets/coco
pipeline_tag: object-detection
---

# Introduction

This repository stores the model for SSD-Mobilnet-v1 from MLPerf, compatible with Kalray's neural network API. </br>
Please see www.github.com/kalray/kann-model-zoo for details and proper usage [WIKI](https://github.com/kalray/kann-model-zoo/wiki). </br>

# Contents

- ONNX: ssd_mobilenet_v1_12.onnx (converted from tensorflow with tf2onnx)

# Lecture note reference

- Speed/accuracy trade-offs for modern convolutional object detectors, https://arxiv.org/pdf/1611.10012

# Repository or links references

- [Link to download](https://zenodo.org/records/3361502/files/ssd_mobilenet_v1_coco_2018_01_28.tar.gz?download=1)
- https://github.com/tensorflow/models/blob/master/research/object_detection/README.md
- https://github.com/tensorflow/models/blob/master/research/object_detection/samples/configs/ssd_mobilenet_v1_coco.config

Authors:
+ [email protected]