metadata
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 toimage_id
on image_data subsetsegmentation_id
: Segmentation identifiersegmentation_information
: COCO Format annotations: [[x1, y1, x2, y2, x3, y3, x4, y4]]