Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: gpl-3.0
|
| 3 |
+
datasets:
|
| 4 |
+
- detection-datasets/coco
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# Introduction
|
| 8 |
+
|
| 9 |
+
This repository stores the model for YOLOv8-L, compatible with Kalray's neural network API. </br>
|
| 10 |
+
Please see www.github.com/kalray/kann-models-zoo for details and proper usage. </br>
|
| 11 |
+
|
| 12 |
+
# Contents
|
| 13 |
+
|
| 14 |
+
- ONNX: yolov8l.optimized.onnx
|
| 15 |
+
|
| 16 |
+
# Lecture note reference
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
# Repository or links references
|
| 20 |
+
|
| 21 |
+
- repository: https://github.com/ultralytics/ultralytics/
|
| 22 |
+
- weights: https://github.com/ultralytics/assets/releases/download/v8.2.0/yolov8l.pt
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
BibTeX entry and citation info
|
| 26 |
+
```
|
| 27 |
+
@software{yolov8_ultralytics,
|
| 28 |
+
author = {Glenn Jocher and Ayush Chaurasia and Jing Qiu},
|
| 29 |
+
title = {Ultralytics YOLOv8},
|
| 30 |
+
version = {8.0.0},
|
| 31 |
+
year = {2023},
|
| 32 |
+
url = {https://github.com/ultralytics/ultralytics},
|
| 33 |
+
orcid = {0000-0001-5950-6979, 0000-0002-7603-6750, 0000-0003-3783-7069},
|
| 34 |
+
license = {AGPL-3.0}
|
| 35 |
+
}
|
| 36 |
+
```
|