SLADD icon indicating copy to clipboard operation
SLADD copied to clipboard

Official code for Self-supervised Learning of Adversarial Example: Towards Good Generalizations for Deepfake Detection (CVPR 2022 oral)

Results 11 SLADD issues
Sort by recently updated
recently updated
newest added

Anybody have reproduced the training process of the model?

Hi, Can you please share the pretrained weights that you have used to report numbers in the paper? Thanks

How long does it take when training with NT on the FF++ dataset? This is when using the default parameters of the code.

After so much time, why the weights in the paper are still not released?This puzzled me.

Hello, Thank you for your exciting work. I have been trying to reproduce the results of the method, but I was unsuccessful. I have run it on a single GPU...

How to generate composite pictures

![image](https://github.com/liangchen527/SLADD/assets/49672927/1b3b3011-2027-47aa-98d0-af5c4ff80e30) how to extract faces from video。i got margined boxes from source video by retinaface model to crop faces and masks that seems be not work。 ``` import os import...

In the 45 lines of code of the file src/networks/synthesizer.py, the value of ‘cols’ should be modified instead of the value of ‘rows’, right?

Can you help me to make a mask images for each datasets? I'm confused what code and inputs do I need to enter to create them?

First, thanks for your work. but I want to know how is optimizer_synthesizer work. I can't understand the loss of synthesizer. Can someone explain the following code. At around line...