Skip to content

miaoct/MSCCNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published