yahoo / open_nsfw

Not Suitable for Work (NSFW) classification using deep neural network Caffe models.
BSD 2-Clause "Simplified" License
5.86k stars 1.05k forks source link

Some images marked as nsfw are wrong #67

Closed YanKawaYu closed 6 years ago

YanKawaYu commented 6 years ago

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

TheDailySpank commented 6 years ago

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.

YanKawaYu commented 6 years ago

Thanks, I will train my own model instead.

TechnikEmpire commented 6 years ago

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

YanKawaYu commented 6 years ago

@TechnikEmpire Thank you. ^_^