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

Using pretrained model #34

Open ymohamed08 opened 1 year ago

ymohamed08 commented 1 year ago

Hello, It seems like it not really clear how to use the pre-trained models, what is are the features fed the to model directly? If its possible to add a part in the readme file to clarify the usage?

I need to extract action units from video, so i wanted to implement it using your pretrained model from both datasets.

machanic commented 1 year ago

OK, I will add a part in README. BTW, I am implementing a PyTorch version of AU R-CNN now.