facebookresearch / VideoPose3D

Efficient 3D human pose estimation in video using 2D keypoint trajectories
Other
3.71k stars 751 forks source link

Multi-angle #28

Closed lxy5513 closed 5 years ago

lxy5513 commented 5 years ago

It is a Great work!

Could you please tell me weather is it support display the 3D pose in Multi-angle

dariopavllo commented 5 years ago

Thanks for your interest in our work!

What do you mean exactly by "multi-angle"? Reconstruction of a pose from multiple cameras (i.e. multiple viewpoints)? If so, our approach is for a single camera, although the general approach can be adapted to other settings.

lxy5513 commented 5 years ago

Sorry, I can not represent clearly in English. I mean, whether it can see the 3D pose in other orientation.

the model which feed 2D key points, generates 3D info(coordinate: x, y, depth) ? , I can reconstruct the
3D pose in other orientation?

lxy5513 commented 5 years ago

similar to this

image

dariopavllo commented 5 years ago

Yes, you can view the predicted 3D pose under different orientations. Our model outputs (x, y, z) coordinates in the camera coordinate system (meaning that z points towards the camera), but you can freely rotate the pose as you wish.

lxy5513 commented 5 years ago

Thanks a lot! I really appreciate your reply!