-
Notifications
You must be signed in to change notification settings - Fork 6
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
skin filtering #38
Comments
NudeNet doesn't support this, obviously. I tried using HSV/YCrCb thresholding, got really pretty poor results. Also used the WillBrennan/SemanticSegmentation pytorch net - results were better but still not really good enough for BetaSuite use. Some combination of several approaches maybe someday could work but for now it doesn't really seem doable. |
I found this which may be of interest. For something like this I think you would need to create and train a model to differentiate between covered and exposed skin. It would probably be really tricky to train it, because you'd have to account for different skin tones, bad/weird lighting, strange angles and probably other things I'm not thinking of. |
I tried a few already-trained skin detection models with very little
success. Which is a shame, because this could be a very cool feature. If I
could reliably detect person vs nonperson (even if I can't distinguish
exposed vs covered), that's still something I could use for very hard
censoring, but I'm not optimistic about being able to do that only with
edge detection...
…On Fri, Aug 19, 2022, 8:28 PM hostilesponge ***@***.***> wrote:
I found this
<https://www.researchgate.net/publication/271822998_Free-Shape_Polygonal_Object_Localization>
which may be of interest. For something like this I think you would need to
create and train a model to differentiate between covered and exposed skin.
It would probably be really tricky to train it, because you'd have to
account for different skin tones, bad/weird lighting, strange angles and
probably other things I'm not thinking of.
—
Reply to this email directly, view it on GitHub
<#38 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZSKWAYBCM7JYPQW6BTQUXDV2BGE5ANCNFSM55S3NOOA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Add option for full-body skin filtering
The text was updated successfully, but these errors were encountered: