mdietrichstein / tensorflow-open_nsfw

Tensorflow Implementation of Yahoo's Open NSFW Model
Other
430 stars 136 forks source link

can we find and blur area with nudity? #10

Closed vinnitu closed 6 years ago

vinnitu commented 6 years ago

can we find and blur area with nudity?

mdietrichstein commented 6 years ago

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.