facebookresearch / VideoPose3D

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

About multi-person tracking #232

Open MHZ9825 opened 1 year ago

MHZ9825 commented 1 year ago

Dear sir! I wonder if there is a way to generate muti-person 3Dpose in the wild video.

BroderickHigby commented 1 year ago

I'm not sure if you can do it on VideoPose3D, but if you're okay with 2D pose, you can use the CMU openpose branch from soulslicer on their repo

MHZ9825 commented 1 year ago

Thanks,I'll give it a try. And here's another problem, would you please to tell me the differences between the original dataset file(data_3d_h36m) and the custom dataset file(which is the .npz file I created from my own dataset), or if there is a way I can check it out? Thanks!