Skip to content

shibbit/AllaertCNN

Repository files navigation

AllaertCNN

A Pytorch implementation for Allaert CNN(2D only) in https://arxiv.org/pdf/1904.11592.pdf, for facial expression classification.

image

Note

The AllaertCNN is designed for facial expression optical flows classification task. And this project was composed for CASME dataset, you can apply them here:http://casme.psych.ac.cn/casme/. Or you can train the network on your own dataset.

I've changed the scale of the FC and output layer for better fitting the CASME dataset.

Demo

The pretrained pt file on CASME II is provided. With the accuracy of predictions on original testset(5166 images): 79.07%. You can run my_test_which_I_don't_know_if_it's_solid.py, and load the Test_model_5-14_backup.t7 from Modelsave directory.

About

A Pytorch implementation for Allaert CNN in https://arxiv.org/pdf/1904.11592.pdf

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages