File size: 1,734 Bytes
1dc65f0 |
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 63 64 65 66 67 68 |
---
dataset_info:
features:
- name: id
dtype: string
- name: question
dtype: string
- name: options
list: string
- name: answer
dtype: string
- name: task_plan
dtype: string
- name: video
dtype: binary
splits:
- name: video_3d_what_move
num_bytes: 13156784
num_examples: 408
- name: video_3d_where_move
num_bytes: 11911124
num_examples: 402
- name: video_3d_what_attribute_move
num_bytes: 11401767
num_examples: 390
- name: video_3d_what_rotate
num_bytes: 17223350
num_examples: 411
- name: video_3d_where_rotate
num_bytes: 14860244
num_examples: 378
- name: video_3d_what_attribute_rotate
num_bytes: 15306580
num_examples: 405
- name: video_sg_what_object
num_bytes: 654650009
num_examples: 387
- name: video_sg_what_relation
num_bytes: 707499456
num_examples: 411
- name: video_sg_what_action
num_bytes: 636426745
num_examples: 375
download_size: 748458643
dataset_size: 2082436059
configs:
- config_name: default
data_files:
- split: video_3d_what_move
path: data/video_3d_what_move-*
- split: video_3d_where_move
path: data/video_3d_where_move-*
- split: video_3d_what_attribute_move
path: data/video_3d_what_attribute_move-*
- split: video_3d_what_rotate
path: data/video_3d_what_rotate-*
- split: video_3d_where_rotate
path: data/video_3d_where_rotate-*
- split: video_3d_what_attribute_rotate
path: data/video_3d_what_attribute_rotate-*
- split: video_sg_what_object
path: data/video_sg_what_object-*
- split: video_sg_what_relation
path: data/video_sg_what_relation-*
- split: video_sg_what_action
path: data/video_sg_what_action-*
---
|