2 datasets found
  1. h

    HumanEdit

    • huggingface.co
    Updated Dec 5, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Jinbin Bai (2024). HumanEdit [Dataset]. https://huggingface.co/datasets/BryanW/HumanEdit
    Explore at:
    Dataset updated
    Dec 5, 2024
    Authors
    Jinbin Bai
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Dataset Card for HumanEdit

    Paper (CVPR 2025 AI for Content Creation (AI4CC) Workshop)

      Usage
    

    from datasets import load_dataset from PIL import Image

    Load the dataset

    ds = load_dataset("BryanW/HumanEdit")

    Print the total number of samples and show the first sample

    print(f"Total number of samples: {len(ds['train'])}") print("First sample in the dataset:", ds['train'][0])

    Retrieve the first sample's data

    data_dict = ds['train'][0]

    Save the input image (INPUT_IMG)… See the full description on the dataset page: https://huggingface.co/datasets/BryanW/HumanEdit.

  2. h

    escher-human-edit

    • huggingface.co
    Updated Jun 28, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Image-editing (2025). escher-human-edit [Dataset]. https://huggingface.co/datasets/Image-editing/escher-human-edit
    Explore at:
    Dataset updated
    Jun 28, 2025
    Dataset authored and provided by
    Image-editing
    License

    MIT Licensehttps://opensource.org/licenses/MIT
    License information was derived automatically

    Description

    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
    

    {}

  3. Not seeing a result you expected?
    Learn how you can add new datasets to our index.

Share
FacebookFacebook
TwitterTwitter
Email
Click to copy link
Link copied
Close
Cite
Jinbin Bai (2024). HumanEdit [Dataset]. https://huggingface.co/datasets/BryanW/HumanEdit

HumanEdit

HumanEdit

BryanW/HumanEdit

Explore at:
25 scholarly articles cite this dataset (View in Google Scholar)
Dataset updated
Dec 5, 2024
Authors
Jinbin Bai
License

Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically

Description

Dataset Card for HumanEdit

Paper (CVPR 2025 AI for Content Creation (AI4CC) Workshop)

  Usage

from datasets import load_dataset from PIL import Image

Load the dataset

ds = load_dataset("BryanW/HumanEdit")

Print the total number of samples and show the first sample

print(f"Total number of samples: {len(ds['train'])}") print("First sample in the dataset:", ds['train'][0])

Retrieve the first sample's data

data_dict = ds['train'][0]

Save the input image (INPUT_IMG)… See the full description on the dataset page: https://huggingface.co/datasets/BryanW/HumanEdit.

Search
Clear search
Close search
Google apps
Main menu