zeredata-admin commited on
Commit
b76ac50
·
verified ·
1 Parent(s): 9be119a

Add files using upload-large-folder tool

Browse files
CITATION.bib ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ @dataset{zeredata_binpicking_2026,
2
+ author = {Umit Kavala},
3
+ title = {ZereData Bin Picking Dataset v1.0},
4
+ year = {2026},
5
+ publisher = {HuggingFace},
6
+ url = {https://huggingface.co/datasets/zeredata/bin-picking-v1}
7
+ }
LICENSE ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Attribution 4.0 International (CC BY 4.0)
2
+
3
+ By exercising the Licensed Rights (defined below), You accept and agree to be
4
+ bound by the terms and conditions of this Creative Commons Attribution 4.0
5
+ International Public License ("Public License"). To the extent this Public
6
+ License may be interpreted as a contract, You are granted the Licensed Rights
7
+ in consideration of Your acceptance of these terms and conditions, and the
8
+ Licensor grants You such rights in consideration of benefits the Licensor
9
+ receives from making the Licensed Material available under these terms and
10
+ conditions.
11
+
12
+ The full legal text is available at:
13
+ https://creativecommons.org/licenses/by/4.0/legalcode
14
+
15
+ Summary of rights:
16
+ - Share — copy and redistribute the material in any medium or format.
17
+ - Adapt — remix, transform, and build upon the material for any purpose,
18
+ even commercially.
19
+ - Attribution — You must give appropriate credit, provide a link to the
20
+ license, and indicate if changes were made.
21
+
22
+ No warranties are given.
README.md ADDED
@@ -0,0 +1,194 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: ZereData Bin Picking Dataset v1.0
3
+ license: cc-by-4.0
4
+ task_categories:
5
+ - object-detection
6
+ - image-segmentation
7
+ size_categories:
8
+ - 10K<n<100K
9
+ tags:
10
+ - synthetic-data
11
+ - bin-picking
12
+ - robotics
13
+ - 6d-pose
14
+ - pose-estimation
15
+ - depth-estimation
16
+ - instance-segmentation
17
+ - warehouse
18
+ - coco
19
+ - yolo
20
+ - bop
21
+ - pbr
22
+ - computer-vision
23
+ language:
24
+ - en
25
+ ---
26
+
27
+ # ZereData Bin Picking Dataset v1.0
28
+
29
+ ![license](https://img.shields.io/badge/license-CC--BY--4.0-blue) ![scenes](https://img.shields.io/badge/scenes-10,000-green) ![size](https://img.shields.io/badge/size-14.8GB-orange)
30
+
31
+ Synthetic training data for robotic bin picking — RGB, depth, instance masks, 6D pose, 2D bounding boxes, and per-instance visibility, in BOP/COCO/YOLO formats.
32
+
33
+ ![preview](preview/0001_scene_0002.png) ![preview](preview/0002_scene_4637.png) ![preview](preview/0003_scene_0013.png) ![preview](preview/0004_scene_0004.png)
34
+
35
+ ## Overview
36
+
37
+ Generated via physically-based ray tracing in Blender Cycles, this dataset delivers dense, photorealistic scenes of cluttered bins at warehouse scale. Each scene includes RGB, 32-bit depth, instance segmentation, camera intrinsics/extrinsics, and per-instance 6D pose with visibility ratios.
38
+
39
+ The dataset's value is simple: synthetic renders give perfect ground truth annotations impossible to obtain from real cameras, at a scale and cost real-world collection cannot match. Use it to train 6D pose estimators, bin-picking grasp predictors, and warehouse perception systems — then validate sim-to-real transfer on smaller real-world test sets.
40
+
41
+ ## Dataset Statistics
42
+
43
+ | Metric | Value |
44
+ |--------|-------|
45
+ | Total scenes | 10,000 |
46
+ | Train split | 8,000 |
47
+ | Val split | 2,000 |
48
+ | Resolution | 1280x720 |
49
+ | Object instances | 345,404 |
50
+ | Object categories | 7 |
51
+ | Modalities | 6 (RGB, depth, mask, pose, bboxes, visibility) |
52
+ | Total size on disk | 14.8 GB |
53
+
54
+ ## Modalities
55
+
56
+ - **RGB** — 1280×720 PNG per scene. The primary input for detection, segmentation, and pose models.
57
+ - **Depth** — 32-bit EXR in metres. Train depth-conditioned pose models or use as a second-channel input.
58
+ - **Instance mask** — colour-coded PNG per scene, one colour per object instance. Drives instance segmentation and occlusion reasoning.
59
+ - **6D pose** — per-instance rotation and translation in camera frame (BOP `cam_R_m2c`, `cam_t_m2c`). Supervises pose regression heads.
60
+ - **2D bounding boxes** — derived from masks, included in COCO and YOLO formats.
61
+ - **Visibility ratio** — BOP `visib_fract` per instance; lets you weight the training loss by occlusion severity.
62
+
63
+ ## Formats
64
+
65
+ ### BOP (primary)
66
+ Canonical BOP directory layout under `data/train/` and `data/val/`. Each scene folder contains `scene_camera.json` (`cam_K`, `depth_scale`), `scene_gt.json` (per-object `cam_R_m2c`, `cam_t_m2c`, `obj_id`), and `scene_gt_info.json` (`bbox_obj`, `bbox_visib`, `visib_fract`). Load with the BOP toolkit. Object IDs are **ZereData-specific, not BOP canonical** — see Limitations.
67
+
68
+ ### COCO
69
+ Merged `annotations/coco_train.json` and `annotations/coco_val.json` with `images`, `annotations` (bboxes + masks), and `categories`. Loads cleanly with pycocotools:
70
+
71
+ ```python
72
+ from pycocotools.coco import COCO
73
+ coco = COCO('annotations/coco_train.json')
74
+ ```
75
+
76
+ ### YOLO
77
+ Per-image `.txt` label files under `annotations/yolo_train/` and `yolo_val/`, with normalized `class_id cx cy w h` entries. Class IDs are consistent across both splits; see `annotations/yolo_classes.txt` and `annotations/yolo_data.yaml`.
78
+
79
+ ## Data Format
80
+
81
+ This dataset is packaged as per-format zip archives, mirroring the [bop-benchmark](https://huggingface.co/bop-benchmark) HF layout convention (one zip per logical split) adapted for multi-format shipping. Loose files — README, LICENSE, CITATION, metadata.json, preview images — remain at the repository root so the HF dataset page renders a preview.
82
+
83
+ | Archive | Contents | On-extract layout |
84
+ |---|---|---|
85
+ | `bin_picking_train_bop.zip` | BOP-format train split (rgb/depth/mask + `scene_camera.json` / `scene_gt.json` / `scene_gt_info.json` per scene) | `data/train/{000000..007999}/...` |
86
+ | `bin_picking_val_bop.zip` | BOP-format val split | `data/val/{000000..001999}/...` |
87
+ | `bin_picking_coco.zip` | `coco_train.json`, `coco_val.json` (merged, BOP obj IDs remapped to COCO categories) | `annotations/coco_*.json` |
88
+ | `bin_picking_yolo.zip` | YOLO labels per split + `yolo_classes.txt` + `yolo_data.yaml` | `annotations/yolo_{train,val}/*.txt`, `annotations/yolo_*.{txt,yaml}` |
89
+ | `bin_picking_native.zip` | Per-scene native annotations (full pre-export ZereData scene graph) | `annotations/scene_NNNN.json` |
90
+ | `bin_picking_models.zip` | 27 GLB object models | `models/*.glb` |
91
+
92
+ ### Download and extract only what you need
93
+
94
+ ```python
95
+ from huggingface_hub import hf_hub_download
96
+ import zipfile
97
+
98
+ REPO = 'zeredata/bin-picking-v1'
99
+ # BOP train split
100
+ p = hf_hub_download(repo_id=REPO, filename='bin_picking_train_bop.zip', repo_type='dataset')
101
+ with zipfile.ZipFile(p) as z:
102
+ z.extractall('./zd_bp') # rehydrates ./zd_bp/data/train/...
103
+ ```
104
+
105
+ Or the whole dataset in one shot:
106
+
107
+ ```bash
108
+ huggingface-cli download --repo-type dataset zeredata/bin-picking-v1 --local-dir ./zd_bp
109
+ cd ./zd_bp && for z in bin_picking_*.zip; do unzip -q "$z"; done
110
+ ```
111
+
112
+ All zip extractions share the same root-relative layout, so unzipping all six archives into one directory rehydrates the canonical flat tree.
113
+
114
+ ## Loading the Dataset
115
+
116
+ These snippets assume you have already extracted the relevant zip(s) into a working directory (see **Data Format** above). Paths are relative to that root.
117
+
118
+ ### PyTorch Dataset over BOP structure
119
+ ```python
120
+ from pathlib import Path
121
+ from torch.utils.data import Dataset
122
+ from PIL import Image
123
+ import json
124
+
125
+ class BopBinPicking(Dataset):
126
+ def __init__(self, root, split='train'):
127
+ # root must contain data/<split>/... (extract bin_picking_<split>_bop.zip there first)
128
+ self.scene_dirs = sorted((Path(root) / 'data' / split).iterdir())
129
+ def __len__(self):
130
+ return len(self.scene_dirs)
131
+ def __getitem__(self, idx):
132
+ sd = self.scene_dirs[idx]
133
+ rgb = Image.open(sd / 'rgb' / '000000.png')
134
+ gt = json.loads((sd / 'scene_gt.json').read_text())
135
+ cam = json.loads((sd / 'scene_camera.json').read_text())
136
+ return rgb, gt, cam
137
+ ```
138
+
139
+ ### COCO via pycocotools
140
+ ```python
141
+ # After extracting bin_picking_coco.zip:
142
+ from pycocotools.coco import COCO
143
+ coco = COCO('annotations/coco_train.json')
144
+ img_ids = coco.getImgIds()
145
+ for ann in coco.loadAnns(coco.getAnnIds(imgIds=img_ids[0])):
146
+ print(ann['bbox'], ann['category_id'])
147
+ ```
148
+
149
+ _A `datasets.load_dataset()` loader is planned for v1.1._
150
+
151
+ ## Intended Use
152
+
153
+ Training 6D pose estimation models, bin-picking grasp models, and warehouse robotics perception systems. Synthetic data for sim-to-real transfer research.
154
+
155
+ ## Limitations and Known Issues
156
+
157
+ - **Non-canonical BOP object IDs.** This release uses ZereData-specific object IDs. It is BOP-format-compatible but **not** a drop-in replacement for evaluation against BOP test sets (LM-O, YCB-V, T-LESS). A BOP-dataset-compatible release with canonical CAD models is forthcoming.
158
+ - **Warehouse-specific lighting.** The three lighting profiles model warehouse conditions and may not transfer directly to outdoor, medical, or agricultural domains:
159
+ - `bin_picking_overhead` — bright fluorescent overhead panels, typical of distribution-center shelving aisles.
160
+ - `bin_picking_mixed` — mixed overhead + rim lighting with warmer colour temperature, mimicking older facilities with partial skylights.
161
+ - `studio` — lower-energy three-point studio setup, producing darker scenes useful as a poor-lighting proxy.
162
+ Each scene's `variety.lighting_profile` annotation tag records which profile was used.
163
+ - **Procedural materials.** Material variation uses procedural textures, not photoscanned assets. High-frequency surface detail may look synthetic under close inspection.
164
+ - **Geometric occlusion only.** No category-level occlusion modelling — occlusion is derived from geometry alone.
165
+ - **Simulated camera intrinsics.** The intrinsic matrix is synthetic, not drawn from real sensor calibration.
166
+
167
+ ## Evaluation
168
+
169
+ Benchmark evaluation on LM-O is forthcoming; see [ZereData](https://zeredata.com) for updates.
170
+
171
+ ## Comparison to Related Datasets
172
+
173
+ HOPE, T-LESS, and YCB-Video are excellent real-world datasets with limited scale and fixed object sets. This dataset is synthetic-only, scales without bound, and supports customer-specific object libraries. Treat the two as complementary: real data for evaluation, synthetic data for training.
174
+
175
+ ## Citation
176
+
177
+ ```bibtex
178
+ @dataset{zeredata_binpicking_2026,
179
+ author = {Umit Kavala},
180
+ title = {ZereData Bin Picking Dataset v1.0},
181
+ year = {2026},
182
+ publisher = {HuggingFace},
183
+ url = {https://huggingface.co/datasets/zeredata/bin-picking-v1}
184
+ }
185
+ ```
186
+
187
+ ## License
188
+
189
+ Released under [CC BY 4.0](LICENSE). Attribution required. Commercial use permitted.
190
+
191
+ ## Contact and Links
192
+
193
+ - Website: [https://zeredata.com](https://zeredata.com)
194
+ - Contact: [engineering@zeredata.com](mailto:engineering@zeredata.com)
bin_picking_coco.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0afb98d9661e2e6027d9671b9bcf6761e26825b1e4b72bb2c5a386adbeeb800f
3
+ size 6170720
bin_picking_models.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:217db39452f4ca2730a329a289b3d2020349e0f84740c09756507ea5a7629ae9
3
+ size 19094258
bin_picking_native.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ec8805cd136b106a088f79d8ab2b3eadfdddf7900b8bd049dd8fe9a0f10ad66
3
+ size 78249536
bin_picking_train_bop.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bbb73e2a6a7aff83f0a45b66cb7f1de8dd2754ebd0f427007d4e82832d72b48
3
+ size 12467961938
bin_picking_val_bop.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d17f0d86114866db41fe0f253d6fc6855d68a845d307ce26086538d383fe8f2a
3
+ size 3172641283
bin_picking_yolo.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e2ffdb8297e2e9c0b7c25c042c214690d09e3ef2bab5f82fe225605e85564d4
3
+ size 6135665
dataset_stats.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "num_scenes": 10000,
3
+ "num_rgb": 10000,
4
+ "num_depth": 10000,
5
+ "num_segmentation": 10000,
6
+ "num_annotations": 10000,
7
+ "total_objects": 345404,
8
+ "categories": [
9
+ "bin",
10
+ "bottle",
11
+ "box",
12
+ "can",
13
+ "floor",
14
+ "pouch",
15
+ "shelf"
16
+ ],
17
+ "resolutions": [
18
+ [
19
+ 1280,
20
+ 720
21
+ ]
22
+ ],
23
+ "avg_quality_score": 0.0,
24
+ "source_dirs": [
25
+ "C:\\Projects\\zere-synth\\blender\\output\\bin_picking_v1_release_10k\\20260419_154937"
26
+ ]
27
+ }
metadata.json ADDED
@@ -0,0 +1,113 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "bin-picking-v1",
3
+ "version": "1.0.0",
4
+ "author": "Umit Kavala",
5
+ "release_date": "2026-04-25T19:45:01.458880+00:00",
6
+ "num_scenes_total": 10000,
7
+ "num_scenes_train": 8000,
8
+ "num_scenes_val": 2000,
9
+ "resolution": [
10
+ 1280,
11
+ 720
12
+ ],
13
+ "generation": {
14
+ "engine": "Blender Cycles",
15
+ "blender_version": "5.0.1",
16
+ "cycles_samples": 128,
17
+ "render_device": "GPU (CUDA)",
18
+ "avg_render_time_per_scene_seconds": 12.63
19
+ },
20
+ "objects": {
21
+ "count": 27,
22
+ "categories": {
23
+ "bottles": [
24
+ "beer_bottle_low_poly",
25
+ "bottle",
26
+ "bottle (1)",
27
+ "bottle (2)",
28
+ "coca_cola_bottle",
29
+ "glass_soda_bottle",
30
+ "liquid_detergent_bottle",
31
+ "scooberts_beer_bottle",
32
+ "simple_plastic_bottle",
33
+ "water_bottle",
34
+ "water_bottle_low_poly",
35
+ "water_bottle_prop"
36
+ ],
37
+ "boxes": [
38
+ "Box",
39
+ "Cardboard Boxes",
40
+ "Crate",
41
+ "Fruit Crate",
42
+ "cc0_free_cardboard_box",
43
+ "low_poly_wooden_crate",
44
+ "the_brown_cardboard_box"
45
+ ],
46
+ "cans": [
47
+ "Gas Can",
48
+ "metal_can",
49
+ "soda_can",
50
+ "soda_can (1)",
51
+ "tin_can"
52
+ ],
53
+ "pouches": [
54
+ "Bags",
55
+ "Coin Pouch",
56
+ "Sack Trench Small"
57
+ ]
58
+ },
59
+ "object_id_scheme": "zeredata_v1",
60
+ "bop_canonical_compatible": false
61
+ },
62
+ "category_map": {
63
+ "bottle": 1,
64
+ "box": 2,
65
+ "can": 3,
66
+ "pouch": 4
67
+ },
68
+ "scene_parameters": {
69
+ "objects_per_scene": [
70
+ 20,
71
+ 40
72
+ ],
73
+ "bin_size_range_meters": [
74
+ [
75
+ 0.3,
76
+ 0.3,
77
+ 0.2
78
+ ],
79
+ [
80
+ 0.6,
81
+ 0.6,
82
+ 0.4
83
+ ]
84
+ ],
85
+ "lighting_profiles": [
86
+ "bin_picking_overhead",
87
+ "bin_picking_mixed",
88
+ "studio"
89
+ ],
90
+ "bin_conditions": [
91
+ "new",
92
+ "scratched",
93
+ "damaged"
94
+ ]
95
+ },
96
+ "modalities": [
97
+ "rgb",
98
+ "depth",
99
+ "instance_mask",
100
+ "camera_intrinsics",
101
+ "camera_extrinsics",
102
+ "6d_pose",
103
+ "bbox_2d",
104
+ "visibility"
105
+ ],
106
+ "annotation_formats": [
107
+ "bop",
108
+ "coco",
109
+ "yolo"
110
+ ],
111
+ "random_seed": 42,
112
+ "generation_manifest_hash": "e9bfd71ea60a18222f0284b2612968185149b36b227c5c4e4840979bbc0134d0"
113
+ }
preview/0001_scene_0002.png ADDED

Git LFS Details

  • SHA256: ae2b7f9fc0143d70c31b927cd7f4cee9014a7376cd6a6c1207b5254ad070f0a9
  • Pointer size: 131 Bytes
  • Size of remote file: 677 kB
preview/0002_scene_4637.png ADDED

Git LFS Details

  • SHA256: b5d2e3a0f080f55c3e15f1485c76ae026b8c2e8211beeb0367b7449fadccca5e
  • Pointer size: 131 Bytes
  • Size of remote file: 617 kB
preview/0003_scene_0013.png ADDED

Git LFS Details

  • SHA256: da286a78f9832aeb7df9cc244d6979170b17cce5a2c054e882c19574b4fba6f5
  • Pointer size: 131 Bytes
  • Size of remote file: 569 kB
preview/0004_scene_0004.png ADDED

Git LFS Details

  • SHA256: 604cd55bc1fe5c77fee969bb649bc0e233add59a0342b6286a10a0ff2a785540
  • Pointer size: 131 Bytes
  • Size of remote file: 656 kB
preview/0005_scene_0007.png ADDED

Git LFS Details

  • SHA256: a5d1cabc607a4c08fd52067548caaf51ea955fdb207ebf80945f262653da8d0c
  • Pointer size: 131 Bytes
  • Size of remote file: 649 kB
preview/0006_scene_0005.png ADDED

Git LFS Details

  • SHA256: b6ffebcf2f5e1da0799cdef4c24f3bd9eff311a817a840a6ca36e6a0b79ecd2c
  • Pointer size: 131 Bytes
  • Size of remote file: 708 kB
preview/0007_scene_2268.png ADDED

Git LFS Details

  • SHA256: 7ef1bb25fefd86f3c030e4180be9ed87e5e86de651b98461e773ea96d20da06e
  • Pointer size: 131 Bytes
  • Size of remote file: 460 kB
preview/0008_scene_0001.png ADDED

Git LFS Details

  • SHA256: 2162039dc0ee9973df4ca5f094b8bc68d14de8440191e545752098e6336c24f9
  • Pointer size: 131 Bytes
  • Size of remote file: 723 kB