--- license: mit datasets: - detection-datasets/coco --- # Introduction This repository stores the model for YOLOv3-tiny, compatible with Kalray's neural network API.
Please see www.github.com/kalray/kann-models-zoo for details and proper usage.
# Contents - ONNX: yolov3.optimized.onnx - Tensorflow: yolov3.pb # Lecture note reference + YOLOv3: An Incremental Improvement, https://arxiv.org/abs/1804.02767 + You Only Look Once: Unified, Real-Time Object Detection, https://arxiv.org/abs/1506.02640 # Repository or links references - https://github.com/pjreddie/darknet - config: https://raw.githubusercontent.com/AlexeyAB/darknet/master/cfg/yolov3-tiny.cfg - weights: https://pjreddie.com/media/files/yolov3-tiny.weights BibTeX entry and citation info ``` @article{ redmon2018yolov3, title={ YOLOv3: An Incremental Improvement }, author={ Redmon, Joseph and Farhadi, Ali }, journal={ arXiv preprint arXiv:1804.02767 }, year={ 2018 } } ```