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
174 stars 21 forks source link

RuntimeError: This version of skel.pkl is deprecated, please download the latest version from https://skel.is.tue.mpg.de/download.html #13

Open LongDan15 opened 2 months ago

LongDan15 commented 2 months ago

(skel) ➜ SKEL git:(master) ✗ python examples/skel_rigging.py --gender female
Traceback (most recent call last): File "examples/skel_rigging.py", line 22, in skel_model = SKEL(gender) File "/home/holmes/longdan/SKEL/skel/skel_model.py", line 96, in init raise RuntimeError('This version of skel.pkl is deprecated, please download the latest version from https://skel.is.tue.mpg.de/download.html') RuntimeError: This version of skel.pkl is deprecated, please download the latest version from https://skel.is.tue.mpg.de/download.html (skel) ➜ SKEL git:(master) ✗ python examples/skel_kintree.py --gender female Traceback (most recent call last): File "examples/skel_kintree.py", line 20, in skel_model = SKEL(gender) File "/home/holmes/longdan/SKEL/skel/skel_model.py", line 96, in init raise RuntimeError('This version of skel.pkl is deprecated, please download the latest version from https://skel.is.tue.mpg.de/download.html') RuntimeError: This version of skel.pkl is deprecated, please download the latest version from https://skel.is.tue.mpg.de/download.html (skel) ➜ SKEL git:(master) ✗

MarilynKeller commented 2 months ago

As the error says, please re-download the latest version of the skel model folder at: https://skel.is.tue.mpg.de/download.html

MarilynKeller commented 2 months ago

I just fixed a bug in the .pkl. Please redownload them if you already did.