| configs: | |
| - config_name: default | |
| data_files: | |
| - split: dev | |
| path: data/dev-* | |
| - split: filtered | |
| path: data/filtered-* | |
| - split: extra | |
| path: data/extra-* | |
| dataset_info: | |
| features: | |
| - name: img_id | |
| dtype: string | |
| - name: turn_index | |
| dtype: int32 | |
| - name: source_img | |
| dtype: image | |
| - name: mask_img | |
| dtype: image | |
| - name: instruction | |
| dtype: string | |
| - name: source_global_caption | |
| dtype: string | |
| - name: target_global_caption | |
| dtype: string | |
| - name: target_local_caption | |
| dtype: string | |
| - name: target_img | |
| dtype: image | |
| splits: | |
| - name: dev | |
| num_bytes: 1521276668.0 | |
| num_examples: 528 | |
| - name: filtered | |
| num_bytes: 504007147.0 | |
| num_examples: 179 | |
| - name: extra | |
| num_bytes: 709468665.0 | |
| num_examples: 249 | |
| download_size: 2734685791 | |
| dataset_size: 2734752480.0 | |
| # Dataset Card for "ImagenHub_Mask-Guided-Image-Editing_Bench" | |
| Dataset in [ImagenHub](arxiv.org/abs/2310.01596). | |
| # Citation | |
| Please kindly cite our paper if you use our code, data, models or results: | |
| ``` | |
| @article{ku2023imagenhub, | |
| title={ImagenHub: Standardizing the evaluation of conditional image generation models}, | |
| author={Max Ku, Tianle Li, Kai Zhang, Yujie Lu, Xingyu Fu, Wenwen Zhuang, Wenhu Chen}, | |
| journal={arXiv preprint arXiv:2310.01596}, | |
| year={2023} | |
| } | |
| ``` |