isseu / emotion-recognition-neural-networks

Emotion recognition using DNN with tensorflow
MIT License
835 stars 308 forks source link

How to obtain training and test set? #17

Closed atulapra closed 5 years ago

atulapra commented 7 years ago

I have executed the cvs_to_numpy.py code after downloading fer2013.csv from https://www.kaggle.com/c/challenges-in-representation-learning-facial-expression-recognition-challenge/data.

Now, it creates two files: data_kike.npy and labels_kike.npy.

From this, please tell me how to get the 4 files:

denismakogon commented 7 years ago

I assume validation data should be obtained here http://www.socsci.ru.nl:8180/RaFD2/RaFD. But data_kike.npy and labels_kike.npy are data_set_fer2013.npy data_labels_fer2013.npy.

NikAndrush commented 7 years ago

@atulapra how you fixed your problem?

atulapra commented 7 years ago

@NikAndrush I did not train the model. I used pre-trained weights I found elsewhere.

jingyugao commented 6 years ago

@atulapra Does the pre-trained weights work well? It seems not very good in my computer

denismakogon commented 6 years ago

@gaodlike with my pretrained model efficiency is nearly 75-80%

innagorda commented 6 years ago

@atulapra can you send any link? I can't find(

atulapra commented 6 years ago

@innagorda You can find the model files in my repo here.

atulapra commented 5 years ago

Issue solved.