File size: 765 Bytes
e143c74 |
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 |
---
dataset_info:
features:
- name: scene_name
dtype: string
- name: question
dtype: string
- name: answer
dtype: string
- name: question_type
dtype: string
- name: difficulty
dtype: string
- name: original_marked_image
dtype: string
- name: new_perspective_image
dtype: string
splits:
- name: perspective_distance_change
num_bytes: 55525
num_examples: 136
- name: perspective_relative_position
num_bytes: 112826
num_examples: 275
download_size: 26203
dataset_size: 168351
configs:
- config_name: default
data_files:
- split: perspective_distance_change
path: data/perspective_distance_change-*
- split: perspective_relative_position
path: data/perspective_relative_position-*
---
|