ONNX
yolov8n / README.md
qmller's picture
Update README.md
05214a1 verified
metadata
license: gpl-3.0
datasets:
  - detection-datasets/coco

Introduction

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

Contents

  • ONNX: yolov8n.optimized.onnx

Lecture note reference

Repository or links references

BibTeX entry and citation info

@software{yolov8_ultralytics,
  author = {Glenn Jocher and Ayush Chaurasia and Jing Qiu},
  title = {Ultralytics YOLOv8},
  version = {8.0.0},
  year = {2023},
  url = {https://github.com/ultralytics/ultralytics},
  orcid = {0000-0001-5950-6979, 0000-0002-7603-6750, 0000-0003-3783-7069},
  license = {AGPL-3.0}
}