yinanhe / ForgeryNet

[CVPR 2021 Oral] ForgeryNet: A Versatile Benchmark for Comprehensive Forgery Analysis
100 stars 4 forks source link

Provide detailed data augmentaion setup or codes mentioned in paper? #25

Closed LightningChan closed 2 years ago

LightningChan commented 2 years ago

Hi, I think you add lots of data augmentation to the validation set. This results in a large gap between the training and validation sets. This can lead to a situation where a model performs well, possibly simply due to a closer augmentation setup used in the validation set. It is very unfair when compared methods on the validation set. So, I suggest you provide detailed data augmentation setup or codes mentioned in the paper.

yinanhe commented 2 years ago

We used albumentations.

davide-coccomini commented 1 year ago

Can you provide the exact augmentations used in the three setups?