Update README for obj2coco source
Browse files
README.md
CHANGED
|
@@ -6,14 +6,17 @@ tags:
|
|
| 6 |
- d-fine
|
| 7 |
---
|
| 8 |
|
| 9 |
-
#
|
| 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 (`
|
|
|
|
| 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 |
+
# LibreDFINEl
|
| 10 |
|
| 11 |
+
D-FINE-l (large) detection weights, repackaged for LibreYOLO.
|
| 12 |
+
|
| 13 |
+
Reported COCO val2017 mAP50-95: **57.3**.
|
| 14 |
|
| 15 |
## Source
|
| 16 |
|
| 17 |
Derived from [Peterande/D-FINE](https://github.com/Peterande/D-FINE) at the v1.0
|
| 18 |
+
release ([`dfine_l_obj2coco_e25.pth`](https://github.com/Peterande/storage/releases/download/dfinev1.0/dfine_l_obj2coco_e25.pth)).
|
| 19 |
+
This checkpoint is pretrained on Objects365 with the extended 25-epoch (E25) recipe and then fine-tuned on COCO. Typically +3.3 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
|