- keras2.1.2
- face-recognition1.0.0
SCUT-FBP5500 is a diverse benchmark database for multi-paradigm facial beauty prediction, which is collected by SCUT. You can download it from their github: https://github.com/HCIILAB/SCUT-FBP5500-Database-Release.
In this step, a face encoding is extracted from each image and is associated with a label. I use pickle to dump it as training.pkl
python3 train.py
Model would be saved as face_rank_model.h5
python3 evaluate.py
python3 predict.py