mapooon / SelfBlendedImages

[CVPR 2022 Oral] Detecting Deepfakes with Self-Blended Images https://arxiv.org/abs/2204.08376
Other
185 stars 32 forks source link

What is the image size when using ResNet? #32

Closed Takase-Syunki closed 1 year ago

Takase-Syunki commented 1 year ago

I am trying to reproduce the results in Table 7 of the paper. Is the image size for ResNet 224 x 224?

mapooon commented 1 year ago

Yes. We use the recommended resolutions (e.g., 224^2 for ResNet and 299^2 for Xception).