mmpose icon indicating copy to clipboard operation
mmpose copied to clipboard

How to reconstruct 3d human body from multiple perspectives?

Open graceforlife opened this issue 3 years ago • 4 comments

I want to input videos from multiple perspectives (such as three videos) into the algorithm"3D human pose "to get a 3D result. What should I do?

graceforlife avatar Oct 17 '22 07:10 graceforlife

Please refer to our multi-view demo. Please note that the camera parameter is required, and the model may not generalize very well on custom data which has different camera parameters from the training data.

ly015 avatar Oct 17 '22 07:10 ly015

Please refer to our multi-view demo. Please note that the camera parameter is required, and the model may not generalize very well on custom data which has different camera parameters from the training data.

okok,thanks u~

graceforlife avatar Oct 17 '22 08:10 graceforlife

Please refer to our multi-view demo. Please note that the camera parameter is required, and the model may not generalize very well on custom data which has different camera parameters from the training data.

hello ,I have tried what you told,And it works very well,but can the multi-vieo run with the videos instead of images?

graceforlife avatar Oct 17 '22 12:10 graceforlife

Is it possible to feed video data frame-by-frame into the model? I guess the frames from different cameras can be temporally aligned with timestamps.

ly015 avatar Oct 17 '22 13:10 ly015