LibreECx / README.md
Xuban's picture
Initial upload (LibreYOLO ECDet-x)
98a5f08 verified
metadata
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 framework.

80 COCO classes, 300 queries, ViT-adapter backbone + hybrid encoder + DETR transformer with FDR refinement.

Source

Derived from 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.

License

Apache License 2.0. See the LICENSE and NOTICE files in this repository.