| license: apache-2.0 | |
| library_name: libreyolo | |
| tags: | |
| - keypoint-detection | |
| - pose-estimation | |
| - edgecrafter | |
| - ec-pose | |
| # LibreECm-pose | |
| EdgeCrafter ECPose (size **M**) for multi-person 2D pose estimation, repackaged for the | |
| [LibreYOLO](https://github.com/LibreYOLO/libreyolo) framework. | |
| 17 COCO keypoints, single class ("person"), 60 queries. | |
| ## Source | |
| Derived from [Intellindust-AI-Lab/EdgeCrafter](https://github.com/Intellindust-AI-Lab/EdgeCrafter) | |
| (release `edgecrafterv1`, file `ecpose_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](https://github.com/LibreYOLO/libreyolo). | |
| ## License | |
| Apache License 2.0. See the [`LICENSE`](./LICENSE) and [`NOTICE`](./NOTICE) | |
| files in this repository. | |