Live data from Hacker News

Chrome, Firefox extension that blocks NSFW images using TensorFlow JS

github.com

1–10 of 173 posts

Re: Chrome, Firefox extension that blocks NSFW images using TensorFlow JS

#4

Does the Tensorflow model run in JS? How fast is that? Would it be feasible to run the model in wasm or in the GPU?

I can't speak for this specific model/extension, but "most" neural networks aren't that big at the end of the day, and you are just a few matrix dot products away from getting your classification (of course, I'm drastically simplifying).

Its the training that takes forever, due to the fact all those numbers need tweaking. However one you have the model, classifying is pretty fast.

Re: Chrome, Firefox extension that blocks NSFW images using TensorFlow JS

#5
Anyone know of a tool which can process videos (movies) and black/blur out nude scenes and make the film "family friendly"? The processing doesn't have to be realtime...

Just to expand: there are many excellent films which are not "family friendly" only because of 1 or 2 nude scenes which aren't even germane to the overall plot in many cases. I often wished there was a tool or SaaS that could detect such scenes and cut or blur them out. Would save a lot of manual processing.

Re: Chrome, Firefox extension that blocks NSFW images using TensorFlow JS

#7
If you want to make videos family friendly, it's probably better to aim for removing violence than nudity, as one is clearly worse for the psych than the other.

Expansion: how are nude scenes not family friendly? Not trying to start any flame wars here, just trying to understand how one or two scenes with nudity suddenly means the video is not family friendly? We all go through life seeing nudity, so should be fine. Violence however is something we both strive and should avoid as much as possible.

Re: Chrome, Firefox extension that blocks NSFW images using TensorFlow JS

#8

Anyone know of a tool which can process videos (movies) and black/blur out nude scenes and make the film "family friendly"? The processing doesn't have to be realtime... Just to expand: there are many excellent films which are not "family friendly" only because of 1 or 2 nude scenes which aren't even germane to the overall plot in many cases. I often wished there was a tool or SaaS that could detect such scenes and c…

Wouldn't make sense to remove the entire scene? Doing the Japanese style pixalation/censorship won't help IMO when you watch some movie with your kid and people start moaning. If the movie includes sex and nudity it probably includes some similar adult language so a tool that works in real time that only is trained on porn will be probably terrible and a waste of time though some "entrepreneur" would probably try to sell you such a tool (I mean it is just gluing shit togheter like most tools this days)

Re: Chrome, Firefox extension that blocks NSFW images using TensorFlow JS

#9

If you want to make videos family friendly, it's probably better to aim for removing violence than nudity, as one is clearly worse for the psych than the other. Expansion: how are nude scenes not family friendly? Not trying to start any flame wars here, just trying to understand how one or two scenes with nudity suddenly means the video is not family friendly? We all go through life seeing nudity, so should be fine.…

> Expansion: how are nude scenes not family friendly?

The answer is "American Prudery".

Post reply on HN