Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/laiyingxin2/DADF

Detect Any Deepfakes: Segment Anything Meets Face Forgery Detection and Localization
https://github.com/laiyingxin2/DADF

Last synced: about 2 months ago
JSON representation

Detect Any Deepfakes: Segment Anything Meets Face Forgery Detection and Localization

Awesome Lists containing this project

README

        

# Detect Any Deepfakes: Segment Anything Meets Face Forgery Detection and Localization

## Environment
You can install all the requirements via:
```
pip install -r requirements.txt

```

Our code is based on the [SAM-Adapter-PyTorch](https://github.com/tianrun-chen/SAM-Adapter-PyTorch) repository.

## Data sources:
- [FaceForensics](https://github.com/ondyari/FaceForensics)
- [Detect and Locate](https://github.com/ChenqiKONG/Detect_and_Locate)

To run our code, you can use the following command:

```
bash run.sh
```

Please consider citing the following paper if you find it interesting or helpful to your research
```
@article{lai2023detect,
title={Detect Any Deepfakes: Segment Anything Meets Face Forgery Detection and Localization},
author={Lai, Yingxin and Luo, Zhiming and Yu, Zitong},
journal={Chinese Conference on Biometric Recognition,CCBR},
year={2023}
}
```