File size: 975 Bytes
d21f077 |
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 36 37 |
---
license: mit
datasets:
- detection-datasets/coco
---
# Introduction
This repository stores the model for YOLOv3-tiny, 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
- 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 }
}
```
|