A-SW Hub / Repositories
Local Gitea · READ ONLY
← 저장소 Repositories
REPOSITORY

cnu/worker-gesture-perception Private

[참조 MVP] 작업자·제스처 인지 — 작업자 추적과 정지·호출 제스처를 구조화하는 참조 MVP입니다.

https://git.agrithing.ai/cnu/worker-gesture-perception.git
4 commits
2 items · feat/concrete-mvp-v2
·/ examples/input.json
json · 277 B · 32bc89a Download
{  "tracks": [    {      "id": "worker-04",      "confidence": 0.93,      "gesture": "FOLLOW",      "distanceM": 2.3    },    {      "id": "worker-07",      "confidence": 0.81,      "gesture": "CALL",      "distanceM": 4.1    }  ],  "confidenceThreshold": 0.8}