hongshuochen / DefakeHop

Official code for DefakeHop: A Light-Weight High-Performance Deepfake Detector
https://arxiv.org/abs/2103.06929
70 stars 24 forks source link

How to train with image dataset? #5

Open FrazierLei opened 2 years ago

FrazierLei commented 2 years ago

Below is my file structure, each folder contains several images.

.
├── train
│   ├── fake
│   └── real
├── val
│   ├── fake
│   └── real

Can I use images to train the model directly?

hongshuochen commented 2 years ago

Currently, we don't have that functionalty! I could implement it this weekend!

FrazierLei commented 2 years ago

Currently, we don't have that functionalty! I could implement it this weekend!

Thank you so much for your great work and quick reply!

FrazierLei commented 1 year ago

Currently, we don't have that functionalty! I could implement it this weekend!

Hi, do you still plan to do this part of work😂? thank you