MotionEdit-Bench is a benchmark dataset for evaluating image editing models on the task of Motion Image Editing, a novel text-based image editing task that aims at modifying actions, poses, and interactions of subjects and objects in images instead of just static features like color.
You can use huggingface datasets to read our dataset:
from datasets import load_dataset
dataset = load_dataset("elaine1wan/MotionEdit-Bench")["train"]