Object Detection
ONNX
qmller's picture
Update README.md
7b4be96 verified
---
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]