dearhoper

Results 3 comments of dearhoper

The total count of the images in the dataset is 35887. 28709 for Training, 3589 for PublicTest and another 3589 for PrivateTest. cvs_to_numpy.py filters the images according to whether or...

Hi @sakshamjindal07 , There is a bug in the dataset_loader.py file, See the bold words as follows: ... def load_from_save(self): self._images = np.load(join(SAVE_DIRECTORY, SAVE_DATASET_IMAGES_FILENAME)) self._labels = np.load(join(SAVE_DIRECTORY, SAVE_DATASET_LABELS_FILENAME)) self._images_test =...

@NikAndrush Download the FER2013 dataset and exact its content: https://www.kaggle.com/c/challenges-in-representation-learning-facial-expression-recognition-challenge/data. These are 3 fields in the fer2013.csv. The "Usage" field means the use of the current image. "Training" is expressed...