Constrained-CNN icon indicating copy to clipboard operation
Constrained-CNN copied to clipboard

Code for paper "Constrained Convolutional Neural Networks: A New Approach Towards General Purpose Image Manipulation Detection"

Constrained-CNN

This repository is an Pytorch implement for paper "Constrained Convolutional Neural Networks: A New Approach Towards General Purpose Image Manipulation Detection".

Constrained-CNN

Note: Note: this is not the official implement for Constrained CNN, you can follow the paper here: https://ieeexplore.ieee.org/document/8335799

Usage

Since this repository only includes implement of Constrained CNN model, the reader should complete the dataloader (see main.py: 58).

  1. Download dataset and complete dataloader code.
  2. Run python main.py

License

This library is under the GPL V3 license. For the full copyright and license information, please view the LICENSE file that was distributed with this source code.