insightface icon indicating copy to clipboard operation
insightface copied to clipboard

I sit possible for this tool to be used to detect faces only without swapping?

Open muhammadsr opened this issue 1 year ago • 1 comments

I am wondering if I can create a masking file from detected faces only without swapping?

Here is an example of one mask wahouiesq6n1pf7rq5n00s8uatvv ktfd36wxk0e6185ljyhqzyqmeanw

muhammadsr avatar Aug 14 '24 15:08 muhammadsr

insightface Python library supports face detection only, but it currently does not support face parsing (face masking). You can try using the dml_csr module: https://github.com/deepinsight/insightface/tree/master/parsing/dml_csr

nttstar avatar Aug 14 '24 16:08 nttstar