Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.29 KB

README.md

File metadata and controls

17 lines (12 loc) · 1.29 KB

Thinking in frequency: Face forgery detection by mining frequency-aware clues

GitHub top languageGitHub last commitGitHub repo size
European Conference on Computer Vision 2020

This implementation is mainly based on the desciption in the paper on top of XceptionNet. The inplementation has three models:

  • MixBlock: Two-stream Collaborative Framework (@ block 7 and block 12). If you change the input image size, revise the width and height parameters in lines 49 and 50.
  • FAD: Frequency-aware Decomposition
  • LFS: Local Frequency Statistics

Source code is mainly referenced from this repo.
Download pre-trained XceptionNet from here.

Star if you find it useful.