mmhuman3d icon indicating copy to clipboard operation
mmhuman3d copied to clipboard

How to visualize pose tensor?

Open aplatyps opened this issue 1 year ago • 0 comments

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. Screenshot 2023-04-12 at 4 28 47 PM

How can I visualize the pose tensor to look something like the visualization with mmPose pose estimation? Screenshot 2023-04-12 at 4 21 36 PM

Any help is much appreciated.

aplatyps avatar Apr 12 '23 08:04 aplatyps