| --- |
| license: apache-2.0 |
| library_name: libreyolo |
| tags: |
| - object-detection |
| - edgecrafter |
| - ec-detect |
| --- |
| |
| # LibreECx |
|
|
| EdgeCrafter ECDet (size **X**) for object detection, repackaged for the |
| [LibreYOLO](https://github.com/LibreYOLO/libreyolo) framework. |
|
|
| 80 COCO classes, 300 queries, ViT-adapter backbone + hybrid encoder + DETR |
| transformer with FDR refinement. |
|
|
| ## Source |
|
|
| Derived from [Intellindust-AI-Lab/EdgeCrafter](https://github.com/Intellindust-AI-Lab/EdgeCrafter) |
| (release `edgecrafterv1`, file `ecdet_x.pth`). |
| Copyright (c) 2026 The EdgeCrafter Authors (Longfei Liu et al., Intellindust AI Lab). |
| Licensed under the Apache License, Version 2.0. |
|
|
| ## Modifications |
|
|
| Metadata wrap only — the upstream state-dict module names match the |
| LibreEC port byte-for-byte. The wrap adds `model_family`, `task`, |
| `supported_tasks`, `default_task`, `size`, `nc`, and `names` so the |
| unified `LibreYOLO()` factory routes without filename heuristics. |
| See `weights/convert_ec_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. |
|
|