Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 825 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 825 Bytes

MSCCNet

Multi-spectral Class Center Network for Face Manipulation Detection and Localization


Annotation

First, you can utilize MTCNN to detect and crop real face images.

Then, you can apply the bounding box of the real face to crop the corresponding fake face image.
This ensures that both the real and corresponding fake face images have the same size.
Our real-fake pairs list in the ./annotation/real_fake_list/ .

Lastly, run python annotation_ff.py.


Train

Run bash distrain_valid.sh


Test

Run bash distest.sh


Acknowledge

The code framework is based on SSSegmentation, thanks for Zhenchao Jin's help with the code.
Please see the document of SSSegmentation to Install Requirements.