01-edu / public

📚 @01-edu's Public Repository
http://public.01-edu.org/
202 stars 429 forks source link

emotions-detector subject irrelevant files attached #2446

Closed jarmo-seljamaa closed 4 months ago

jarmo-seljamaa commented 5 months ago

emotions-detector

The Face Emotions Classification section Step 1 starts with the following instructions.

Train a CNN on the dataset train.csv.

There is no train.csv included in the repository. The files needed section refers to test_with_emotions.csv and to a rather large zip file titled challenges-in-representation-learning-facial-expression-recognition-challenge. The Zip file does contain test.csv along with quite a few others like fer2013.tar.gz and icml_face_data.csv. Reverse searching links this file to a Kaggle competition which is not mentioned in the instructions.

If the other files in this Zip container are relevant to the task, please do add the description. If not, please replace this with train.csv to avoid confusion for the students.

jarmo-seljamaa commented 5 months ago

Although finding the fer2013.tar file helped to figure out that the provided data consists of 48x48 pixel grayscale images of faces, which you have forgotten to mention in the instructions. You should include that information.