amineHorseman / facial-expression-recognition-using-cnn

Deep facial expressions recognition using Opencv and Tensorflow. Recognizing facial expressions from images or camera stream
GNU General Public License v3.0
445 stars 141 forks source link

convert_fer2013_to_images_and_landmarks.py #31

Open izhimahu opened 3 years ago

izhimahu commented 3 years ago

Are these two sentences wrongly written? if ONE_HOT_ENCODING: np.save(OUTPUT_FOLDER_NAME + '/' + category + '/labels.npy', labels_list) else: np.save(OUTPUT_FOLDER_NAME + '/' + category + '/labels.npy', labels_list) @amineHorseman

ngfuong commented 2 years ago

Have you resolved this?