jonasricker / diffusion-model-deepfake-detection

[VISAPP2024] Towards the Detection of Diffusion Model Deepfakes
https://arxiv.org/abs/2210.14571
MIT License
82 stars 10 forks source link

about datasets #6

Closed SleeplessBegonia closed 1 year ago

SleeplessBegonia commented 1 year ago

when the image is jpg,can it run?

jonasricker commented 1 year ago

Hi, depending on which experiments you have to run, you might have to change this line to also accept jpg images: https://github.com/jonasricker/diffusion-model-deepfake-detection/blob/9916aa38d813d5ee5724ab92791042f8cbdda128/src/data.py#L32

Otherwise, there shouldn't be any issues.

SleeplessBegonia commented 1 year ago

thank u