Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 669 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 669 Bytes

face_classifier

main.py

Writing train and test images in two txt files, such as image_train_list.txt and image_test_list.txt respectively. And access these two file in pickle when load data before traning.

usage: main.py [--folder_path] [--mode] [--read_image]

optional arguments:
  --folder_path          choose a image folde
  --mode                 train or test
  --read_image           choose read_data or face_encoding

pca_dim.py

Examing the result of PCA if it can be separable. image

train.py

Training facial classifier model with Keras.