mmhuman3d
mmhuman3d copied to clipboard
How to visualize pose tensor?
Hi, I have a smpl pose tensor which is an array with shape (frame, 72). I tried using the following
visualize_kp3d(kp3d=kp3d,
data_source='smpl',
fps=fps,
output_path=path)
With the function above I got the following visualization that doesn't make sense.
How can I visualize the pose tensor to look something like the visualization with mmPose pose estimation?
Any help is much appreciated.