Skip to content

jojaii/LTNet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 59.5%
  • Python 31.1%
  • Cuda 8.4%
  • Shell 1.0%