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

Run fer2013 main.py error #103

Closed ZangHuanyu closed 3 years ago

ZangHuanyu commented 3 years ago

Traceback (most recent call last): File "D:/Github_code/Wujie_FER_ResNet/visualize.py", line 17, in from models import File "D:\Github_code\Wujie_FER_ResNet\models__init__.py", line 1, in from .resnet import ModuleNotFoundError: No module named 'models.resnet'

Please!!!