File size: 1,022 Bytes
9d1ef5f 371795d f704e01 371795d f704e01 371795d f704e01 371795d f704e01 371795d f704e01 371795d |
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 |
---
language:
- en
size_categories:
- 1K<n<10K
configs:
- config_name: default
data_files:
- split: coco
path: data/coco-*
- split: open_images
path: data/open_images-*
dataset_info:
features:
- name: image_path
dtype: string
- name: mask_path
dtype: string
- name: boxed_image_path
dtype: string
- name: box_xmin
dtype: float64
- name: box_xmax
dtype: float64
- name: box_ymin
dtype: float64
- name: box_ymax
dtype: float64
- name: is_coco
dtype: int64
- name: label_name
dtype: string
- name: co_occurrence
dtype: int64
- name: written_descriptions
sequence: string
- name: spoken_descriptions
sequence: string
- name: image
dtype: image
- name: boxed_image
dtype: image
- name: mask
dtype: image
splits:
- name: coco
num_bytes: 284251168.50909096
num_examples: 744
- name: open_images
num_bytes: 258015885.4909091
num_examples: 741
download_size: 432085113
dataset_size: 542267054.0
---
|