Skip to content

Leminhbinh0209/F3Net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 

Repository files navigation

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.

About

Unofficial implementation of ECCV20 paper "Thinking in frequency: Face forgery detection by mining frequency-aware clues"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages