metadata
license: mit
datasets:
- detection-datasets/coco
Introduction
This repository stores the model for YOLOv3, 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
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 }
}