



3D Pose Estimation이 어떻게 동작하는지 궁금해서 MMPose의 RTMPose3D 모델을 Unity Sentis에서 직접 구현해보기로 했다.
초기 목표
• 3D 추정이 실제로 잘 되는지
• Sentis에서 실시간 추론 성능이 나오는지
• 성능이 괜찮으면 작은 모델로 onnx 변환 -> 테스트 진행
사용 모델

Landmark 정보
https://github.com/Tau-J/rtmlib/blob/main/rtmlib/visualization/skeleton/coco133.py
133 keypoints per person:
Onnx Output to 3d Coord 참고자료
https://github.com/Tau-J/rtmlib/blob/main/rtmlib/tools/pose_estimation/rtmpose3d.py
참고 자료
https://github.com/open-mmlab/mmpose
https://github.com/Tau-J/rtmlib?tab=readme-ov-file