Add README.md: license and attribution
Browse files
README.md
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
library_name: libreyolo
|
| 4 |
+
tags:
|
| 5 |
+
- object-detection
|
| 6 |
+
- yolov9
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
# LibreYOLO9t
|
| 10 |
+
|
| 11 |
+
YOLOv9-T weights converted from
|
| 12 |
+
[MultimediaTechLab/YOLO](https://github.com/MultimediaTechLab/YOLO)
|
| 13 |
+
(release v1.0-alpha, file `v9-t.pt`) to the LibreYOLO format.
|
| 14 |
+
|
| 15 |
+
## Source
|
| 16 |
+
|
| 17 |
+
Copyright (c) 2024 Kin-Yiu Wong and Hao-Tang Tsui. Licensed under the MIT
|
| 18 |
+
License.
|
| 19 |
+
|
| 20 |
+
## Modifications
|
| 21 |
+
|
| 22 |
+
State-dict key remapping only. See `weights/convert_yolo9_weights.py` in
|
| 23 |
+
the [LibreYOLO source repository](https://github.com/LibreYOLO/libreyolo).
|
| 24 |
+
Learned parameters are unchanged.
|
| 25 |
+
|
| 26 |
+
## License
|
| 27 |
+
|
| 28 |
+
MIT License. See the [`LICENSE`](./LICENSE) file in this repository.
|