ONNX
File size: 871 Bytes
5e6ddbb
 
 
 
 
 
 
 
790e574
5e6ddbb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: gpl-3.0
datasets:
- detection-datasets/coco
---

# Introduction

This repository stores the model for YOLOv8-S, 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:       yolov8s.optimized.onnx

# Lecture note reference


# Repository or links references

- repository: https://github.com/ultralytics/ultralytics/
- weights: https://github.com/ultralytics/assets/releases/download/v8.2.0/yolov8s.pt


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