ONNX
qmller commited on
Commit
5ab877a
1 Parent(s): 5d47ff7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -3
README.md CHANGED
@@ -1,3 +1,38 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: gpl-3.0
3
+ datasets:
4
+ - detection-datasets/coco
5
+ ---
6
+
7
+ # Introduction
8
+
9
+ This repository stores the model for YOLOv5s6 (TI Lite), 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: yolov5s6.optimized.onnx
15
+
16
+ # Lecture note reference
17
+
18
+
19
+ # Repository or links references
20
+
21
+ - repository: https://github.com/TexasInstruments/edgeai-yolov5/tree/main
22
+ - configuration : https://github.com/TexasInstruments/edgeai-yolov5/blob/main/pretrained_models/checkpoints/detection/coco/edgeai-yolov5/yolov5s6_640_ti_lite/opt.yaml
23
+ - weights: https://github.com/TexasInstruments/edgeai-yolov5/blob/main/pretrained_models/checkpoints/detection/coco/edgeai-yolov5/yolov5s6_640_ti_lite/weights/best.pt.link
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
+ ```