WuJie1010 / Facial-Expression-Recognition.Pytorch

A CNN based pytorch implementation on facial expression recognition (FER2013 and CK+), achieving 73.112% (state-of-the-art) in FER2013 and 94.64% in CK+ dataset
MIT License
1.77k stars 546 forks source link

about image size #126

Open hpz4311 opened 2 years ago

hpz4311 commented 2 years ago

the FER2013 image size is 48*48 but in the code setting: cut_size = 44

why to random cut the image to 44*44