curiousT commited on
Commit
d2fd293
·
verified ·
1 Parent(s): a35788f

Adding license files

Browse files
Files changed (1) hide show
  1. README.md +28 -28
README.md CHANGED
@@ -76,10 +76,10 @@ papers:
76
 
77
  Tests the ability to perceive and understand spatial relationships between objects. Evaluates orientation discrimination and positional awareness.
78
 
79
- <div style="display: flex; justify-content: space-between;">
80
- <img src="2D_DoYouSeeMe/visual_spatial/1.png" style="width: auto; height: auto;" alt="Visual Spatial Example 1">
81
- <img src="2D_DoYouSeeMe/visual_spatial/50.png" style="width: auto; height: auto;" alt="Visual Spatial Example 2">
82
- <img src="2D_DoYouSeeMe/visual_spatial/100.png" style="width: auto; height: auto;" alt="Visual Spatial Example 3">
83
  </div>
84
 
85
  *Sample Question: Starting from the black circle at position (row 1, column 3), how many triangles are there bottom of it in the same row?*
@@ -89,10 +89,10 @@ papers:
89
 
90
  Examines the ability to distinguish an object from its background. Challenges perception by varying contrast, noise, and complexity.
91
 
92
- <div style="display: flex; justify-content: space-between;">
93
- <img src="2D_DoYouSeeMe/visual_figure_ground/1.png" style="width: auto; height: auto;" alt="Figure-Ground Example 1">
94
- <img src="2D_DoYouSeeMe/visual_figure_ground/50.png" style="width: auto; height: auto;" alt="Figure-Ground Example 2">
95
- <img src="2D_DoYouSeeMe/visual_figure_ground/89.png" style="width: auto; height: auto;" alt="Figure-Ground Example 3">
96
  </div>
97
 
98
  *Sample Question: The figure consists of a Target image, which is embedded in some background noise. Out of the four given options, your task is to pick the option which has the same figure as the target image. Respond as follows: Option <your answer (choose between 1, 2, 3, or 4)>.*
@@ -101,10 +101,10 @@ papers:
101
 
102
  Assesses recognition of shapes despite changes in size, orientation, or context. Tests invariance in visual perception.
103
 
104
- <div style="display: flex; justify-content: space-between;">
105
- <img src="2D_DoYouSeeMe/visual_form_constancy/1.png" style="width: auto; height: auto;" alt="Form Constancy Example 1">
106
- <img src="2D_DoYouSeeMe/visual_form_constancy/50.png" style="width: auto; height: auto;" alt="Form Constancy Example 2">
107
- <img src="2D_DoYouSeeMe/visual_form_constancy/100.png" style="width: auto; height: auto;" alt="Form Constancy Example 3">
108
  </div>
109
 
110
  *Sample Question: The figure consists of a Target image. Out of the four given options, your task is to pick the option which has the same figure as the target image. Respond as follows: Option <your answer (choose between 1, 2, 3, or 4)>.*
@@ -114,10 +114,10 @@ papers:
114
 
115
  Challenges the ability to identify ambiguous shapes that can be interpreted in multiple ways. Explores perceptual flexibility.
116
 
117
- <div style="display: flex; justify-content: space-between;">
118
- <img src="2D_DoYouSeeMe/geometric_dataset/1.png" style="width: auto; height: auto;" alt="Shape Disambiguation Example 1">
119
- <img src="2D_DoYouSeeMe/geometric_dataset/50.png" style="width: auto; height: auto;" alt="Shape Disambiguation Example 2">
120
- <img src="2D_DoYouSeeMe/geometric_dataset/100.png" style="width: auto; height: auto;" alt="Shape Disambiguation Example 3">
121
  </div>
122
 
123
  *Sample Question: Count the total number of triangles in the image, including each concentric triangle separately. For example, if there is one triangle with 2 inner concentric rings, that counts as 3 triangles. Respond with only a number.*
@@ -127,10 +127,10 @@ papers:
127
 
128
  Tests the ability to differentiate shapes based on color properties while controlling for other visual features.
129
 
130
- <div style="display: flex; justify-content: space-between;">
131
- <img src="2D_DoYouSeeMe/color_and_shape_disambiguation/1.png" style="width: auto; height: auto;" alt="Shape Color Example 1">
132
- <img src="2D_DoYouSeeMe/color_and_shape_disambiguation/50.png" style="width: auto; height: auto;" alt="Shape Color Example 2">
133
- <img src="2D_DoYouSeeMe/color_and_shape_disambiguation/89.png" style="width: auto; height: auto;" alt="Shape Color Example 3">
134
  </div>
135
 
136
  *Sample Question: Count the number of star's that are red.*
@@ -141,10 +141,10 @@ papers:
141
 
142
  Examines recognition of letters under various transformations and distortions. Evaluates robustness of character recognition.
143
 
144
- <div style="display: flex; justify-content: space-between;">
145
- <img src="2D_DoYouSeeMe/letter_disambiguation/1.png" style="width: auto; height: auto;" alt="Letter Disambiguation Example 1">
146
- <img src="2D_DoYouSeeMe/letter_disambiguation/50.png" style="width: auto; height: auto;" alt="Letter Disambiguation Example 2">
147
- <img src="2D_DoYouSeeMe/letter_disambiguation/100.png" style="width: auto; height: auto;" alt="Letter Disambiguation Example 3">
148
  </div>
149
 
150
  *Sample Question: The image shows one or more letters formed by a grid of small squares. What letter(s) can you identify in this image? Please respond with only the letter(s) you see.*
@@ -155,10 +155,10 @@ papers:
155
 
156
  Tests the ability to recognize incomplete figures by mentally filling in missing information. Evaluates gestalt processing.
157
 
158
- <div style="display: flex; justify-content: space-between;">
159
- <img src="2D_DoYouSeeMe/visual_closure/1.png" style="width: auto; height: auto;" alt="Visual Closure Example 1">
160
- <img src="2D_DoYouSeeMe/visual_closure/50.png" style="width: auto; height: auto;" alt="Visual Closure Example 2">
161
- <img src="2D_DoYouSeeMe/visual_closure/100.png" style="width: auto; height: auto;" alt="Visual Closure Example 3">
162
  </div>
163
 
164
  *Sample Question: The figure consists of a target image which is complete, Out of the four given options (which are partially complete), your task is to pick the option which when completed matches the target image. Respond as follows: Option <your answer (choose between 1, 2, 3, or 4)>.*
 
76
 
77
  Tests the ability to perceive and understand spatial relationships between objects. Evaluates orientation discrimination and positional awareness.
78
 
79
+ <div style="display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; align-items: start;">
80
+ <img src="2D_DoYouSeeMe/visual_spatial/1.png" style="width: 100%; height: auto;" alt="Visual Spatial Example 1">
81
+ <img src="2D_DoYouSeeMe/visual_spatial/50.png" style="width: 100%; height: auto;" alt="Visual Spatial Example 2">
82
+ <img src="2D_DoYouSeeMe/visual_spatial/100.png" style="width: 100%; height: auto;" alt="Visual Spatial Example 3">
83
  </div>
84
 
85
  *Sample Question: Starting from the black circle at position (row 1, column 3), how many triangles are there bottom of it in the same row?*
 
89
 
90
  Examines the ability to distinguish an object from its background. Challenges perception by varying contrast, noise, and complexity.
91
 
92
+ <div style="display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; align-items: start;">
93
+ <img src="2D_DoYouSeeMe/visual_figure_ground/1.png" style="width: 100%; height: auto;" alt="Figure-Ground Example 1">
94
+ <img src="2D_DoYouSeeMe/visual_figure_ground/50.png" style="width: 100%; height: auto;" alt="Figure-Ground Example 2">
95
+ <img src="2D_DoYouSeeMe/visual_figure_ground/89.png" style="width: 100%; height: auto;" alt="Figure-Ground Example 3">
96
  </div>
97
 
98
  *Sample Question: The figure consists of a Target image, which is embedded in some background noise. Out of the four given options, your task is to pick the option which has the same figure as the target image. Respond as follows: Option <your answer (choose between 1, 2, 3, or 4)>.*
 
101
 
