Code for Affective Computing and Human Robot Interaction Project
This repository contains:
- The inception pretrained model in /inception
- The VGG pretrained caffe model in /Notebooks
- Our own tensorflow CNNs, in baseline_cnn, deep_cnn and deepest_cnn
- The data in /data
Other files include helper functions, preprocessing and feature selection. Selective results are included, however, saving each trained model cost > 300mb, so was unfeasible given the limit on Github.
With thanks to Nadia and Nick for the course.