Docs/#2 Perception Handoff#4
Merged
Merged
Conversation
19 tasks
MacGyvBot Deck PDFPDF artifact has been generated for this PR.
Note: GitHub may require sign-in to download Actions artifacts. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📌 변경 내용 요약
MacGyvBot 발표자료의 handoff/perception 파트를 보강했습니다.
hand landmark ML classifier + SAM depth mask contact중심으로 정리🧩 변경 유형
🔗 관련 이슈
Related #2
✅ 테스트 내용
📋 테스트 결과 로그
🧾 체크리스트
👀 리뷰어가 확인해야 할 부분
초기 구현 → 한계 → SAM+Depth mask → 최종 handoff 판단순서로 자연스러운지hand landmark ML classifier + SAM depth mask contact설명이 실제 구현 의도와 맞는지📎 추가 설명
이번 변경은 실제 perception 코드를 수정하는 작업이 아니라 발표자료의 handoff/perception 설명을 보강하는 작업입니다.
특히 handoff 판단을 단순 거리 기반 rule에서 끝내지 않고, 손 landmark 기반 ML grasp/open 판단과 SAM+Depth mask contact를 함께 사용하는 구조로 설명하도록 정리했습니다. 후속으로 실제 시연 영상이나 annotated debug image가 더 정리되면 해당 슬라이드의 proof object를 추가 교체할 수 있습니다.