File size: 1,176 Bytes
98a5f08
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
  - 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.