Datasets:
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