REPOSITORY
cnu/worker-gesture-perception Private
[참조 MVP] 작업자·제스처 인지 — 작업자 추적과 정지·호출 제스처를 구조화하는 참조 MVP입니다.
https://git.agrithing.ai/cnu/worker-gesture-perception.git dde583d feat: 작업자·제스처 인지 구체 MVP 구현
91ffdb9 ci: add static dynamic and evidence gates
789af9d feat: add executable institution reference MVP
aea3bf9 docs: define product role and interface contract
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}