machanic / AU_R-CNN

The official implementation code of paper: "AU R-CNN:Encoding Expert Prior Knowledge into R-CNN for Action Unit Detection".
https://arxiv.org/abs/1812.05788
87 stars 24 forks source link

How to run your test program? #1

Open angleboy8 opened 4 years ago

angleboy8 commented 4 years ago

Excuse me. Please you tell me how to run your test program. Thank you very much!

machanic commented 4 years ago

@angleboy8 First , you need to download all nesssary files and modify the path in the config.py, then use AU_rcnn/train.py to train, and then use AU_rcnn/train.py --evaluate to test the F1 score

machanic commented 4 years ago

@angleboy8 I have modified the README file to make it easy to follow and run.