Open gebibaiyang opened 5 years ago
Sorry. I didn't notice this issue,the github notification wasn't working. 1.3d_data .text is attitude information in 3d space calculated by tf-openpose. 2.I am not good at English, so I can not understand the meaning of Question 2 completely, but I will answer for the time being. 3d_data .text to animation conversion tried both IK and FK. However, the basics are the same in both cases, and the indirect vector from the connected joint is normalized and used as posture information. Note that the posture information in the text is z-up, but unity is y-up. I am sorry for more information in Japanese, please refer to the following link. tf-openposeによる姿勢推定をunityに落としこもうとしたけど失敗した話 In addition, I supplement the detailed information in the first issue.
Hi thanks , for the information. I dont want anything real time . I just want to input a video , get the 3d pose estimation following this link which basically life 2d joints to a 3d space
https://github.com/ArashHosseini/3d-pose-baseline
If i understand it correctly , i think somehow the entire 3D c0-ordinates have to be written into perhaps a txt file , the txt file is then translated into unity 3d model . Have you had any luck on that ?
Hi. It seems that I was misunderstanding. Your interpretation is correct. This Unity project reflects tf-openpose's attitude estimation results on Unity's Humanoid 3d model. All 3d pose estimation is done by tf-openpose, and this project can not input video.
Hi, I am very happy when saw this project, because I have the similar demand。so I want to know the fundamental. There are some problems:
I am waiting for your replay. Thank you very much.