File size: 1,102 Bytes
a59ec71 7b63ad0 a59ec71 7b63ad0 a59ec71 7b63ad0 a59ec71 1ef2195 a59ec71 1ef2195 a59ec71 1ef2195 a59ec71 |
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 |
---
license: cc-by-nc-4.0
configs:
- config_name: image_data
data_files:
- split: train
path: image_data/train-*
- config_name: segmentation_data
data_files:
- split: train
path: segmentation_data/train-*
dataset_info:
- config_name: image_data
features:
- name: image_id
dtype: string
- name: image_url
dtype: string
- name: height
dtype: int64
- name: width
dtype: int64
- name: language
dtype: string
splits:
- name: train
num_bytes: 46316
num_examples: 359
download_size: 8934
dataset_size: 46316
- config_name: segmentation_data
features:
- name: image_id
dtype: string
- name: segmentation_id
dtype: int64
- name: segmentation_information
sequence:
sequence: float64
splits:
- name: train
num_bytes: 691579
num_examples: 7516
download_size: 283289
dataset_size: 691579
---
# Segmentation Data Subset
- `image_id`: Refer to `image_id` on image_data subset
- `segmentation_id`: Segmentation identifier
- `segmentation_information`: COCO Format annotations: [[x1, y1, x2, y2, x3, y3, x4, y4]] |