yermandy commited on
Commit
9a6857e
·
1 Parent(s): 87c4b9e

add link to github

Browse files
Files changed (1) hide show
  1. README.md +2 -9
README.md CHANGED
@@ -7,7 +7,7 @@ pipeline_tag: image-classification
7
 
8
  # Unlocking the Hidden Potential of CLIP in Generalizable Deepfake Detection
9
 
10
- [![arXiv Badge](https://img.shields.io/badge/arXiv-B31B1B?logo=arxiv&logoColor=FFF&style=for-the-badge)](https://arxiv.org/abs/2503.19683)
11
 
12
  This repository contains the model for the paper:
13
 
@@ -42,14 +42,7 @@ Generalization of models trained on the FF++ dataset to unseen datasets and forg
42
 
43
  ## Example
44
 
45
- Find the code in our [github](https://github.com/yermandy/deepfake-detection) project. Read `inference.py`, it automatically downloads the model from [huggingface](https://huggingface.co/yermandy/deepfake-detection/tree/main) and runs inference on sample images. Make sure to have the required dependencies installed before running the script.
46
-
47
- ``` bash
48
- python inference.py
49
- ```
50
-
51
- **❗ Important note**: sample images are already preprocessed. To get the same results as in the paper, you need to preprocess images using DeepfakeBench [preprocessing](https://github.com/SCLBD/DeepfakeBench/blob/fb6171a8e1db2ae0f017d9f3a12be31fd9e0a3fb/preprocessing/preprocess.py) pipeline.
52
-
53
 
54
  ## Cite
55
 
 
7
 
8
  # Unlocking the Hidden Potential of CLIP in Generalizable Deepfake Detection
9
 
10
+ [![arXiv Badge](https://img.shields.io/badge/arXiv-B31B1B?logo=arxiv&logoColor=FFF)](https://arxiv.org/abs/2503.19683) [![GitHub Badge](https://img.shields.io/badge/GitHub-181717?logo=github&logoColor=fff)](https://github.com/yermandy/deepfake-detection)
11
 
12
  This repository contains the model for the paper:
13
 
 
42
 
43
  ## Example
44
 
45
+ See usage examples in our [github](https://github.com/yermandy/deepfake-detection) project
 
 
 
 
 
 
 
46
 
47
  ## Cite
48