HongguLiu / Deepfake-Detection

The Pytorch implemention of Deepfake Detection based on Faceforensics++
https://github.com/ondyari/FaceForensics
Apache License 2.0
293 stars 57 forks source link

About pretrain_model #22

Open lanson07 opened 2 years ago

lanson07 commented 2 years ago

Hi! When I use the pre-training model(c40) provided to test on the FF++ dataset directly, I find the acc and auc is about 0.70 which is much lower than the original paper. I use original xception as backbone just change the last FC layer to verify above experiments. So, could you please point out what's wrong with me or some other problems? Thanks!