Open jhagege opened 6 years ago
Any plan or suggestion for emotion detection?
Thanks?
https://github.com/oarriaga/face_classification this ? This api uses opencv for face detection.
So, you just need to skip those steps and use directly keras classifier and emotion detection steps to integrate with this library
see this https://github.com/oarriaga/face_classification/blob/master/src/train_emotion_classifier.py
Amazing library !! Anyone aware of a nice emotion detection library (happy / sad / smiling) that could integrate nicely with this ? Thanks