102
  Assesses recognition of shapes despite changes in size, orientation, or context. Tests invariance in visual perception.
103
 
104
+ <div style="display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; align-items: start;">
105
+ <img src="2D_DoYouSeeMe/visual_form_constancy/1.png" style="width: 100%; height: auto;" alt="Form Constancy Example 1">
106
+ <img src="2D_DoYouSeeMe/visual_form_constancy/50.png" style="width: 100%; height: auto;" alt="Form Constancy Example 2">
107
+ <img src="2D_DoYouSeeMe/visual_form_constancy/100.png" style="width: 100%; height: auto;" alt="Form Constancy Example 3">
108
  </div>
109
 
110
  *Sample Question: The figure consists of a Target image. Out of the four given options, your task is to pick the option which has the same figure as the target image. Respond as follows: Option <your answer (choose between 1, 2, 3, or 4)>.*
 
114
 
115
  Challenges the ability to identify ambiguous shapes that can be interpreted in multiple ways. Explores perceptual flexibility.
116
 
117
+ <div style="display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; align-items: start;">
118
+ <img src="2D_DoYouSeeMe/geometric_dataset/1.png" style="width: 100%; height: auto;" alt="Shape Disambiguation Example 1">
119
+ <img src="2D_DoYouSeeMe/geometric_dataset/50.png" style="width: 100%; height: auto;" alt="Shape Disambiguation Example 2">
120
+ <img src="2D_DoYouSeeMe/geometric_dataset/100.png" style="width: 100%; height: auto;" alt="Shape Disambiguation Example 3">
121
  </div>
122
 
123
  *Sample Question: Count the total number of triangles in the image, including each concentric triangle separately. For example, if there is one triangle with 2 inner concentric rings, that counts as 3 triangles. Respond with only a number.*
 
127
 
128
  Tests the ability to differentiate shapes based on color properties while controlling for other visual features.
129
 
130
+ <div style="display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; align-items: start;">
131
+ <img src="2D_DoYouSeeMe/color_and_shape_disambiguation/1.png" style="width: 100%; height: auto;" alt="Shape Color Example 1">
132
+ <img src="2D_DoYouSeeMe/color_and_shape_disambiguation/50.png" style="width: 100%; height: auto;" alt="Shape Color Example 2">
133
+ <img src="2D_DoYouSeeMe/color_and_shape_disambiguation/89.png" style="width: 100%; height: auto;" alt="Shape Color Example 3">
134
  </div>
135
 
136
  *Sample Question: Count the number of star's that are red.*
 
141
 
142
  Examines recognition of letters under various transformations and distortions. Evaluates robustness of character recognition.
143
 
144
+ <div style="display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; align-items: start;">
145
+ <img src="2D_DoYouSeeMe/letter_disambiguation/1.png" style="width: 100%; height: auto;" alt="Letter Disambiguation Example 1">
146
+ <img src="2D_DoYouSeeMe/letter_disambiguation/50.png" style="width: 100%; height: auto;" alt="Letter Disambiguation Example 2">
147
+ <img src="2D_DoYouSeeMe/letter_disambiguation/100.png" style="width: 100%; height: auto;" alt="Letter Disambiguation Example 3">
148
  </div>
149
 
150
  *Sample Question: The image shows one or more letters formed by a grid of small squares. What letter(s) can you identify in this image? Please respond with only the letter(s) you see.*
 
155
 
156
  Tests the ability to recognize incomplete figures by mentally filling in missing information. Evaluates gestalt processing.
157
 
158
+ <div style="display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; align-items: start;">
159
+ <img src="2D_DoYouSeeMe/visual_closure/1.png" width="30%" alt="Visual Closure Example 1">
160
+ <img src="2D_DoYouSeeMe/visual_closure/50.png" width="30%" alt="Visual Closure Example 2">
161
+ <img src="2D_DoYouSeeMe/visual_closure/100.png" width="30%" alt="Visual Closure Example 3">
162
  </div>
163
 
164
  *Sample Question: The figure consists of a target image which is complete, Out of the four given options (which are partially complete), your task is to pick the option which when completed matches the target image. Respond as follows: Option <your answer (choose between 1, 2, 3, or 4)>.*