isseu / emotion-recognition-neural-networks

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

Issue with python emotion_recognition.py train #3

Closed ghost closed 6 years ago

ghost commented 8 years ago

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_recognition.py I get "IOError: [Errno 2] No such file or directory: './data/data_set_fer2013.npy'".

How do I go about getting that file/the other files in the constants.py.

mysayalHan commented 7 years ago

For convenience, I just make data_kike as train and test data, similarly, make labels_kike into train and test label.

NikAndrush commented 7 years ago

@mysayalHan how you do it?