Xuban commited on
Commit
b608d5b
·
verified ·
1 Parent(s): 650bd54

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
- # LibreDFINEX
10
 
11
- D-FINE-X (xlarge) 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_x_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
+ # LibreDFINEx
10
 
11
+ D-FINE-x (xlarge) detection weights, repackaged for LibreYOLO.
12
+
13
+ Reported COCO val2017 mAP50-95: **59.3**.
14
 
15
  ## Source
16
 
17
  Derived from [Peterande/D-FINE](https://github.com/Peterande/D-FINE) at the v1.0
18
+ release ([`dfine_x_obj2coco.pth`](https://github.com/Peterande/storage/releases/download/dfinev1.0/dfine_x_obj2coco.pth)).
19
+ This checkpoint is pretrained on Objects365 and then fine-tuned on COCO. Typically +3.5 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