File size: 818 Bytes
c0eca5d d1befaf c0eca5d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
---
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 }
}
```
|