Datasets:

License:
xyzibd / README.md
Nietcher's picture
Update README.md
4a4b789 verified
metadata
license: cc-by-nc-sa-4.0

XYZ Industrial Bin-picking Dataset (XYZ-IBD)

Project page

Download via command line

To download the data and extract it into BOP format via command line simply execute:

export SRC=https://huggingface.co/datasets/bop-benchmark
wget $SRC/xyzibd/resolve/main/xyzibd_base.zip         # Base archive with camera parameters, etc
wget $SRC/xyzibd/resolve/main/xyzibd_models.zip       # 3D object models
wget $SRC/xyzibd/resolve/main/xyzibd_val.zip          # Validation images
wget $SRC/xyzibd/resolve/main/xyzibd_test_all.zip     # All test images part 1 
wget $SRC/xyzibd/resolve/main/xyzibd_train_pbr.zip    # PBR training images part 1
wget $SRC/xyzibd/resolve/main/xyzibd_train_pbr.z01    # PBR training images part 2

7z x xyzibd_base.zip             # Contains folder "xyzibd"
7z x xyzibd_models.zip -oxyzibd     # Unpacks to "xyzibd"
7z x xyzibd_val.zip -oxyzibd        # Unpacks to "xyzibd"
7z x xyzibd_test_all.zip -oxyzibd   # Unpacks to "xyzibd"
7z x xyzibd_train_pbr.zip -oxyzibd  # Unpacks to "xyzibd"

Structure of the dataset

β”œβ”€β”€ camera_photoneo.json
β”œβ”€β”€ camera_realsense.json
β”œβ”€β”€ camera_xyz.json
β”œβ”€β”€ models
β”œβ”€β”€ models_eval
β”œβ”€β”€ test
β”œβ”€β”€ test_targets_bop19.json
β”œβ”€β”€ test_targets_bop24.json
β”œβ”€β”€ test_targets_multiview_bop25.json
β”œβ”€β”€ train_pbr
β”œβ”€β”€ val
β”‚   └── 000000
β”‚       β”œβ”€β”€ depth_photoneo
β”‚       β”œβ”€β”€ depth_realsense
β”‚       β”œβ”€β”€ depth_xyz
β”‚       β”œβ”€β”€ gray_photoneo
β”‚       β”œβ”€β”€ gray_xyz
β”‚       β”œβ”€β”€ mask_photoneo
β”‚       β”œβ”€β”€ mask_realsense
β”‚       β”œβ”€β”€ mask_visib_photoneo
β”‚       β”œβ”€β”€ mask_visib_realsense
β”‚       β”œβ”€β”€ mask_visib_xyz
β”‚       β”œβ”€β”€ mask_xyz
β”‚       β”œβ”€β”€ rgb_realsense
β”‚       β”œβ”€β”€ scene_camera_photoneo.json
β”‚       β”œβ”€β”€ scene_camera_realsense.json
β”‚       β”œβ”€β”€ scene_camera_xyz.json
β”‚       β”œβ”€β”€ scene_gt_info_photoneo.json
β”‚       β”œβ”€β”€ scene_gt_info_realsense.json
β”‚       β”œβ”€β”€ scene_gt_info_xyz.json
β”‚       β”œβ”€β”€ scene_gt_photoneo.json
β”‚       β”œβ”€β”€ scene_gt_realsense.json
β”‚       └── scene_gt_xyz.json