vishal3477 / Reverse_Engineering_GMs

Official Pytorch implementation of paper "Reverse Engineering of Generative Models: Inferring Model Hyperparameters from Generated Images"
132 stars 18 forks source link

deepfake_detetction_test #1

Closed njustczr closed 3 years ago

njustczr commented 3 years ago

if i use the script, i just put the test data like this? image

vishal3477 commented 3 years ago

@njustczr, yes. That is correct.

njustczr commented 3 years ago

@njustczr, yes. That is correct.

thanks, i also want to know if '0' is the fake image and '1' is the real image? and there are three weights in the deepfake_detection, is there any difference between them?

vishal3477 commented 3 years ago

@njustczr , '0' is the fake image and '1' is the real image. Also, the pre-trained models are provided for the data the model is trained on. The folder name tells about the data.

njustczr commented 3 years ago

@njustczr , '0' is the fake image and '1' is the real image. Also, the pre-trained models are provided for the data the model is trained on. The folder name tells about the data.

i mean in the deepfake detection folder, there are three weights like the following image image

vishal3477 commented 3 years ago

@njustczr , can you tell me the link you are accessing? Because, I'm seeing this from my end. image

Can you try accessing the models using https://drive.google.com/drive/folders/1bzh9Pvr7L-NyQ2Mk-TBSlSq4TkMn2anB?usp=sharing ?

njustczr commented 3 years ago

@njustczr , can you tell me the link you are accessing? Because, I'm seeing this from my end. image

Can you try accessing the models using https://drive.google.com/drive/folders/1bzh9Pvr7L-NyQ2Mk-TBSlSq4TkMn2anB?usp=sharing ?

Yes, we are the same.But i do not know what's the difference between 'uadfv', 'dfdc_uadfv' and 'dfdc'?

vishal3477 commented 3 years ago

So uadfv is model trained on UADFV data, dfdc is model trained on DFDC data, and dfdc_uadfv is model trained on DFDC+UADFV data combined.

njustczr commented 3 years ago

So uadfv is model trained on UADFV data, dfdc is model trained on DFDC data, and dfdc_uadfv is model trained on DFDC+UADFV data combined.

thanks