Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Facial Emotion Detection #68

Open
ananyag309 opened this issue Oct 5, 2024 · 1 comment
Open

Facial Emotion Detection #68

ananyag309 opened this issue Oct 5, 2024 · 1 comment

Comments

@ananyag309
Copy link

Problem Description:

Multiclass classification of facial emotions from grayscale images.

MODELS IMPLEMENTED
Convolutional Neural Network (for baseline model)
MobileNetV2 (for transfer-learning backbone)
EfficientNetV2S (for transfer-learning backbone)

LIBRARIES NEEDED
Tensorflow
Keras
Keras_CV
Numpy
Matplotlib
Scikit-learn

Starting with a solid baseline using a CNN, we setup a framework for comparison of different model configurations.
Combining data-augmentation with transfer-learning techniques improved performance significantly.
Our final model consists of:
Preprocessing - Lanczos5 interpolation for resizing and upscaling
Data augmentation - Rotation + Horizontal flipping
Model (transfer-learning) - EfficientNetV2S backbone for feature-extraction and fine-tuning.

@yashasvini121
Copy link
Owner

Sure, @ananyag309, please proceed!

I assume the final output will be a form where users can upload an image, and the system will return the detected emotion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Changes Requested
Development

Successfully merging a pull request may close this issue.

2 participants