-
First of all, thank you for providing this model! I am working on a term project for a computational neuroscience course and wanted to study biases in emotion detector nets-- and your model seems like…
-
Hello @oarriaga
Kindly, in your CNN model, you defined the input dimension as (64x64x1). This dimension is not same as the dimension of the emotion database Fer2013 (48 x 48 x 1).
secondly, what i…
-
Hi, I have an issue with the training data.
cvs_to_numpy.py outputs 'labels_kike.npy' and 'data_kike.npy', where the emotion_recognition.py searches for 'data_set_fer2013.npy' and 'data_labels_fer20…
-
I have been facing trouble when I try using the saved weights to retrain the train_emotion_classifier model.The model starts from the beginning,no matter what.I tried using the : model.load_model('fer…
-
Hi!
I've been trying to work around with your awesome project but I am unable to generate scaled images because the fer2013.csv does not exist.
I tried downloading it from the kaggle website but b…
-
Hello,
I'm testing your code.
But I stopped initially in obtaining the
fer2013 dataset
I already signed up for kagler but I did not find this dataset.
Do you have a link that helps me find …
-
Hey,
I'm trying to replicate the training process. I ran the cvs_to_numpy.py script and have the data_kike.npy and labels_kike.npy files within the data folder. When I run python emotion_recognitio…
ghost updated
6 years ago
-
Hi, when i use this convert_model.py to convert fer2013_mini_XCEPTION.102-0.66.hdf5 from
https://github.com/oarriaga/face_classification,
i encountered with such problems:
UserWarning: Error in loa…
-
Hi,
First of all, great job!!! & thanks a lot.
I would like to use an emotion recognition ( happy / sad ...) ability in my project.
I've detected the face already with the help of your example.
…
-
When I use model like...XCEPTION...hdf5, it will raise NotImplementedError.
```
Traceback (most recent call last):
File "/Users/Name/Documents/face_classification-master/src/image_emotion_gender…