Skip to content
/ VFD Public

This is the release code for CVPR2022 paper "Voice-Face Homogeneity Tells Deepfake".

Notifications You must be signed in to change notification settings

CV-IP/VFD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VFD

This is the release code for CVPR2022 paper "Voice-Face Homogeneity Tells Deepfake".

Part of the framework is borrowed from https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix

Notes: We only give a small batch of training and testing data, so some numerical modifications have been made to the dataset processing function to fit the small data. We will release the full data in a future official version.

Train:

python train_DF.py --dataroot ./Dataset/Voxceleb2 --dataset_mode Vox_image --model DFD --no_flip --name experiment_name --serial_batches

Test (on DFDC):

python test_DF.py --dataroot ./Dataset/DFDC --dataset_mode DFDC --model DFD --no_flip --name experiment_name

About

This is the release code for CVPR2022 paper "Voice-Face Homogeneity Tells Deepfake".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages