mdietrichstein / tensorflow-open_nsfw

Tensorflow Implementation of Yahoo's Open NSFW Model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can we find and blur area with nudity?

vinnitu opened this issue · comments

can we find and blur area with nudity?

Sadly not with this project. tensorflow-open_nsfw only lets you classify images. There's no localization involved.

You would be better off with an object detector like yolo, mobile-ssd, etc. I'm not sure if there are pre-trained nsfw object detectors out there though. You might have to train one by yourself.