This repository is the implementation of our work, FakeTracer: Catching Face-swap DeepFakes via Implanting Traces in Training
- Download checkpoints and training data from here
- Put files in the corresponding folder
- Modify Line 35, 36 in encode.py
- python encode.py
- Modify Line 41 in decode.py
- python decode.py
- Modify 00_setting.yaml if necessary
- python train_Strace.py
@article{sun2024faketracer,
title={FakeTracer: Catching Face-swap DeepFakes via Implanting Traces in Training},
author={Sun, Pu and Qi, Honggang and Li, Yuezun and Lyu, Siwei},
journal={IEEE Transactions on Emerging Topics in Computing},
year={2024},
publisher={IEEE}
}
This implementation is inspired by: