ONNX

Introduction

This repository stores the model for YOLOv3-tiny, compatible with Kalray's neural network API.
Please see www.github.com/kalray/kann-models-zoo for details and proper usage.

Contents

  • ONNX: yolov3-tiny.onnx
  • Tensorflow: yolov3-tiny.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 }
}

from source code CITATION.cff:

cff-version: 1.2.0
preferred-citation:
  type: software
  message: If you use YOLOv3, please cite it as below.
  authors:
    - family-names: Jocher
      given-names: Glenn
      orcid: "https://orcid.org/0000-0001-5950-6979"
  title: "YOLOv3 by Ultralytics"
  version: 7.0
  doi: 10.5281/zenodo.3908559
  date-released: 2020-5-29
  license: AGPL-3.0
  url: "https://github.com/ultralytics/yolov3"
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train Kalray/yolov3-tiny