Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR Unsupported face configuration #19

Open
JeremyOp666 opened this issue Mar 12, 2024 · 1 comment
Open

ERROR Unsupported face configuration #19

JeremyOp666 opened this issue Mar 12, 2024 · 1 comment

Comments

@JeremyOp666
Copy link

C:\Users\WOW\AppData\Local\Programs\Python\Python311\Lib\site-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
Traceback (most recent call last):
File "C:\Users\WOW\Downloads\Compressed\inswapper-main\main.py", line 7, in
result_image = process(source_img, target_img, -1, -1, model)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\WOW\Downloads\Compressed\inswapper-main\swapper.py", line 184, in process
raise Exception("Unsupported face configuration")
Exception: Unsupported face configuration

@ashleykleynhans
Copy link
Contributor

What were you doing when you got this error?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants