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

metafarmers/fruit-work-target-perception Private

[참조 MVP] 과채류 작업대상 인식 — RGB-D 관측에서 과실과 생장점을 식별하고 로봇 작업 후보를 구조화하는 참조 MVP입니다.

https://git.agrithing.ai/metafarmers/fruit-work-target-perception.git
4 commits
2 items · feat/concrete-mvp-v2
·/ examples/input.json
json · 547 B · f4940e3 Download
{  "frameId": "greenhouse-row-03",  "observations": [    {      "id": "fruit-17",      "kind": "fruit",      "confidence": 0.94,      "positionMm": [        420,        -80,        1380      ]    },    {      "id": "tip-02",      "kind": "growth-tip",      "confidence": 0.89,      "positionMm": [        438,        -65,        1510      ]    },    {      "id": "leaf-09",      "kind": "leaf",      "confidence": 0.97,      "positionMm": [        400,        -30,        1450      ]    }  ],  "threshold": 0.8}