bstriebing
commited on
Commit
•
5eb1dfd
1
Parent(s):
44508a8
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,40 @@
|
|
1 |
-
---
|
2 |
-
license: gpl-3.0
|
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 YOLOv9-M, 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: yolov9m.optimized.onnx
|
15 |
+
|
16 |
+
# Lecture note reference
|
17 |
+
|
18 |
+
|
19 |
+
# Repository or links references
|
20 |
+
|
21 |
+
- repository: https://github.com/WongKinYiu/yolov9
|
22 |
+
- weights: https://github.com/WongKinYiu/yolov9/releases/download/v0.1/yolov9-m-converted.pt
|
23 |
+
|
24 |
+
|
25 |
+
BibTeX entry and citation info
|
26 |
+
```
|
27 |
+
@article{wang2024yolov9,
|
28 |
+
title={{YOLOv9}: Learning What You Want to Learn Using Programmable Gradient Information},
|
29 |
+
author={Wang, Chien-Yao and Liao, Hong-Yuan Mark},
|
30 |
+
booktitle={arXiv preprint arXiv:2402.13616},
|
31 |
+
year={2024}
|
32 |
+
}
|
33 |
+
|
34 |
+
@article{chang2023yolor,
|
35 |
+
title={{YOLOR}-Based Multi-Task Learning},
|
36 |
+
author={Chang, Hung-Shuo and Wang, Chien-Yao and Wang, Richard Robert and Chou, Gene and Liao, Hong-Yuan Mark},
|
37 |
+
journal={arXiv preprint arXiv:2309.16921},
|
38 |
+
year={2023}
|
39 |
+
}
|
40 |
+
```
|