We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
(totalSkin/totalPixels)*100
The text was updated successfully, but these errors were encountered:
@vikasTmz that's smart, if I ever get to update nude.js I will implement it :) thanks for sharing
Sorry, something went wrong.
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?
This looks promising: https://github.com/justadudewhohacks/face-api.js
No branches or pull requests
A small possible improvement for a better skin model.
Perform face detection on the image:
Get a color palette of dominant colors in the bounding box region:
Original skin detection:
New skin detection:
For this example, this technique made a difference between nude detection i.e
(totalSkin/totalPixels)*100
became greater than 15.The text was updated successfully, but these errors were encountered: