--- dataset_info: features: - name: edit_prompt dtype: string - name: input_image dtype: image - name: output_image dtype: image - name: graph dtype: binary splits: - name: train num_bytes: 695598000 num_examples: 17211 - name: validation num_bytes: 78606148 num_examples: 1911 download_size: 709710935 dataset_size: 774204148 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* --- # MPII Single-Person Crops (512×512) — Instruct Pix2Pix Ready Each sample is a pair: - **input_image**: 512×512 padded crop (no dots), - **output_image**: same crop with **landmark dots** (visible keypoints only), - **edit_prompt**: instruction string for your Instruct Pix2Pix pipeline. Additional fields: - **image_id**: original image stem (from filename before `_rXX`), - **person_id**: person index from `_rXX`, - **width/height**: dimensions of the input crop image, - **ext**: file extension. **Notes** - Crops are centered around bounding boxes computed from keypoints, padded to square, resized to 512×512. - Dots are constant-radius, filled circles added **after** resize.