PoseDetect2UnityModel icon indicating copy to clipboard operation
PoseDetect2UnityModel copied to clipboard

No root transition

Open lucasjinreal opened this issue 3 years ago • 3 comments
trafficstars

MHFormer seems didnt provide root transition, BTW, will it have a metahuman version?

lucasjinreal avatar Sep 22 '22 02:09 lucasjinreal

  1. root: You're right. It doesn't have root transition, because it needs a model contains floor. I read the Facebook repository and it have many constraints if need root transition, so I think it's enough for me to just get the direction of the line between left and right legs.
  2. metahuman: If I understand correctly, you mean do it in the UnReal Engine, right? I do want to do it, too. My plan is using mediapipe (Google). It will provide face, finger, pose real-time estimation with very good results. (The technology of pose estimation in mediapipe called "BlazePose GHUM Holistic". I really recommend this one temporarily.) But my summer holiday is almost over, so I need learn something "useful" for me to find internship (T-T).

DuGuYifei avatar Sep 22 '22 02:09 DuGuYifei

for root transition: I also find this one, I am not sure whether it is useful for you. (https://github.com/Garfield-kh/PoseTriplet)

DuGuYifei avatar Sep 22 '22 02:09 DuGuYifei

@DuGuYifei Mediapipe + Metahuman is exactly I want. Looking forward to your work!

lucasjinreal avatar Sep 22 '22 03:09 lucasjinreal