una-dinosauria / 3d-pose-baseline

A simple baseline for 3d human pose estimation in tensorflow. Presented at ICCV 17.
MIT License
1.41k stars 355 forks source link

Map 3D Pose to 2D again after Translation or Rotation #195

Open alexivaner opened 3 years ago

alexivaner commented 3 years ago

Hello everyone, any ideas for doing rotation and translation to our 3D Skeleton then apply it back to 2D? My plan will like, I would to doing rotation and translation so my skeleton matches a certain camera angle from another 2D Skeleton. If anyone could give me a clue or keywords, I will be really thankfull. Thank you very much for your all helps.

una-dinosauria commented 3 years ago

You may want to read upon the perspective-n-point problem.