ONNX
yolov5s / README.md
qmller's picture
Update README.md
c939881 verified
---
license: gpl-3.0
datasets:
- detection-datasets/coco
---
# Introduction
This repository stores the model for YOLOv5s, 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: yolov5s.optimized.onnx
# Lecture note reference
# Repository or links references
- repository: https://github.com/ultralytics/yolov5
- configuration : https://github.com/ultralytics/yolov5/blob/master/models/yolov5s.yaml
- weights: https://github.com/ultralytics/yolov5/releases/download/v7.0/yolov5s.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}
}
```