Facial-Expression-Recognition.Pytorch
Facial-Expression-Recognition.Pytorch copied to clipboard
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
你好,我用的是Python3.7 ,用pytharm打开mainpro_FER.py的代码,不知道为什么会出现如图所示的错误,请您帮忙解答一下,多谢。 ![Uploading 屏幕截图 2021-10-19 090845.png…]() ![Uploading 屏幕截图 2021-10-19 092944.png…]()
1.在运行 mainpro_FER.py 的时候,报错 
new run sequence: python visualize.py
画准确率的那个图的代码能分享给我么?
Dear Wujie: I tried to reproduce the program, but I couldn't find the pre-trained model for the data set CK+: Test_model.t7, I would like to ask where can you download...
I am trying to run the visualization but I could not find the folder called "FER2013_VGG19". Where should the pretrained model be placed?
只看到了demo,但是没有找到测试可视化的程序
您好,对您的工作很感兴趣,我看您在做数据集的预处理的时候将数据集转化为了.h5的数据格式,这么做相比直接调用图片有什么区别吗?谢谢您!