-
Notifications
You must be signed in to change notification settings - Fork 40
Description
I am trying to reproduce your results, but when I use the pretrained weights to test the AUC on the DFD (DeepFake Detection), It's only about 88%. I am quite sure that my method is working correctly. I would like to know if your DFD dataset is the official complete repository (approximately 300 real and 3000 fake), and if there were any special preprocessing methods applied.
My test results on other datasets(DFDC,CDF) are quite consistent with those in the paper, but the results on DFD differ significantly. This is my implementation of the Init_DFD function
real_path='/home/data/liqirui/FF_download/data/original_sequences/actors/c23/videos/*.mp4' real_videos=sorted(glob(real_path)) fake_path='/home/data/liqirui/FF_download/data/manipulated_sequences/DeepFakeDetection/c23/videos/*.mp4' fake_videos=sorted(glob(fake_path))