You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to use .npz file that contains all estimation information to draw only skeleton on the image? Because there is no ['part'] section in the file. Am I missing something?
Thank you in adnvance.
The text was updated successfully, but these errors were encountered:
There should be ['part'] attribute in the .npz files, please see the figure and data format in the 'Pseudo-GT' section.
However, the npz file generated by running the “run_demo.sh” file does not have the "part" part of the data.
if args.save_results:
print(f"Save results to "{result_filepath}"")
np.savez(result_filepath, imgname=img_path_list,
pose=smpl_pose, shape=smpl_betas, global_t=smpl_trans,
pred_joints=smpl_joints, focal_l=cam_focal_l,
detection_all=detection_all)
There are not any ’part‘.
Firstly thank you for this work.
Is it possible to use .npz file that contains all estimation information to draw only skeleton on the image? Because there is no ['part'] section in the file. Am I missing something?
Thank you in adnvance.
The text was updated successfully, but these errors were encountered: