Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
Dataset Card for HumanEdit
Paper (CVPR 2025 AI for Content Creation (AI4CC) Workshop)
Usage
from datasets import load_dataset from PIL import Image
ds = load_dataset("BryanW/HumanEdit")
print(f"Total number of samples: {len(ds['train'])}") print("First sample in the dataset:", ds['train'][0])
data_dict = ds['train'][0]
MIT Licensehttps://opensource.org/licenses/MIT
License information was derived automatically
Dataset Card for escher-human-edit
Human Edit dataset
Dataset Structure
Data Instances
Each instance contains:
source_image: The original image edited_image: The edited version of the image edit_instruction: The instruction used to edit the image source_image_caption: Caption for the source image target_image_caption: Caption for the edited image Additional metadata fields
Data Splits
{}
Not seeing a result you expected?
Learn how you can add new datasets to our index.
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
Dataset Card for HumanEdit
Paper (CVPR 2025 AI for Content Creation (AI4CC) Workshop)
Usage
from datasets import load_dataset from PIL import Image
ds = load_dataset("BryanW/HumanEdit")
print(f"Total number of samples: {len(ds['train'])}") print("First sample in the dataset:", ds['train'][0])
data_dict = ds['train'][0]