Replies: 3 comments 1 reply
-
This is what GPT says The error message in your screenshot indicates that the source_face object is None. Specifically, it says: csharp Possible causes for this issue: Add checks: Before accessing normed_embedding, you can add a conditional statement to check if source_face is None: python By troubleshooting how source_face is being initialized and tracing the data flow, you should be able to fix this issue. |
Beta Was this translation helpful? Give feedback.
-
Yes it's working really well but I am using a different variant of the program with more options
On Wednesday, December 11, 2024 at 10:12:22 AM CST, milo-jo ***@***.***> wrote:
it worked for you?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
latent = source_face.normed_embedding.reshape((1,-1))
AttributeError: 'NoneType' object has no attribute 'normed_embedding'
Beta Was this translation helpful? Give feedback.
All reactions