Add README.md: license and attribution
Browse files
README.md
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
library_name: libreyolo
|
| 4 |
+
tags:
|
| 5 |
+
- object-detection
|
| 6 |
+
- yolox
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
# LibreYOLOXx
|
| 10 |
+
|
| 11 |
+
Pretrained YOLOX-X weights repackaged for the
|
| 12 |
+
[LibreYOLO](https://github.com/LibreYOLO/libreyolo) framework.
|
| 13 |
+
|
| 14 |
+
## Source
|
| 15 |
+
|
| 16 |
+
Derived from [Megvii-BaseDetection/YOLOX](https://github.com/Megvii-BaseDetection/YOLOX).
|
| 17 |
+
|
| 18 |
+
Copyright (c) 2021-2022 Megvii Inc. All rights reserved.
|
| 19 |
+
Licensed under the Apache License, Version 2.0.
|
| 20 |
+
|
| 21 |
+
## Modifications
|
| 22 |
+
|
| 23 |
+
No learned parameters were modified. The only change is state-dict key
|
| 24 |
+
remapping so that upstream checkpoints load into LibreYOLO's module
|
| 25 |
+
naming scheme.
|
| 26 |
+
|
| 27 |
+
## License
|
| 28 |
+
|
| 29 |
+
Apache License 2.0. See the [`LICENSE`](./LICENSE) and [`NOTICE`](./NOTICE)
|
| 30 |
+
files in this repository.
|