dualplus / LTNet

Implement of LTNet in "Facial expression recognition with inconsistent datasets", ECCV 2018

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LTNet

Implementation of LTNet in "Facial expression recognition with inconsistent datasets", ECCV 2018

Preparation

Train LTNet

  • Change the "source" and "root_folder" to the path in your computer.
  • run "sh run_mixture.sh" to pretrain the model
  • run "sh run_LTNet.sh" to train LTNet.

Test

  • Change the caffe_root to the path in your computer in EmotEngine.py and eval_cifar10.py
  • Change Line 78,79 of eval_cifar10.py to the path in your computer
  • run "python eval_cifar10.py -w path-to-model"

About

Implement of LTNet in "Facial expression recognition with inconsistent datasets", ECCV 2018


Languages

Language:C++ 59.4%Language:Python 31.1%Language:Cuda 8.4%Language:Shell 1.0%