insightface icon indicating copy to clipboard operation
insightface copied to clipboard

Many problems caused by versions

Open SubMarineas opened this issue 7 months ago • 1 comments

Now, when I use the current latest version for reasoning, I find a lot of errors, such as:

/usr/local/lib/python3.10/dist-packages/insightface/utils/transform.py:68: 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`.
  P = np.linalg.lstsq(X_homo, Y)[0].T # Affine matrix. 3 x 4

and:

FAIL : Failed to load library libonnxruntime_providers_cuda.so with error: libcublasLt.so.11: cannot open shared object file: No such file or directory

I understand that it is to upgrade the current transform and CUDA support models. I would like to ask if there are any updates in the future?

SubMarineas avatar Jul 01 '24 02:07 SubMarineas