--- license: gpl-3.0 datasets: - detection-datasets/coco --- # Introduction This repository stores the model for YOLOv8-S, compatible with Kalray's neural network API.
Please see www.github.com/kalray/kann-models-zoo for details and proper usage.
# 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} } ```