GantMan / nsfw_model

Keras model of NSFW detector
Other
1.8k stars 279 forks source link

Netflix's homepage is tagged as Hentai but porn sites aren't #105

Closed SkyfallWasTaken closed 1 year ago

SkyfallWasTaken commented 2 years ago

The model flags the netflix homepage image as NSFW ({"hentai":71,"drawing":23,"porn":3,"neutral":1,"sexy":0}) but flags Pornhub's homepage as SFW and a drawing ({"drawing":64,"hentai":25,"neutral":8,"porn":1,"sexy":0})

GantMan commented 2 years ago

That's strange! however, I've done a test with NSFWJS on two advanced models an they both got it right

image image

When you mention Pornhub's homepage, what resolution?

There will def be false positives, but please supply links when you find issues. I'm building a larger dataset to fix any false-positives in the future.

SkyfallWasTaken commented 2 years ago

Hey, thanks for the reply! Pornhub's homepage: https://imgur.com/a/1qTKJmK

GantMan commented 2 years ago

So I think the problem is that it's the entire webpage at once. And when you size that screenshot down to 224x224 (the dimensions that the AI reads) it's too small to see NSFW content at high confidence.

colindean commented 1 year ago

I think the last comment explains the problem here, so closing.