IMDLBenCo DocumentationIMDLBenCo Documentation
  • Basic Information

    • Introduction
    • Framework Design
  • Quick Start

    • Installation
    • Dataset Preparation
    • Case One: Reproduce SoTA Papers by Training with Model Zoo
    • Case Two: Using Model Zoo with Checkpoint for Quick Testing
    • Case Three: Implementing Your Own Model with benco init
    • Case Four: Inference and Save a Dataset's Mask and Label for Observation and Subsequent Use
  • 简介
  • Datasets

    • Tampering Detection Dataset Index
    • AIGC Generated Content Dataset Index
  • Models & Papers

    • Models Implemented in BenCo
    • Other Models, Algorithms, Papers
  • English
  • 简体中文
GitHub
  • Basic Information

    • Introduction
    • Framework Design
  • Quick Start

    • Installation
    • Dataset Preparation
    • Case One: Reproduce SoTA Papers by Training with Model Zoo
    • Case Two: Using Model Zoo with Checkpoint for Quick Testing
    • Case Three: Implementing Your Own Model with benco init
    • Case Four: Inference and Save a Dataset's Mask and Label for Observation and Subsequent Use
  • 简介
  • Datasets

    • Tampering Detection Dataset Index
    • AIGC Generated Content Dataset Index
  • Models & Papers

    • Models Implemented in BenCo
    • Other Models, Algorithms, Papers
  • English
  • 简体中文
GitHub
IMDLBenCo Documentation

IMDLBenCo Documentation

Benchmark and Codebase for Image manipulation localization & detection

Quick StartIntroduction

Modular Design

Based on object-oriented encapsulation, supplemented by a few callback functions and registration mechanisms, making it easy to call and redevelop.

Research-Oriented

A framework designed for the characteristics of Image manipulation detection/localization (IMDL) research. It includes rich IMDL preprocessing, highly customizable model and loss function design, and efficient GPU-accelerated evaluation metric computation.

User-Friendly

Installation via PyPI and command line invocation, separating training scripts from the core framework code, allowing you to customize your workflow without modifying the source code, making it easy to get started.

Important! The current documentation and tutorials are not complete. This is a project that requires a lot of manpower, and we will do our best to complete it as quickly as possible.

One line install

pip install imdlbenco

For further information, please see guide.

CC-BY-4.0 Licensed | Copyright © Colledge of Computer Science, Sichuan University