File size: 1,325 Bytes
dcb81d6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d765801
dcb81d6
 
d765801
dcb81d6
 
 
 
 
d765801
f415100
 
a8ad0f2
 
f415100
 
a8ad0f2
 
f2ff404
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
dataset_info:
  features:
  - name: rgb
    dtype: image
  - name: meta
    struct:
    - name: id
      dtype: string
    - name: label
      dtype: string
    - name: polygon
      sequence:
        sequence: int64
    - name: sublabel
      dtype: string
  splits:
  - name: train
    num_bytes: 63572306115
    num_examples: 141132
  download_size: 70351144035
  dataset_size: 63572306115
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
license: cc-by-4.0
---

This is data from the Amazon Armbench dataset (https://armbench.s3.amazonaws.com/index.html). 

Each image is labeled with the failure mode {'nominal', 'package_defect', 'multi_pick'} in the 'label' field. 
Failures are further specified in the 'sublabel' field {book_jacket', 'open_book_jacket', 'open_book', 'partial_box', 'empty_bag', 'torn_bag', 'open_box', 'crush_box'}.

Each image also contains a 'polygon' highlighting the area of interest. 

To cite this dataset, please use

@article{mitash2023armbench,
    title={ARMBench: An object-centric benchmark dataset for robotic manipulation},
    author={Mitash, Chaitanya and Wang, Fan and Lu, Shiyang and Terhuja, Vikedo,
            and Garaas, Tyler and Polido, Felipe and Nambi, Manikantan},
    journal={arXiv preprint arXiv:2303.16382},
    year={2023}
}