Pytorch implementation of Action Unit Detection with Region Adaptation, Multi-labeling Learning and Optimal Temporal Fusing
- clone codes
- download vgg pretrained parameters vgg16 in
data
directory - prepare labels for every image, the format is shown in
data/labels_224_landmarks_sample.txt
- modify parameters in
lib/train_test.py
, likeimage_dir
,save_dir
,person_batch
- run code:
cd lib; CUDA_VISIBLE_DEVICES=0 python train_test.py