--- 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.
Please see www.github.com/kalray/kann-models-zoo for details and proper usage.
# Contents - Tensorflow: ssd-mobilenet-v1.pb # Lecture note reference - Speed/accuracy trade-offs for modern convolutional object detectors, https://arxiv.org/pdf/1611.10012 # Repository or links references - 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: + qmuller@kalrayinc.com