File size: 1,841 Bytes
6372e06
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: question
    dtype: string
  - name: answer
    dtype: string
  - name: answer_choices
    dtype: string
  - name: question_type
    dtype: string
  - name: marked_image
    dtype: image
  - name: new_perspective
    dtype: image
  - name: scene_name
    dtype: string
  - name: trajectory_id
    dtype: string
  splits:
  - name: distance_change_closer
    num_bytes: 162788593.0
    num_examples: 100
  - name: distance_change_further
    num_bytes: 192066137.0
    num_examples: 100
  - name: relative_position_left_left
    num_bytes: 167837151.0
    num_examples: 100
  - name: relative_position_left_right
    num_bytes: 181043550.0
    num_examples: 100
  - name: relative_position_right_left
    num_bytes: 173075402.0
    num_examples: 100
  - name: relative_position_right_right
    num_bytes: 185741224.0
    num_examples: 100
  - name: relative_position_unknown_left
    num_bytes: 157255047.0
    num_examples: 100
  - name: relative_position_unknown_right
    num_bytes: 187288107.0
    num_examples: 100
  download_size: 429601302
  dataset_size: 1407095211.0
configs:
- config_name: default
  data_files:
  - split: distance_change_closer
    path: data/distance_change_closer-*
  - split: distance_change_further
    path: data/distance_change_further-*
  - split: relative_position_left_left
    path: data/relative_position_left_left-*
  - split: relative_position_left_right
    path: data/relative_position_left_right-*
  - split: relative_position_right_left
    path: data/relative_position_right_left-*
  - split: relative_position_right_right
    path: data/relative_position_right_right-*
  - split: relative_position_unknown_left
    path: data/relative_position_unknown_left-*
  - split: relative_position_unknown_right
    path: data/relative_position_unknown_right-*
---