Xuban commited on
Commit
d837447
·
verified ·
1 Parent(s): d0e7330

Add COCO mAP + clearer source provenance

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -8,12 +8,15 @@ tags:
8
 
9
  # LibreDFINEn
10
 
11
- D-FINE-N (nano) 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_n_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
 
8
 
9
  # LibreDFINEn
10
 
11
+ D-FINE-n (nano) detection weights, repackaged for LibreYOLO.
12
+
13
+ Reported COCO val2017 mAP50-95: **42.8**.
14
 
15
  ## Source
16
 
17
  Derived from [Peterande/D-FINE](https://github.com/Peterande/D-FINE) at the v1.0
18
+ release ([`dfine_n_coco.pth`](https://github.com/Peterande/storage/releases/download/dfinev1.0/dfine_n_coco.pth)).
19
+ This checkpoint is trained directly on the COCO dataset (no Objects365 pretraining is published for this size).
20
  Copyright (c) 2024 The D-FINE Authors. Licensed under the Apache License, Version 2.0.
21
 
22
  The HGNetV2 backbone is copied from