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.
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