linjieli222 commited on
Commit
5a79c4f
·
verified ·
1 Parent(s): 3b1dba4

Upload dataset

Browse files
2point/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:646000f2b9f986cd25f142aecd3b9cdc86c4a6469c4eca93b86bfd931ec285bd
3
+ size 2886945
2point/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb99247b0c29d63365a20193f3a420abfffd3aefd40a9b3bfe14dc46d198089b
3
+ size 20469165
2point/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a651f49c8c7a5981b6efc3c14ac6a693c4b7024276b7bf8e60a8505d97f099ba
3
+ size 3158584
README.md ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: 2point
4
+ features:
5
+ - name: question
6
+ dtype: string
7
+ - name: answer
8
+ dtype: string
9
+ - name: choices
10
+ sequence: 'null'
11
+ - name: marked_image
12
+ dtype: image
13
+ - name: new_perspective
14
+ dtype: image
15
+ - name: scene_name
16
+ dtype: string
17
+ - name: trajectory_id
18
+ dtype: string
19
+ - name: question_type
20
+ dtype: string
21
+ - name: difficulty
22
+ dtype: string
23
+ - name: movement_type
24
+ dtype: string
25
+ - name: platform
26
+ dtype: string
27
+ - name: metadata
28
+ struct:
29
+ - name: generation_method
30
+ dtype: string
31
+ - name: has_marked_image
32
+ dtype: bool
33
+ - name: has_new_perspective
34
+ dtype: bool
35
+ - name: original_question_with_choices
36
+ dtype: string
37
+ - name: question_metadata
38
+ struct:
39
+ - name: dataset
40
+ dtype: string
41
+ - name: direction
42
+ dtype: string
43
+ - name: distance_bin
44
+ dtype: string
45
+ - name: has_valid_objects
46
+ dtype: bool
47
+ - name: image_paths
48
+ struct:
49
+ - name: new_perspective
50
+ dtype: string
51
+ - name: original_marked
52
+ dtype: string
53
+ - name: path_labels
54
+ sequence: string
55
+ - name: path_length
56
+ dtype: float64
57
+ - name: path_summary
58
+ dtype: string
59
+ - name: question_id
60
+ dtype: string
61
+ - name: room_bucket
62
+ dtype: string
63
+ - name: room_type
64
+ dtype: string
65
+ - name: sample_id
66
+ dtype: string
67
+ - name: scene_id
68
+ dtype: string
69
+ - name: side
70
+ dtype: string
71
+ - name: source_seed
72
+ dtype: int64
73
+ - name: source_side
74
+ dtype: string
75
+ - name: split_bucket
76
+ dtype: string
77
+ - name: target_object_type
78
+ dtype: string
79
+ - name: target_variant_id
80
+ dtype: int64
81
+ - name: variant
82
+ dtype: int64
83
+ - name: task_type
84
+ dtype: string
85
+ splits:
86
+ - name: train
87
+ num_bytes: 30389166.664451826
88
+ num_examples: 240
89
+ - name: validation
90
+ num_bytes: 3698109.0830564783
91
+ num_examples: 30
92
+ - name: test
93
+ num_bytes: 3822964.2524916944
94
+ num_examples: 31
95
+ download_size: 26514694
96
+ dataset_size: 37910240.0
97
+ configs:
98
+ - config_name: 2point
99
+ data_files:
100
+ - split: train
101
+ path: 2point/train-*
102
+ - split: validation
103
+ path: 2point/validation-*
104
+ - split: test
105
+ path: 2point/test-*
106
+ ---