ONNX
qmller commited on
Commit
e2b093d
1 Parent(s): a26f760

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -5
README.md CHANGED
@@ -1,19 +1,36 @@
1
  ---
2
- license: mit
3
- pipeline_tag: image-segmentation
 
4
  ---
5
 
6
  # Introduction
7
 
8
- This repository stores the model for Yolov8m-segmentation, compatible with Kalray's neural network API. </br>
9
  Please see www.github.com/kalray/kann-models-zoo for details and proper usage. </br>
10
 
11
  # Contents
12
 
13
- - ONNX: yolov8m-seg.optimized.onnx
14
 
15
  # Lecture note reference
16
 
 
17
  # Repository or links references
18
 
19
- Author: nbouberbachene@kalrayinc.com
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: gpl-3.0
3
+ datasets:
4
+ - detection-datasets/coco
5
  ---
6
 
7
  # Introduction
8
 
9
+ This repository stores the model for YOLOv8-M (segmentation), 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: yolov8m-seg.optimized.onnx
15
 
16
  # Lecture note reference
17
 
18
+
19
  # Repository or links references
20
 
21
+ - repository: https://github.com/ultralytics/ultralytics/
22
+ - weights: https://github.com/ultralytics/assets/releases/download/v8.2.0/yolov8m-seg.pt
23
+
24
+
25
+ BibTeX entry and citation info
26
+ ```
27
+ @software{yolov8_ultralytics,
28
+ author = {Glenn Jocher and Ayush Chaurasia and Jing Qiu},
29
+ title = {Ultralytics YOLOv8},
30
+ version = {8.0.0},
31
+ year = {2023},
32
+ url = {https://github.com/ultralytics/ultralytics},
33
+ orcid = {0000-0001-5950-6979, 0000-0002-7603-6750, 0000-0003-3783-7069},
34
+ license = {AGPL-3.0}
35
+ }
36
+ ```