mchalecki / TF_Conv_Face_Recognition

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Python 52.2%Language:Jupyter Notebook 47.8%