a514514772 / Real-Time-Facial-Expression-Recognition-with-DeepLearning

A real-time facial expression recognition system with webcam streaming and CNN
MIT License
257 stars 113 forks source link

Help in Retraining Model #5

Closed PranshuTople closed 6 years ago

PranshuTople commented 6 years ago

i used your code, and its works really awesome. but i am facing just one issue. your trained model contains mostly asain faces. and their expressions are not exactly like indian faces. I wish to retrain the model. can i just do it by replacing the images in the folder, or is there any other way to train it? help will be really appreciated!

image

a514514772 commented 6 years ago

Hi @SaturnRobolabs ,

First of all, you have to prepare your own datasets, and check model_train.

Replace the fer2013 with your dataset, then retrain the model and save it weights.

Hope it helps.