Skip to content

Files

Latest commit

 

History

History

facenet

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Facenet C++ Classifier

Usage

  • ./classify <TRAIN|CLASSIFY> <Path/To/TensorFlowModel> <Path/To/Image/Directory/Structure> <Path/To/Classifier/Model> <Classifier/Class/Labels> <SVM|KNN|MLP>
  • Directory structure should be <class_name>/<image_files>
  • Face Images Should be 160x160

Issues

  • More Testing Needed
  • Results are good with more than one input image given to the pre-trained model.

Instructions to compile Tensor Flow C++ shared library