File size: 1,202 Bytes
29082c2 |
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 57 58 59 60 61 62 |
---
dataset_info:
features:
- name: image
dtype: string
- name: step
struct:
- name: action_uid
dtype: string
- name: bbox
struct:
- name: height
dtype: float64
- name: width
dtype: float64
- name: x
dtype: float64
- name: y
dtype: float64
- name: normalized_bbox
sequence: float64
- name: operation
struct:
- name: op
dtype: string
- name: original_op
dtype: string
- name: value
dtype: string
- name: pos_candidates
list:
- name: attributes
dtype: string
- name: backend_node_id
dtype: string
- name: choice
dtype: string
- name: is_original_target
dtype: bool
- name: is_top_level_target
dtype: bool
- name: rank
dtype: int64
- name: score
dtype: float64
- name: tag
dtype: string
- name: history
dtype: string
splits:
- name: test
num_bytes: 6820059
num_examples: 9264
download_size: 2592873
dataset_size: 6820059
configs:
- config_name: default
data_files:
- split: test
path: data/test-*
---
|