thtrieu / darkflow

Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices
GNU General Public License v3.0
6.13k stars 2.08k forks source link

How to train both face detection (regression) and facial expression recognition (classification) using DarkFlow? #913

Open aaronhan92 opened 5 years ago

sandeeprepakula commented 5 years ago

Do you have the labeled data for training? I mean the ground truth top left and bottom right co-ordinates of the faces and their corresponding expression labels like smiling, angry, etc?