Object Detection
ssd-mobilenet-v2 / README.md
qmller's picture
Update README.md
47bd82b verified
|
raw
history blame
874 Bytes
---
license: apache-2.0
datasets:
- detection-datasets/coco
pipeline_tag: object-detection
---
# Introduction
This repository stores the model for SSD-Mobilnet-v2, 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: ssd-mobilenet-v2.pb
# 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](http://download.tensorflow.org/models/object_detection/ssd_mobilenet_v2_coco_2018_03_29.tar.gz)
- 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_v2_coco.config
Authors:
+ [email protected]