LibreECm-seg / README.md
Xuban's picture
Initial upload (LibreYOLO LibreECm-seg)
20fda66 verified
|
Raw
History Blame Contribute Delete
1.18 kB
metadata
license: apache-2.0
library_name: libreyolo
tags:
  - image-segmentation
  - instance-segmentation
  - edgecrafter
  - ec-seg

LibreECm-seg

EdgeCrafter ECSeg (size M) for instance segmentation, repackaged for the LibreYOLO framework.

80 COCO classes, 300 queries, mask resolution 160x160 upsampled to input.

Source

Derived from Intellindust-AI-Lab/EdgeCrafter (release edgecrafterv1, file ecseg_m.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.