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

about mean pixel file #18

Open 821736960 opened 3 years ago

821736960 commented 3 years ago

Hi, do BP4D dataset and DISFA dataset share the same mean pixel file as you provide in 'pixel's mean value file'?

machanic commented 3 years ago

Yes, I use the same pixel file, which is located in https://drive.google.com/open?id=1y-yjOPuo7OcXA_bbNIZ0bfmV72mOBXON

machanic commented 3 years ago

It should be noted that the mean file only stores the avarage pixel value over the whole dataset, so this is not strictly limited to my file. You can compute your own mean file of DISFA dataset by using the script toolkit of https://github.com/machanic/AU_R-CNN/blob/master/dataset_toolkit/scripts/compute_mean.py