Replace with post-distill (mAP 0.460, recovered via Wayback)
Browse files- LibreDAMOYOLOs.pt +2 -2
- README.md +14 -7
LibreDAMOYOLOs.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8a912f26e36340ff506022c57ad70135dbbe1958e29d3279bdd3815b43fdede8
|
| 3 |
+
size 68140655
|
README.md
CHANGED
|
@@ -9,22 +9,29 @@ tags:
|
|
| 9 |
# LibreDAMOYOLOs
|
| 10 |
|
| 11 |
DAMO-YOLO-S (TinyNAS_res backbone, GiraffeNeckV2, ZeroHead with GFL/DFL),
|
| 12 |
-
16.9M params, 640x640 input, repackaged for
|
|
|
|
|
|
|
|
|
|
| 13 |
|
| 14 |
## Source
|
| 15 |
|
| 16 |
Derived from [tinyvision/DAMO-YOLO](https://github.com/tinyvision/DAMO-YOLO)
|
| 17 |
-
at commit `319572e` (release v0.1,
|
| 18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
Copyright (c) 2021-2022 Alibaba Group Holding Limited. Licensed under the
|
| 20 |
Apache License, Version 2.0.
|
| 21 |
|
| 22 |
## Modifications
|
| 23 |
|
| 24 |
-
File rename only
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
Verified by running COCO val 2017: mAP 0.4502, mAP50 0.6116.
|
| 28 |
|
| 29 |
See `libreyolo/models/damoyolo/` in the
|
| 30 |
[LibreYOLO source repository](https://github.com/LibreYOLO/libreyolo)
|
|
|
|
| 9 |
# LibreDAMOYOLOs
|
| 10 |
|
| 11 |
DAMO-YOLO-S (TinyNAS_res backbone, GiraffeNeckV2, ZeroHead with GFL/DFL),
|
| 12 |
+
16.9M params, 640x640 input, post-distill release weights, repackaged for
|
| 13 |
+
LibreYOLO.
|
| 14 |
+
|
| 15 |
+
COCO val 2017 mAP: **0.4603** (matches upstream's reported 46.0).
|
| 16 |
|
| 17 |
## Source
|
| 18 |
|
| 19 |
Derived from [tinyvision/DAMO-YOLO](https://github.com/tinyvision/DAMO-YOLO)
|
| 20 |
+
at commit `319572e` (release v0.3.1, post-distill).
|
| 21 |
+
|
| 22 |
+
The original `damoyolo_tinynasL25_S_460.pth` checkpoint was hosted on
|
| 23 |
+
Alibaba's Aliyun bucket which is now offline. This weight was recovered
|
| 24 |
+
from the [Internet Archive's Wayback Machine](https://web.archive.org/),
|
| 25 |
+
snapshot `20250307203601`.
|
| 26 |
+
|
| 27 |
Copyright (c) 2021-2022 Alibaba Group Holding Limited. Licensed under the
|
| 28 |
Apache License, Version 2.0.
|
| 29 |
|
| 30 |
## Modifications
|
| 31 |
|
| 32 |
+
File rename only. `damoyolo_tinynasL25_S_460.pth` is bit-identical to
|
| 33 |
+
`LibreDAMOYOLOs.pt`. LibreYOLO's `nn.Module` class hierarchy mirrors
|
| 34 |
+
upstream's exactly so `model.load_state_dict(...)` is strict.
|
|
|
|
| 35 |
|
| 36 |
See `libreyolo/models/damoyolo/` in the
|
| 37 |
[LibreYOLO source repository](https://github.com/LibreYOLO/libreyolo)
|