ONNX
yolov3 / README.md
qmller's picture
Update README.md
d1befaf verified
|
raw
history blame
818 Bytes
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

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 }
}