Add COCO mAP + clearer source provenance
Browse files
README.md
CHANGED
|
@@ -8,12 +8,15 @@ tags:
|
|
| 8 |
|
| 9 |
# LibreDFINEn
|
| 10 |
|
| 11 |
-
D-FINE-
|
|
|
|
|
|
|
| 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
|