facebookresearch / VideoPose3D

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

Visualize own ground truth when rendering a video #195

Open mrclasalvia opened 3 years ago

mrclasalvia commented 3 years ago

Hi! I am working on a project and basically I would like to use your npz as the ground truth and another npz retrieved in another way as the estimation of the pose. Is there a way to render both the three (video+ground truth+estimation) with custom video?

Thanks

mrclasalvia commented 3 years ago

I would also like to know if there is a way to render and visualize an npz file with the position estimated by the network in a single subplot, so that I can rebuild the three panels myself. Thanks!