Skip to content

The AUC on the DFD dataset is not as high as stated in the paper. #48

@IApple233

Description

@IApple233

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))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions