yahoo / open_nsfw

Not Suitable for Work (NSFW) classification using deep neural network Caffe models.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some images marked as nsfw are wrong

YanKawaYu opened this issue · comments

commented

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.

commented

Thanks, I will train my own model instead.

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

commented

@TechnikEmpire Thank you. ^_^