Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.48 KB

File metadata and controls

19 lines (12 loc) · 1.48 KB

Facial expression recognition in tensorflow

This is an implementation of a convolutional neural network for facial expression recognition in tf 1.x. Code includes summaries visualization in tensorboard

All code is commented by line and consist in several parts, you have to follow the next recommendations in order to run it:

NOTE: There are several improvements that might be implemented in short term, such as GPU support, TF2.0, find robust architecture

Description

Pipeline uses tf.dataset API to load TFRecords, tensorboard and additional information that is fed to the architecture in the form of landmarks

architecture

Training Session