yahoo/open_nsfw

Some images marked as nsfw are wrong

YanKawaYu opened this issue · 4 comments

Hi guys,
I am using open_nsfw to classify images, but some images like the attachment(a avatar's wall, open_nsfw score:0.993217) is marked as nsfw.
Anyone knows how to solve this? Thank you very much!
1523765279290

I have used this model to score over 30,000,000 images and I can tell you that it will always say the grids of pictures have high scores. I am assuming it's because training set had nsfw video thumbnail contact sheets. You'll need to retrain it if you want to alter it's behavior.

Thanks, I will train my own model instead.

Alternatively you can write a segmentation algorithm to extract frames from input.

@TechnikEmpire Thank you. ^_^