MarilynKeller / SKEL

Release for the Siggraph Asia 2023 SKEL paper "From Skin to Skeleton: Towards Biomechanically Accurate 3D Digital Humans".
https://skel.is.tue.mpg.de/
Other
173 stars 21 forks source link

Error on GitHub Code #12

Open hykong99 opened 1 month ago

hykong99 commented 1 month ago

Hi, I encounter some error on your GitHub code.

  1. I try to run example/skel_sequence.py. But I encounter error. The code runs fine without the '--smpl_seq' option, but if this option is used, the following error occurs : image

  2. And I try to run example/fit2joint.py. But I encounter error. image

How can I fix it?

MarilynKeller commented 1 month ago

Should be fixed now in the last commit. Please pull SKEL and aitviewer-SKEL.

hykong99 commented 1 month ago

I have some error.

  1. python3 examples/skel_rigging.py --gender female << has a error image

  2. You use from psbody.mesh import Mesh, MeshViewer (align_to_SMPL_frame.py / align_to_SMPL_seq.py / fit2joints.py) But, on my computer, the window disappears immediately. And the screen is stopped. image

  3. python3 examples/skel_sequence.py models/skel_models_v1.1/sample_motion/01_01_poses_skel.pkl -z --smpl_seq /home/hykong99/SKEL/SKEL/models/skel_models_v1.1/sample_motion/01_01_poses.npz This command has a error. Which model should I have? image