microsoft / FERPlus

This is the FER+ new label annotations for the Emotion FER dataset.
https://arxiv.org/abs/1608.01041
Other
601 stars 169 forks source link

Size of images #3

Closed MammadTavakoli closed 7 years ago

MammadTavakoli commented 7 years ago

The size of images in fer2013 is 4848 but you used 6464. Are you resize the 48*48 images or there is other size ?

cha-zhang commented 7 years ago

The images are 48x48. We scale it to 64x64 to get a little bit better accuracy due to larger network size. My guess is if we have used fractional pooling we would get similar accuracy with 48x48 input.