maelfabien / Multimodal-Emotion-Recognition

A real time Multimodal Emotion Recognition web app for text, sound and video inputs
Apache License 2.0
887 stars 291 forks source link

akram nejati #3

Open akram-nejati opened 5 years ago

akram-nejati commented 5 years ago

hi. How did you convert fer 2013,csv into a file x_train.png ? What is path? what is local path?

akram-nejati commented 5 years ago

hi. How did you convert fer 2013,csv into a file x_train.npy ? What is path? what is local path? X_train = np.load(local_path + "X_train.npy") X_test = np.load(local_path + "X_test.npy") y_train = np.load(local_path + "y_train.npy") y_test = np.load(local_path + "y_test.npy")