-
Can you please explain how to create my own dataset similar to fer2013? or to add more images to fer2013 to improve the dataset?
Thank you
-
Nice work man. I want to know about why model got 90+ accuracy on training and just 70+ on test set?
Is it over fitting? If yes than what should be the possible solution?
-
Hi all,
I'm playing with the FacialEmotion caffe model. I can see the input to the network is of dim (10, 1, 42, 42). But the fer2013 dataset seems to have 48x48 images.
Can anyone elaborate wha…
-
First of all, I verified that the fer2013.csv contains 28709 training data, 3436 publictest, and 3589 privatetest.
However, after running the convert_fer2013_to_images_and_landmarks, I only get 34…
-
ck+的数据能否分享下,官网主要提交资料
-
I am really lost in the project. Can you show me the flow so I can carry on reading it.
-
@amineHorseman Quick observation. Noticed that when we run "convert_fer2013_to_images_and_landmarks.py" for expressions less than 7, and when we run train.py, we get an exception which says "axis 1 ou…
-
File "G:/Asad/Projects/facial-expression-recognition-using-cnn-master/facial-expression-recognition-using-cnn-master/convert_fer2013_to_images_and_landmarks.py", line 61, in
predictor = dlib…
-
File "G:/Asad/Projects/facial-expression-recognition-using-cnn-master/facial-expression-recognition-using-cnn-master/convert_fer2013_to_images_and_landmarks.py", line 61, in
predictor = dlib…
-
Hi,
As a newbie, I was trying to build this project and get some result out of it. After resolving multiple dependency issues I am now stuck at a point where script tries to execute below:
`emot…