mks0601 / Hand4Whole_RELEASE

Official PyTorch implementation of "Accurate 3D Hand Pose Estimation for Whole-Body 3D Human Mesh Estimation", CVPRW 2022 (Oral.)
MIT License
314 stars 31 forks source link

Hello, how to 3d skeleton 3d visualization? #77

Open herochen7372 opened 1 year ago

herochen7372 commented 1 year ago

vis_3d_skeleton(kpt_3d, kpt_3d_vis, kps_lines, filename=None)

  1. Is' kpt_3d 'passed in' joint_img '?
  2. What is passed in 'kpt_3d_vis',' kps_lines', and where to get it?