REPOSITORY
metafarmers/fruit-work-target-perception Private
[참조 MVP] 과채류 작업대상 인식 — RGB-D 관측에서 과실과 생장점을 식별하고 로봇 작업 후보를 구조화하는 참조 MVP입니다.
https://git.agrithing.ai/metafarmers/fruit-work-target-perception.git 54a9587 feat: 과채류 작업대상 인식 구체 MVP 구현
bb3f276 ci: add static dynamic and evidence gates
66d6ea9 feat: add executable institution reference MVP
bee1524 docs: define product role and interface contract
1 items · feat/concrete-mvp-v2
·/ contracts/component.interface.json
json · 728 B · 967f598 Download
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "과채류 작업대상 인식 reference interface", "type": "object", "required": [ "component", "accepted", "status", "target", "frameId", "candidates", "counts", "rejected" ], "properties": { "component": { "const": "metafarmers/fruit-work-target-perception" }, "accepted": { "type": "boolean" }, "status": { "type": "string" }, "target": { "const": "vpu" }, "frameId": { "type": "string" }, "candidates": { "type": "array" }, "counts": { "type": "object" }, "rejected": { "type": "integer" } }}