| ---
|
| license: apache-2.0
|
| library_name: libreyolo
|
| tags:
|
| - object-detection
|
| - rtmdet
|
| - mmdetection
|
| ---
|
|
|
| # LibreRTMDetl
|
|
|
| RTMDet-L COCO detector, repackaged for the [LibreYOLO](https://github.com/LibreYOLO/libreyolo) framework.
|
|
|
| ## Source
|
|
|
| Derived from [https://github.com/open-mmlab/mmdetection](https://github.com/open-mmlab/mmdetection) at commit `cfd5d3a985b0249de009b67d04f37263e11cdf3d` and upstream checkpoint:
|
| `https://download.openmmlab.com/mmdetection/v3.0/rtmdet/rtmdet_l_8xb32-300e_coco/rtmdet_l_8xb32-300e_coco_20220719_112030-5a0be7c4.pth`.
|
|
|
| Copyright (c) 2018-2023 OpenMMLab. Licensed under the Apache License, Version 2.0.
|
|
|
| ## Modifications
|
|
|
| EMA weights were selected from the upstream checkpoint. `data_preprocessor.*` and batch-tracking buffers were omitted, `bbox_head.` keys were renamed to `head.`, and the loaded state dict was saved with LibreYOLO checkpoint metadata schema v1.0. Learned model parameters are otherwise preserved.
|
|
|
| ## Validation
|
|
|
| This file was validated locally with LibreYOLO checkpoint metadata schema v1.0, loaded through `LibreYOLO`, and evaluated on `coco128.yaml` with `workers=0`, `batch=8`, `conf=0.001`, `iou=0.6`.
|
|
|
| | Metric | Value |
|
| |---|---:|
|
| | COCO128 mAP50-95 | 0.6332 |
|
| | COCO128 mAP50 | 0.8091 |
|
| | SHA256 | `b7edb1046588c516392421464dbd29689433fe442c2ce2d4fc46860b01981960` |
|
| | File size | 200.2 MB |
|
|
|
| ## License
|
|
|
| Apache License 2.0. See the [`LICENSE`](./LICENSE) and [`NOTICE`](./NOTICE) files in this repository.
|
|
|