This repository is an Pytorch implement for paper "Constrained Convolutional Neural Networks: A New Approach Towards General Purpose Image Manipulation Detection".
Note: Note: this is not the official implement for Constrained CNN, you can follow the paper here: https://ieeexplore.ieee.org/document/8335799
Since this repository only includes implement of Constrained CNN model, the reader should complete the dataloader (see main.py: 58).
- Download dataset and complete dataloader code.
- Run
python main.py
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.