bstriebing
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,38 @@
|
|
1 |
-
---
|
2 |
-
license: gpl-3.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: gpl-3.0
|
3 |
+
---
|
4 |
+
|
5 |
+
# Introduction
|
6 |
+
|
7 |
+
This repository stores the model for YOLOv9-T, compatible with Kalray's neural network API. </br>
|
8 |
+
Please see www.github.com/kalray/kann-models-zoo for details and proper usage. </br>
|
9 |
+
|
10 |
+
# Contents
|
11 |
+
|
12 |
+
- ONNX: yolov9t.optimized.onnx
|
13 |
+
|
14 |
+
# Lecture note reference
|
15 |
+
|
16 |
+
|
17 |
+
# Repository or links references
|
18 |
+
|
19 |
+
- repository: https://github.com/WongKinYiu/yolov9
|
20 |
+
- weights: https://github.com/WongKinYiu/yolov9/releases/download/v0.1/yolov9-t-converted.pt
|
21 |
+
|
22 |
+
|
23 |
+
BibTeX entry and citation info
|
24 |
+
```
|
25 |
+
@article{wang2024yolov9,
|
26 |
+
title={{YOLOv9}: Learning What You Want to Learn Using Programmable Gradient Information},
|
27 |
+
author={Wang, Chien-Yao and Liao, Hong-Yuan Mark},
|
28 |
+
booktitle={arXiv preprint arXiv:2402.13616},
|
29 |
+
year={2024}
|
30 |
+
}
|
31 |
+
|
32 |
+
@article{chang2023yolor,
|
33 |
+
title={{YOLOR}-Based Multi-Task Learning},
|
34 |
+
author={Chang, Hung-Shuo and Wang, Chien-Yao and Wang, Richard Robert and Chou, Gene and Liao, Hong-Yuan Mark},
|
35 |
+
journal={arXiv preprint arXiv:2309.16921},
|
36 |
+
year={2023}
|
37 |
+
}
|
38 |
+
```
|