LibreRTMDetm / README.md
Xuban's picture
Initial upload
0f17294 verified
|
Raw
History Blame Contribute Delete
1.51 kB
---
license: apache-2.0
library_name: libreyolo
tags:
- object-detection
- rtmdet
- mmdetection
---
# LibreRTMDetm
RTMDet-M 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_m_8xb32-300e_coco/rtmdet_m_8xb32-300e_coco_20220719_112220-229f527c.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.6033 |
| COCO128 mAP50 | 0.7810 |
| SHA256 | `8a515c638f24195170696dfc777ea56b0845a6f8cba7e2fb406f4cd82b8b8fd2` |
| File size | 94.7 MB |
## License
Apache License 2.0. See the [`LICENSE`](./LICENSE) and [`NOTICE`](./NOTICE) files in this repository.