menpo / lsfm

Large Scale Facial Model (LSFM) - an automatic pipeline for constructing 3D Morphable Models from large collections of facial meshes
http://ibug.doc.ic.ac.uk/resources/lsfm/
BSD 3-Clause "New" or "Revised" License
504 stars 117 forks source link

Filed to correspond #30

Closed Dorniwang closed 5 years ago

Dorniwang commented 5 years ago

Hi, When I load both balanced_frontal_face_aam_v0_py2.pkl in python2 and balanced_frontal_face_aam_v0_py3.pkl in python3, I always got the error that said FAILED TO CORRESPOND: ("Size of label '%s' for operand %d does not match previous terms." 'i', 1).

I have no idea about this error, but I guess it is because the functools.partial is involed in the fitter .pkl file, and when I read it from file to call, it got some error. And then cause error in correspond process.