Skip to content

4x7y/FakeImageKiller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FakeImageKiller

Tempered image recognition based on convolution neural network.

Requirement

  • gcc 4.7+
  • g++ 4.7+
  • boost
  • opencv2

Usage

$ git clone https://github.com/4x7y/FakeImageKiller.git
$ mkdir -p FakeImageKiller/build
$ cd FakeImageKiller/build
$ cmake ..
$ make
$ ./FakeImageKiller

Acknowledge

  • CASIA Image Tempering Detection Evaluation Database

    Credits for the use of the CASIA Image Tempering Detection Evaluation Database (CAISA TIDE) V2.0 are given to the National Laboratory of Pattern Recognition, Institute of Automation, Chinese Academy of Science, Corel Image Database and the photographers. http://forensics.idealtest.org

  • Tiny-CNN

    Tiny-cnn is a C++11 implementation of deep learning (convolutional neural networks).

About

Tampered image recognition based on convolution neural network.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages