Skip to content

An EfficientNet based pytorch model on Facial Expression Recognition

Notifications You must be signed in to change notification settings

maqnitude/facial-expression-recognition

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Facial Expression Recognition with EfficientNet

This repository contains the code for fine-tuning the EfficientNet-B0 and EfficientNet-B2 models on the RAF-DB dataset. The streamlit app was created to test the fine-tuned models on custom images and videos. This project serves as our final project in the course CS331 - Advanced Computer Vision at UIT

This is how the streamlit app looks like. There are various options for face detectors, confidence thresholds and number of frames skipped (when working with input video), etc. that you can adjust to play around with the fine-tuned EfficientNet models.

Input Image Input Video
streamlit_img_demo streamlit_vid_demo

Note that our pretrained EfficientNet model weights were obtained from this repository by Andrey V.Savchenko.

Our members

Name Student Id Github
Tran Xuan Thanh 21520456 https://github.com/LukasAbraham
Mai Anh Quan 21520411 https://github.com/maqnitude

About

An EfficientNet based pytorch model on Facial Expression Recognition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 98.1%
  • Python 1.9%