DefakeHop icon indicating copy to clipboard operation
DefakeHop copied to clipboard

Official code for DefakeHop: A Light-Weight High-Performance Deepfake Detector

Results 7 DefakeHop issues
Sort by recently updated
recently updated
newest added

I wanted to ask about model size which you got after training Celab and FF++ datasets. I wanted to save the model and then use it for single prediction, but...

Below is my file structure, each folder contains several images. ``` . ├── train │ ├── fake │ └── real ├── val │ ├── fake │ └── real ``` Can...

Running model.py gives me Out of memory crash on a system with 32GB of RAM. The log: https://bin.snopyta.org/?0b74cdff60bad1ed#5BJRf22DBYiAc7Zw1CdfXbK6EejXyW9Aqx5qmn7UeioJ

There is a small issue in the **patch_extractor.py** file. The name of columns are little bit different. Instead of: **df['success']** we have to use: **df[' success']** (extra single whitespace). In...

Hey, It is a nice work and really appreciated. I am getting an error when i run `python model.py`. May i ask you what could be the problem? Thanks! ![Screenshot...

1. Fixed a key error when reading the status of pandas.read_csv. 2. The landmarks path does not correspond to the output dir in the landmark extraction step in README. It's...