--- 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.
Please see www.github.com/kalray/kann-models-zoo for details and proper usage.
# 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: + qmuller@kalrayinc.com