mapooon / SelfBlendedImages

[CVPR 2022 Oral] Detecting Deepfakes with Self-Blended Images https://arxiv.org/abs/2204.08376
Other
185 stars 32 forks source link

The accuracy is terrible #25

Open githuboflk opened 1 year ago

githuboflk commented 1 year ago

I used the weights provided by you to test on train_sample in DFDC provided by kaggle, and the accuracy was too low. Can you help me explain why? In order to facilitate the test, I first resize the image to 512*512, then use the retinaFace to get the face (as shown in your code) without changing other codes.