File size: 1,496 Bytes
40897bf
466b40d
 
 
 
 
 
40897bf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b20c77c
 
 
 
40897bf
 
 
 
 
 
362a552
 
719ecf9
362a552
719ecf9
362a552
95a0ea5
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
49
50
51
52
53
54
55
56
---
license: mit
task_categories:
- image-segmentation
- image-classification
- object-detection
pretty_name: Semantic segmenation and pose estimation from RGB-D
dataset_info:
  features:
  - name: rgb
    dtype: image
  - name: depth
    dtype: image
  - name: mask
    dtype: image
  - name: meta
    list:
    - name: colors
      sequence: float64
    - name: file
      dtype: string
    - name: id
      dtype: int64
    - name: model
      dtype: string
    - name: numberOfColors
      dtype: int64
    - name: orientation
      sequence: float64
    - name: position
      sequence: float64
    - name: positionOnImage
      sequence: int64
    - name: size
      sequence: float64
    - name: sizeOnImage
      sequence: int64
  splits:
  - name: train
    num_bytes: 3340733260.96
    num_examples: 1106
  download_size: 3319212411
  dataset_size: 3340733260.96
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---

RGB-D dataset for instance segmentation (from RGB or depth) and pose estimation of individual objects. Data has been generated by randomizing bin contents in Webots. 
Each instance contains a mask image as well meta data containing labels, position, and size of each object. 

<video src='https://cdn-uploads.huggingface.co/production/uploads/655b1b359d249b4ab388d4a2/l6b76ezxkPi6lG3Fr6_kj.mp4' width=720/>

You can create your own data by opening webots_grasp.wbt in the world directory using [Webots](https://www.cyberbotics.com).