File size: 1,362 Bytes
40897bf 362a552 be27b3a 362a552 40897bf 362a552 40897bf 362a552 719ecf9 362a552 719ecf9 362a552 |
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 |
---
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: 310981677
num_examples: 101
download_size: 308827001
dataset_size: 310981677
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
license: mit
task_categories:
- image-segmentation
- image-classification
- object-detection
pretty_name: Semantic segmenation and pose estimation from RGB-D
---
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/>
|