|
--- |
|
license: mit |
|
datasets: |
|
- detection-datasets/coco |
|
--- |
|
|
|
# Introduction |
|
|
|
This repository stores the model for YOLOv3, compatible with Kalray's neural network API. </br> |
|
Please see www.github.com/kalray/kann-models-zoo for details and proper usage. </br> |
|
|
|
# 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 |
|
|
|
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 } |
|
} |
|
``` |
|
|