Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CLIFF] How to draw only skeleton? #174

Open
kaankarakose opened this issue Mar 24, 2023 · 2 comments
Open

[CLIFF] How to draw only skeleton? #174

kaankarakose opened this issue Mar 24, 2023 · 2 comments

Comments

@kaankarakose
Copy link

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.

@zhihaolee
Copy link
Contributor

There should be ['part'] attribute in the .npz files, please see the figure and data format in the 'Pseudo-GT' section.

@pppkkk611
Copy link

pppkkk611 commented Nov 21, 2023

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‘.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants