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.78k stars 545 forks source link

请问各层的参数 #81

Closed Nealcl closed 4 years ago

Nealcl commented 4 years ago

你好,请问4848的图片再进行卷积之前是否进行resize 成224224?

WuJie1010 commented 4 years ago

不需要resize了,直接输入~