clcarwin / sphereface_pytorch

A PyTorch Implementation of SphereFace.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

matlab_cp2tform.py warning

lucaskyle opened this issue · comments

/xxxxxxx/sphereface_pytorch-master/matlab_cp2tform.py:91: FutureWarning: rcond parameter will change to the default of machine precision times max(M, N) where M and N are the input matrix dimensions.
To use the future default and silence this warning we advise to pass rcond=None, to keep using the old, explicitly pass rcond=-1.
r, _, _, _ = lstsq(X, U)

when i running train.py, a lot of warning shows up.
but it can be ignored......
is there anyone has same issue?

btw the lfw_eval result is 'Acc 99% thd 36%'
when i set threshold= 70%
ACC will be 70+%... is that good?