ONNX
yolov5s / README.md
qmller's picture
Create README.md
6771746 verified
metadata
license: gpl-3.0
datasets:
  - detection-datasets/coco

Introduction

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

Contents

  • ONNX: yolov5s.optimized.onnx

Lecture note reference

Repository or links references

BibTeX entry and citation info

@software{yolov5,
  title = {Ultralytics YOLOv5},
  author = {Glenn Jocher},
  year = {2020},
  version = {7.0},
  license = {AGPL-3.0},
  url = {https://github.com/ultralytics/yolov5},
  doi = {10.5281/zenodo.3908559},
  orcid = {0000-0001-5950-6979}
}