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