microsoft / FERPlus

This is the FER+ new label annotations for the Emotion FER dataset.
https://arxiv.org/abs/1608.01041
Other
601 stars 169 forks source link

Various fixes to make the scripts work with CNTK 2.3.1. #15

Closed lovettchris closed 1 year ago

lovettchris commented 4 years ago

Fix generate_training_data.py so it generates label.csv files. Fixes bugs in ferplus.py (we don't have any face rectangle data in the .csv input because training data is already cropped) and added model.save to save the trained cntk model to disk.