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

请问按照Readme.md训练的都是model VGG19吗,那Model Resnet18在哪里 #65

Closed zwjjj closed 4 years ago

WuJie1010 commented 4 years ago

python mainpro_FER.py --model Resnet18--bs 128 --lr 0.01