项目作者: susmith98

项目描述 :
Face Expression Recognition Model built using Feature extraction from VGG pretrained model
高级语言: Python
项目地址: git://github.com/susmith98/Face_Expression_Recognition.git
创建时间: 2018-10-25T13:21:33Z
项目社区:https://github.com/susmith98/Face_Expression_Recognition

开源协议:MIT License

下载


Face_Expression_Recognition

Face Expression Recognition Model built using Transfer Learning(Feature extraction) from VGG pretrained model

Overview of What’s happening in Edetector.py script

1) Loading a pretrained VGG model from keras.applications
2) Creating a VGGtop Custom Model on top of VGG Model
3) Feature Extraction of Training and Validation data by passing them through VGG model
4) Training VGGtop Model with Extracted Features
5) Using Both the Models Predicting facial expressions of multiple faces in frame using libraries cv2,dlib