
https://github.com/Unity-Technologies/sentis-samples/tree/main/BlazeDetectionSample/Pose
sentis-samples/BlazeDetectionSample/Pose at main · Unity-Technologies/sentis-samples
Sentis samples internal development repository. Contains example and template projects for Sentis package use. - Unity-Technologies/sentis-samples
github.com
유니티 센티스 예제로 올라온 Pose Detection 의 Landmark 좌표를 이용해 휴머노이드 캐릭터에 붙여봤다
먼저 Blaze Mediapipe Landmark 위치는 이렇고


유니티 아바타의 위치는 이렇다
겹치는 부위가 많긴 하지만 없는 부위도 많다,,,(Neck, Chest 등등)
그런 부위들은 가상의 위치를 구해 해결했다
예제는 이미지로 되어있는데 Webcam으로 테스트하다가 포즈 트래킹은 캠으로 테스트하기 힘들어서
영상으로 테스트했다!
랜드마크 위치를 놓치면 아바타도 버벅거리긴 하지만,, 이정도면 싱크가 잘 맞는 편인 것 같다!
참고한 글들
https://kimforever920.tistory.com/172
'Unity' 카테고리의 다른 글
| [Unity] WebGL 'Unable to parse Build" / Multithread error (0) | 2024.11.07 |
|---|---|
| [Unity] Sentis Hand Detection (핸드 트래킹) (0) | 2024.10.24 |
| [Unity] Android GameActivity Entry point (0) | 2024.09.23 |
| [Unity] JoyStick 움직임이 버벅거리는 현상 (0) | 2024.07.15 |
| [Unity] Sprite Atlas를 Addressable로 불러오기 (0) | 2024.07.08 |