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