Xuban commited on
Commit
98dbc14
·
verified ·
1 Parent(s): b000e0a

Update README for obj2coco source

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -6,14 +6,17 @@ tags:
6
  - d-fine
7
  ---
8
 
9
- # LibreDFINEM
10
 
11
- D-FINE-M (medium) detection weights, repackaged for LibreYOLO.
 
 
12
 
13
  ## Source
14
 
15
  Derived from [Peterande/D-FINE](https://github.com/Peterande/D-FINE) at the v1.0
16
- release (`dfine_m_coco.pth`).
 
17
  Copyright (c) 2024 The D-FINE Authors. Licensed under the Apache License, Version 2.0.
18
 
19
  The HGNetV2 backbone is copied from
 
6
  - d-fine
7
  ---
8
 
9
+ # LibreDFINEm
10
 
11
+ D-FINE-m (medium) detection weights, repackaged for LibreYOLO.
12
+
13
+ Reported COCO val2017 mAP50-95: **55.1**.
14
 
15
  ## Source
16
 
17
  Derived from [Peterande/D-FINE](https://github.com/Peterande/D-FINE) at the v1.0
18
+ release ([`dfine_m_obj2coco.pth`](https://github.com/Peterande/storage/releases/download/dfinev1.0/dfine_m_obj2coco.pth)).
19
+ This checkpoint is pretrained on Objects365 and then fine-tuned on COCO. Typically +2.8 mAP over the COCO-only checkpoint.
20
  Copyright (c) 2024 The D-FINE Authors. Licensed under the Apache License, Version 2.0.
21
 
22
  The HGNetV2 backbone is copied from