--- 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 - repository: https://github.com/ultralytics/ultralytics/ - configuration : https://github.com/ultralytics/ultralytics/blob/main/ultralytics/cfg/models/v5/yolov5.yaml - weights: https://github.com/ultralytics/assets/releases/download/v8.2.0/yolov5su.pt 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} } ```