suijinru commited on
Commit
d0beb0a
·
verified ·
1 Parent(s): 05210db

Add diverse task previews

Browse files
Files changed (1) hide show
  1. README.md +56 -0
README.md CHANGED
@@ -64,6 +64,62 @@ The full sample contains six views; three are shown here.
64
  |:---:|:---:|:---:|
65
  | ![Isometric view 0 of 3D task 7](test/images/exp3D_3d_isometric_two_axis_fixed/task_7/task_7_3d_view_00.png) | ![Isometric view 2 of 3D task 7](test/images/exp3D_3d_isometric_two_axis_fixed/task_7/task_7_3d_view_02.png) | ![Isometric view 4 of 3D task 7](test/images/exp3D_3d_isometric_two_axis_fixed/task_7/task_7_3d_view_04.png) |
66
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
67
  ## Load
68
 
69
  After upload:
 
64
  |:---:|:---:|:---:|
65
  | ![Isometric view 0 of 3D task 7](test/images/exp3D_3d_isometric_two_axis_fixed/task_7/task_7_3d_view_00.png) | ![Isometric view 2 of 3D task 7](test/images/exp3D_3d_isometric_two_axis_fixed/task_7/task_7_3d_view_02.png) | ![Isometric view 4 of 3D task 7](test/images/exp3D_3d_isometric_two_axis_fixed/task_7/task_7_3d_view_04.png) |
66
 
67
+ ### Full 3D reasoning (DoF=3)
68
+
69
+ **Task variant:** `3D DoF=3` (unconstrained placement along X, Y, and Z)
70
+ **Question:** What is the relative position of the cube to the cylinder?
71
+ **Answer:** `(-X, +Y, +Z)`
72
+ The full sample contains six views; three are shown here.
73
+
74
+ | View 0 | View 2 | View 4 |
75
+ |:---:|:---:|:---:|
76
+ | ![View 0 of full 3D task 1](test/images/exp3D_3d_isometric_full/task_1/task_1_3d_view_00.png) | ![View 2 of full 3D task 1](test/images/exp3D_3d_isometric_full/task_1/task_1_3d_view_02.png) | ![View 4 of full 3D task 1](test/images/exp3D_3d_isometric_full/task_1/task_1_3d_view_04.png) |
77
+
78
+ ### Single-view 3D task
79
+
80
+ **Task variant:** `3D Single View`
81
+ **Question:** What is the relative position of the cube to the cylinder?
82
+ **Answer:** `(-X, +Y, +Z)`
83
+ Unlike the multi-view variants, this sample exposes only one isometric view.
84
+
85
+ ![Single isometric view of 3D task 1](test/images/exp3D_3d_isometric_single/task_1/task_1_3d_view_single.png)
86
+
87
+ ### Grid-assisted three-view task
88
+
89
+ **Task variant:** `2D Three Views Grids`
90
+ **Question:** What is the relative position of the cylinder to the sphere?
91
+ **Answer:** `(0X, -Y, -Z)`
92
+ The projected coordinate grids provide additional alignment cues in each view.
93
+
94
+ | Front | Side | Top |
95
+ |:---:|:---:|:---:|
96
+ | ![Front grid view of task 17](test/images/exp2D_three_views_2d_grids/task_17/task_17_front.png) | ![Side grid view of task 17](test/images/exp2D_three_views_2d_grids/task_17/task_17_side.png) | ![Top grid view of task 17](test/images/exp2D_three_views_2d_grids/task_17/task_17_top.png) |
97
+
98
+ ### Rotated-coordinate task (90°)
99
+
100
+ **Task variant:** `2D Three Views Rotation (90°)`
101
+ **Question:** What is the relative position of the cube to the cone?
102
+ **Answer:** `(+X, 0Y, -Z)`
103
+ The coordinate frame is rotated to test whether the model follows the visible
104
+ axes rather than relying on a conventional orientation.
105
+
106
+ | Front | Side | Top |
107
+ |:---:|:---:|:---:|
108
+ | ![Front view of rotated task 17](test/images/exp2D_three_views_2d_rotation_90/task_17/task_17_front.png) | ![Side view of rotated task 17](test/images/exp2D_three_views_2d_rotation_90/task_17/task_17_side.png) | ![Top view of rotated task 17](test/images/exp2D_three_views_2d_rotation_90/task_17/task_17_top.png) |
109
+
110
+ ### Multi-agent three-view task
111
+
112
+ **Task variant:** `2D Three Views multiagent (Rotation 0)`
113
+ **Question:** What is the relative position of the sphere to the cone?
114
+ **Answer:** `(-X, -Y, +Z)`
115
+ Each view has its own axis-pair prompt (`front_question`, `side_question`, or
116
+ `top_question`) so three view-specific responses can be combined into the
117
+ full XYZ answer.
118
+
119
+ | Front agent: XZ | Side agent: YZ | Top agent: XY |
120
+ |:---:|:---:|:---:|
121
+ | ![Front-agent view of task 17](test/images/exp2D_three_views_2d_multiagent/task_17/task_17_front.png) | ![Side-agent view of task 17](test/images/exp2D_three_views_2d_multiagent/task_17/task_17_side.png) | ![Top-agent view of task 17](test/images/exp2D_three_views_2d_multiagent/task_17/task_17_top.png) |
122
+
123
  ## Load
124
 
125
  After upload: