Code written in Tensorflow.keras
Classify emotion into 8 emotion categories.
- Download FI dataset
- Store images in
datafolder groupby emotion classes. - Split data with
'split_data.py' - Run
object.pyandplaces.py(Change directory totraining_modelsfolder) - Run
late_fusion2.py(Change directory totraining_modelsfolder)
- Download FI pretrained weights, Store them in
pretrained_modelsfolder - Store test images in
data/testfolder. - Run
late_fusion2.py
!pip install streamlit- Run
demo.pyscript with commandstreamlit run demo.py
Part of this code is borrowed from GKalliatakis respository.