/TF_Conv_Face_Recognition

Project 1 for "Human Recognition by Biometric Methods" course.

Primary LanguagePython

Project 1 for "Human Recognition by Biometric Methods" course

Goal: Create convnet to classification 4 rappers

Prerequisites

  • Python 3.6

Running

  • Testing
python src/run_tf.py --test  --checkpoint_path ../out/1
  • Training
python src/run_tf.py

For more options run

python src/run_tf.py --help