ONNX
qmller commited on
Commit
0a9a39e
1 Parent(s): 337a35a

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+ ---
5
+ license: gpl-3.0
6
+ datasets:
7
+ - detection-datasets/coco
8
+ ---
9
+
10
+ # Introduction
11
+
12
+ This repository stores the model for YOLOv5m6 (TI Lite), compatible with Kalray's neural network API. </br>
13
+ Please see www.github.com/kalray/kann-models-zoo for details and proper usage. </br>
14
+
15
+ # Contents
16
+
17
+ - ONNX: yolov5m6.optimized.onnx
18
+
19
+ # Lecture note reference
20
+
21
+
22
+ # Repository or links references
23
+
24
+ - repository: https://github.com/TexasInstruments/edgeai-yolov5/tree/main
25
+ - configuration : https://github.com/TexasInstruments/edgeai-yolov5/blob/main/pretrained_models/checkpoints/detection/coco/edgeai-yolov5/yolov5m6_640_ti_lite/opt.yaml
26
+ - weights: https://github.com/TexasInstruments/edgeai-yolov5/blob/main/pretrained_models/checkpoints/detection/coco/edgeai-yolov5/yolov5m6_640_ti_lite/weights/best.pt.link
27
+
28
+
29
+ BibTeX entry and citation info
30
+ ```
31
+ @software{yolov5,
32
+ title = {Ultralytics YOLOv5},
33
+ author = {Glenn Jocher},
34
+ year = {2020},
35
+ version = {7.0},
36
+ license = {AGPL-3.0},
37
+ url = {https://github.com/ultralytics/yolov5},
38
+ doi = {10.5281/zenodo.3908559},
39
+ orcid = {0000-0001-5950-6979}
40
+ }
41
+ ```