You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

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.

Downloads last month
33