pa7 / nude.js

Nudity detection with JavaScript and HTMLCanvas
http://www.patrick-wied.at/static/nudejs/
2.35k stars 225 forks source link

Using FaceDetection for better skin model. #23

Open vikasTmz opened 7 years ago

vikasTmz commented 7 years ago

A small possible improvement for a better skin model.

For this example, this technique made a difference between nude detection i.e (totalSkin/totalPixels)*100 became greater than 15.

pa7 commented 7 years ago

@vikasTmz that's smart, if I ever get to update nude.js I will implement it :) thanks for sharing

vikasTmz commented 7 years ago

But it could be infeasible if this is to be integrated to a plugin. Do know if anyone has created a browser plugin already using your nude.js?

five23 commented 5 years ago

This looks promising: https://github.com/justadudewhohacks/face-api.js