ONNX
qmller commited on
Commit
6771746
1 Parent(s): e71ec5c

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: gpl-3.0
3
+ datasets:
4
+ - detection-datasets/coco
5
+ ---
6
+
7
+ # Introduction
8
+
9
+ This repository stores the model for YOLOv5s, 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: yolov5s.optimized.onnx
15
+
16
+ # Lecture note reference
17
+
18
+
19
+ # Repository or links references
20
+
21
+ - repository: https://github.com/ultralytics/ultralytics/
22
+ - configuration : https://github.com/ultralytics/ultralytics/blob/main/ultralytics/cfg/models/v5/yolov5.yaml
23
+ - weights: https://github.com/ultralytics/assets/releases/download/v8.2.0/yolov5su.pt
24
+
25
+
26
+ BibTeX entry and citation info
27
+ ```
28
+ @software{yolov5,
29
+ title = {Ultralytics YOLOv5},
30
+ author = {Glenn Jocher},
31
+ year = {2020},
32
+ version = {7.0},
33
+ license = {AGPL-3.0},
34
+ url = {https://github.com/ultralytics/yolov5},
35
+ doi = {10.5281/zenodo.3908559},
36
+ orcid = {0000-0001-5950-6979}
37
+ }
38
+ ```