Towards Interpretable Facial Emotion Recognition

Implementation for the paper (Accepted to ICVGIP 2021).
Towards Interpretable Facial Emotion Recognition
Sarthak Malik, Puneet Kumar and Balasubramanian Raman
image

Setup and Dependencies

  1. Install Anaconda or Miniconda distribution and create a conda environment with Python 3.8+.
  2. Install the requirements from ==Requirements.txt== using the following command:
pip install -r Requirements.txt
  1. Download the utils folder to get all required function.
  2. Download Runner.ipynb the main file.

Steps to run the Code

  1. In Runner.ipynb change the path of the codebase ,data folder and output folder accordingly.
  2. Run Runner.ipynb in Jupyter Notebook