Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Job manager crashed while running this job (missing heartbeats).
Error code:   JobManagerCrashedError

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

image
image
End of preview.

Edit3D-Bench

Edit3D-Bench is a benchmark for 3D editing evaluation. This dataset comprises 100 high-quality 3D models, with 50 selected from Google Scanned Objects (GSO) and 50 from PartObjaverse-Tiny. For each model, we provide 3 distinct editing prompts. Each prompt is accompanied by a complete set of annotated 3D assets, including

  • original 3D asset with rendered images
  • 3D mask specifying the editing region with rendered images
  • 2D mask of the edit region
  • 2D edited image generated by FLUX.1 Fill

Preview

Explore our dataset in Project Page.

image/png

Which tasks will benefit from our dataset?

  • 3D Editing

βš™οΈ Getting Started

Download the Dataset

To download the full dataset, you can use the following code. If you encounter any issues, please refer to the official Hugging Face documentation.

# Make sure you have git-lfs installed (https://git-lfs.com)
git lfs install

# When prompted for a password, use an access token with write permissions.
# Generate one from your settings: https://huggingface.co/settings/tokens
git clone https://huggingface.co/datasets/huanngzh/Edit3D-Bench

# If you want to clone without large files - just their pointers
GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/datasets/huanngzh/Edit3D-Bench

Dataset Structure

data/
β”œβ”€β”€ metadata.json                   # Dataset metadata file (dataset, object_name, prompt)
β”œβ”€β”€ GSO/                            # Google Scanned Objects dataset
β”‚   β”œβ”€β”€ [object_name]/
β”‚   β”‚   β”œβ”€β”€ source_model/           # Original 3D model
β”‚   β”‚   β”‚   β”œβ”€β”€ model.glb             # Original 3D model file (GLB format)
β”‚   β”‚   β”‚   β”œβ”€β”€ render/               # Original model rendered images
β”‚   β”‚   β”‚   β”œβ”€β”€ video_rgb.mp4         # Original model RGB video
β”‚   β”‚   β”‚   β”œβ”€β”€ video_normal.mp4      # Original model normal video
β”‚   β”‚   β”‚   └── video_mask.mp4        # Original model mask video
β”‚   β”‚   β”œβ”€β”€ prompt_1/               # Annotation for prompt 1
β”‚   β”‚   β”‚   β”œβ”€β”€ 2d_edit.png           # 2D edited image
β”‚   β”‚   β”‚   β”œβ”€β”€ 2d_mask.png           # 2D mask image for editing
β”‚   β”‚   β”‚   β”œβ”€β”€ 2d_render.png         # 2D render image of original model
β”‚   β”‚   β”‚   β”œβ”€β”€ 2d_visual.png         # 2D visualization image
β”‚   β”‚   β”‚   β”œβ”€β”€ 3d_edit_region.glb    # 3D edit region model
β”‚   β”‚   β”‚   └── render/               # Rendered images of 3D mask
β”‚   β”‚   β”œβ”€β”€ prompt_2/               # Annotation for prompt 2
β”‚   β”‚   └── prompt_3/               # Annotation for prompt 3
β”‚   └── ...
└── PartObjaverse-Tiny/             # PartObjaverse-Tiny dataset
    β”œβ”€β”€ [object_id]/
    β”‚   β”œβ”€β”€ source_model/           # Original 3D model
    β”‚   β”œβ”€β”€ prompt_1/               # Annotation for prompt 1
    β”‚   β”œβ”€β”€ prompt_2/               # Annotation for prompt 2
    β”‚   └── prompt_3/               # Annotation for prompt 3
    └── ...

Evaluation

Check details in our github repo.

🧷 Citation

TODO
Downloads last month
30