ForgeryVCR / README.md
youqiwong's picture
Add ForgeryVCR dataset card
163fdf7 verified
|
Raw
History Blame Contribute Delete
955 Bytes
metadata
pretty_name: ForgeryVCR Data
tags:
  - image-forensics
  - image-manipulation-detection
  - multimodal

ForgeryVCR data

This repository stores the preprocessed assets used by the public ForgeryVCR training and evaluation workflow.

datasets/
├── train/   # CASIA v2 archives for expert selection and Agent SFT
├── rl/      # IMD2020 and FantasticReality archives for GRPO prompts
└── test/    # public evaluation benchmark archives

Tampered-set JSON files use paths relative to their own dataset directory, for example ./forged/example.png and ./gt/example_gt.png.

Download

hf download youqiwong/ForgeryVCR \
  --repo-type dataset \
  --include "datasets/train/*.zip" "datasets/rl/*.zip" "datasets/test/*.zip" \
  --local-dir downloads/forgeryvcr

Extraction commands and the complete directory contract are documented in the ForgeryVCR repository.