SKEL icon indicating copy to clipboard operation
SKEL copied to clipboard

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

Open LongDan15 opened this issue 7 months ago • 2 comments

(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) ✗

LongDan15 avatar Jul 18 '24 12:07 LongDan15