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
ck + perform 10 folds, but i note that the average accuracy is the value of the last fold! why?? I mean the saved picture of average accuracy take the...
Dear Wu Jie: It's a great projects! I have a question about k_fold_number. In the code"parser.add_argument('--fold', default=1, type=int, help='k fold number')", if default=5, does the training represent 5 fold cross...
I get the pretrained VGG module and img in the right folder and python visualize.py but it return the following message. Please help me,thanks a lot.  OMP: Error #15:...
Can i get all pretrained models of both resnet and vgg19. As i dont have resources to train. Working with bare minimum resources to learn all these stuffs. As a...