Xuban commited on
Commit
835cc6a
·
verified ·
1 Parent(s): bafbe7a

Replace with post-distill (mAP 0.460, recovered via Wayback)

Browse files
Files changed (2) hide show
  1. LibreDAMOYOLOs.pt +2 -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:70ccc4b45efd4ebb5e180c77040ca26714aaa9559c2b609b69c1bb6199b4be63
3
- size 138815295
 
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 LibreYOLO.
 
 
 
13
 
14
  ## Source
15
 
16
  Derived from [tinyvision/DAMO-YOLO](https://github.com/tinyvision/DAMO-YOLO)
17
- at commit `319572e` (release v0.1, hosted on ModelScope as
18
- `damoyolo_tinynasL25_S.pt`).
 
 
 
 
 
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: `damoyolo_tinynasL25_S.pt` is bit-identical to this
25
- repo's `LibreDAMOYOLOs.pt`. LibreYOLO's `nn.Module` class hierarchy
26
- mirrors upstream's exactly so `model.load_state_dict(...)` is strict.
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)