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 548 forks source link

ImportError: cannot import name 'FER2013' from 'fer' #76

Closed HuanyuZang closed 4 years ago

HuanyuZang commented 4 years ago

I got this error below, it was from when I try to import fer after pip install fer in anacondo3 prompt, and got "no module named fer", then I uninstall fer, and pip install fer again in the same way. Then I got this error, and cannot figure out. Any suggestions are appreciated.

ImportError: cannot import name 'FER2013' from 'fer' (C:\Anaconda3\lib\site-packages\fer__init__.py)

WuJie1010 commented 4 years ago

FER2013 is imported in https://github.com/WuJie1010/Facial-Expression-Recognition.Pytorch/blob/master/fer.py