File size: 1,364 Bytes
55ced6d 9be9cec 55ced6d 9be9cec 55ced6d 9be9cec 55ced6d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | ---
license: apache-2.0
library_name: libreyolo
tags:
- object-detection
- d-fine
---
# LibreDFINEl
D-FINE-l (large) detection weights, repackaged for LibreYOLO.
Reported COCO val2017 mAP50-95: **57.3**.
## Source
Derived from [Peterande/D-FINE](https://github.com/Peterande/D-FINE) at the v1.0
release ([`dfine_l_obj2coco_e25.pth`](https://github.com/Peterande/storage/releases/download/dfinev1.0/dfine_l_obj2coco_e25.pth)).
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.
Copyright (c) 2024 The D-FINE Authors. Licensed under the Apache License, Version 2.0.
The HGNetV2 backbone is copied from
[PaddlePaddle/PaddleClas](https://github.com/PaddlePaddle/PaddleClas).
Copyright (c) 2024 PaddlePaddle Authors. Licensed under the Apache License, Version 2.0.
## Modifications
Checkpoint metadata wrapping only — learned parameters are unchanged.
The wrapper adds ``model_family``, ``size``, ``nc``, and ``names`` fields so the
unified ``LibreYOLO()`` factory routes correctly without filename heuristics.
See `weights/convert_dfine_weights.py` in the
[LibreYOLO source repository](https://github.com/LibreYOLO/libreyolo).
## License
Apache License 2.0. See the [`LICENSE`](./LICENSE) and [`NOTICE`](./NOTICE)
files in this repository.
|