Add task category and links to paper, project page and code
#2
by
nielsr
HF Staff
- opened
README.md
CHANGED
|
@@ -1,9 +1,13 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-sa-4.0
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
# XYZ Industrial Bin-picking Dataset (XYZ-IBD)
|
| 6 |
|
|
|
|
|
|
|
| 7 |
# Download via command line
|
| 8 |
|
| 9 |
To download the data and extract it into BOP format via command line simply execute:
|
|
@@ -60,5 +64,4 @@ wget $SRC/xyzibd/resolve/main/xyzibd_train_pbr.z01 # PBR training images part
|
|
| 60 |
│ ├── scene_gt_photoneo.json
|
| 61 |
│ ├── scene_gt_realsense.json
|
| 62 |
│ └── scene_gt_xyz.json
|
| 63 |
-
```
|
| 64 |
-
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-sa-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- object-detection
|
| 5 |
---
|
| 6 |
|
| 7 |
# XYZ Industrial Bin-picking Dataset (XYZ-IBD)
|
| 8 |
|
| 9 |
+
[Project Page](https://xyz-ibd.github.io/XYZ-IBD/) | [Paper](https://huggingface.co/papers/2506.00599) | [Code](https://github.com/GodZarathustra/Baselines-for-Industrial-Bin-Picking-BOP2025)
|
| 10 |
+
|
| 11 |
# Download via command line
|
| 12 |
|
| 13 |
To download the data and extract it into BOP format via command line simply execute:
|
|
|
|
| 64 |
│ ├── scene_gt_photoneo.json
|
| 65 |
│ ├── scene_gt_realsense.json
|
| 66 |
│ └── scene_gt_xyz.json
|
| 67 |
+
```
|
|
|