miaoct / MSCCNet

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:Python 99.5%Language:Shell 0.5%