You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the face is not always detected in target images and this happens when the face is relatively small in the target image. I have been digging into it a bit, but as far as I understand this has something to do with the implementation of the Google Mediapipe Face Mesh into Simswap. Face Mesh is not able to detect such small faces. But when using Simswap from the original repo this is not an issue and the swap always works fine. I also read that the Mediapipe has no solution yet for smaller faces in combination with the Face Mesh, tho they have it for Face Detection.
Is there a way to bypass the Face Mesh Pipeline and to make the swap happen using original Simswap? Or is there maybe another way to make swapping of relatively small faces possible or to implement something for this?
The text was updated successfully, but these errors were encountered:
Thanks for the feedback. This is indeed a know limitation of mediapipe. We may extend dot for the use of a different face detector in the future, but it isn't on the roadmap soon.
Would you be interested to work on a PR for this feature?
I'm not a programmer and don't have any technical knowledge to be of any value in this context, I'm sorry. Would be great if this could be implemented by someone who could make it tho, so I would put it on a backlog or something.
I noticed that the face is not always detected in target images and this happens when the face is relatively small in the target image. I have been digging into it a bit, but as far as I understand this has something to do with the implementation of the Google Mediapipe Face Mesh into Simswap. Face Mesh is not able to detect such small faces. But when using Simswap from the original repo this is not an issue and the swap always works fine. I also read that the Mediapipe has no solution yet for smaller faces in combination with the Face Mesh, tho they have it for Face Detection.
Is there a way to bypass the Face Mesh Pipeline and to make the swap happen using original Simswap? Or is there maybe another way to make swapping of relatively small faces possible or to implement something for this?
The text was updated successfully, but these errors were encountered: