8000 GitHub - lblb23/detect-nude: Draft project for nudity detection with simple convolutional neural network in Keras
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Draft project for nudity detection with simple convolutional neural network in Keras

License

Notifications You must be signed in to change notification settings

lblb23/detect-nude

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

detect-nude

Draft project for nudity detection with simple convolutional neural network in Keras

Getting Started

  1. Clone repo.
  2. Choose class mode in congif.yaml and set path to model.
  3. Run model on any image:
python predict.py --img_path image.jpg
  1. You can evaluate model on dataset:
python eval.py
  1. You can train model on dataset:
python train.py

Results:

Class_mode Accuracy
2 classes (erotic_and_porn, legal) 0.8946
3 classes (erotic, porn, legal) 0.7300

Classes:

  • Legal - images without naked people
  • Erotic - images with half-naked people (for example, in swimsuits)
  • Porn - images with completely naked people or sex scenes

About

Draft project for nudity detection with simple convolutional neural network in Keras 4CC8

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0