infinitered / nsfwjs

NSFW detection on the client-side via TensorFlow.js
https://nsfwjs.com/
MIT License
8.13k stars 547 forks source link

Some new ideas #88

Open DonaldTsang opened 5 years ago

DonaldTsang commented 5 years ago
  1. Able to detect what regions are NSFW within the image
  2. Able to detect video, GIF, APNG and WebM.
GantMan commented 5 years ago

So Donald, we currently support GIF. There's a ticket to support Video which @fvonhoven has claimed.

I like the idea of detecting regions. Is that something you'd be interested in adding?

DonaldTsang commented 5 years ago

@GantMan I am interested but I am too new at this. Might want to keep this issue open for others to see.

GantMan commented 5 years ago

All good. How good at JavaScript are you? That’s most of it.

DonaldTsang commented 5 years ago

@GantMan I nearly finished codecademy, so not that good. Also does the dataset mark the regions of which they are NSFW?

GantMan commented 5 years ago

Currently it does not mark regions. Maybe soon I'll try to make something do that.

DonaldTsang commented 4 years ago

@GantMan Maybe take a look at https://github.com/facebookresearch/detectron2 and see how they do things?

DonaldTsang commented 4 years ago

Apparently https://github.com/halcy/DeepDanbooruActivationMaps/blob/master/DeepDanbooru-ActivationMaps-Censorship.ipynb already does partial image censoring for Hentai. Hmmm

DonaldTsang commented 4 years ago

So here is the proposal I laid out for anime vs hentai https://github.com/KichangKim/DeepDanbooru/issues/5