File size: 847 Bytes
9d1ef5f 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 |
---
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: image_id
dtype: string
- name: mask_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: boxed_image_path
dtype: string
- name: label_name
dtype: string
- name: co_occurrence
dtype: int64
splits:
- name: coco
num_bytes: 140758.71149966374
num_examples: 746
- name: open_images
num_bytes: 139815.28850033626
num_examples: 741
download_size: 178796
dataset_size: 280574.0
---
|