DFSpot-Deepfake-Recognition icon indicating copy to clipboard operation
DFSpot-Deepfake-Recognition copied to clipboard

Determine whether a given video sequence has been manipulated or synthetically generated

Results 3 DFSpot-Deepfake-Recognition issues
Sort by recently updated
recently updated
newest added

Thanks a lot for this wonderful code-base. Is it possible to get the training script? I want to check the performance of the proposed method on custom dataset after training?

Hello, I want to express my gratitude for your efforts. I've encountered an issue when attempting to run both ViT and ViTST models. Specifically, I'm encountering an error when executing...

When I am trying to run this command: python3 spot_deepfakes.py --media_type video --data_dir ../sample_videos/dfdc/fake/ --dataset dfdc --model TimmV2 TimmV2ST ViT ViTST --model_dir ../models/ --video_id 0 1 2 --annotate True --device...