AU_R-CNN
AU_R-CNN copied to clipboard
How to run your test program?
Excuse me. Please you tell me how to run your test program. Thank you very much!
@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
@angleboy8 I have modified the README file to make it easy to follow and run.