-
Notifications
You must be signed in to change notification settings - Fork 110
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
I have tested 10 sets of data, but it doesn't feel very accurate. I want to know how you define the value of nsfwConfidence #19
Comments
NsfwConfidence has a value of 0.1 to 0.4 |
Hey thanks for asking :) We defined genitals, female breasts, etc. as NSFW. In other words explicit content. Being naked while wearing a bra or covering your body parts on the other hand is considered Safe for Work. I am working on a way to share the dataset without getting into legal problems here. If you need your own definition of NSFW, then I'd suggest to just train the model yourself. It's very easy and you don't need a huge amount of pictures for that to work 😄 |
A screenshot of a porn scene with straight up nudity gets a confidence rating of 45%. A fully dressed woman gets in a Thai traditional outfit gets 2%. A fully dressed woman with Mickey Mouse ears gets 1%. A fully dressed woman in a winter bubble jacket gets 0.01%. How do you guys use this on your app and not deal with users leaving by the droves? |
@datureezy @absolute-heike I tried on pure naked body from front and back and it's like 0.5 -0.7 percent. nah would not use this in my app.. |
I think the createML created model have a kind of fault. The confidence rate is not so linear. The problem may be due to the design : extracting image feature and then a logistic regression. If you fine tuning a model, that problem will not occur. |
@datureezy set your threshold for 30%? Idk, just guessing |
does anyone has a better model ? |
No but seriously, what's the problem? If it's detecting them reliably at 30% then use 30% as your threshold. |
I have tested 10 sets of data, but it doesn't feel very accurate. I want to know how you define the value of nsfwConfidence
The text was updated successfully, but these errors were encountered: