Skip to content

Latest commit

 

History

History
78 lines (54 loc) · 1.72 KB

readme.md

File metadata and controls

78 lines (54 loc) · 1.72 KB

Naruto Eyes Classifier using Neural Networks


Getting Started :


Classification on Naruto character eye images with various CNN for analysing the Neural Network accuracy.

Classes :

  • Sharingan
  • Byakugan
  • Others (Sage)

How to Train model with custom data?


  1. Prepare Images in directory structure
- train
    |_sharingan
    |_byakugan
    |_Others

  1. Train Command:
python train.py -d data/train/
  1. Test :
python test.py -m modules/LENET_naruto_eye.h5 -i data/test/sage_draw.jpeg

Neural Networks :


I have used the basic neural networks for testing purpose and will add more.

LeNet :


Structure:

Training result:

Thanks for the References :