Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/laiyingxin2/DADF
- Owner: laiyingxin2
- Created: 2023-06-29T11:51:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-01T08:46:31.000Z (6 months ago)
- Last Synced: 2024-08-01T10:17:22.918Z (6 months ago)
- Language: Python
- Size: 3.88 MB
- Stars: 47
- Watchers: 2
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-Segment-Anything - [code
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}
}
```