ferplus
There are 9 repositories under ferplus topic.
amirhossein-hkh/facial-expression-recognition
Facial Expression Recognition Using CNN and Haar-Cascade
MahmoudSabra1/Facial-emotion-recognition
A facial emotion recognition program implemented in Python using TensorFlow, Keras and OpenCV and trained on the FER2013 dataset with FERPlus' labels.
clementreiffers/emotion-recognition-website-react
facial emotion recognition used in a website made with react
PeiwenSun2000/Region-Attention-Networks-for-Pose-and-Occlusion-Robust-Facial-Expression-Recognition
This is an reimplement of the work Region Attention Networks for Pose and Occlusion Robust Facial Expression Recognition. This code is based on the original author's code with the following changes. Thanks, Kai Wang.
Safayet-Khan/Real-Time-Facial-Expression-Recognition
This repository contains my solution to the Real-Time Facial Expression Recognition problem. It can distinguish between 8 types of human facial expressions.
gbaeke/emotion
Detect emotion with FER+
MeB4You/FER2013
Facial Emotion Recognition Project: A custom ResNet18 implementation using Keras with Random Erasing data augmentation on the FER2013 dataset with FER+ annotation.
SridharSola/FER
Facial Expression Recognition using ResNet-18 in PyTorch. Trained and tested on RAFDB and FERPlus
SridharSola/Contrastive-learning-FER
Occluded facial expression recognition using contrastive learning to improve performance on occluded images while retaining performance on non-occluded ones.