Adding license files
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- 2D_DoYouSeeMe/color_and_shape_disambiguation/1.png +3 -0
- 2D_DoYouSeeMe/color_and_shape_disambiguation/50.png +3 -0
- 2D_DoYouSeeMe/color_and_shape_disambiguation/89.png +3 -0
- 2D_DoYouSeeMe/color_and_shape_disambiguation/dataset_creator_color.py +43 -0
- 2D_DoYouSeeMe/color_and_shape_disambiguation/dataset_dump.csv +91 -0
- 2D_DoYouSeeMe/color_and_shape_disambiguation/dataset_info.csv +409 -0
- 2D_DoYouSeeMe/geometric_dataset/1.png +3 -0
- 2D_DoYouSeeMe/geometric_dataset/100.png +3 -0
- 2D_DoYouSeeMe/geometric_dataset/50.png +3 -0
- 2D_DoYouSeeMe/geometric_dataset/dataset_creator.py +40 -0
- 2D_DoYouSeeMe/geometric_dataset/dataset_dump.csv +241 -0
- 2D_DoYouSeeMe/geometric_dataset/dataset_info.csv +241 -0
- 2D_DoYouSeeMe/letter_disambiguation/1.png +3 -0
- 2D_DoYouSeeMe/letter_disambiguation/100.png +3 -0
- 2D_DoYouSeeMe/letter_disambiguation/50.png +3 -0
- 2D_DoYouSeeMe/letter_disambiguation/dataset_info.csv +136 -0
- 2D_DoYouSeeMe/visual_closure/1.png +3 -0
- 2D_DoYouSeeMe/visual_closure/100.png +3 -0
- 2D_DoYouSeeMe/visual_closure/50.png +3 -0
- 2D_DoYouSeeMe/visual_closure/dataset_info.csv +169 -0
- 2D_DoYouSeeMe/visual_figure_ground/1.png +3 -0
- 2D_DoYouSeeMe/visual_figure_ground/50.png +3 -0
- 2D_DoYouSeeMe/visual_figure_ground/89.png +3 -0
- 2D_DoYouSeeMe/visual_figure_ground/dataset_info.csv +91 -0
- 2D_DoYouSeeMe/visual_form_constancy/1.png +3 -0
- 2D_DoYouSeeMe/visual_form_constancy/100.png +3 -0
- 2D_DoYouSeeMe/visual_form_constancy/50.png +3 -0
- 2D_DoYouSeeMe/visual_form_constancy/dataset_info.csv +271 -0
- 2D_DoYouSeeMe/visual_spatial/1.png +3 -0
- 2D_DoYouSeeMe/visual_spatial/100.png +3 -0
- 2D_DoYouSeeMe/visual_spatial/50.png +3 -0
- 2D_DoYouSeeMe/visual_spatial/dataset_dump.csv +0 -0
- 2D_DoYouSeeMe/visual_spatial/dataset_info.csv +0 -0
- 2D_DoYouSeeMe/visual_spatial/spatial_dataset_converter.py +215 -0
- 3D_DoYouSeeMe/3D_color_and_shape_disambiguation/0.json +14 -0
- 3D_DoYouSeeMe/3D_color_and_shape_disambiguation/0.png +3 -0
- 3D_DoYouSeeMe/3D_color_and_shape_disambiguation/dataset_creator.py +87 -0
- 3D_DoYouSeeMe/3D_color_and_shape_disambiguation/dataset_info.csv +121 -0
- 3D_DoYouSeeMe/3D_letter_disambiguation/0.json +12 -0
- 3D_DoYouSeeMe/3D_letter_disambiguation/0.png +3 -0
- 3D_DoYouSeeMe/3D_letter_disambiguation/dataset_creator.py +50 -0
- 3D_DoYouSeeMe/3D_letter_disambiguation/dataset_info.csv +97 -0
- 3D_DoYouSeeMe/3D_shape_discrimination/0.json +14 -0
- 3D_DoYouSeeMe/3D_shape_discrimination/0.png +3 -0
- 3D_DoYouSeeMe/3D_shape_discrimination/dataset_creator.py +87 -0
- 3D_DoYouSeeMe/3D_shape_discrimination/dataset_info.csv +121 -0
- 3D_DoYouSeeMe/3D_visual_form_constancy/dataset_creator.py +30 -0
- 3D_DoYouSeeMe/3D_visual_form_constancy/dataset_info.csv +81 -0
- 3D_DoYouSeeMe/3D_visual_form_constancy/form_constancy_0.json +13 -0
- 3D_DoYouSeeMe/3D_visual_form_constancy/form_constancy_0.png +3 -0
2D_DoYouSeeMe/color_and_shape_disambiguation/1.png
ADDED
|
Git LFS Details
|
2D_DoYouSeeMe/color_and_shape_disambiguation/50.png
ADDED
|
Git LFS Details
|
2D_DoYouSeeMe/color_and_shape_disambiguation/89.png
ADDED
|
Git LFS Details
|
2D_DoYouSeeMe/color_and_shape_disambiguation/dataset_creator_color.py
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Copyright (c) Microsoft Corporation.
|
| 2 |
+
# Licensed under the MIT license.
|
| 3 |
+
|
| 4 |
+
import pandas as pd
|
| 5 |
+
import ast
|
| 6 |
+
import random
|
| 7 |
+
random.seed(0)
|
| 8 |
+
import math
|
| 9 |
+
# read dataset_info.csv
|
| 10 |
+
data = pd.read_csv('visual_discrimination/sweep/color_and_shape_disambiguation/dataset_dump.csv')
|
| 11 |
+
DATA_SAMPLE_RATIO = 0.5
|
| 12 |
+
'''
|
| 13 |
+
Eg: dataset_info.csv
|
| 14 |
+
filename,shape_dictionary,color_dictionary
|
| 15 |
+
easy_1.svg,{'triangle': 3},"{('triangle', 'yellow'): 1, ('triangle', 'orange'): 1, ('triangle', 'green'): 1}"
|
| 16 |
+
medium_1.svg,"{'octagon': 3, 'cross': 6, 'star': 5}","{('octagon', 'red'): 1, ('octagon', 'gray'): 2, ('cross', 'yellow'): 2, ('cross', 'green'): 1, ('cross', 'purple'): 1, ('cross', 'blue'): 1, ('cross', 'orange'): 1, ('star', 'green'): 1, ('star', 'orange'): 1, ('star', 'blue'): 2, ('star', 'black'): 1}"
|
| 17 |
+
|
| 18 |
+
easy_1.svg is the file name, it contains 1 yellow triangle, 1 orange triangle and 1 green triangle.
|
| 19 |
+
|
| 20 |
+
Thus, a maximum number of questions that ca be asked for an image is the number of keys in the color_dictionary.
|
| 21 |
+
'''
|
| 22 |
+
|
| 23 |
+
# dataset list of dictionary row enteries
|
| 24 |
+
dataset = []
|
| 25 |
+
|
| 26 |
+
for idx, row in data.iterrows():
|
| 27 |
+
shape_dict = ast.literal_eval(row['shape_dictionary'])
|
| 28 |
+
color_dict = ast.literal_eval(row['color_dictionary'])
|
| 29 |
+
filename = row['filename']
|
| 30 |
+
sweep = row['sweep']
|
| 31 |
+
|
| 32 |
+
|
| 33 |
+
for (shape, color), count in random.sample(list(color_dict.items()), math.ceil(DATA_SAMPLE_RATIO*len(color_dict))):
|
| 34 |
+
question = f"Count the number of {shape}'s that are {color}."
|
| 35 |
+
answer = count
|
| 36 |
+
data = {
|
| 37 |
+
'filename': filename,
|
| 38 |
+
'question': question,
|
| 39 |
+
'answer': answer,
|
| 40 |
+
'sweep': sweep
|
| 41 |
+
}
|
| 42 |
+
dataset.append(data)
|
| 43 |
+
pd.DataFrame(dataset).to_csv('visual_discrimination/sweep/color_and_shape_disambiguation/dataset_info.csv', index=False)
|
2D_DoYouSeeMe/color_and_shape_disambiguation/dataset_dump.csv
ADDED
|
@@ -0,0 +1,91 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
filename,shape_dictionary,color_dictionary,sweep
|
| 2 |
+
0.svg,"{'hexagon': 1, 'pentagon': 2}","{('hexagon', 'yellow'): 1, ('pentagon', 'yellow'): 1, ('pentagon', 'red'): 1}","(2, 2)"
|
| 3 |
+
1.svg,"{'star': 2, 'cross': 2}","{('star', 'green'): 1, ('star', 'red'): 1, ('cross', 'blue'): 1, ('cross', 'red'): 1}","(2, 2)"
|
| 4 |
+
2.svg,"{'pentagon': 2, 'triangle': 1}","{('pentagon', 'black'): 1, ('pentagon', 'purple'): 1, ('triangle', 'gray'): 1}","(2, 2)"
|
| 5 |
+
3.svg,"{'hexagon': 1, 'cross': 1}","{('hexagon', 'gray'): 1, ('cross', 'purple'): 1}","(2, 2)"
|
| 6 |
+
4.svg,"{'triangle': 2, 'cross': 1}","{('triangle', 'green'): 1, ('triangle', 'purple'): 1, ('cross', 'gray'): 1}","(2, 2)"
|
| 7 |
+
5.svg,"{'cross': 2, 'star': 2}","{('cross', 'purple'): 1, ('cross', 'red'): 1, ('star', 'green'): 1, ('star', 'black'): 1}","(2, 2)"
|
| 8 |
+
6.svg,"{'star': 1, 'octagon': 1}","{('star', 'red'): 1, ('octagon', 'purple'): 1}","(2, 2)"
|
| 9 |
+
7.svg,"{'triangle': 1, 'pentagon': 2}","{('triangle', 'green'): 1, ('pentagon', 'green'): 1, ('pentagon', 'black'): 1}","(2, 2)"
|
| 10 |
+
8.svg,"{'triangle': 2, 'cross': 2}","{('triangle', 'orange'): 1, ('triangle', 'black'): 1, ('cross', 'black'): 1, ('cross', 'purple'): 1}","(2, 2)"
|
| 11 |
+
9.svg,"{'hexagon': 1, 'cross': 2}","{('hexagon', 'orange'): 1, ('cross', 'gray'): 1, ('cross', 'orange'): 1}","(2, 2)"
|
| 12 |
+
10.svg,"{'triangle': 1, 'hexagon': 1}","{('triangle', 'yellow'): 1, ('hexagon', 'purple'): 1}","(2, 4)"
|
| 13 |
+
11.svg,"{'star': 3, 'triangle': 1}","{('star', 'blue'): 1, ('star', 'purple'): 1, ('star', 'black'): 1, ('triangle', 'black'): 1}","(2, 4)"
|
| 14 |
+
12.svg,"{'hexagon': 3, 'cross': 4}","{('hexagon', 'yellow'): 1, ('hexagon', 'blue'): 2, ('cross', 'green'): 2, ('cross', 'red'): 1, ('cross', 'black'): 1}","(2, 4)"
|
| 15 |
+
13.svg,"{'pentagon': 1, 'star': 3}","{('pentagon', 'blue'): 1, ('star', 'orange'): 1, ('star', 'red'): 1, ('star', 'blue'): 1}","(2, 4)"
|
| 16 |
+
14.svg,{'star': 4},"{('star', 'green'): 1, ('star', 'blue'): 2, ('star', 'yellow'): 1}","(2, 4)"
|
| 17 |
+
15.svg,"{'triangle': 2, 'pentagon': 4}","{('triangle', 'black'): 1, ('triangle', 'green'): 1, ('pentagon', 'yellow'): 1, ('pentagon', 'red'): 1, ('pentagon', 'purple'): 1, ('pentagon', 'gray'): 1}","(2, 4)"
|
| 18 |
+
16.svg,"{'star': 1, 'triangle': 2}","{('star', 'purple'): 1, ('triangle', 'red'): 1, ('triangle', 'gray'): 1}","(2, 4)"
|
| 19 |
+
17.svg,"{'pentagon': 2, 'cross': 3}","{('pentagon', 'blue'): 1, ('pentagon', 'yellow'): 1, ('cross', 'green'): 1, ('cross', 'orange'): 2}","(2, 4)"
|
| 20 |
+
18.svg,"{'hexagon': 2, 'cross': 3}","{('hexagon', 'purple'): 1, ('hexagon', 'black'): 1, ('cross', 'purple'): 1, ('cross', 'gray'): 1, ('cross', 'black'): 1}","(2, 4)"
|
| 21 |
+
19.svg,"{'hexagon': 4, 'octagon': 1}","{('hexagon', 'purple'): 1, ('hexagon', 'blue'): 2, ('hexagon', 'red'): 1, ('octagon', 'orange'): 1}","(2, 4)"
|
| 22 |
+
20.svg,"{'octagon': 5, 'triangle': 5}","{('octagon', 'purple'): 1, ('octagon', 'black'): 1, ('octagon', 'gray'): 1, ('octagon', 'blue'): 2, ('triangle', 'gray'): 1, ('triangle', 'red'): 1, ('triangle', 'purple'): 1, ('triangle', 'green'): 1, ('triangle', 'orange'): 1}","(2, 6)"
|
| 23 |
+
21.svg,"{'pentagon': 5, 'octagon': 3}","{('pentagon', 'orange'): 2, ('pentagon', 'blue'): 1, ('pentagon', 'red'): 1, ('pentagon', 'green'): 1, ('octagon', 'purple'): 2, ('octagon', 'green'): 1}","(2, 6)"
|
| 24 |
+
22.svg,"{'triangle': 3, 'pentagon': 1}","{('triangle', 'blue'): 1, ('triangle', 'gray'): 1, ('triangle', 'red'): 1, ('pentagon', 'purple'): 1}","(2, 6)"
|
| 25 |
+
23.svg,"{'hexagon': 1, 'octagon': 6}","{('hexagon', 'red'): 1, ('octagon', 'red'): 2, ('octagon', 'gray'): 1, ('octagon', 'purple'): 1, ('octagon', 'black'): 1, ('octagon', 'yellow'): 1}","(2, 6)"
|
| 26 |
+
24.svg,"{'star': 4, 'triangle': 1}","{('star', 'green'): 2, ('star', 'black'): 1, ('star', 'gray'): 1, ('triangle', 'purple'): 1}","(2, 6)"
|
| 27 |
+
25.svg,"{'octagon': 3, 'hexagon': 5}","{('octagon', 'orange'): 1, ('octagon', 'purple'): 1, ('octagon', 'yellow'): 1, ('hexagon', 'black'): 1, ('hexagon', 'purple'): 1, ('hexagon', 'yellow'): 2, ('hexagon', 'orange'): 1}","(2, 6)"
|
| 28 |
+
26.svg,"{'pentagon': 5, 'hexagon': 3}","{('pentagon', 'orange'): 1, ('pentagon', 'red'): 1, ('pentagon', 'black'): 1, ('pentagon', 'green'): 1, ('pentagon', 'gray'): 1, ('hexagon', 'orange'): 2, ('hexagon', 'red'): 1}","(2, 6)"
|
| 29 |
+
27.svg,"{'cross': 3, 'star': 2}","{('cross', 'orange'): 2, ('cross', 'gray'): 1, ('star', 'black'): 1, ('star', 'yellow'): 1}","(2, 6)"
|
| 30 |
+
28.svg,"{'hexagon': 4, 'star': 3}","{('hexagon', 'orange'): 2, ('hexagon', 'green'): 1, ('hexagon', 'yellow'): 1, ('star', 'black'): 1, ('star', 'yellow'): 1, ('star', 'purple'): 1}","(2, 6)"
|
| 31 |
+
29.svg,"{'hexagon': 2, 'triangle': 4}","{('hexagon', 'yellow'): 2, ('triangle', 'black'): 1, ('triangle', 'blue'): 1, ('triangle', 'red'): 1, ('triangle', 'gray'): 1}","(2, 6)"
|
| 32 |
+
30.svg,"{'pentagon': 1, 'hexagon': 1, 'octagon': 2, 'cross': 1}","{('pentagon', 'red'): 1, ('hexagon', 'yellow'): 1, ('octagon', 'green'): 1, ('octagon', 'yellow'): 1, ('cross', 'yellow'): 1}","(4, 2)"
|
| 33 |
+
31.svg,"{'triangle': 1, 'cross': 1, 'hexagon': 1, 'star': 2}","{('triangle', 'red'): 1, ('cross', 'blue'): 1, ('hexagon', 'red'): 1, ('star', 'orange'): 1, ('star', 'red'): 1}","(4, 2)"
|
| 34 |
+
32.svg,"{'star': 2, 'pentagon': 2, 'octagon': 2, 'hexagon': 1}","{('star', 'blue'): 1, ('star', 'yellow'): 1, ('pentagon', 'green'): 1, ('pentagon', 'gray'): 1, ('octagon', 'green'): 1, ('octagon', 'purple'): 1, ('hexagon', 'black'): 1}","(4, 2)"
|
| 35 |
+
33.svg,"{'triangle': 1, 'pentagon': 2, 'cross': 1, 'star': 1}","{('triangle', 'purple'): 1, ('pentagon', 'blue'): 1, ('pentagon', 'black'): 1, ('cross', 'black'): 1, ('star', 'orange'): 1}","(4, 2)"
|
| 36 |
+
34.svg,"{'pentagon': 1, 'triangle': 2, 'star': 1, 'hexagon': 1}","{('pentagon', 'red'): 1, ('triangle', 'yellow'): 1, ('triangle', 'red'): 1, ('star', 'red'): 1, ('hexagon', 'yellow'): 1}","(4, 2)"
|
| 37 |
+
35.svg,"{'octagon': 1, 'triangle': 2, 'pentagon': 2, 'cross': 2}","{('octagon', 'blue'): 1, ('triangle', 'purple'): 1, ('triangle', 'blue'): 1, ('pentagon', 'gray'): 1, ('pentagon', 'black'): 1, ('cross', 'green'): 1, ('cross', 'gray'): 1}","(4, 2)"
|
| 38 |
+
36.svg,"{'star': 1, 'triangle': 1, 'hexagon': 1, 'cross': 1}","{('star', 'yellow'): 1, ('triangle', 'blue'): 1, ('hexagon', 'red'): 1, ('cross', 'orange'): 1}","(4, 2)"
|
| 39 |
+
37.svg,"{'cross': 2, 'octagon': 2, 'hexagon': 1, 'star': 1}","{('cross', 'orange'): 1, ('cross', 'black'): 1, ('octagon', 'red'): 1, ('octagon', 'green'): 1, ('hexagon', 'green'): 1, ('star', 'orange'): 1}","(4, 2)"
|
| 40 |
+
38.svg,"{'hexagon': 2, 'pentagon': 2, 'cross': 2, 'star': 2}","{('hexagon', 'blue'): 1, ('hexagon', 'gray'): 1, ('pentagon', 'green'): 1, ('pentagon', 'blue'): 1, ('cross', 'red'): 1, ('cross', 'blue'): 1, ('star', 'purple'): 2}","(4, 2)"
|
| 41 |
+
39.svg,"{'triangle': 2, 'pentagon': 2, 'hexagon': 2, 'octagon': 1}","{('triangle', 'black'): 1, ('triangle', 'purple'): 1, ('pentagon', 'green'): 1, ('pentagon', 'red'): 1, ('hexagon', 'black'): 1, ('hexagon', 'red'): 1, ('octagon', 'green'): 1}","(4, 2)"
|
| 42 |
+
40.svg,"{'pentagon': 4, 'triangle': 1, 'hexagon': 1, 'star': 4}","{('pentagon', 'blue'): 1, ('pentagon', 'gray'): 1, ('pentagon', 'purple'): 1, ('pentagon', 'black'): 1, ('triangle', 'red'): 1, ('hexagon', 'purple'): 1, ('star', 'orange'): 2, ('star', 'gray'): 1, ('star', 'purple'): 1}","(4, 4)"
|
| 43 |
+
41.svg,"{'cross': 2, 'pentagon': 1, 'octagon': 4, 'triangle': 2}","{('cross', 'red'): 1, ('cross', 'purple'): 1, ('pentagon', 'green'): 1, ('octagon', 'gray'): 1, ('octagon', 'green'): 1, ('octagon', 'red'): 1, ('octagon', 'black'): 1, ('triangle', 'orange'): 1, ('triangle', 'black'): 1}","(4, 4)"
|
| 44 |
+
42.svg,"{'octagon': 1, 'cross': 3, 'pentagon': 1, 'star': 3}","{('octagon', 'yellow'): 1, ('cross', 'yellow'): 1, ('cross', 'orange'): 1, ('cross', 'gray'): 1, ('pentagon', 'red'): 1, ('star', 'gray'): 1, ('star', 'green'): 1, ('star', 'black'): 1}","(4, 4)"
|
| 45 |
+
43.svg,"{'hexagon': 4, 'star': 2, 'octagon': 3, 'pentagon': 3}","{('hexagon', 'red'): 3, ('hexagon', 'gray'): 1, ('star', 'purple'): 2, ('octagon', 'gray'): 1, ('octagon', 'purple'): 1, ('octagon', 'orange'): 1, ('pentagon', 'red'): 2, ('pentagon', 'yellow'): 1}","(4, 4)"
|
| 46 |
+
44.svg,"{'triangle': 3, 'cross': 1, 'hexagon': 2, 'pentagon': 4}","{('triangle', 'black'): 1, ('triangle', 'green'): 1, ('triangle', 'red'): 1, ('cross', 'green'): 1, ('hexagon', 'blue'): 1, ('hexagon', 'black'): 1, ('pentagon', 'orange'): 1, ('pentagon', 'green'): 1, ('pentagon', 'gray'): 1, ('pentagon', 'yellow'): 1}","(4, 4)"
|
| 47 |
+
45.svg,"{'pentagon': 1, 'hexagon': 3, 'cross': 2, 'triangle': 4}","{('pentagon', 'purple'): 1, ('hexagon', 'orange'): 1, ('hexagon', 'black'): 1, ('hexagon', 'yellow'): 1, ('cross', 'blue'): 1, ('cross', 'purple'): 1, ('triangle', 'yellow'): 1, ('triangle', 'orange'): 2, ('triangle', 'red'): 1}","(4, 4)"
|
| 48 |
+
46.svg,"{'hexagon': 3, 'cross': 2, 'octagon': 4, 'star': 2}","{('hexagon', 'purple'): 2, ('hexagon', 'red'): 1, ('cross', 'purple'): 1, ('cross', 'gray'): 1, ('octagon', 'red'): 1, ('octagon', 'yellow'): 2, ('octagon', 'green'): 1, ('star', 'blue'): 1, ('star', 'purple'): 1}","(4, 4)"
|
| 49 |
+
47.svg,"{'star': 2, 'triangle': 1, 'cross': 1, 'pentagon': 3}","{('star', 'blue'): 1, ('star', 'black'): 1, ('triangle', 'orange'): 1, ('cross', 'black'): 1, ('pentagon', 'red'): 1, ('pentagon', 'gray'): 1, ('pentagon', 'purple'): 1}","(4, 4)"
|
| 50 |
+
48.svg,"{'cross': 1, 'octagon': 4, 'pentagon': 4, 'triangle': 2}","{('cross', 'green'): 1, ('octagon', 'blue'): 1, ('octagon', 'orange'): 1, ('octagon', 'gray'): 1, ('octagon', 'black'): 1, ('pentagon', 'yellow'): 2, ('pentagon', 'green'): 1, ('pentagon', 'orange'): 1, ('triangle', 'gray'): 1, ('triangle', 'blue'): 1}","(4, 4)"
|
| 51 |
+
49.svg,"{'octagon': 1, 'cross': 4, 'pentagon': 3, 'hexagon': 2}","{('octagon', 'black'): 1, ('cross', 'red'): 1, ('cross', 'green'): 1, ('cross', 'purple'): 1, ('cross', 'gray'): 1, ('pentagon', 'orange'): 2, ('pentagon', 'green'): 1, ('hexagon', 'blue'): 1, ('hexagon', 'black'): 1}","(4, 4)"
|
| 52 |
+
50.svg,"{'hexagon': 6, 'triangle': 5, 'star': 4, 'cross': 1}","{('hexagon', 'black'): 1, ('hexagon', 'red'): 1, ('hexagon', 'purple'): 2, ('hexagon', 'green'): 2, ('triangle', 'blue'): 1, ('triangle', 'purple'): 3, ('triangle', 'black'): 1, ('star', 'gray'): 2, ('star', 'green'): 1, ('star', 'blue'): 1, ('cross', 'green'): 1}","(4, 6)"
|
| 53 |
+
51.svg,"{'octagon': 2, 'triangle': 1, 'star': 5, 'cross': 4}","{('octagon', 'orange'): 1, ('octagon', 'black'): 1, ('triangle', 'gray'): 1, ('star', 'purple'): 1, ('star', 'gray'): 1, ('star', 'blue'): 1, ('star', 'green'): 2, ('cross', 'yellow'): 1, ('cross', 'green'): 1, ('cross', 'red'): 1, ('cross', 'purple'): 1}","(4, 6)"
|
| 54 |
+
52.svg,"{'cross': 4, 'star': 2, 'hexagon': 2, 'pentagon': 5}","{('cross', 'orange'): 1, ('cross', 'blue'): 1, ('cross', 'purple'): 1, ('cross', 'yellow'): 1, ('star', 'purple'): 1, ('star', 'blue'): 1, ('hexagon', 'black'): 2, ('pentagon', 'black'): 2, ('pentagon', 'orange'): 1, ('pentagon', 'yellow'): 1, ('pentagon', 'purple'): 1}","(4, 6)"
|
| 55 |
+
53.svg,"{'cross': 1, 'star': 1, 'hexagon': 6, 'pentagon': 6}","{('cross', 'black'): 1, ('star', 'gray'): 1, ('hexagon', 'purple'): 2, ('hexagon', 'gray'): 1, ('hexagon', 'blue'): 1, ('hexagon', 'green'): 1, ('hexagon', 'black'): 1, ('pentagon', 'purple'): 1, ('pentagon', 'blue'): 2, ('pentagon', 'black'): 1, ('pentagon', 'green'): 1, ('pentagon', 'yellow'): 1}","(4, 6)"
|
| 56 |
+
54.svg,"{'pentagon': 3, 'hexagon': 4, 'octagon': 1, 'star': 4}","{('pentagon', 'blue'): 1, ('pentagon', 'orange'): 1, ('pentagon', 'gray'): 1, ('hexagon', 'green'): 1, ('hexagon', 'black'): 1, ('hexagon', 'purple'): 1, ('hexagon', 'yellow'): 1, ('octagon', 'gray'): 1, ('star', 'green'): 1, ('star', 'orange'): 1, ('star', 'gray'): 1, ('star', 'blue'): 1}","(4, 6)"
|
| 57 |
+
55.svg,"{'hexagon': 2, 'pentagon': 4, 'triangle': 3, 'cross': 2}","{('hexagon', 'yellow'): 1, ('hexagon', 'orange'): 1, ('pentagon', 'purple'): 1, ('pentagon', 'gray'): 1, ('pentagon', 'black'): 1, ('pentagon', 'orange'): 1, ('triangle', 'gray'): 1, ('triangle', 'black'): 1, ('triangle', 'blue'): 1, ('cross', 'green'): 2}","(4, 6)"
|
| 58 |
+
56.svg,"{'star': 6, 'cross': 1, 'pentagon': 2, 'triangle': 4}","{('star', 'yellow'): 2, ('star', 'blue'): 1, ('star', 'gray'): 2, ('star', 'black'): 1, ('cross', 'purple'): 1, ('pentagon', 'green'): 1, ('pentagon', 'purple'): 1, ('triangle', 'blue'): 1, ('triangle', 'orange'): 1, ('triangle', 'yellow'): 1, ('triangle', 'black'): 1}","(4, 6)"
|
| 59 |
+
57.svg,"{'triangle': 6, 'octagon': 5, 'hexagon': 1, 'pentagon': 1}","{('triangle', 'gray'): 2, ('triangle', 'orange'): 2, ('triangle', 'green'): 1, ('triangle', 'blue'): 1, ('octagon', 'green'): 2, ('octagon', 'red'): 1, ('octagon', 'gray'): 1, ('octagon', 'purple'): 1, ('hexagon', 'blue'): 1, ('pentagon', 'orange'): 1}","(4, 6)"
|
| 60 |
+
58.svg,"{'cross': 3, 'star': 1, 'octagon': 5, 'hexagon': 3}","{('cross', 'black'): 1, ('cross', 'green'): 1, ('cross', 'red'): 1, ('star', 'red'): 1, ('octagon', 'yellow'): 1, ('octagon', 'purple'): 2, ('octagon', 'red'): 2, ('hexagon', 'yellow'): 1, ('hexagon', 'black'): 1, ('hexagon', 'orange'): 1}","(4, 6)"
|
| 61 |
+
59.svg,"{'hexagon': 6, 'pentagon': 5, 'octagon': 1, 'cross': 1}","{('hexagon', 'green'): 1, ('hexagon', 'red'): 1, ('hexagon', 'blue'): 2, ('hexagon', 'orange'): 1, ('hexagon', 'gray'): 1, ('pentagon', 'blue'): 2, ('pentagon', 'black'): 1, ('pentagon', 'gray'): 2, ('octagon', 'orange'): 1, ('cross', 'green'): 1}","(4, 6)"
|
| 62 |
+
60.svg,"{'star': 1, 'triangle': 1, 'pentagon': 2, 'hexagon': 2, 'cross': 1, 'octagon': 1}","{('star', 'green'): 1, ('triangle', 'green'): 1, ('pentagon', 'green'): 1, ('pentagon', 'gray'): 1, ('hexagon', 'green'): 1, ('hexagon', 'orange'): 1, ('cross', 'black'): 1, ('octagon', 'yellow'): 1}","(6, 2)"
|
| 63 |
+
61.svg,"{'octagon': 2, 'cross': 2, 'star': 1, 'triangle': 1, 'pentagon': 2, 'hexagon': 1}","{('octagon', 'gray'): 1, ('octagon', 'red'): 1, ('cross', 'purple'): 1, ('cross', 'orange'): 1, ('star', 'orange'): 1, ('triangle', 'yellow'): 1, ('pentagon', 'purple'): 1, ('pentagon', 'black'): 1, ('hexagon', 'red'): 1}","(6, 2)"
|
| 64 |
+
62.svg,"{'star': 1, 'cross': 1, 'triangle': 1, 'octagon': 1, 'pentagon': 1, 'hexagon': 2}","{('star', 'black'): 1, ('cross', 'yellow'): 1, ('triangle', 'purple'): 1, ('octagon', 'orange'): 1, ('pentagon', 'gray'): 1, ('hexagon', 'black'): 1, ('hexagon', 'purple'): 1}","(6, 2)"
|
| 65 |
+
63.svg,"{'star': 2, 'pentagon': 1, 'triangle': 2, 'cross': 2, 'octagon': 1, 'hexagon': 2}","{('star', 'yellow'): 1, ('star', 'gray'): 1, ('pentagon', 'blue'): 1, ('triangle', 'purple'): 1, ('triangle', 'blue'): 1, ('cross', 'blue'): 1, ('cross', 'red'): 1, ('octagon', 'orange'): 1, ('hexagon', 'gray'): 1, ('hexagon', 'red'): 1}","(6, 2)"
|
| 66 |
+
64.svg,"{'cross': 1, 'triangle': 1, 'octagon': 2, 'star': 1, 'hexagon': 1, 'pentagon': 2}","{('cross', 'gray'): 1, ('triangle', 'yellow'): 1, ('octagon', 'red'): 2, ('star', 'black'): 1, ('hexagon', 'red'): 1, ('pentagon', 'red'): 1, ('pentagon', 'black'): 1}","(6, 2)"
|
| 67 |
+
65.svg,"{'hexagon': 2, 'pentagon': 2, 'octagon': 2, 'cross': 1, 'triangle': 1, 'star': 1}","{('hexagon', 'gray'): 1, ('hexagon', 'purple'): 1, ('pentagon', 'green'): 1, ('pentagon', 'gray'): 1, ('octagon', 'purple'): 1, ('octagon', 'black'): 1, ('cross', 'red'): 1, ('triangle', 'yellow'): 1, ('star', 'gray'): 1}","(6, 2)"
|
| 68 |
+
66.svg,"{'star': 1, 'triangle': 1, 'hexagon': 1, 'pentagon': 1, 'cross': 2, 'octagon': 1}","{('star', 'black'): 1, ('triangle', 'yellow'): 1, ('hexagon', 'purple'): 1, ('pentagon', 'yellow'): 1, ('cross', 'red'): 1, ('cross', 'black'): 1, ('octagon', 'green'): 1}","(6, 2)"
|
| 69 |
+
67.svg,"{'hexagon': 1, 'cross': 2, 'star': 1, 'triangle': 1, 'octagon': 2, 'pentagon': 1}","{('hexagon', 'purple'): 1, ('cross', 'blue'): 1, ('cross', 'yellow'): 1, ('star', 'black'): 1, ('triangle', 'orange'): 1, ('octagon', 'green'): 1, ('octagon', 'black'): 1, ('pentagon', 'blue'): 1}","(6, 2)"
|
| 70 |
+
68.svg,"{'star': 2, 'octagon': 1, 'pentagon': 2, 'hexagon': 1, 'cross': 2, 'triangle': 1}","{('star', 'purple'): 2, ('octagon', 'black'): 1, ('pentagon', 'gray'): 1, ('pentagon', 'blue'): 1, ('hexagon', 'purple'): 1, ('cross', 'red'): 1, ('cross', 'purple'): 1, ('triangle', 'purple'): 1}","(6, 2)"
|
| 71 |
+
69.svg,"{'pentagon': 1, 'star': 1, 'octagon': 2, 'hexagon': 1, 'cross': 2, 'triangle': 2}","{('pentagon', 'red'): 1, ('star', 'yellow'): 1, ('octagon', 'blue'): 1, ('octagon', 'yellow'): 1, ('hexagon', 'green'): 1, ('cross', 'purple'): 1, ('cross', 'red'): 1, ('triangle', 'purple'): 1, ('triangle', 'gray'): 1}","(6, 2)"
|
| 72 |
+
70.svg,"{'star': 2, 'pentagon': 3, 'cross': 3, 'hexagon': 2, 'octagon': 3, 'triangle': 1}","{('star', 'red'): 2, ('pentagon', 'yellow'): 1, ('pentagon', 'red'): 1, ('pentagon', 'orange'): 1, ('cross', 'black'): 1, ('cross', 'orange'): 1, ('cross', 'blue'): 1, ('hexagon', 'green'): 1, ('hexagon', 'black'): 1, ('octagon', 'black'): 1, ('octagon', 'purple'): 1, ('octagon', 'blue'): 1, ('triangle', 'red'): 1}","(6, 4)"
|
| 73 |
+
71.svg,"{'cross': 3, 'triangle': 2, 'hexagon': 3, 'pentagon': 2, 'octagon': 2, 'star': 1}","{('cross', 'black'): 1, ('cross', 'green'): 1, ('cross', 'orange'): 1, ('triangle', 'black'): 1, ('triangle', 'yellow'): 1, ('hexagon', 'black'): 1, ('hexagon', 'gray'): 1, ('hexagon', 'red'): 1, ('pentagon', 'black'): 1, ('pentagon', 'green'): 1, ('octagon', 'orange'): 1, ('octagon', 'black'): 1, ('star', 'gray'): 1}","(6, 4)"
|
| 74 |
+
72.svg,"{'octagon': 3, 'cross': 4, 'triangle': 4, 'pentagon': 3, 'star': 1, 'hexagon': 3}","{('octagon', 'red'): 1, ('octagon', 'green'): 1, ('octagon', 'purple'): 1, ('cross', 'black'): 1, ('cross', 'red'): 1, ('cross', 'gray'): 1, ('cross', 'blue'): 1, ('triangle', 'orange'): 2, ('triangle', 'purple'): 1, ('triangle', 'black'): 1, ('pentagon', 'gray'): 2, ('pentagon', 'green'): 1, ('star', 'orange'): 1, ('hexagon', 'blue'): 2, ('hexagon', 'black'): 1}","(6, 4)"
|
| 75 |
+
73.svg,"{'star': 4, 'cross': 2, 'hexagon': 4, 'triangle': 1, 'pentagon': 3, 'octagon': 1}","{('star', 'purple'): 1, ('star', 'yellow'): 1, ('star', 'blue'): 1, ('star', 'gray'): 1, ('cross', 'orange'): 1, ('cross', 'green'): 1, ('hexagon', 'green'): 1, ('hexagon', 'red'): 1, ('hexagon', 'gray'): 1, ('hexagon', 'blue'): 1, ('triangle', 'yellow'): 1, ('pentagon', 'yellow'): 2, ('pentagon', 'blue'): 1, ('octagon', 'black'): 1}","(6, 4)"
|
| 76 |
+
74.svg,"{'octagon': 4, 'hexagon': 2, 'cross': 3, 'triangle': 2, 'pentagon': 1, 'star': 3}","{('octagon', 'purple'): 1, ('octagon', 'red'): 1, ('octagon', 'yellow'): 2, ('hexagon', 'blue'): 2, ('cross', 'yellow'): 1, ('cross', 'blue'): 2, ('triangle', 'yellow'): 1, ('triangle', 'black'): 1, ('pentagon', 'gray'): 1, ('star', 'yellow'): 1, ('star', 'orange'): 1, ('star', 'purple'): 1}","(6, 4)"
|
| 77 |
+
75.svg,"{'octagon': 3, 'pentagon': 4, 'cross': 2, 'hexagon': 4, 'star': 1, 'triangle': 1}","{('octagon', 'blue'): 1, ('octagon', 'yellow'): 1, ('octagon', 'gray'): 1, ('pentagon', 'blue'): 1, ('pentagon', 'purple'): 1, ('pentagon', 'red'): 1, ('pentagon', 'orange'): 1, ('cross', 'blue'): 1, ('cross', 'gray'): 1, ('hexagon', 'orange'): 1, ('hexagon', 'black'): 1, ('hexagon', 'blue'): 1, ('hexagon', 'yellow'): 1, ('star', 'blue'): 1, ('triangle', 'red'): 1}","(6, 4)"
|
| 78 |
+
76.svg,"{'hexagon': 1, 'pentagon': 3, 'cross': 4, 'triangle': 4, 'octagon': 4, 'star': 1}","{('hexagon', 'red'): 1, ('pentagon', 'gray'): 1, ('pentagon', 'red'): 1, ('pentagon', 'orange'): 1, ('cross', 'orange'): 2, ('cross', 'red'): 1, ('cross', 'gray'): 1, ('triangle', 'red'): 1, ('triangle', 'purple'): 1, ('triangle', 'black'): 1, ('triangle', 'blue'): 1, ('octagon', 'gray'): 1, ('octagon', 'blue'): 1, ('octagon', 'green'): 1, ('octagon', 'black'): 1, ('star', 'red'): 1}","(6, 4)"
|
| 79 |
+
77.svg,"{'triangle': 1, 'cross': 3, 'hexagon': 4, 'star': 1, 'octagon': 1, 'pentagon': 1}","{('triangle', 'blue'): 1, ('cross', 'yellow'): 1, ('cross', 'black'): 2, ('hexagon', 'yellow'): 2, ('hexagon', 'purple'): 1, ('hexagon', 'red'): 1, ('star', 'purple'): 1, ('octagon', 'blue'): 1, ('pentagon', 'blue'): 1}","(6, 4)"
|
| 80 |
+
78.svg,"{'star': 4, 'triangle': 4, 'hexagon': 3, 'pentagon': 3, 'octagon': 4, 'cross': 1}","{('star', 'black'): 1, ('star', 'red'): 1, ('star', 'blue'): 2, ('triangle', 'green'): 1, ('triangle', 'purple'): 1, ('triangle', 'blue'): 1, ('triangle', 'black'): 1, ('hexagon', 'gray'): 1, ('hexagon', 'green'): 1, ('hexagon', 'orange'): 1, ('pentagon', 'blue'): 1, ('pentagon', 'orange'): 1, ('pentagon', 'green'): 1, ('octagon', 'red'): 2, ('octagon', 'black'): 1, ('octagon', 'purple'): 1, ('cross', 'black'): 1}","(6, 4)"
|
| 81 |
+
79.svg,"{'hexagon': 2, 'cross': 3, 'star': 1, 'octagon': 3, 'pentagon': 3, 'triangle': 2}","{('hexagon', 'red'): 1, ('hexagon', 'blue'): 1, ('cross', 'gray'): 1, ('cross', 'purple'): 1, ('cross', 'green'): 1, ('star', 'red'): 1, ('octagon', 'green'): 1, ('octagon', 'purple'): 1, ('octagon', 'yellow'): 1, ('pentagon', 'green'): 1, ('pentagon', 'yellow'): 2, ('triangle', 'black'): 1, ('triangle', 'gray'): 1}","(6, 4)"
|
| 82 |
+
80.svg,"{'triangle': 2, 'cross': 1, 'star': 5, 'hexagon': 1, 'pentagon': 1, 'octagon': 2}","{('triangle', 'blue'): 1, ('triangle', 'black'): 1, ('cross', 'black'): 1, ('star', 'purple'): 1, ('star', 'blue'): 4, ('hexagon', 'orange'): 1, ('pentagon', 'red'): 1, ('octagon', 'yellow'): 1, ('octagon', 'green'): 1}","(6, 6)"
|
| 83 |
+
81.svg,"{'cross': 4, 'octagon': 5, 'pentagon': 6, 'hexagon': 4, 'star': 2, 'triangle': 1}","{('cross', 'green'): 2, ('cross', 'blue'): 1, ('cross', 'orange'): 1, ('octagon', 'green'): 2, ('octagon', 'gray'): 1, ('octagon', 'black'): 1, ('octagon', 'purple'): 1, ('pentagon', 'blue'): 1, ('pentagon', 'red'): 1, ('pentagon', 'gray'): 2, ('pentagon', 'green'): 1, ('pentagon', 'purple'): 1, ('hexagon', 'orange'): 1, ('hexagon', 'green'): 1, ('hexagon', 'blue'): 1, ('hexagon', 'black'): 1, ('star', 'blue'): 2, ('triangle', 'blue'): 1}","(6, 6)"
|
| 84 |
+
82.svg,"{'star': 3, 'hexagon': 6, 'cross': 5, 'triangle': 2, 'octagon': 6, 'pentagon': 1}","{('star', 'black'): 2, ('star', 'blue'): 1, ('hexagon', 'orange'): 2, ('hexagon', 'gray'): 1, ('hexagon', 'yellow'): 2, ('hexagon', 'red'): 1, ('cross', 'black'): 1, ('cross', 'yellow'): 1, ('cross', 'green'): 1, ('cross', 'orange'): 1, ('cross', 'blue'): 1, ('triangle', 'orange'): 1, ('triangle', 'black'): 1, ('octagon', 'purple'): 1, ('octagon', 'red'): 1, ('octagon', 'orange'): 2, ('octagon', 'gray'): 1, ('octagon', 'blue'): 1, ('pentagon', 'red'): 1}","(6, 6)"
|
| 85 |
+
83.svg,"{'hexagon': 2, 'octagon': 3, 'cross': 2, 'triangle': 4, 'star': 4, 'pentagon': 1}","{('hexagon', 'orange'): 1, ('hexagon', 'yellow'): 1, ('octagon', 'gray'): 1, ('octagon', 'purple'): 1, ('octagon', 'orange'): 1, ('cross', 'purple'): 1, ('cross', 'gray'): 1, ('triangle', 'purple'): 1, ('triangle', 'orange'): 1, ('triangle', 'red'): 1, ('triangle', 'gray'): 1, ('star', 'black'): 1, ('star', 'red'): 3, ('pentagon', 'gray'): 1}","(6, 6)"
|
| 86 |
+
84.svg,"{'cross': 3, 'star': 1, 'triangle': 5, 'octagon': 4, 'pentagon': 1, 'hexagon': 6}","{('cross', 'green'): 1, ('cross', 'orange'): 1, ('cross', 'red'): 1, ('star', 'green'): 1, ('triangle', 'gray'): 1, ('triangle', 'red'): 2, ('triangle', 'blue'): 1, ('triangle', 'green'): 1, ('octagon', 'orange'): 1, ('octagon', 'gray'): 3, ('pentagon', 'gray'): 1, ('hexagon', 'red'): 2, ('hexagon', 'yellow'): 2, ('hexagon', 'black'): 1, ('hexagon', 'purple'): 1}","(6, 6)"
|
| 87 |
+
85.svg,"{'octagon': 6, 'triangle': 4, 'hexagon': 5, 'star': 1, 'cross': 6, 'pentagon': 2}","{('octagon', 'gray'): 2, ('octagon', 'red'): 1, ('octagon', 'black'): 1, ('octagon', 'yellow'): 1, ('octagon', 'purple'): 1, ('triangle', 'red'): 2, ('triangle', 'yellow'): 1, ('triangle', 'blue'): 1, ('hexagon', 'red'): 3, ('hexagon', 'purple'): 1, ('hexagon', 'gray'): 1, ('star', 'blue'): 1, ('cross', 'black'): 1, ('cross', 'orange'): 2, ('cross', 'blue'): 1, ('cross', 'green'): 1, ('cross', 'purple'): 1, ('pentagon', 'red'): 1, ('pentagon', 'orange'): 1}","(6, 6)"
|
| 88 |
+
86.svg,"{'triangle': 6, 'pentagon': 6, 'cross': 6, 'star': 6, 'hexagon': 3, 'octagon': 3}","{('triangle', 'orange'): 1, ('triangle', 'black'): 1, ('triangle', 'green'): 2, ('triangle', 'blue'): 1, ('triangle', 'purple'): 1, ('pentagon', 'purple'): 1, ('pentagon', 'orange'): 1, ('pentagon', 'blue'): 1, ('pentagon', 'red'): 1, ('pentagon', 'black'): 1, ('pentagon', 'gray'): 1, ('cross', 'black'): 1, ('cross', 'yellow'): 1, ('cross', 'gray'): 2, ('cross', 'purple'): 1, ('cross', 'green'): 1, ('star', 'green'): 1, ('star', 'yellow'): 2, ('star', 'purple'): 1, ('star', 'orange'): 1, ('star', 'gray'): 1, ('hexagon', 'orange'): 1, ('hexagon', 'blue'): 1, ('hexagon', 'green'): 1, ('octagon', 'gray'): 2, ('octagon', 'blue'): 1}","(6, 6)"
|
| 89 |
+
87.svg,"{'triangle': 3, 'star': 4, 'pentagon': 3, 'hexagon': 1, 'cross': 3, 'octagon': 4}","{('triangle', 'purple'): 1, ('triangle', 'gray'): 1, ('triangle', 'black'): 1, ('star', 'green'): 1, ('star', 'blue'): 1, ('star', 'red'): 1, ('star', 'gray'): 1, ('pentagon', 'red'): 1, ('pentagon', 'orange'): 1, ('pentagon', 'yellow'): 1, ('hexagon', 'red'): 1, ('cross', 'black'): 1, ('cross', 'green'): 1, ('cross', 'gray'): 1, ('octagon', 'purple'): 2, ('octagon', 'yellow'): 1, ('octagon', 'green'): 1}","(6, 6)"
|
| 90 |
+
88.svg,"{'star': 5, 'octagon': 3, 'cross': 1, 'pentagon': 3, 'hexagon': 4, 'triangle': 3}","{('star', 'green'): 1, ('star', 'purple'): 2, ('star', 'blue'): 1, ('star', 'black'): 1, ('octagon', 'black'): 1, ('octagon', 'yellow'): 1, ('octagon', 'purple'): 1, ('cross', 'green'): 1, ('pentagon', 'gray'): 1, ('pentagon', 'blue'): 1, ('pentagon', 'purple'): 1, ('hexagon', 'gray'): 2, ('hexagon', 'purple'): 1, ('hexagon', 'black'): 1, ('triangle', 'orange'): 2, ('triangle', 'gray'): 1}","(6, 6)"
|
| 91 |
+
89.svg,"{'triangle': 2, 'star': 5, 'hexagon': 1, 'pentagon': 4, 'cross': 1, 'octagon': 3}","{('triangle', 'red'): 1, ('triangle', 'black'): 1, ('star', 'green'): 3, ('star', 'blue'): 1, ('star', 'yellow'): 1, ('hexagon', 'yellow'): 1, ('pentagon', 'blue'): 1, ('pentagon', 'yellow'): 2, ('pentagon', 'black'): 1, ('cross', 'yellow'): 1, ('octagon', 'purple'): 2, ('octagon', 'yellow'): 1}","(6, 6)"
|
2D_DoYouSeeMe/color_and_shape_disambiguation/dataset_info.csv
ADDED
|
@@ -0,0 +1,409 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
filename,question,answer,sweep
|
| 2 |
+
0.svg,Count the number of pentagon's that are yellow.,1,"(2, 2)"
|
| 3 |
+
0.svg,Count the number of pentagon's that are red.,1,"(2, 2)"
|
| 4 |
+
1.svg,Count the number of star's that are green.,1,"(2, 2)"
|
| 5 |
+
1.svg,Count the number of star's that are red.,1,"(2, 2)"
|
| 6 |
+
2.svg,Count the number of triangle's that are gray.,1,"(2, 2)"
|
| 7 |
+
2.svg,Count the number of pentagon's that are purple.,1,"(2, 2)"
|
| 8 |
+
3.svg,Count the number of cross's that are purple.,1,"(2, 2)"
|
| 9 |
+
4.svg,Count the number of triangle's that are purple.,1,"(2, 2)"
|
| 10 |
+
4.svg,Count the number of cross's that are gray.,1,"(2, 2)"
|
| 11 |
+
5.svg,Count the number of star's that are green.,1,"(2, 2)"
|
| 12 |
+
5.svg,Count the number of star's that are black.,1,"(2, 2)"
|
| 13 |
+
6.svg,Count the number of star's that are red.,1,"(2, 2)"
|
| 14 |
+
7.svg,Count the number of pentagon's that are black.,1,"(2, 2)"
|
| 15 |
+
7.svg,Count the number of triangle's that are green.,1,"(2, 2)"
|
| 16 |
+
8.svg,Count the number of cross's that are black.,1,"(2, 2)"
|
| 17 |
+
8.svg,Count the number of triangle's that are orange.,1,"(2, 2)"
|
| 18 |
+
9.svg,Count the number of hexagon's that are orange.,1,"(2, 2)"
|
| 19 |
+
9.svg,Count the number of cross's that are gray.,1,"(2, 2)"
|
| 20 |
+
10.svg,Count the number of triangle's that are yellow.,1,"(2, 4)"
|
| 21 |
+
11.svg,Count the number of star's that are black.,1,"(2, 4)"
|
| 22 |
+
11.svg,Count the number of star's that are blue.,1,"(2, 4)"
|
| 23 |
+
12.svg,Count the number of hexagon's that are yellow.,1,"(2, 4)"
|
| 24 |
+
12.svg,Count the number of cross's that are green.,2,"(2, 4)"
|
| 25 |
+
12.svg,Count the number of hexagon's that are blue.,2,"(2, 4)"
|
| 26 |
+
13.svg,Count the number of pentagon's that are blue.,1,"(2, 4)"
|
| 27 |
+
13.svg,Count the number of star's that are orange.,1,"(2, 4)"
|
| 28 |
+
14.svg,Count the number of star's that are blue.,2,"(2, 4)"
|
| 29 |
+
14.svg,Count the number of star's that are yellow.,1,"(2, 4)"
|
| 30 |
+
15.svg,Count the number of pentagon's that are purple.,1,"(2, 4)"
|
| 31 |
+
15.svg,Count the number of triangle's that are green.,1,"(2, 4)"
|
| 32 |
+
15.svg,Count the number of pentagon's that are red.,1,"(2, 4)"
|
| 33 |
+
16.svg,Count the number of triangle's that are red.,1,"(2, 4)"
|
| 34 |
+
16.svg,Count the number of triangle's that are gray.,1,"(2, 4)"
|
| 35 |
+
17.svg,Count the number of pentagon's that are blue.,1,"(2, 4)"
|
| 36 |
+
17.svg,Count the number of cross's that are green.,1,"(2, 4)"
|
| 37 |
+
18.svg,Count the number of hexagon's that are purple.,1,"(2, 4)"
|
| 38 |
+
18.svg,Count the number of cross's that are black.,1,"(2, 4)"
|
| 39 |
+
18.svg,Count the number of cross's that are purple.,1,"(2, 4)"
|
| 40 |
+
19.svg,Count the number of octagon's that are orange.,1,"(2, 4)"
|
| 41 |
+
19.svg,Count the number of hexagon's that are red.,1,"(2, 4)"
|
| 42 |
+
20.svg,Count the number of octagon's that are purple.,1,"(2, 6)"
|
| 43 |
+
20.svg,Count the number of triangle's that are green.,1,"(2, 6)"
|
| 44 |
+
20.svg,Count the number of triangle's that are purple.,1,"(2, 6)"
|
| 45 |
+
20.svg,Count the number of octagon's that are gray.,1,"(2, 6)"
|
| 46 |
+
20.svg,Count the number of octagon's that are black.,1,"(2, 6)"
|
| 47 |
+
21.svg,Count the number of octagon's that are green.,1,"(2, 6)"
|
| 48 |
+
21.svg,Count the number of pentagon's that are red.,1,"(2, 6)"
|
| 49 |
+
21.svg,Count the number of pentagon's that are orange.,2,"(2, 6)"
|
| 50 |
+
22.svg,Count the number of triangle's that are gray.,1,"(2, 6)"
|
| 51 |
+
22.svg,Count the number of triangle's that are red.,1,"(2, 6)"
|
| 52 |
+
23.svg,Count the number of octagon's that are red.,2,"(2, 6)"
|
| 53 |
+
23.svg,Count the number of octagon's that are yellow.,1,"(2, 6)"
|
| 54 |
+
23.svg,Count the number of octagon's that are black.,1,"(2, 6)"
|
| 55 |
+
24.svg,Count the number of triangle's that are purple.,1,"(2, 6)"
|
| 56 |
+
24.svg,Count the number of star's that are green.,2,"(2, 6)"
|
| 57 |
+
25.svg,Count the number of octagon's that are orange.,1,"(2, 6)"
|
| 58 |
+
25.svg,Count the number of octagon's that are yellow.,1,"(2, 6)"
|
| 59 |
+
25.svg,Count the number of hexagon's that are purple.,1,"(2, 6)"
|
| 60 |
+
25.svg,Count the number of hexagon's that are black.,1,"(2, 6)"
|
| 61 |
+
26.svg,Count the number of pentagon's that are orange.,1,"(2, 6)"
|
| 62 |
+
26.svg,Count the number of pentagon's that are black.,1,"(2, 6)"
|
| 63 |
+
26.svg,Count the number of pentagon's that are gray.,1,"(2, 6)"
|
| 64 |
+
26.svg,Count the number of hexagon's that are orange.,2,"(2, 6)"
|
| 65 |
+
27.svg,Count the number of cross's that are orange.,2,"(2, 6)"
|
| 66 |
+
27.svg,Count the number of star's that are black.,1,"(2, 6)"
|
| 67 |
+
28.svg,Count the number of hexagon's that are yellow.,1,"(2, 6)"
|
| 68 |
+
28.svg,Count the number of star's that are yellow.,1,"(2, 6)"
|
| 69 |
+
28.svg,Count the number of hexagon's that are green.,1,"(2, 6)"
|
| 70 |
+
29.svg,Count the number of triangle's that are gray.,1,"(2, 6)"
|
| 71 |
+
29.svg,Count the number of triangle's that are blue.,1,"(2, 6)"
|
| 72 |
+
29.svg,Count the number of triangle's that are black.,1,"(2, 6)"
|
| 73 |
+
30.svg,Count the number of pentagon's that are red.,1,"(4, 2)"
|
| 74 |
+
30.svg,Count the number of octagon's that are yellow.,1,"(4, 2)"
|
| 75 |
+
30.svg,Count the number of hexagon's that are yellow.,1,"(4, 2)"
|
| 76 |
+
31.svg,Count the number of star's that are red.,1,"(4, 2)"
|
| 77 |
+
31.svg,Count the number of cross's that are blue.,1,"(4, 2)"
|
| 78 |
+
31.svg,Count the number of star's that are orange.,1,"(4, 2)"
|
| 79 |
+
32.svg,Count the number of star's that are yellow.,1,"(4, 2)"
|
| 80 |
+
32.svg,Count the number of hexagon's that are black.,1,"(4, 2)"
|
| 81 |
+
32.svg,Count the number of octagon's that are purple.,1,"(4, 2)"
|
| 82 |
+
32.svg,Count the number of star's that are blue.,1,"(4, 2)"
|
| 83 |
+
33.svg,Count the number of star's that are orange.,1,"(4, 2)"
|
| 84 |
+
33.svg,Count the number of pentagon's that are black.,1,"(4, 2)"
|
| 85 |
+
33.svg,Count the number of pentagon's that are blue.,1,"(4, 2)"
|
| 86 |
+
34.svg,Count the number of pentagon's that are red.,1,"(4, 2)"
|
| 87 |
+
34.svg,Count the number of hexagon's that are yellow.,1,"(4, 2)"
|
| 88 |
+
34.svg,Count the number of triangle's that are red.,1,"(4, 2)"
|
| 89 |
+
35.svg,Count the number of cross's that are gray.,1,"(4, 2)"
|
| 90 |
+
35.svg,Count the number of triangle's that are purple.,1,"(4, 2)"
|
| 91 |
+
35.svg,Count the number of cross's that are green.,1,"(4, 2)"
|
| 92 |
+
35.svg,Count the number of octagon's that are blue.,1,"(4, 2)"
|
| 93 |
+
36.svg,Count the number of star's that are yellow.,1,"(4, 2)"
|
| 94 |
+
36.svg,Count the number of hexagon's that are red.,1,"(4, 2)"
|
| 95 |
+
37.svg,Count the number of hexagon's that are green.,1,"(4, 2)"
|
| 96 |
+
37.svg,Count the number of octagon's that are green.,1,"(4, 2)"
|
| 97 |
+
37.svg,Count the number of octagon's that are red.,1,"(4, 2)"
|
| 98 |
+
38.svg,Count the number of cross's that are red.,1,"(4, 2)"
|
| 99 |
+
38.svg,Count the number of hexagon's that are gray.,1,"(4, 2)"
|
| 100 |
+
38.svg,Count the number of cross's that are blue.,1,"(4, 2)"
|
| 101 |
+
38.svg,Count the number of pentagon's that are blue.,1,"(4, 2)"
|
| 102 |
+
39.svg,Count the number of hexagon's that are black.,1,"(4, 2)"
|
| 103 |
+
39.svg,Count the number of pentagon's that are green.,1,"(4, 2)"
|
| 104 |
+
39.svg,Count the number of pentagon's that are red.,1,"(4, 2)"
|
| 105 |
+
39.svg,Count the number of octagon's that are green.,1,"(4, 2)"
|
| 106 |
+
40.svg,Count the number of hexagon's that are purple.,1,"(4, 4)"
|
| 107 |
+
40.svg,Count the number of pentagon's that are gray.,1,"(4, 4)"
|
| 108 |
+
40.svg,Count the number of pentagon's that are purple.,1,"(4, 4)"
|
| 109 |
+
40.svg,Count the number of triangle's that are red.,1,"(4, 4)"
|
| 110 |
+
40.svg,Count the number of pentagon's that are blue.,1,"(4, 4)"
|
| 111 |
+
41.svg,Count the number of triangle's that are orange.,1,"(4, 4)"
|
| 112 |
+
41.svg,Count the number of octagon's that are red.,1,"(4, 4)"
|
| 113 |
+
41.svg,Count the number of octagon's that are black.,1,"(4, 4)"
|
| 114 |
+
41.svg,Count the number of cross's that are purple.,1,"(4, 4)"
|
| 115 |
+
41.svg,Count the number of triangle's that are black.,1,"(4, 4)"
|
| 116 |
+
42.svg,Count the number of octagon's that are yellow.,1,"(4, 4)"
|
| 117 |
+
42.svg,Count the number of star's that are gray.,1,"(4, 4)"
|
| 118 |
+
42.svg,Count the number of cross's that are orange.,1,"(4, 4)"
|
| 119 |
+
42.svg,Count the number of star's that are black.,1,"(4, 4)"
|
| 120 |
+
43.svg,Count the number of octagon's that are gray.,1,"(4, 4)"
|
| 121 |
+
43.svg,Count the number of star's that are purple.,2,"(4, 4)"
|
| 122 |
+
43.svg,Count the number of hexagon's that are gray.,1,"(4, 4)"
|
| 123 |
+
43.svg,Count the number of pentagon's that are red.,2,"(4, 4)"
|
| 124 |
+
44.svg,Count the number of pentagon's that are orange.,1,"(4, 4)"
|
| 125 |
+
44.svg,Count the number of triangle's that are black.,1,"(4, 4)"
|
| 126 |
+
44.svg,Count the number of triangle's that are green.,1,"(4, 4)"
|
| 127 |
+
44.svg,Count the number of pentagon's that are yellow.,1,"(4, 4)"
|
| 128 |
+
44.svg,Count the number of pentagon's that are green.,1,"(4, 4)"
|
| 129 |
+
45.svg,Count the number of hexagon's that are yellow.,1,"(4, 4)"
|
| 130 |
+
45.svg,Count the number of pentagon's that are purple.,1,"(4, 4)"
|
| 131 |
+
45.svg,Count the number of triangle's that are yellow.,1,"(4, 4)"
|
| 132 |
+
45.svg,Count the number of cross's that are blue.,1,"(4, 4)"
|
| 133 |
+
45.svg,Count the number of cross's that are purple.,1,"(4, 4)"
|
| 134 |
+
46.svg,Count the number of hexagon's that are red.,1,"(4, 4)"
|
| 135 |
+
46.svg,Count the number of hexagon's that are purple.,2,"(4, 4)"
|
| 136 |
+
46.svg,Count the number of star's that are blue.,1,"(4, 4)"
|
| 137 |
+
46.svg,Count the number of octagon's that are yellow.,2,"(4, 4)"
|
| 138 |
+
46.svg,Count the number of star's that are purple.,1,"(4, 4)"
|
| 139 |
+
47.svg,Count the number of pentagon's that are red.,1,"(4, 4)"
|
| 140 |
+
47.svg,Count the number of pentagon's that are purple.,1,"(4, 4)"
|
| 141 |
+
47.svg,Count the number of star's that are blue.,1,"(4, 4)"
|
| 142 |
+
47.svg,Count the number of cross's that are black.,1,"(4, 4)"
|
| 143 |
+
48.svg,Count the number of octagon's that are blue.,1,"(4, 4)"
|
| 144 |
+
48.svg,Count the number of pentagon's that are yellow.,2,"(4, 4)"
|
| 145 |
+
48.svg,Count the number of triangle's that are blue.,1,"(4, 4)"
|
| 146 |
+
48.svg,Count the number of cross's that are green.,1,"(4, 4)"
|
| 147 |
+
48.svg,Count the number of octagon's that are black.,1,"(4, 4)"
|
| 148 |
+
49.svg,Count the number of octagon's that are black.,1,"(4, 4)"
|
| 149 |
+
49.svg,Count the number of cross's that are purple.,1,"(4, 4)"
|
| 150 |
+
49.svg,Count the number of cross's that are red.,1,"(4, 4)"
|
| 151 |
+
49.svg,Count the number of pentagon's that are orange.,2,"(4, 4)"
|
| 152 |
+
49.svg,Count the number of hexagon's that are black.,1,"(4, 4)"
|
| 153 |
+
50.svg,Count the number of star's that are gray.,2,"(4, 6)"
|
| 154 |
+
50.svg,Count the number of hexagon's that are green.,2,"(4, 6)"
|
| 155 |
+
50.svg,Count the number of hexagon's that are black.,1,"(4, 6)"
|
| 156 |
+
50.svg,Count the number of star's that are green.,1,"(4, 6)"
|
| 157 |
+
50.svg,Count the number of triangle's that are blue.,1,"(4, 6)"
|
| 158 |
+
50.svg,Count the number of star's that are blue.,1,"(4, 6)"
|
| 159 |
+
51.svg,Count the number of cross's that are red.,1,"(4, 6)"
|
| 160 |
+
51.svg,Count the number of octagon's that are black.,1,"(4, 6)"
|
| 161 |
+
51.svg,Count the number of star's that are gray.,1,"(4, 6)"
|
| 162 |
+
51.svg,Count the number of cross's that are purple.,1,"(4, 6)"
|
| 163 |
+
51.svg,Count the number of cross's that are yellow.,1,"(4, 6)"
|
| 164 |
+
51.svg,Count the number of octagon's that are orange.,1,"(4, 6)"
|
| 165 |
+
52.svg,Count the number of pentagon's that are purple.,1,"(4, 6)"
|
| 166 |
+
52.svg,Count the number of star's that are purple.,1,"(4, 6)"
|
| 167 |
+
52.svg,Count the number of star's that are blue.,1,"(4, 6)"
|
| 168 |
+
52.svg,Count the number of hexagon's that are black.,2,"(4, 6)"
|
| 169 |
+
52.svg,Count the number of cross's that are blue.,1,"(4, 6)"
|
| 170 |
+
52.svg,Count the number of cross's that are orange.,1,"(4, 6)"
|
| 171 |
+
53.svg,Count the number of pentagon's that are blue.,2,"(4, 6)"
|
| 172 |
+
53.svg,Count the number of pentagon's that are purple.,1,"(4, 6)"
|
| 173 |
+
53.svg,Count the number of cross's that are black.,1,"(4, 6)"
|
| 174 |
+
53.svg,Count the number of star's that are gray.,1,"(4, 6)"
|
| 175 |
+
53.svg,Count the number of hexagon's that are black.,1,"(4, 6)"
|
| 176 |
+
53.svg,Count the number of pentagon's that are yellow.,1,"(4, 6)"
|
| 177 |
+
54.svg,Count the number of hexagon's that are black.,1,"(4, 6)"
|
| 178 |
+
54.svg,Count the number of hexagon's that are purple.,1,"(4, 6)"
|
| 179 |
+
54.svg,Count the number of octagon's that are gray.,1,"(4, 6)"
|
| 180 |
+
54.svg,Count the number of pentagon's that are gray.,1,"(4, 6)"
|
| 181 |
+
54.svg,Count the number of hexagon's that are green.,1,"(4, 6)"
|
| 182 |
+
54.svg,Count the number of hexagon's that are yellow.,1,"(4, 6)"
|
| 183 |
+
55.svg,Count the number of hexagon's that are yellow.,1,"(4, 6)"
|
| 184 |
+
55.svg,Count the number of pentagon's that are purple.,1,"(4, 6)"
|
| 185 |
+
55.svg,Count the number of triangle's that are blue.,1,"(4, 6)"
|
| 186 |
+
55.svg,Count the number of triangle's that are black.,1,"(4, 6)"
|
| 187 |
+
55.svg,Count the number of pentagon's that are black.,1,"(4, 6)"
|
| 188 |
+
56.svg,Count the number of cross's that are purple.,1,"(4, 6)"
|
| 189 |
+
56.svg,Count the number of star's that are blue.,1,"(4, 6)"
|
| 190 |
+
56.svg,Count the number of triangle's that are blue.,1,"(4, 6)"
|
| 191 |
+
56.svg,Count the number of star's that are gray.,2,"(4, 6)"
|
| 192 |
+
56.svg,Count the number of star's that are yellow.,2,"(4, 6)"
|
| 193 |
+
56.svg,Count the number of star's that are black.,1,"(4, 6)"
|
| 194 |
+
57.svg,Count the number of octagon's that are gray.,1,"(4, 6)"
|
| 195 |
+
57.svg,Count the number of hexagon's that are blue.,1,"(4, 6)"
|
| 196 |
+
57.svg,Count the number of octagon's that are green.,2,"(4, 6)"
|
| 197 |
+
57.svg,Count the number of octagon's that are red.,1,"(4, 6)"
|
| 198 |
+
57.svg,Count the number of triangle's that are green.,1,"(4, 6)"
|
| 199 |
+
58.svg,Count the number of octagon's that are red.,2,"(4, 6)"
|
| 200 |
+
58.svg,Count the number of octagon's that are yellow.,1,"(4, 6)"
|
| 201 |
+
58.svg,Count the number of cross's that are red.,1,"(4, 6)"
|
| 202 |
+
58.svg,Count the number of hexagon's that are black.,1,"(4, 6)"
|
| 203 |
+
58.svg,Count the number of octagon's that are purple.,2,"(4, 6)"
|
| 204 |
+
59.svg,Count the number of hexagon's that are green.,1,"(4, 6)"
|
| 205 |
+
59.svg,Count the number of pentagon's that are gray.,2,"(4, 6)"
|
| 206 |
+
59.svg,Count the number of hexagon's that are red.,1,"(4, 6)"
|
| 207 |
+
59.svg,Count the number of hexagon's that are blue.,2,"(4, 6)"
|
| 208 |
+
59.svg,Count the number of pentagon's that are blue.,2,"(4, 6)"
|
| 209 |
+
60.svg,Count the number of star's that are green.,1,"(6, 2)"
|
| 210 |
+
60.svg,Count the number of hexagon's that are green.,1,"(6, 2)"
|
| 211 |
+
60.svg,Count the number of pentagon's that are green.,1,"(6, 2)"
|
| 212 |
+
60.svg,Count the number of triangle's that are green.,1,"(6, 2)"
|
| 213 |
+
61.svg,Count the number of cross's that are orange.,1,"(6, 2)"
|
| 214 |
+
61.svg,Count the number of pentagon's that are black.,1,"(6, 2)"
|
| 215 |
+
61.svg,Count the number of cross's that are purple.,1,"(6, 2)"
|
| 216 |
+
61.svg,Count the number of star's that are orange.,1,"(6, 2)"
|
| 217 |
+
61.svg,Count the number of pentagon's that are purple.,1,"(6, 2)"
|
| 218 |
+
62.svg,Count the number of hexagon's that are black.,1,"(6, 2)"
|
| 219 |
+
62.svg,Count the number of triangle's that are purple.,1,"(6, 2)"
|
| 220 |
+
62.svg,Count the number of pentagon's that are gray.,1,"(6, 2)"
|
| 221 |
+
62.svg,Count the number of cross's that are yellow.,1,"(6, 2)"
|
| 222 |
+
63.svg,Count the number of triangle's that are blue.,1,"(6, 2)"
|
| 223 |
+
63.svg,Count the number of cross's that are red.,1,"(6, 2)"
|
| 224 |
+
63.svg,Count the number of hexagon's that are gray.,1,"(6, 2)"
|
| 225 |
+
63.svg,Count the number of octagon's that are orange.,1,"(6, 2)"
|
| 226 |
+
63.svg,Count the number of cross's that are blue.,1,"(6, 2)"
|
| 227 |
+
64.svg,Count the number of cross's that are gray.,1,"(6, 2)"
|
| 228 |
+
64.svg,Count the number of pentagon's that are black.,1,"(6, 2)"
|
| 229 |
+
64.svg,Count the number of hexagon's that are red.,1,"(6, 2)"
|
| 230 |
+
64.svg,Count the number of triangle's that are yellow.,1,"(6, 2)"
|
| 231 |
+
65.svg,Count the number of octagon's that are black.,1,"(6, 2)"
|
| 232 |
+
65.svg,Count the number of pentagon's that are green.,1,"(6, 2)"
|
| 233 |
+
65.svg,Count the number of hexagon's that are purple.,1,"(6, 2)"
|
| 234 |
+
65.svg,Count the number of cross's that are red.,1,"(6, 2)"
|
| 235 |
+
65.svg,Count the number of pentagon's that are gray.,1,"(6, 2)"
|
| 236 |
+
66.svg,Count the number of pentagon's that are yellow.,1,"(6, 2)"
|
| 237 |
+
66.svg,Count the number of cross's that are black.,1,"(6, 2)"
|
| 238 |
+
66.svg,Count the number of cross's that are red.,1,"(6, 2)"
|
| 239 |
+
66.svg,Count the number of octagon's that are green.,1,"(6, 2)"
|
| 240 |
+
67.svg,Count the number of hexagon's that are purple.,1,"(6, 2)"
|
| 241 |
+
67.svg,Count the number of star's that are black.,1,"(6, 2)"
|
| 242 |
+
67.svg,Count the number of octagon's that are green.,1,"(6, 2)"
|
| 243 |
+
67.svg,Count the number of triangle's that are orange.,1,"(6, 2)"
|
| 244 |
+
68.svg,Count the number of cross's that are purple.,1,"(6, 2)"
|
| 245 |
+
68.svg,Count the number of triangle's that are purple.,1,"(6, 2)"
|
| 246 |
+
68.svg,Count the number of cross's that are red.,1,"(6, 2)"
|
| 247 |
+
68.svg,Count the number of star's that are purple.,2,"(6, 2)"
|
| 248 |
+
69.svg,Count the number of octagon's that are blue.,1,"(6, 2)"
|
| 249 |
+
69.svg,Count the number of triangle's that are purple.,1,"(6, 2)"
|
| 250 |
+
69.svg,Count the number of pentagon's that are red.,1,"(6, 2)"
|
| 251 |
+
69.svg,Count the number of triangle's that are gray.,1,"(6, 2)"
|
| 252 |
+
69.svg,Count the number of star's that are yellow.,1,"(6, 2)"
|
| 253 |
+
70.svg,Count the number of hexagon's that are green.,1,"(6, 4)"
|
| 254 |
+
70.svg,Count the number of hexagon's that are black.,1,"(6, 4)"
|
| 255 |
+
70.svg,Count the number of triangle's that are red.,1,"(6, 4)"
|
| 256 |
+
70.svg,Count the number of octagon's that are blue.,1,"(6, 4)"
|
| 257 |
+
70.svg,Count the number of star's that are red.,2,"(6, 4)"
|
| 258 |
+
70.svg,Count the number of octagon's that are black.,1,"(6, 4)"
|
| 259 |
+
70.svg,Count the number of pentagon's that are orange.,1,"(6, 4)"
|
| 260 |
+
71.svg,Count the number of hexagon's that are black.,1,"(6, 4)"
|
| 261 |
+
71.svg,Count the number of triangle's that are yellow.,1,"(6, 4)"
|
| 262 |
+
71.svg,Count the number of hexagon's that are red.,1,"(6, 4)"
|
| 263 |
+
71.svg,Count the number of cross's that are black.,1,"(6, 4)"
|
| 264 |
+
71.svg,Count the number of hexagon's that are gray.,1,"(6, 4)"
|
| 265 |
+
71.svg,Count the number of triangle's that are black.,1,"(6, 4)"
|
| 266 |
+
71.svg,Count the number of octagon's that are black.,1,"(6, 4)"
|
| 267 |
+
72.svg,Count the number of pentagon's that are gray.,2,"(6, 4)"
|
| 268 |
+
72.svg,Count the number of octagon's that are green.,1,"(6, 4)"
|
| 269 |
+
72.svg,Count the number of pentagon's that are green.,1,"(6, 4)"
|
| 270 |
+
72.svg,Count the number of octagon's that are purple.,1,"(6, 4)"
|
| 271 |
+
72.svg,Count the number of octagon's that are red.,1,"(6, 4)"
|
| 272 |
+
72.svg,Count the number of cross's that are blue.,1,"(6, 4)"
|
| 273 |
+
72.svg,Count the number of triangle's that are black.,1,"(6, 4)"
|
| 274 |
+
72.svg,Count the number of cross's that are gray.,1,"(6, 4)"
|
| 275 |
+
73.svg,Count the number of star's that are purple.,1,"(6, 4)"
|
| 276 |
+
73.svg,Count the number of star's that are gray.,1,"(6, 4)"
|
| 277 |
+
73.svg,Count the number of octagon's that are black.,1,"(6, 4)"
|
| 278 |
+
73.svg,Count the number of pentagon's that are yellow.,2,"(6, 4)"
|
| 279 |
+
73.svg,Count the number of hexagon's that are gray.,1,"(6, 4)"
|
| 280 |
+
73.svg,Count the number of star's that are yellow.,1,"(6, 4)"
|
| 281 |
+
73.svg,Count the number of pentagon's that are blue.,1,"(6, 4)"
|
| 282 |
+
74.svg,Count the number of octagon's that are red.,1,"(6, 4)"
|
| 283 |
+
74.svg,Count the number of star's that are yellow.,1,"(6, 4)"
|
| 284 |
+
74.svg,Count the number of hexagon's that are blue.,2,"(6, 4)"
|
| 285 |
+
74.svg,Count the number of cross's that are yellow.,1,"(6, 4)"
|
| 286 |
+
74.svg,Count the number of pentagon's that are gray.,1,"(6, 4)"
|
| 287 |
+
74.svg,Count the number of cross's that are blue.,2,"(6, 4)"
|
| 288 |
+
75.svg,Count the number of octagon's that are gray.,1,"(6, 4)"
|
| 289 |
+
75.svg,Count the number of octagon's that are yellow.,1,"(6, 4)"
|
| 290 |
+
75.svg,Count the number of cross's that are blue.,1,"(6, 4)"
|
| 291 |
+
75.svg,Count the number of pentagon's that are orange.,1,"(6, 4)"
|
| 292 |
+
75.svg,Count the number of hexagon's that are black.,1,"(6, 4)"
|
| 293 |
+
75.svg,Count the number of star's that are blue.,1,"(6, 4)"
|
| 294 |
+
75.svg,Count the number of octagon's that are blue.,1,"(6, 4)"
|
| 295 |
+
75.svg,Count the number of pentagon's that are purple.,1,"(6, 4)"
|
| 296 |
+
76.svg,Count the number of octagon's that are black.,1,"(6, 4)"
|
| 297 |
+
76.svg,Count the number of octagon's that are blue.,1,"(6, 4)"
|
| 298 |
+
76.svg,Count the number of star's that are red.,1,"(6, 4)"
|
| 299 |
+
76.svg,Count the number of pentagon's that are gray.,1,"(6, 4)"
|
| 300 |
+
76.svg,Count the number of cross's that are orange.,2,"(6, 4)"
|
| 301 |
+
76.svg,Count the number of pentagon's that are red.,1,"(6, 4)"
|
| 302 |
+
76.svg,Count the number of triangle's that are purple.,1,"(6, 4)"
|
| 303 |
+
76.svg,Count the number of cross's that are red.,1,"(6, 4)"
|
| 304 |
+
77.svg,Count the number of cross's that are yellow.,1,"(6, 4)"
|
| 305 |
+
77.svg,Count the number of cross's that are black.,2,"(6, 4)"
|
| 306 |
+
77.svg,Count the number of octagon's that are blue.,1,"(6, 4)"
|
| 307 |
+
77.svg,Count the number of triangle's that are blue.,1,"(6, 4)"
|
| 308 |
+
77.svg,Count the number of hexagon's that are red.,1,"(6, 4)"
|
| 309 |
+
78.svg,Count the number of star's that are red.,1,"(6, 4)"
|
| 310 |
+
78.svg,Count the number of triangle's that are black.,1,"(6, 4)"
|
| 311 |
+
78.svg,Count the number of pentagon's that are blue.,1,"(6, 4)"
|
| 312 |
+
78.svg,Count the number of triangle's that are purple.,1,"(6, 4)"
|
| 313 |
+
78.svg,Count the number of hexagon's that are green.,1,"(6, 4)"
|
| 314 |
+
78.svg,Count the number of triangle's that are blue.,1,"(6, 4)"
|
| 315 |
+
78.svg,Count the number of pentagon's that are orange.,1,"(6, 4)"
|
| 316 |
+
78.svg,Count the number of hexagon's that are orange.,1,"(6, 4)"
|
| 317 |
+
78.svg,Count the number of star's that are black.,1,"(6, 4)"
|
| 318 |
+
79.svg,Count the number of triangle's that are black.,1,"(6, 4)"
|
| 319 |
+
79.svg,Count the number of triangle's that are gray.,1,"(6, 4)"
|
| 320 |
+
79.svg,Count the number of pentagon's that are green.,1,"(6, 4)"
|
| 321 |
+
79.svg,Count the number of octagon's that are purple.,1,"(6, 4)"
|
| 322 |
+
79.svg,Count the number of pentagon's that are yellow.,2,"(6, 4)"
|
| 323 |
+
79.svg,Count the number of octagon's that are green.,1,"(6, 4)"
|
| 324 |
+
79.svg,Count the number of cross's that are gray.,1,"(6, 4)"
|
| 325 |
+
80.svg,Count the number of octagon's that are green.,1,"(6, 6)"
|
| 326 |
+
80.svg,Count the number of cross's that are black.,1,"(6, 6)"
|
| 327 |
+
80.svg,Count the number of triangle's that are black.,1,"(6, 6)"
|
| 328 |
+
80.svg,Count the number of star's that are purple.,1,"(6, 6)"
|
| 329 |
+
80.svg,Count the number of star's that are blue.,4,"(6, 6)"
|
| 330 |
+
81.svg,Count the number of pentagon's that are gray.,2,"(6, 6)"
|
| 331 |
+
81.svg,Count the number of cross's that are green.,2,"(6, 6)"
|
| 332 |
+
81.svg,Count the number of octagon's that are gray.,1,"(6, 6)"
|
| 333 |
+
81.svg,Count the number of cross's that are orange.,1,"(6, 6)"
|
| 334 |
+
81.svg,Count the number of hexagon's that are black.,1,"(6, 6)"
|
| 335 |
+
81.svg,Count the number of octagon's that are black.,1,"(6, 6)"
|
| 336 |
+
81.svg,Count the number of hexagon's that are orange.,1,"(6, 6)"
|
| 337 |
+
81.svg,Count the number of pentagon's that are purple.,1,"(6, 6)"
|
| 338 |
+
81.svg,Count the number of cross's that are blue.,1,"(6, 6)"
|
| 339 |
+
82.svg,Count the number of cross's that are blue.,1,"(6, 6)"
|
| 340 |
+
82.svg,Count the number of star's that are blue.,1,"(6, 6)"
|
| 341 |
+
82.svg,Count the number of octagon's that are blue.,1,"(6, 6)"
|
| 342 |
+
82.svg,Count the number of cross's that are green.,1,"(6, 6)"
|
| 343 |
+
82.svg,Count the number of hexagon's that are orange.,2,"(6, 6)"
|
| 344 |
+
82.svg,Count the number of octagon's that are red.,1,"(6, 6)"
|
| 345 |
+
82.svg,Count the number of cross's that are orange.,1,"(6, 6)"
|
| 346 |
+
82.svg,Count the number of hexagon's that are yellow.,2,"(6, 6)"
|
| 347 |
+
82.svg,Count the number of hexagon's that are red.,1,"(6, 6)"
|
| 348 |
+
82.svg,Count the number of cross's that are black.,1,"(6, 6)"
|
| 349 |
+
83.svg,Count the number of triangle's that are orange.,1,"(6, 6)"
|
| 350 |
+
83.svg,Count the number of octagon's that are gray.,1,"(6, 6)"
|
| 351 |
+
83.svg,Count the number of octagon's that are orange.,1,"(6, 6)"
|
| 352 |
+
83.svg,Count the number of hexagon's that are yellow.,1,"(6, 6)"
|
| 353 |
+
83.svg,Count the number of triangle's that are purple.,1,"(6, 6)"
|
| 354 |
+
83.svg,Count the number of octagon's that are purple.,1,"(6, 6)"
|
| 355 |
+
83.svg,Count the number of hexagon's that are orange.,1,"(6, 6)"
|
| 356 |
+
84.svg,Count the number of triangle's that are gray.,1,"(6, 6)"
|
| 357 |
+
84.svg,Count the number of cross's that are red.,1,"(6, 6)"
|
| 358 |
+
84.svg,Count the number of octagon's that are orange.,1,"(6, 6)"
|
| 359 |
+
84.svg,Count the number of hexagon's that are red.,2,"(6, 6)"
|
| 360 |
+
84.svg,Count the number of cross's that are orange.,1,"(6, 6)"
|
| 361 |
+
84.svg,Count the number of hexagon's that are purple.,1,"(6, 6)"
|
| 362 |
+
84.svg,Count the number of triangle's that are blue.,1,"(6, 6)"
|
| 363 |
+
84.svg,Count the number of triangle's that are red.,2,"(6, 6)"
|
| 364 |
+
85.svg,Count the number of hexagon's that are purple.,1,"(6, 6)"
|
| 365 |
+
85.svg,Count the number of cross's that are orange.,2,"(6, 6)"
|
| 366 |
+
85.svg,Count the number of octagon's that are yellow.,1,"(6, 6)"
|
| 367 |
+
85.svg,Count the number of cross's that are purple.,1,"(6, 6)"
|
| 368 |
+
85.svg,Count the number of hexagon's that are red.,3,"(6, 6)"
|
| 369 |
+
85.svg,Count the number of triangle's that are blue.,1,"(6, 6)"
|
| 370 |
+
85.svg,Count the number of pentagon's that are red.,1,"(6, 6)"
|
| 371 |
+
85.svg,Count the number of triangle's that are red.,2,"(6, 6)"
|
| 372 |
+
85.svg,Count the number of star's that are blue.,1,"(6, 6)"
|
| 373 |
+
85.svg,Count the number of octagon's that are red.,1,"(6, 6)"
|
| 374 |
+
86.svg,Count the number of cross's that are green.,1,"(6, 6)"
|
| 375 |
+
86.svg,Count the number of triangle's that are blue.,1,"(6, 6)"
|
| 376 |
+
86.svg,Count the number of hexagon's that are blue.,1,"(6, 6)"
|
| 377 |
+
86.svg,Count the number of octagon's that are blue.,1,"(6, 6)"
|
| 378 |
+
86.svg,Count the number of cross's that are gray.,2,"(6, 6)"
|
| 379 |
+
86.svg,Count the number of triangle's that are black.,1,"(6, 6)"
|
| 380 |
+
86.svg,Count the number of pentagon's that are black.,1,"(6, 6)"
|
| 381 |
+
86.svg,Count the number of pentagon's that are gray.,1,"(6, 6)"
|
| 382 |
+
86.svg,Count the number of triangle's that are purple.,1,"(6, 6)"
|
| 383 |
+
86.svg,Count the number of pentagon's that are purple.,1,"(6, 6)"
|
| 384 |
+
86.svg,Count the number of cross's that are yellow.,1,"(6, 6)"
|
| 385 |
+
86.svg,Count the number of hexagon's that are green.,1,"(6, 6)"
|
| 386 |
+
86.svg,Count the number of star's that are purple.,1,"(6, 6)"
|
| 387 |
+
87.svg,Count the number of triangle's that are black.,1,"(6, 6)"
|
| 388 |
+
87.svg,Count the number of octagon's that are green.,1,"(6, 6)"
|
| 389 |
+
87.svg,Count the number of cross's that are green.,1,"(6, 6)"
|
| 390 |
+
87.svg,Count the number of triangle's that are gray.,1,"(6, 6)"
|
| 391 |
+
87.svg,Count the number of star's that are green.,1,"(6, 6)"
|
| 392 |
+
87.svg,Count the number of cross's that are black.,1,"(6, 6)"
|
| 393 |
+
87.svg,Count the number of octagon's that are purple.,2,"(6, 6)"
|
| 394 |
+
87.svg,Count the number of triangle's that are purple.,1,"(6, 6)"
|
| 395 |
+
87.svg,Count the number of star's that are gray.,1,"(6, 6)"
|
| 396 |
+
88.svg,Count the number of star's that are green.,1,"(6, 6)"
|
| 397 |
+
88.svg,Count the number of star's that are purple.,2,"(6, 6)"
|
| 398 |
+
88.svg,Count the number of octagon's that are purple.,1,"(6, 6)"
|
| 399 |
+
88.svg,Count the number of pentagon's that are gray.,1,"(6, 6)"
|
| 400 |
+
88.svg,Count the number of hexagon's that are purple.,1,"(6, 6)"
|
| 401 |
+
88.svg,Count the number of octagon's that are black.,1,"(6, 6)"
|
| 402 |
+
88.svg,Count the number of cross's that are green.,1,"(6, 6)"
|
| 403 |
+
88.svg,Count the number of pentagon's that are blue.,1,"(6, 6)"
|
| 404 |
+
89.svg,Count the number of cross's that are yellow.,1,"(6, 6)"
|
| 405 |
+
89.svg,Count the number of octagon's that are purple.,2,"(6, 6)"
|
| 406 |
+
89.svg,Count the number of star's that are blue.,1,"(6, 6)"
|
| 407 |
+
89.svg,Count the number of pentagon's that are blue.,1,"(6, 6)"
|
| 408 |
+
89.svg,Count the number of triangle's that are black.,1,"(6, 6)"
|
| 409 |
+
89.svg,Count the number of star's that are green.,3,"(6, 6)"
|
2D_DoYouSeeMe/geometric_dataset/1.png
ADDED
|
Git LFS Details
|
2D_DoYouSeeMe/geometric_dataset/100.png
ADDED
|
Git LFS Details
|
2D_DoYouSeeMe/geometric_dataset/50.png
ADDED
|
Git LFS Details
|
2D_DoYouSeeMe/geometric_dataset/dataset_creator.py
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Copyright (c) Microsoft Corporation.
|
| 2 |
+
# Licensed under the MIT license.
|
| 3 |
+
|
| 4 |
+
import ast
|
| 5 |
+
import pandas as pd
|
| 6 |
+
import os
|
| 7 |
+
import math
|
| 8 |
+
import random
|
| 9 |
+
random.seed(0)
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
dir_path = "visual_discrimination/sweep/geometric_dataset"
|
| 13 |
+
df = pd.read_csv(os.path.join(dir_path, "dataset_dump.csv"))
|
| 14 |
+
|
| 15 |
+
'''
|
| 16 |
+
The dataset_dump.csv file contains the following columns:
|
| 17 |
+
1. filename: SVG filename of the image
|
| 18 |
+
2. shape_dictionary: It contains shape name as the key and corresponding count as the value
|
| 19 |
+
'''
|
| 20 |
+
|
| 21 |
+
data = []
|
| 22 |
+
for index, row in df.iterrows():
|
| 23 |
+
shape_dict = ast.literal_eval(row['shape_dictionary'])
|
| 24 |
+
filename = row['filename']
|
| 25 |
+
sweep = ast.literal_eval(row['sweep'])
|
| 26 |
+
innerlist = []
|
| 27 |
+
for shape, count in shape_dict.items():
|
| 28 |
+
question = f"Count the total number of {shape}s in the image, including each concentric {shape} separately. For example, if there is one {shape} with 2 inner concentric rings, that counts as 3 {shape}s. Respond with only a number."
|
| 29 |
+
answer = count
|
| 30 |
+
innerlist.append({
|
| 31 |
+
'filename': filename,
|
| 32 |
+
'question': question,
|
| 33 |
+
'answer': answer,
|
| 34 |
+
'sweep': sweep
|
| 35 |
+
})
|
| 36 |
+
innerlist = random.sample(innerlist, 1)
|
| 37 |
+
data.extend(innerlist)
|
| 38 |
+
|
| 39 |
+
df = pd.DataFrame(data)
|
| 40 |
+
df.to_csv(os.path.join(dir_path, "dataset_info.csv"), index=False)
|
2D_DoYouSeeMe/geometric_dataset/dataset_dump.csv
ADDED
|
@@ -0,0 +1,241 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
filename,shape_dictionary,sweep
|
| 2 |
+
sweep_0_0.svg,"{'hexagon': 3, 'triangle': 4, 'star': 2}","(3, 3, 10)"
|
| 3 |
+
sweep_0_1.svg,"{'octagon': 6, 'star': 3}","(3, 3, 10)"
|
| 4 |
+
sweep_0_2.svg,"{'octagon': 1, 'rectangle': 3, 'hexagon': 3}","(3, 3, 10)"
|
| 5 |
+
sweep_0_3.svg,"{'hexagon': 6, 'octagon': 2}","(3, 3, 10)"
|
| 6 |
+
sweep_0_4.svg,"{'hexagon': 4, 'pentagon': 1, 'triangle': 5}","(3, 3, 10)"
|
| 7 |
+
sweep_0_5.svg,"{'circle': 4, 'rectangle': 2, 'hexagon': 3}","(3, 3, 10)"
|
| 8 |
+
sweep_0_6.svg,"{'pentagon': 1, 'octagon': 2, 'rectangle': 2}","(3, 3, 10)"
|
| 9 |
+
sweep_0_7.svg,"{'circle': 4, 'octagon': 5, 'star': 3}","(3, 3, 10)"
|
| 10 |
+
sweep_0_8.svg,"{'pentagon': 3, 'rectangle': 4, 'star': 3}","(3, 3, 10)"
|
| 11 |
+
sweep_0_9.svg,"{'octagon': 1, 'pentagon': 4, 'hexagon': 3}","(3, 3, 10)"
|
| 12 |
+
sweep_1_0.svg,"{'rectangle': 2, 'triangle': 7, 'octagon': 6}","(3, 3, -20)"
|
| 13 |
+
sweep_1_1.svg,"{'pentagon': 1, 'triangle': 2, 'rectangle': 1}","(3, 3, -20)"
|
| 14 |
+
sweep_1_2.svg,"{'star': 5, 'circle': 5, 'rectangle': 5}","(3, 3, -20)"
|
| 15 |
+
sweep_1_3.svg,"{'triangle': 2, 'hexagon': 4, 'rectangle': 3}","(3, 3, -20)"
|
| 16 |
+
sweep_1_4.svg,"{'octagon': 3, 'circle': 3, 'hexagon': 2}","(3, 3, -20)"
|
| 17 |
+
sweep_1_5.svg,"{'octagon': 1, 'star': 3, 'triangle': 6}","(3, 3, -20)"
|
| 18 |
+
sweep_1_6.svg,"{'hexagon': 4, 'star': 2, 'triangle': 2}","(3, 3, -20)"
|
| 19 |
+
sweep_1_7.svg,"{'hexagon': 3, 'circle': 5, 'rectangle': 1}","(3, 3, -20)"
|
| 20 |
+
sweep_1_8.svg,"{'pentagon': 2, 'octagon': 1, 'circle': 6}","(3, 3, -20)"
|
| 21 |
+
sweep_1_9.svg,"{'rectangle': 5, 'circle': 1, 'pentagon': 4}","(3, 3, -20)"
|
| 22 |
+
sweep_2_0.svg,"{'triangle': 5, 'octagon': 3, 'rectangle': 4}","(3, 3, -30)"
|
| 23 |
+
sweep_2_1.svg,"{'rectangle': 3, 'octagon': 2, 'triangle': 1}","(3, 3, -30)"
|
| 24 |
+
sweep_2_2.svg,"{'octagon': 7, 'pentagon': 5, 'star': 4}","(3, 3, -30)"
|
| 25 |
+
sweep_2_3.svg,"{'circle': 7, 'star': 2, 'rectangle': 3}","(3, 3, -30)"
|
| 26 |
+
sweep_2_4.svg,"{'pentagon': 2, 'circle': 6, 'hexagon': 4}","(3, 3, -30)"
|
| 27 |
+
sweep_2_5.svg,"{'octagon': 1, 'pentagon': 4, 'rectangle': 4}","(3, 3, -30)"
|
| 28 |
+
sweep_2_6.svg,"{'triangle': 3, 'star': 4, 'rectangle': 2}","(3, 3, -30)"
|
| 29 |
+
sweep_2_7.svg,"{'star': 4, 'triangle': 2, 'pentagon': 2}","(3, 3, -30)"
|
| 30 |
+
sweep_2_8.svg,"{'triangle': 2, 'star': 4, 'rectangle': 7}","(3, 3, -30)"
|
| 31 |
+
sweep_2_9.svg,"{'octagon': 1, 'star': 1, 'triangle': 3}","(3, 3, -30)"
|
| 32 |
+
sweep_3_0.svg,"{'pentagon': 4, 'hexagon': 4, 'rectangle': 1}","(3, 3, -40)"
|
| 33 |
+
sweep_3_1.svg,"{'pentagon': 1, 'octagon': 1, 'hexagon': 4}","(3, 3, -40)"
|
| 34 |
+
sweep_3_2.svg,"{'pentagon': 4, 'octagon': 3, 'star': 2}","(3, 3, -40)"
|
| 35 |
+
sweep_3_3.svg,"{'triangle': 1, 'star': 3, 'hexagon': 3}","(3, 3, -40)"
|
| 36 |
+
sweep_3_4.svg,"{'star': 3, 'hexagon': 3, 'triangle': 4}","(3, 3, -40)"
|
| 37 |
+
sweep_3_5.svg,"{'triangle': 1, 'circle': 3, 'hexagon': 1}","(3, 3, -40)"
|
| 38 |
+
sweep_3_6.svg,"{'pentagon': 2, 'octagon': 1, 'rectangle': 4}","(3, 3, -40)"
|
| 39 |
+
sweep_3_7.svg,"{'triangle': 5, 'star': 3, 'pentagon': 2}","(3, 3, -40)"
|
| 40 |
+
sweep_3_8.svg,"{'star': 3, 'octagon': 4, 'pentagon': 4}","(3, 3, -40)"
|
| 41 |
+
sweep_3_9.svg,"{'pentagon': 4, 'star': 4, 'triangle': 1}","(3, 3, -40)"
|
| 42 |
+
sweep_4_0.svg,"{'rectangle': 3, 'pentagon': 4, 'octagon': 1}","(3, 6, 10)"
|
| 43 |
+
sweep_4_1.svg,"{'triangle': 1, 'circle': 5, 'rectangle': 1}","(3, 6, 10)"
|
| 44 |
+
sweep_4_2.svg,"{'triangle': 8, 'pentagon': 1}","(3, 6, 10)"
|
| 45 |
+
sweep_4_3.svg,"{'octagon': 4, 'pentagon': 7, 'star': 2}","(3, 6, 10)"
|
| 46 |
+
sweep_4_4.svg,"{'star': 1, 'circle': 5, 'pentagon': 4}","(3, 6, 10)"
|
| 47 |
+
sweep_4_5.svg,"{'star': 9, 'circle': 3, 'triangle': 1}","(3, 6, 10)"
|
| 48 |
+
sweep_4_6.svg,"{'circle': 1, 'star': 3, 'hexagon': 2}","(3, 6, 10)"
|
| 49 |
+
sweep_4_7.svg,"{'triangle': 5, 'rectangle': 6, 'star': 2}","(3, 6, 10)"
|
| 50 |
+
sweep_4_8.svg,"{'octagon': 3, 'star': 3, 'pentagon': 4}","(3, 6, 10)"
|
| 51 |
+
sweep_4_9.svg,"{'rectangle': 7, 'pentagon': 1, 'circle': 1}","(3, 6, 10)"
|
| 52 |
+
sweep_5_0.svg,"{'hexagon': 2, 'pentagon': 7, 'triangle': 3}","(3, 6, -20)"
|
| 53 |
+
sweep_5_1.svg,"{'triangle': 8, 'octagon': 7, 'rectangle': 7}","(3, 6, -20)"
|
| 54 |
+
sweep_5_2.svg,"{'circle': 4, 'hexagon': 6, 'pentagon': 9}","(3, 6, -20)"
|
| 55 |
+
sweep_5_3.svg,"{'triangle': 7, 'hexagon': 9, 'pentagon': 1}","(3, 6, -20)"
|
| 56 |
+
sweep_5_4.svg,"{'hexagon': 6, 'triangle': 6, 'star': 4}","(3, 6, -20)"
|
| 57 |
+
sweep_5_5.svg,"{'triangle': 8, 'hexagon': 6, 'star': 6}","(3, 6, -20)"
|
| 58 |
+
sweep_5_6.svg,"{'circle': 4, 'pentagon': 6, 'hexagon': 4}","(3, 6, -20)"
|
| 59 |
+
sweep_5_7.svg,"{'hexagon': 2, 'circle': 8, 'star': 7}","(3, 6, -20)"
|
| 60 |
+
sweep_5_8.svg,"{'circle': 6, 'hexagon': 2, 'octagon': 6}","(3, 6, -20)"
|
| 61 |
+
sweep_5_9.svg,"{'circle': 11, 'octagon': 7, 'triangle': 5}","(3, 6, -20)"
|
| 62 |
+
sweep_6_0.svg,"{'star': 2, 'hexagon': 14, 'triangle': 6}","(3, 6, -30)"
|
| 63 |
+
sweep_6_1.svg,"{'pentagon': 4, 'triangle': 2, 'rectangle': 9}","(3, 6, -30)"
|
| 64 |
+
sweep_6_2.svg,"{'star': 6, 'circle': 7, 'hexagon': 9}","(3, 6, -30)"
|
| 65 |
+
sweep_6_3.svg,"{'octagon': 10, 'hexagon': 3, 'circle': 6}","(3, 6, -30)"
|
| 66 |
+
sweep_6_4.svg,"{'triangle': 7, 'pentagon': 4, 'hexagon': 7}","(3, 6, -30)"
|
| 67 |
+
sweep_6_5.svg,"{'circle': 9, 'octagon': 9, 'star': 6}","(3, 6, -30)"
|
| 68 |
+
sweep_6_6.svg,"{'hexagon': 8, 'circle': 9, 'rectangle': 5}","(3, 6, -30)"
|
| 69 |
+
sweep_6_7.svg,"{'rectangle': 1, 'hexagon': 8, 'triangle': 3}","(3, 6, -30)"
|
| 70 |
+
sweep_6_8.svg,"{'star': 5, 'pentagon': 8, 'hexagon': 3}","(3, 6, -30)"
|
| 71 |
+
sweep_6_9.svg,"{'rectangle': 5, 'star': 1, 'pentagon': 7}","(3, 6, -30)"
|
| 72 |
+
sweep_7_0.svg,"{'circle': 8, 'rectangle': 7, 'star': 3}","(3, 6, -40)"
|
| 73 |
+
sweep_7_1.svg,"{'pentagon': 11, 'triangle': 8, 'octagon': 6}","(3, 6, -40)"
|
| 74 |
+
sweep_7_2.svg,"{'octagon': 6, 'hexagon': 2, 'rectangle': 2}","(3, 6, -40)"
|
| 75 |
+
sweep_7_3.svg,"{'rectangle': 1, 'pentagon': 2, 'hexagon': 1}","(3, 6, -40)"
|
| 76 |
+
sweep_7_4.svg,"{'star': 8, 'circle': 2, 'hexagon': 6}","(3, 6, -40)"
|
| 77 |
+
sweep_7_5.svg,"{'pentagon': 1, 'circle': 5, 'hexagon': 6}","(3, 6, -40)"
|
| 78 |
+
sweep_7_6.svg,"{'circle': 6, 'star': 8, 'hexagon': 7}","(3, 6, -40)"
|
| 79 |
+
sweep_7_7.svg,"{'octagon': 5, 'pentagon': 4, 'circle': 3}","(3, 6, -40)"
|
| 80 |
+
sweep_7_8.svg,"{'pentagon': 8, 'circle': 6, 'hexagon': 4}","(3, 6, -40)"
|
| 81 |
+
sweep_7_9.svg,"{'hexagon': 1, 'pentagon': 4, 'circle': 1}","(3, 6, -40)"
|
| 82 |
+
sweep_8_0.svg,"{'pentagon': 5, 'octagon': 2, 'rectangle': 2}","(3, 10, 10)"
|
| 83 |
+
sweep_8_1.svg,"{'rectangle': 8, 'hexagon': 1, 'circle': 4}","(3, 10, 10)"
|
| 84 |
+
sweep_8_2.svg,"{'circle': 11, 'rectangle': 2, 'octagon': 3}","(3, 10, 10)"
|
| 85 |
+
sweep_8_3.svg,"{'star': 10, 'hexagon': 5}","(3, 10, 10)"
|
| 86 |
+
sweep_8_4.svg,"{'star': 1, 'rectangle': 4, 'circle': 2}","(3, 10, 10)"
|
| 87 |
+
sweep_8_5.svg,"{'octagon': 10, 'star': 3}","(3, 10, 10)"
|
| 88 |
+
sweep_8_6.svg,"{'circle': 4, 'star': 1, 'hexagon': 1}","(3, 10, 10)"
|
| 89 |
+
sweep_8_7.svg,"{'octagon': 7, 'pentagon': 4}","(3, 10, 10)"
|
| 90 |
+
sweep_8_8.svg,"{'star': 11, 'pentagon': 3}","(3, 10, 10)"
|
| 91 |
+
sweep_8_9.svg,"{'star': 6, 'octagon': 6}","(3, 10, 10)"
|
| 92 |
+
sweep_9_0.svg,"{'triangle': 14, 'circle': 1, 'hexagon': 11}","(3, 10, -20)"
|
| 93 |
+
sweep_9_1.svg,"{'octagon': 2, 'circle': 3, 'hexagon': 4}","(3, 10, -20)"
|
| 94 |
+
sweep_9_2.svg,"{'pentagon': 5, 'octagon': 20, 'circle': 11}","(3, 10, -20)"
|
| 95 |
+
sweep_9_3.svg,"{'circle': 14, 'rectangle': 11, 'hexagon': 2}","(3, 10, -20)"
|
| 96 |
+
sweep_9_4.svg,"{'circle': 17, 'rectangle': 3, 'hexagon': 7}","(3, 10, -20)"
|
| 97 |
+
sweep_9_5.svg,"{'rectangle': 13, 'hexagon': 7, 'octagon': 10}","(3, 10, -20)"
|
| 98 |
+
sweep_9_6.svg,"{'octagon': 4, 'pentagon': 11, 'star': 4}","(3, 10, -20)"
|
| 99 |
+
sweep_9_7.svg,"{'triangle': 5, 'circle': 5, 'rectangle': 4}","(3, 10, -20)"
|
| 100 |
+
sweep_9_8.svg,"{'triangle': 4, 'hexagon': 8, 'octagon': 14}","(3, 10, -20)"
|
| 101 |
+
sweep_9_9.svg,"{'rectangle': 3, 'star': 12, 'triangle': 6}","(3, 10, -20)"
|
| 102 |
+
sweep_10_0.svg,"{'star': 17, 'pentagon': 11, 'triangle': 8}","(3, 10, -30)"
|
| 103 |
+
sweep_10_1.svg,"{'triangle': 6, 'hexagon': 7, 'octagon': 7}","(3, 10, -30)"
|
| 104 |
+
sweep_10_2.svg,"{'circle': 8, 'star': 9, 'triangle': 4}","(3, 10, -30)"
|
| 105 |
+
sweep_10_3.svg,"{'circle': 3, 'pentagon': 9, 'hexagon': 2}","(3, 10, -30)"
|
| 106 |
+
sweep_10_4.svg,"{'octagon': 14, 'circle': 4, 'hexagon': 11}","(3, 10, -30)"
|
| 107 |
+
sweep_10_5.svg,"{'circle': 7, 'octagon': 15, 'star': 4}","(3, 10, -30)"
|
| 108 |
+
sweep_10_6.svg,"{'pentagon': 7, 'hexagon': 9, 'triangle': 16}","(3, 10, -30)"
|
| 109 |
+
sweep_10_7.svg,"{'pentagon': 17, 'triangle': 1, 'octagon': 10}","(3, 10, -30)"
|
| 110 |
+
sweep_10_8.svg,"{'rectangle': 11, 'circle': 10, 'octagon': 7}","(3, 10, -30)"
|
| 111 |
+
sweep_10_9.svg,"{'circle': 5, 'star': 4, 'hexagon': 7}","(3, 10, -30)"
|
| 112 |
+
sweep_11_0.svg,"{'star': 15, 'rectangle': 1, 'hexagon': 4}","(3, 10, -40)"
|
| 113 |
+
sweep_11_1.svg,"{'triangle': 3, 'pentagon': 10, 'rectangle': 1}","(3, 10, -40)"
|
| 114 |
+
sweep_11_2.svg,"{'rectangle': 6, 'circle': 12, 'star': 6}","(3, 10, -40)"
|
| 115 |
+
sweep_11_3.svg,"{'star': 15, 'hexagon': 13, 'pentagon': 10}","(3, 10, -40)"
|
| 116 |
+
sweep_11_4.svg,"{'triangle': 12, 'hexagon': 11, 'pentagon': 12}","(3, 10, -40)"
|
| 117 |
+
sweep_11_5.svg,"{'octagon': 5, 'pentagon': 5, 'hexagon': 11}","(3, 10, -40)"
|
| 118 |
+
sweep_11_6.svg,"{'circle': 4, 'triangle': 5, 'octagon': 3}","(3, 10, -40)"
|
| 119 |
+
sweep_11_7.svg,"{'octagon': 15, 'star': 8, 'rectangle': 10}","(3, 10, -40)"
|
| 120 |
+
sweep_11_8.svg,"{'octagon': 8, 'star': 8, 'circle': 4}","(3, 10, -40)"
|
| 121 |
+
sweep_11_9.svg,"{'star': 2, 'triangle': 16, 'hexagon': 9}","(3, 10, -40)"
|
| 122 |
+
sweep_12_0.svg,"{'hexagon': 2, 'triangle': 1, 'rectangle': 2, 'circle': 2, 'star': 1}","(7, 3, 10)"
|
| 123 |
+
sweep_12_1.svg,"{'hexagon': 5, 'star': 2, 'rectangle': 4, 'triangle': 3}","(7, 3, 10)"
|
| 124 |
+
sweep_12_2.svg,"{'star': 2, 'circle': 3, 'triangle': 2, 'octagon': 1, 'rectangle': 2, 'hexagon': 3}","(7, 3, 10)"
|
| 125 |
+
sweep_12_3.svg,"{'star': 1, 'circle': 6, 'pentagon': 3, 'octagon': 2, 'rectangle': 3}","(7, 3, 10)"
|
| 126 |
+
sweep_12_4.svg,"{'triangle': 5, 'hexagon': 2, 'octagon': 1}","(7, 3, 10)"
|
| 127 |
+
sweep_12_5.svg,"{'triangle': 1, 'star': 3, 'octagon': 1, 'pentagon': 4, 'rectangle': 1, 'hexagon': 3}","(7, 3, 10)"
|
| 128 |
+
sweep_12_6.svg,"{'hexagon': 3, 'rectangle': 1, 'pentagon': 3}","(7, 3, 10)"
|
| 129 |
+
sweep_12_7.svg,"{'star': 2, 'circle': 1, 'rectangle': 3, 'triangle': 2, 'hexagon': 2, 'octagon': 1}","(7, 3, 10)"
|
| 130 |
+
sweep_12_8.svg,"{'octagon': 3, 'star': 1, 'circle': 3, 'triangle': 3, 'pentagon': 2, 'rectangle': 1}","(7, 3, 10)"
|
| 131 |
+
sweep_12_9.svg,"{'hexagon': 4, 'star': 4, 'octagon': 2, 'circle': 2}","(7, 3, 10)"
|
| 132 |
+
sweep_13_0.svg,"{'triangle': 2, 'hexagon': 7, 'star': 2, 'rectangle': 5, 'pentagon': 1, 'octagon': 3, 'circle': 4}","(7, 3, -20)"
|
| 133 |
+
sweep_13_1.svg,"{'star': 5, 'pentagon': 5, 'circle': 4, 'rectangle': 1, 'triangle': 2, 'hexagon': 2, 'octagon': 4}","(7, 3, -20)"
|
| 134 |
+
sweep_13_2.svg,"{'hexagon': 4, 'rectangle': 5, 'circle': 2, 'star': 2, 'pentagon': 1, 'octagon': 3, 'triangle': 1}","(7, 3, -20)"
|
| 135 |
+
sweep_13_3.svg,"{'pentagon': 4, 'triangle': 4, 'circle': 1, 'octagon': 5, 'hexagon': 4, 'rectangle': 3}","(7, 3, -20)"
|
| 136 |
+
sweep_13_4.svg,"{'triangle': 1, 'octagon': 1, 'star': 1, 'circle': 2, 'pentagon': 3, 'hexagon': 3, 'rectangle': 4}","(7, 3, -20)"
|
| 137 |
+
sweep_13_5.svg,"{'circle': 3, 'star': 2, 'triangle': 1, 'pentagon': 4, 'octagon': 6, 'rectangle': 5}","(7, 3, -20)"
|
| 138 |
+
sweep_13_6.svg,"{'hexagon': 2, 'octagon': 1, 'circle': 2, 'pentagon': 1, 'star': 1, 'rectangle': 5, 'triangle': 2}","(7, 3, -20)"
|
| 139 |
+
sweep_13_7.svg,"{'hexagon': 3, 'rectangle': 1, 'pentagon': 2, 'circle': 3, 'triangle': 3, 'octagon': 2, 'star': 2}","(7, 3, -20)"
|
| 140 |
+
sweep_13_8.svg,"{'octagon': 6, 'pentagon': 2, 'rectangle': 1, 'star': 1, 'circle': 1, 'triangle': 2, 'hexagon': 1}","(7, 3, -20)"
|
| 141 |
+
sweep_13_9.svg,"{'octagon': 4, 'hexagon': 2, 'pentagon': 2, 'rectangle': 6, 'star': 2, 'triangle': 2, 'circle': 3}","(7, 3, -20)"
|
| 142 |
+
sweep_14_0.svg,"{'star': 3, 'circle': 3, 'rectangle': 2, 'triangle': 3, 'hexagon': 7, 'pentagon': 4, 'octagon': 1}","(7, 3, -30)"
|
| 143 |
+
sweep_14_1.svg,"{'pentagon': 2, 'circle': 1, 'triangle': 2, 'hexagon': 1, 'rectangle': 7, 'star': 4, 'octagon': 1}","(7, 3, -30)"
|
| 144 |
+
sweep_14_2.svg,"{'pentagon': 5, 'rectangle': 3, 'triangle': 2, 'hexagon': 4, 'octagon': 2, 'circle': 5, 'star': 3}","(7, 3, -30)"
|
| 145 |
+
sweep_14_3.svg,"{'hexagon': 3, 'octagon': 2, 'star': 3, 'circle': 2, 'pentagon': 4, 'rectangle': 2, 'triangle': 4}","(7, 3, -30)"
|
| 146 |
+
sweep_14_4.svg,"{'pentagon': 3, 'star': 7, 'circle': 1, 'rectangle': 5, 'hexagon': 1, 'octagon': 1, 'triangle': 2}","(7, 3, -30)"
|
| 147 |
+
sweep_14_5.svg,"{'hexagon': 1, 'triangle': 6, 'star': 5, 'circle': 5, 'pentagon': 3, 'octagon': 7, 'rectangle': 2}","(7, 3, -30)"
|
| 148 |
+
sweep_14_6.svg,"{'rectangle': 5, 'hexagon': 4, 'triangle': 3, 'pentagon': 3, 'star': 2, 'octagon': 6, 'circle': 1}","(7, 3, -30)"
|
| 149 |
+
sweep_14_7.svg,"{'octagon': 6, 'triangle': 3, 'circle': 1, 'star': 1, 'pentagon': 5, 'rectangle': 3, 'hexagon': 3}","(7, 3, -30)"
|
| 150 |
+
sweep_14_8.svg,"{'rectangle': 6, 'circle': 1, 'pentagon': 1, 'triangle': 1, 'hexagon': 3, 'octagon': 3, 'star': 4}","(7, 3, -30)"
|
| 151 |
+
sweep_14_9.svg,"{'pentagon': 2, 'hexagon': 3, 'triangle': 1, 'octagon': 5, 'circle': 2, 'rectangle': 2, 'star': 2}","(7, 3, -30)"
|
| 152 |
+
sweep_15_0.svg,"{'triangle': 8, 'rectangle': 5, 'octagon': 1, 'circle': 3, 'pentagon': 4, 'star': 1, 'hexagon': 4}","(7, 3, -40)"
|
| 153 |
+
sweep_15_1.svg,"{'rectangle': 2, 'star': 6, 'pentagon': 4, 'octagon': 2, 'hexagon': 4, 'triangle': 3, 'circle': 5}","(7, 3, -40)"
|
| 154 |
+
sweep_15_2.svg,"{'hexagon': 1, 'rectangle': 4, 'star': 2, 'pentagon': 2, 'octagon': 2, 'circle': 3, 'triangle': 1}","(7, 3, -40)"
|
| 155 |
+
sweep_15_3.svg,"{'octagon': 2, 'triangle': 5, 'circle': 4, 'hexagon': 3, 'rectangle': 3, 'star': 1, 'pentagon': 3}","(7, 3, -40)"
|
| 156 |
+
sweep_15_4.svg,"{'circle': 8, 'pentagon': 3, 'star': 4, 'hexagon': 6, 'octagon': 7, 'rectangle': 1, 'triangle': 3}","(7, 3, -40)"
|
| 157 |
+
sweep_15_5.svg,"{'triangle': 1, 'circle': 5, 'pentagon': 4, 'octagon': 4, 'star': 2, 'rectangle': 2, 'hexagon': 4}","(7, 3, -40)"
|
| 158 |
+
sweep_15_6.svg,"{'hexagon': 3, 'octagon': 2, 'rectangle': 4, 'pentagon': 1, 'triangle': 6, 'star': 4, 'circle': 3}","(7, 3, -40)"
|
| 159 |
+
sweep_15_7.svg,"{'star': 3, 'octagon': 2, 'hexagon': 5, 'pentagon': 2, 'circle': 6, 'triangle': 1, 'rectangle': 8}","(7, 3, -40)"
|
| 160 |
+
sweep_15_8.svg,"{'pentagon': 4, 'circle': 8, 'rectangle': 2, 'triangle': 3, 'hexagon': 5, 'octagon': 2, 'star': 6}","(7, 3, -40)"
|
| 161 |
+
sweep_15_9.svg,"{'star': 2, 'triangle': 4, 'octagon': 1, 'rectangle': 1, 'pentagon': 1, 'circle': 2, 'hexagon': 3}","(7, 3, -40)"
|
| 162 |
+
sweep_16_0.svg,"{'octagon': 11, 'triangle': 2, 'rectangle': 2, 'hexagon': 1}","(7, 6, 10)"
|
| 163 |
+
sweep_16_1.svg,"{'star': 5, 'octagon': 6, 'triangle': 2, 'hexagon': 2}","(7, 6, 10)"
|
| 164 |
+
sweep_16_2.svg,"{'triangle': 3, 'hexagon': 3, 'rectangle': 1, 'pentagon': 1, 'circle': 1, 'octagon': 2, 'star': 2}","(7, 6, 10)"
|
| 165 |
+
sweep_16_3.svg,"{'octagon': 3, 'hexagon': 4, 'star': 6, 'triangle': 3, 'pentagon': 1}","(7, 6, 10)"
|
| 166 |
+
sweep_16_4.svg,"{'triangle': 3, 'star': 5, 'octagon': 5}","(7, 6, 10)"
|
| 167 |
+
sweep_16_5.svg,"{'rectangle': 4, 'hexagon': 5, 'star': 3}","(7, 6, 10)"
|
| 168 |
+
sweep_16_6.svg,"{'circle': 10, 'triangle': 1, 'hexagon': 1}","(7, 6, 10)"
|
| 169 |
+
sweep_16_7.svg,"{'octagon': 6, 'hexagon': 4, 'circle': 1}","(7, 6, 10)"
|
| 170 |
+
sweep_16_8.svg,"{'rectangle': 3, 'pentagon': 5, 'octagon': 2, 'circle': 1}","(7, 6, 10)"
|
| 171 |
+
sweep_16_9.svg,"{'hexagon': 4, 'octagon': 8, 'star': 2}","(7, 6, 10)"
|
| 172 |
+
sweep_17_0.svg,"{'triangle': 3, 'octagon': 2, 'rectangle': 1, 'star': 4, 'circle': 5, 'pentagon': 2}","(7, 6, -20)"
|
| 173 |
+
sweep_17_1.svg,"{'triangle': 3, 'octagon': 3, 'circle': 6, 'pentagon': 1, 'hexagon': 4, 'rectangle': 5, 'star': 1}","(7, 6, -20)"
|
| 174 |
+
sweep_17_2.svg,"{'triangle': 3, 'circle': 10, 'octagon': 2, 'rectangle': 5, 'pentagon': 4, 'hexagon': 1}","(7, 6, -20)"
|
| 175 |
+
sweep_17_3.svg,"{'circle': 5, 'octagon': 4, 'pentagon': 2, 'triangle': 6, 'rectangle': 3}","(7, 6, -20)"
|
| 176 |
+
sweep_17_4.svg,"{'hexagon': 12, 'star': 7, 'rectangle': 7, 'triangle': 6, 'pentagon': 2, 'octagon': 3, 'circle': 2}","(7, 6, -20)"
|
| 177 |
+
sweep_17_5.svg,"{'hexagon': 8, 'circle': 2, 'octagon': 5, 'triangle': 5, 'pentagon': 2, 'star': 3}","(7, 6, -20)"
|
| 178 |
+
sweep_17_6.svg,"{'circle': 8, 'triangle': 8, 'hexagon': 2, 'pentagon': 2, 'rectangle': 2, 'star': 3, 'octagon': 2}","(7, 6, -20)"
|
| 179 |
+
sweep_17_7.svg,"{'pentagon': 1, 'triangle': 5, 'octagon': 6, 'star': 3, 'rectangle': 1, 'hexagon': 2, 'circle': 2}","(7, 6, -20)"
|
| 180 |
+
sweep_17_8.svg,"{'octagon': 6, 'circle': 9, 'pentagon': 5, 'star': 1, 'triangle': 1}","(7, 6, -20)"
|
| 181 |
+
sweep_17_9.svg,"{'octagon': 1, 'hexagon': 6, 'star': 1, 'circle': 5, 'pentagon': 3, 'rectangle': 5}","(7, 6, -20)"
|
| 182 |
+
sweep_18_0.svg,"{'hexagon': 4, 'circle': 6, 'triangle': 8, 'star': 9, 'pentagon': 4, 'rectangle': 2, 'octagon': 4}","(7, 6, -30)"
|
| 183 |
+
sweep_18_1.svg,"{'circle': 10, 'octagon': 10, 'star': 3, 'triangle': 5, 'hexagon': 3, 'pentagon': 2, 'rectangle': 5}","(7, 6, -30)"
|
| 184 |
+
sweep_18_2.svg,"{'triangle': 1, 'octagon': 2, 'pentagon': 5, 'star': 5, 'circle': 10, 'hexagon': 7, 'rectangle': 7}","(7, 6, -30)"
|
| 185 |
+
sweep_18_3.svg,"{'star': 9, 'circle': 4, 'pentagon': 10, 'hexagon': 9, 'triangle': 11, 'octagon': 1, 'rectangle': 3}","(7, 6, -30)"
|
| 186 |
+
sweep_18_4.svg,"{'star': 4, 'hexagon': 5, 'pentagon': 12, 'circle': 7, 'octagon': 8, 'rectangle': 4}","(7, 6, -30)"
|
| 187 |
+
sweep_18_5.svg,"{'star': 2, 'triangle': 7, 'hexagon': 4, 'octagon': 8, 'rectangle': 8, 'pentagon': 6}","(7, 6, -30)"
|
| 188 |
+
sweep_18_6.svg,"{'rectangle': 2, 'octagon': 1, 'triangle': 5, 'pentagon': 6, 'star': 2, 'hexagon': 8, 'circle': 2}","(7, 6, -30)"
|
| 189 |
+
sweep_18_7.svg,"{'hexagon': 1, 'pentagon': 6, 'octagon': 3, 'circle': 4, 'star': 6, 'triangle': 6, 'rectangle': 4}","(7, 6, -30)"
|
| 190 |
+
sweep_18_8.svg,"{'star': 3, 'triangle': 6, 'pentagon': 7, 'hexagon': 3, 'circle': 3, 'rectangle': 1, 'octagon': 2}","(7, 6, -30)"
|
| 191 |
+
sweep_18_9.svg,"{'octagon': 6, 'pentagon': 8, 'rectangle': 4, 'hexagon': 5, 'star': 3, 'circle': 9}","(7, 6, -30)"
|
| 192 |
+
sweep_19_0.svg,"{'pentagon': 8, 'rectangle': 2, 'star': 8, 'circle': 8, 'triangle': 2, 'octagon': 5, 'hexagon': 4}","(7, 6, -40)"
|
| 193 |
+
sweep_19_1.svg,"{'triangle': 4, 'pentagon': 7, 'rectangle': 2, 'star': 4, 'octagon': 7, 'hexagon': 2, 'circle': 1}","(7, 6, -40)"
|
| 194 |
+
sweep_19_2.svg,"{'octagon': 1, 'triangle': 2, 'rectangle': 2, 'circle': 1, 'pentagon': 7, 'hexagon': 2, 'star': 3}","(7, 6, -40)"
|
| 195 |
+
sweep_19_3.svg,"{'pentagon': 6, 'hexagon': 4, 'octagon': 6, 'circle': 8, 'rectangle': 2, 'star': 9, 'triangle': 6}","(7, 6, -40)"
|
| 196 |
+
sweep_19_4.svg,"{'octagon': 3, 'hexagon': 3, 'triangle': 4, 'circle': 10, 'pentagon': 3, 'rectangle': 7, 'star': 2}","(7, 6, -40)"
|
| 197 |
+
sweep_19_5.svg,"{'octagon': 2, 'pentagon': 1, 'circle': 4, 'triangle': 4, 'star': 6, 'rectangle': 4, 'hexagon': 5}","(7, 6, -40)"
|
| 198 |
+
sweep_19_6.svg,"{'triangle': 3, 'circle': 5, 'star': 6, 'hexagon': 7, 'octagon': 3, 'pentagon': 5, 'rectangle': 1}","(7, 6, -40)"
|
| 199 |
+
sweep_19_7.svg,"{'pentagon': 8, 'octagon': 3, 'hexagon': 1, 'circle': 4, 'star': 5, 'rectangle': 5, 'triangle': 8}","(7, 6, -40)"
|
| 200 |
+
sweep_19_8.svg,"{'triangle': 7, 'octagon': 5, 'pentagon': 1, 'hexagon': 1, 'circle': 5, 'rectangle': 4, 'star': 8}","(7, 6, -40)"
|
| 201 |
+
sweep_19_9.svg,"{'star': 8, 'rectangle': 4, 'octagon': 9, 'pentagon': 5, 'circle': 10, 'hexagon': 3}","(7, 6, -40)"
|
| 202 |
+
sweep_20_0.svg,"{'pentagon': 8, 'triangle': 1, 'octagon': 2}","(7, 10, 10)"
|
| 203 |
+
sweep_20_1.svg,"{'star': 15, 'circle': 1, 'octagon': 1}","(7, 10, 10)"
|
| 204 |
+
sweep_20_2.svg,"{'hexagon': 11, 'rectangle': 5, 'octagon': 3}","(7, 10, 10)"
|
| 205 |
+
sweep_20_3.svg,"{'rectangle': 11, 'circle': 3, 'octagon': 3}","(7, 10, 10)"
|
| 206 |
+
sweep_20_4.svg,"{'circle': 11, 'star': 1, 'triangle': 1}","(7, 10, 10)"
|
| 207 |
+
sweep_20_5.svg,"{'circle': 10, 'star': 4}","(7, 10, 10)"
|
| 208 |
+
sweep_20_6.svg,"{'hexagon': 5, 'triangle': 9, 'rectangle': 2, 'octagon': 2, 'circle': 1}","(7, 10, 10)"
|
| 209 |
+
sweep_20_7.svg,"{'hexagon': 3, 'octagon': 5, 'triangle': 3}","(7, 10, 10)"
|
| 210 |
+
sweep_20_8.svg,"{'triangle': 6, 'rectangle': 6, 'star': 1, 'octagon': 1}","(7, 10, 10)"
|
| 211 |
+
sweep_20_9.svg,"{'hexagon': 9, 'star': 1, 'triangle': 1}","(7, 10, 10)"
|
| 212 |
+
sweep_21_0.svg,"{'circle': 14, 'rectangle': 8, 'octagon': 6, 'star': 1}","(7, 10, -20)"
|
| 213 |
+
sweep_21_1.svg,"{'rectangle': 8, 'pentagon': 9, 'hexagon': 4, 'circle': 1, 'triangle': 4}","(7, 10, -20)"
|
| 214 |
+
sweep_21_2.svg,"{'triangle': 3, 'star': 9, 'hexagon': 4, 'pentagon': 4, 'circle': 4, 'octagon': 5}","(7, 10, -20)"
|
| 215 |
+
sweep_21_3.svg,"{'pentagon': 13, 'hexagon': 9, 'triangle': 3, 'circle': 6, 'rectangle': 1}","(7, 10, -20)"
|
| 216 |
+
sweep_21_4.svg,"{'star': 9, 'circle': 8, 'hexagon': 4, 'triangle': 2, 'octagon': 3, 'rectangle': 3}","(7, 10, -20)"
|
| 217 |
+
sweep_21_5.svg,"{'star': 11, 'octagon': 8, 'pentagon': 1, 'circle': 7}","(7, 10, -20)"
|
| 218 |
+
sweep_21_6.svg,"{'hexagon': 12, 'pentagon': 13, 'rectangle': 4, 'star': 2, 'triangle': 2}","(7, 10, -20)"
|
| 219 |
+
sweep_21_7.svg,"{'octagon': 4, 'hexagon': 1, 'star': 12, 'rectangle': 7, 'circle': 3, 'pentagon': 9, 'triangle': 1}","(7, 10, -20)"
|
| 220 |
+
sweep_21_8.svg,"{'pentagon': 16, 'octagon': 3, 'circle': 1, 'triangle': 3, 'star': 1, 'rectangle': 1, 'hexagon': 5}","(7, 10, -20)"
|
| 221 |
+
sweep_21_9.svg,"{'octagon': 10, 'star': 7, 'triangle': 4, 'pentagon': 2, 'rectangle': 1, 'circle': 2, 'hexagon': 3}","(7, 10, -20)"
|
| 222 |
+
sweep_22_0.svg,"{'pentagon': 3, 'rectangle': 4, 'hexagon': 10, 'circle': 6, 'octagon': 9, 'triangle': 4, 'star': 1}","(7, 10, -30)"
|
| 223 |
+
sweep_22_1.svg,"{'octagon': 13, 'rectangle': 7, 'circle': 9, 'pentagon': 9, 'hexagon': 1, 'star': 3}","(7, 10, -30)"
|
| 224 |
+
sweep_22_2.svg,"{'hexagon': 7, 'rectangle': 4, 'octagon': 12, 'star': 8, 'circle': 6, 'pentagon': 2, 'triangle': 1}","(7, 10, -30)"
|
| 225 |
+
sweep_22_3.svg,"{'triangle': 11, 'hexagon': 17, 'star': 10, 'rectangle': 7, 'circle': 3, 'pentagon': 4, 'octagon': 3}","(7, 10, -30)"
|
| 226 |
+
sweep_22_4.svg,"{'octagon': 14, 'pentagon': 11, 'triangle': 14, 'star': 4, 'circle': 6, 'rectangle': 2}","(7, 10, -30)"
|
| 227 |
+
sweep_22_5.svg,"{'hexagon': 1, 'rectangle': 4, 'star': 9, 'circle': 1, 'octagon': 15, 'pentagon': 9, 'triangle': 1}","(7, 10, -30)"
|
| 228 |
+
sweep_22_6.svg,"{'pentagon': 3, 'star': 4, 'rectangle': 4, 'triangle': 3, 'hexagon': 4, 'octagon': 15, 'circle': 4}","(7, 10, -30)"
|
| 229 |
+
sweep_22_7.svg,"{'triangle': 13, 'pentagon': 8, 'star': 7, 'hexagon': 1, 'rectangle': 10, 'octagon': 5}","(7, 10, -30)"
|
| 230 |
+
sweep_22_8.svg,"{'pentagon': 6, 'rectangle': 12, 'star': 13, 'triangle': 1, 'circle': 10, 'hexagon': 1, 'octagon': 1}","(7, 10, -30)"
|
| 231 |
+
sweep_22_9.svg,"{'circle': 12, 'star': 7, 'hexagon': 6, 'rectangle': 11, 'pentagon': 5, 'triangle': 2, 'octagon': 3}","(7, 10, -30)"
|
| 232 |
+
sweep_23_0.svg,"{'star': 4, 'rectangle': 10, 'hexagon': 2, 'triangle': 14, 'circle': 8, 'octagon': 8, 'pentagon': 16}","(7, 10, -40)"
|
| 233 |
+
sweep_23_1.svg,"{'circle': 6, 'hexagon': 9, 'triangle': 12, 'star': 6, 'octagon': 5, 'rectangle': 3, 'pentagon': 6}","(7, 10, -40)"
|
| 234 |
+
sweep_23_2.svg,"{'triangle': 4, 'pentagon': 8, 'rectangle': 8, 'star': 7, 'hexagon': 10, 'circle': 9, 'octagon': 5}","(7, 10, -40)"
|
| 235 |
+
sweep_23_3.svg,"{'hexagon': 15, 'circle': 6, 'pentagon': 11, 'star': 11, 'rectangle': 8, 'octagon': 5, 'triangle': 10}","(7, 10, -40)"
|
| 236 |
+
sweep_23_4.svg,"{'octagon': 3, 'triangle': 2, 'star': 8, 'pentagon': 7, 'hexagon': 6, 'rectangle': 10, 'circle': 6}","(7, 10, -40)"
|
| 237 |
+
sweep_23_5.svg,"{'circle': 5, 'pentagon': 5, 'octagon': 8, 'triangle': 8, 'rectangle': 2, 'star': 11, 'hexagon': 8}","(7, 10, -40)"
|
| 238 |
+
sweep_23_6.svg,"{'rectangle': 9, 'octagon': 5, 'circle': 18, 'pentagon': 12, 'star': 6, 'hexagon': 4}","(7, 10, -40)"
|
| 239 |
+
sweep_23_7.svg,"{'hexagon': 12, 'star': 9, 'octagon': 14, 'pentagon': 17, 'triangle': 17, 'circle': 10, 'rectangle': 5}","(7, 10, -40)"
|
| 240 |
+
sweep_23_8.svg,"{'star': 1, 'rectangle': 4, 'octagon': 5, 'hexagon': 15, 'pentagon': 3, 'circle': 10, 'triangle': 2}","(7, 10, -40)"
|
| 241 |
+
sweep_23_9.svg,"{'pentagon': 9, 'octagon': 1, 'hexagon': 6, 'circle': 3, 'rectangle': 9, 'star': 3, 'triangle': 4}","(7, 10, -40)"
|
2D_DoYouSeeMe/geometric_dataset/dataset_info.csv
ADDED
|
@@ -0,0 +1,241 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
filename,question,answer,sweep
|
| 2 |
+
sweep_0_0.svg,"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.",4,"(3, 3, 10)"
|
| 3 |
+
sweep_0_1.svg,"Count the total number of stars in the image, including each concentric star separately. For example, if there is one star with 2 inner concentric rings, that counts as 3 stars. Respond with only a number.",3,"(3, 3, 10)"
|
| 4 |
+
sweep_0_2.svg,"Count the total number of octagons in the image, including each concentric octagon separately. For example, if there is one octagon with 2 inner concentric rings, that counts as 3 octagons. Respond with only a number.",1,"(3, 3, 10)"
|
| 5 |
+
sweep_0_3.svg,"Count the total number of octagons in the image, including each concentric octagon separately. For example, if there is one octagon with 2 inner concentric rings, that counts as 3 octagons. Respond with only a number.",2,"(3, 3, 10)"
|
| 6 |
+
sweep_0_4.svg,"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.",5,"(3, 3, 10)"
|
| 7 |
+
sweep_0_5.svg,"Count the total number of rectangles in the image, including each concentric rectangle separately. For example, if there is one rectangle with 2 inner concentric rings, that counts as 3 rectangles. Respond with only a number.",2,"(3, 3, 10)"
|
| 8 |
+
sweep_0_6.svg,"Count the total number of octagons in the image, including each concentric octagon separately. For example, if there is one octagon with 2 inner concentric rings, that counts as 3 octagons. Respond with only a number.",2,"(3, 3, 10)"
|
| 9 |
+
sweep_0_7.svg,"Count the total number of octagons in the image, including each concentric octagon separately. For example, if there is one octagon with 2 inner concentric rings, that counts as 3 octagons. Respond with only a number.",5,"(3, 3, 10)"
|
| 10 |
+
sweep_0_8.svg,"Count the total number of rectangles in the image, including each concentric rectangle separately. For example, if there is one rectangle with 2 inner concentric rings, that counts as 3 rectangles. Respond with only a number.",4,"(3, 3, 10)"
|
| 11 |
+
sweep_0_9.svg,"Count the total number of pentagons in the image, including each concentric pentagon separately. For example, if there is one pentagon with 2 inner concentric rings, that counts as 3 pentagons. Respond with only a number.",4,"(3, 3, 10)"
|
| 12 |
+
sweep_1_0.svg,"Count the total number of octagons in the image, including each concentric octagon separately. For example, if there is one octagon with 2 inner concentric rings, that counts as 3 octagons. Respond with only a number.",6,"(3, 3, -20)"
|
| 13 |
+
sweep_1_1.svg,"Count the total number of pentagons in the image, including each concentric pentagon separately. For example, if there is one pentagon with 2 inner concentric rings, that counts as 3 pentagons. Respond with only a number.",1,"(3, 3, -20)"
|
| 14 |
+
sweep_1_2.svg,"Count the total number of rectangles in the image, including each concentric rectangle separately. For example, if there is one rectangle with 2 inner concentric rings, that counts as 3 rectangles. Respond with only a number.",5,"(3, 3, -20)"
|
| 15 |
+
sweep_1_3.svg,"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.",2,"(3, 3, -20)"
|
| 16 |
+
sweep_1_4.svg,"Count the total number of circles in the image, including each concentric circle separately. For example, if there is one circle with 2 inner concentric rings, that counts as 3 circles. Respond with only a number.",3,"(3, 3, -20)"
|
| 17 |
+
sweep_1_5.svg,"Count the total number of octagons in the image, including each concentric octagon separately. For example, if there is one octagon with 2 inner concentric rings, that counts as 3 octagons. Respond with only a number.",1,"(3, 3, -20)"
|
| 18 |
+
sweep_1_6.svg,"Count the total number of hexagons in the image, including each concentric hexagon separately. For example, if there is one hexagon with 2 inner concentric rings, that counts as 3 hexagons. Respond with only a number.",4,"(3, 3, -20)"
|
| 19 |
+
sweep_1_7.svg,"Count the total number of rectangles in the image, including each concentric rectangle separately. For example, if there is one rectangle with 2 inner concentric rings, that counts as 3 rectangles. Respond with only a number.",1,"(3, 3, -20)"
|
| 20 |
+
sweep_1_8.svg,"Count the total number of octagons in the image, including each concentric octagon separately. For example, if there is one octagon with 2 inner concentric rings, that counts as 3 octagons. Respond with only a number.",1,"(3, 3, -20)"
|
| 21 |
+
sweep_1_9.svg,"Count the total number of pentagons in the image, including each concentric pentagon separately. For example, if there is one pentagon with 2 inner concentric rings, that counts as 3 pentagons. Respond with only a number.",4,"(3, 3, -20)"
|
| 22 |
+
sweep_2_0.svg,"Count the total number of rectangles in the image, including each concentric rectangle separately. For example, if there is one rectangle with 2 inner concentric rings, that counts as 3 rectangles. Respond with only a number.",4,"(3, 3, -30)"
|
| 23 |
+
sweep_2_1.svg,"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.",1,"(3, 3, -30)"
|
| 24 |
+
sweep_2_2.svg,"Count the total number of octagons in the image, including each concentric octagon separately. For example, if there is one octagon with 2 inner concentric rings, that counts as 3 octagons. Respond with only a number.",7,"(3, 3, -30)"
|
| 25 |
+
sweep_2_3.svg,"Count the total number of stars in the image, including each concentric star separately. For example, if there is one star with 2 inner concentric rings, that counts as 3 stars. Respond with only a number.",2,"(3, 3, -30)"
|
| 26 |
+
sweep_2_4.svg,"Count the total number of pentagons in the image, including each concentric pentagon separately. For example, if there is one pentagon with 2 inner concentric rings, that counts as 3 pentagons. Respond with only a number.",2,"(3, 3, -30)"
|
| 27 |
+
sweep_2_5.svg,"Count the total number of rectangles in the image, including each concentric rectangle separately. For example, if there is one rectangle with 2 inner concentric rings, that counts as 3 rectangles. Respond with only a number.",4,"(3, 3, -30)"
|
| 28 |
+
sweep_2_6.svg,"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.",3,"(3, 3, -30)"
|
| 29 |
+
sweep_2_7.svg,"Count the total number of pentagons in the image, including each concentric pentagon separately. For example, if there is one pentagon with 2 inner concentric rings, that counts as 3 pentagons. Respond with only a number.",2,"(3, 3, -30)"
|
| 30 |
+
sweep_2_8.svg,"Count the total number of stars in the image, including each concentric star separately. For example, if there is one star with 2 inner concentric rings, that counts as 3 stars. Respond with only a number.",4,"(3, 3, -30)"
|
| 31 |
+
sweep_2_9.svg,"Count the total number of stars in the image, including each concentric star separately. For example, if there is one star with 2 inner concentric rings, that counts as 3 stars. Respond with only a number.",1,"(3, 3, -30)"
|
| 32 |
+
sweep_3_0.svg,"Count the total number of rectangles in the image, including each concentric rectangle separately. For example, if there is one rectangle with 2 inner concentric rings, that counts as 3 rectangles. Respond with only a number.",1,"(3, 3, -40)"
|
| 33 |
+
sweep_3_1.svg,"Count the total number of pentagons in the image, including each concentric pentagon separately. For example, if there is one pentagon with 2 inner concentric rings, that counts as 3 pentagons. Respond with only a number.",1,"(3, 3, -40)"
|
| 34 |
+
sweep_3_2.svg,"Count the total number of octagons in the image, including each concentric octagon separately. For example, if there is one octagon with 2 inner concentric rings, that counts as 3 octagons. Respond with only a number.",3,"(3, 3, -40)"
|
| 35 |
+
sweep_3_3.svg,"Count the total number of stars in the image, including each concentric star separately. For example, if there is one star with 2 inner concentric rings, that counts as 3 stars. Respond with only a number.",3,"(3, 3, -40)"
|
| 36 |
+
sweep_3_4.svg,"Count the total number of hexagons in the image, including each concentric hexagon separately. For example, if there is one hexagon with 2 inner concentric rings, that counts as 3 hexagons. Respond with only a number.",3,"(3, 3, -40)"
|
| 37 |
+
sweep_3_5.svg,"Count the total number of hexagons in the image, including each concentric hexagon separately. For example, if there is one hexagon with 2 inner concentric rings, that counts as 3 hexagons. Respond with only a number.",1,"(3, 3, -40)"
|
| 38 |
+
sweep_3_6.svg,"Count the total number of rectangles in the image, including each concentric rectangle separately. For example, if there is one rectangle with 2 inner concentric rings, that counts as 3 rectangles. Respond with only a number.",4,"(3, 3, -40)"
|
| 39 |
+
sweep_3_7.svg,"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.",5,"(3, 3, -40)"
|
| 40 |
+
sweep_3_8.svg,"Count the total number of pentagons in the image, including each concentric pentagon separately. For example, if there is one pentagon with 2 inner concentric rings, that counts as 3 pentagons. Respond with only a number.",4,"(3, 3, -40)"
|
| 41 |
+
sweep_3_9.svg,"Count the total number of stars in the image, including each concentric star separately. For example, if there is one star with 2 inner concentric rings, that counts as 3 stars. Respond with only a number.",4,"(3, 3, -40)"
|
| 42 |
+
sweep_4_0.svg,"Count the total number of pentagons in the image, including each concentric pentagon separately. For example, if there is one pentagon with 2 inner concentric rings, that counts as 3 pentagons. Respond with only a number.",4,"(3, 6, 10)"
|
| 43 |
+
sweep_4_1.svg,"Count the total number of rectangles in the image, including each concentric rectangle separately. For example, if there is one rectangle with 2 inner concentric rings, that counts as 3 rectangles. Respond with only a number.",1,"(3, 6, 10)"
|
| 44 |
+
sweep_4_2.svg,"Count the total number of pentagons in the image, including each concentric pentagon separately. For example, if there is one pentagon with 2 inner concentric rings, that counts as 3 pentagons. Respond with only a number.",1,"(3, 6, 10)"
|
| 45 |
+
sweep_4_3.svg,"Count the total number of octagons in the image, including each concentric octagon separately. For example, if there is one octagon with 2 inner concentric rings, that counts as 3 octagons. Respond with only a number.",4,"(3, 6, 10)"
|
| 46 |
+
sweep_4_4.svg,"Count the total number of pentagons in the image, including each concentric pentagon separately. For example, if there is one pentagon with 2 inner concentric rings, that counts as 3 pentagons. Respond with only a number.",4,"(3, 6, 10)"
|
| 47 |
+
sweep_4_5.svg,"Count the total number of stars in the image, including each concentric star separately. For example, if there is one star with 2 inner concentric rings, that counts as 3 stars. Respond with only a number.",9,"(3, 6, 10)"
|
| 48 |
+
sweep_4_6.svg,"Count the total number of circles in the image, including each concentric circle separately. For example, if there is one circle with 2 inner concentric rings, that counts as 3 circles. Respond with only a number.",1,"(3, 6, 10)"
|
| 49 |
+
sweep_4_7.svg,"Count the total number of stars in the image, including each concentric star separately. For example, if there is one star with 2 inner concentric rings, that counts as 3 stars. Respond with only a number.",2,"(3, 6, 10)"
|
| 50 |
+
sweep_4_8.svg,"Count the total number of stars in the image, including each concentric star separately. For example, if there is one star with 2 inner concentric rings, that counts as 3 stars. Respond with only a number.",3,"(3, 6, 10)"
|
| 51 |
+
sweep_4_9.svg,"Count the total number of circles in the image, including each concentric circle separately. For example, if there is one circle with 2 inner concentric rings, that counts as 3 circles. Respond with only a number.",1,"(3, 6, 10)"
|
| 52 |
+
sweep_5_0.svg,"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.",3,"(3, 6, -20)"
|
| 53 |
+
sweep_5_1.svg,"Count the total number of rectangles in the image, including each concentric rectangle separately. For example, if there is one rectangle with 2 inner concentric rings, that counts as 3 rectangles. Respond with only a number.",7,"(3, 6, -20)"
|
| 54 |
+
sweep_5_2.svg,"Count the total number of circles in the image, including each concentric circle separately. For example, if there is one circle with 2 inner concentric rings, that counts as 3 circles. Respond with only a number.",4,"(3, 6, -20)"
|
| 55 |
+
sweep_5_3.svg,"Count the total number of pentagons in the image, including each concentric pentagon separately. For example, if there is one pentagon with 2 inner concentric rings, that counts as 3 pentagons. Respond with only a number.",1,"(3, 6, -20)"
|
| 56 |
+
sweep_5_4.svg,"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.",6,"(3, 6, -20)"
|
| 57 |
+
sweep_5_5.svg,"Count the total number of hexagons in the image, including each concentric hexagon separately. For example, if there is one hexagon with 2 inner concentric rings, that counts as 3 hexagons. Respond with only a number.",6,"(3, 6, -20)"
|
| 58 |
+
sweep_5_6.svg,"Count the total number of circles in the image, including each concentric circle separately. For example, if there is one circle with 2 inner concentric rings, that counts as 3 circles. Respond with only a number.",4,"(3, 6, -20)"
|
| 59 |
+
sweep_5_7.svg,"Count the total number of stars in the image, including each concentric star separately. For example, if there is one star with 2 inner concentric rings, that counts as 3 stars. Respond with only a number.",7,"(3, 6, -20)"
|
| 60 |
+
sweep_5_8.svg,"Count the total number of hexagons in the image, including each concentric hexagon separately. For example, if there is one hexagon with 2 inner concentric rings, that counts as 3 hexagons. Respond with only a number.",2,"(3, 6, -20)"
|
| 61 |
+
sweep_5_9.svg,"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.",5,"(3, 6, -20)"
|
| 62 |
+
sweep_6_0.svg,"Count the total number of stars in the image, including each concentric star separately. For example, if there is one star with 2 inner concentric rings, that counts as 3 stars. Respond with only a number.",2,"(3, 6, -30)"
|
| 63 |
+
sweep_6_1.svg,"Count the total number of pentagons in the image, including each concentric pentagon separately. For example, if there is one pentagon with 2 inner concentric rings, that counts as 3 pentagons. Respond with only a number.",4,"(3, 6, -30)"
|
| 64 |
+
sweep_6_2.svg,"Count the total number of hexagons in the image, including each concentric hexagon separately. For example, if there is one hexagon with 2 inner concentric rings, that counts as 3 hexagons. Respond with only a number.",9,"(3, 6, -30)"
|
| 65 |
+
sweep_6_3.svg,"Count the total number of octagons in the image, including each concentric octagon separately. For example, if there is one octagon with 2 inner concentric rings, that counts as 3 octagons. Respond with only a number.",10,"(3, 6, -30)"
|
| 66 |
+
sweep_6_4.svg,"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.",7,"(3, 6, -30)"
|
| 67 |
+
sweep_6_5.svg,"Count the total number of circles in the image, including each concentric circle separately. For example, if there is one circle with 2 inner concentric rings, that counts as 3 circles. Respond with only a number.",9,"(3, 6, -30)"
|
| 68 |
+
sweep_6_6.svg,"Count the total number of rectangles in the image, including each concentric rectangle separately. For example, if there is one rectangle with 2 inner concentric rings, that counts as 3 rectangles. Respond with only a number.",5,"(3, 6, -30)"
|
| 69 |
+
sweep_6_7.svg,"Count the total number of hexagons in the image, including each concentric hexagon separately. For example, if there is one hexagon with 2 inner concentric rings, that counts as 3 hexagons. Respond with only a number.",8,"(3, 6, -30)"
|
| 70 |
+
sweep_6_8.svg,"Count the total number of stars in the image, including each concentric star separately. For example, if there is one star with 2 inner concentric rings, that counts as 3 stars. Respond with only a number.",5,"(3, 6, -30)"
|
| 71 |
+
sweep_6_9.svg,"Count the total number of rectangles in the image, including each concentric rectangle separately. For example, if there is one rectangle with 2 inner concentric rings, that counts as 3 rectangles. Respond with only a number.",5,"(3, 6, -30)"
|
| 72 |
+
sweep_7_0.svg,"Count the total number of rectangles in the image, including each concentric rectangle separately. For example, if there is one rectangle with 2 inner concentric rings, that counts as 3 rectangles. Respond with only a number.",7,"(3, 6, -40)"
|
| 73 |
+
sweep_7_1.svg,"Count the total number of octagons in the image, including each concentric octagon separately. For example, if there is one octagon with 2 inner concentric rings, that counts as 3 octagons. Respond with only a number.",6,"(3, 6, -40)"
|
| 74 |
+
sweep_7_2.svg,"Count the total number of hexagons in the image, including each concentric hexagon separately. For example, if there is one hexagon with 2 inner concentric rings, that counts as 3 hexagons. Respond with only a number.",2,"(3, 6, -40)"
|
| 75 |
+
sweep_7_3.svg,"Count the total number of rectangles in the image, including each concentric rectangle separately. For example, if there is one rectangle with 2 inner concentric rings, that counts as 3 rectangles. Respond with only a number.",1,"(3, 6, -40)"
|
| 76 |
+
sweep_7_4.svg,"Count the total number of circles in the image, including each concentric circle separately. For example, if there is one circle with 2 inner concentric rings, that counts as 3 circles. Respond with only a number.",2,"(3, 6, -40)"
|
| 77 |
+
sweep_7_5.svg,"Count the total number of hexagons in the image, including each concentric hexagon separately. For example, if there is one hexagon with 2 inner concentric rings, that counts as 3 hexagons. Respond with only a number.",6,"(3, 6, -40)"
|
| 78 |
+
sweep_7_6.svg,"Count the total number of stars in the image, including each concentric star separately. For example, if there is one star with 2 inner concentric rings, that counts as 3 stars. Respond with only a number.",8,"(3, 6, -40)"
|
| 79 |
+
sweep_7_7.svg,"Count the total number of circles in the image, including each concentric circle separately. For example, if there is one circle with 2 inner concentric rings, that counts as 3 circles. Respond with only a number.",3,"(3, 6, -40)"
|
| 80 |
+
sweep_7_8.svg,"Count the total number of pentagons in the image, including each concentric pentagon separately. For example, if there is one pentagon with 2 inner concentric rings, that counts as 3 pentagons. Respond with only a number.",8,"(3, 6, -40)"
|
| 81 |
+
sweep_7_9.svg,"Count the total number of circles in the image, including each concentric circle separately. For example, if there is one circle with 2 inner concentric rings, that counts as 3 circles. Respond with only a number.",1,"(3, 6, -40)"
|
| 82 |
+
sweep_8_0.svg,"Count the total number of octagons in the image, including each concentric octagon separately. For example, if there is one octagon with 2 inner concentric rings, that counts as 3 octagons. Respond with only a number.",2,"(3, 10, 10)"
|
| 83 |
+
sweep_8_1.svg,"Count the total number of circles in the image, including each concentric circle separately. For example, if there is one circle with 2 inner concentric rings, that counts as 3 circles. Respond with only a number.",4,"(3, 10, 10)"
|
| 84 |
+
sweep_8_2.svg,"Count the total number of circles in the image, including each concentric circle separately. For example, if there is one circle with 2 inner concentric rings, that counts as 3 circles. Respond with only a number.",11,"(3, 10, 10)"
|
| 85 |
+
sweep_8_3.svg,"Count the total number of hexagons in the image, including each concentric hexagon separately. For example, if there is one hexagon with 2 inner concentric rings, that counts as 3 hexagons. Respond with only a number.",5,"(3, 10, 10)"
|
| 86 |
+
sweep_8_4.svg,"Count the total number of rectangles in the image, including each concentric rectangle separately. For example, if there is one rectangle with 2 inner concentric rings, that counts as 3 rectangles. Respond with only a number.",4,"(3, 10, 10)"
|
| 87 |
+
sweep_8_5.svg,"Count the total number of octagons in the image, including each concentric octagon separately. For example, if there is one octagon with 2 inner concentric rings, that counts as 3 octagons. Respond with only a number.",10,"(3, 10, 10)"
|
| 88 |
+
sweep_8_6.svg,"Count the total number of hexagons in the image, including each concentric hexagon separately. For example, if there is one hexagon with 2 inner concentric rings, that counts as 3 hexagons. Respond with only a number.",1,"(3, 10, 10)"
|
| 89 |
+
sweep_8_7.svg,"Count the total number of pentagons in the image, including each concentric pentagon separately. For example, if there is one pentagon with 2 inner concentric rings, that counts as 3 pentagons. Respond with only a number.",4,"(3, 10, 10)"
|
| 90 |
+
sweep_8_8.svg,"Count the total number of pentagons in the image, including each concentric pentagon separately. For example, if there is one pentagon with 2 inner concentric rings, that counts as 3 pentagons. Respond with only a number.",3,"(3, 10, 10)"
|
| 91 |
+
sweep_8_9.svg,"Count the total number of stars in the image, including each concentric star separately. For example, if there is one star with 2 inner concentric rings, that counts as 3 stars. Respond with only a number.",6,"(3, 10, 10)"
|
| 92 |
+
sweep_9_0.svg,"Count the total number of circles in the image, including each concentric circle separately. For example, if there is one circle with 2 inner concentric rings, that counts as 3 circles. Respond with only a number.",1,"(3, 10, -20)"
|
| 93 |
+
sweep_9_1.svg,"Count the total number of octagons in the image, including each concentric octagon separately. For example, if there is one octagon with 2 inner concentric rings, that counts as 3 octagons. Respond with only a number.",2,"(3, 10, -20)"
|
| 94 |
+
sweep_9_2.svg,"Count the total number of pentagons in the image, including each concentric pentagon separately. For example, if there is one pentagon with 2 inner concentric rings, that counts as 3 pentagons. Respond with only a number.",5,"(3, 10, -20)"
|
| 95 |
+
sweep_9_3.svg,"Count the total number of circles in the image, including each concentric circle separately. For example, if there is one circle with 2 inner concentric rings, that counts as 3 circles. Respond with only a number.",14,"(3, 10, -20)"
|
| 96 |
+
sweep_9_4.svg,"Count the total number of circles in the image, including each concentric circle separately. For example, if there is one circle with 2 inner concentric rings, that counts as 3 circles. Respond with only a number.",17,"(3, 10, -20)"
|
| 97 |
+
sweep_9_5.svg,"Count the total number of octagons in the image, including each concentric octagon separately. For example, if there is one octagon with 2 inner concentric rings, that counts as 3 octagons. Respond with only a number.",10,"(3, 10, -20)"
|
| 98 |
+
sweep_9_6.svg,"Count the total number of stars in the image, including each concentric star separately. For example, if there is one star with 2 inner concentric rings, that counts as 3 stars. Respond with only a number.",4,"(3, 10, -20)"
|
| 99 |
+
sweep_9_7.svg,"Count the total number of circles in the image, including each concentric circle separately. For example, if there is one circle with 2 inner concentric rings, that counts as 3 circles. Respond with only a number.",5,"(3, 10, -20)"
|
| 100 |
+
sweep_9_8.svg,"Count the total number of hexagons in the image, including each concentric hexagon separately. For example, if there is one hexagon with 2 inner concentric rings, that counts as 3 hexagons. Respond with only a number.",8,"(3, 10, -20)"
|
| 101 |
+
sweep_9_9.svg,"Count the total number of rectangles in the image, including each concentric rectangle separately. For example, if there is one rectangle with 2 inner concentric rings, that counts as 3 rectangles. Respond with only a number.",3,"(3, 10, -20)"
|
| 102 |
+
sweep_10_0.svg,"Count the total number of stars in the image, including each concentric star separately. For example, if there is one star with 2 inner concentric rings, that counts as 3 stars. Respond with only a number.",17,"(3, 10, -30)"
|
| 103 |
+
sweep_10_1.svg,"Count the total number of octagons in the image, including each concentric octagon separately. For example, if there is one octagon with 2 inner concentric rings, that counts as 3 octagons. Respond with only a number.",7,"(3, 10, -30)"
|
| 104 |
+
sweep_10_2.svg,"Count the total number of circles in the image, including each concentric circle separately. For example, if there is one circle with 2 inner concentric rings, that counts as 3 circles. Respond with only a number.",8,"(3, 10, -30)"
|
| 105 |
+
sweep_10_3.svg,"Count the total number of circles in the image, including each concentric circle separately. For example, if there is one circle with 2 inner concentric rings, that counts as 3 circles. Respond with only a number.",3,"(3, 10, -30)"
|
| 106 |
+
sweep_10_4.svg,"Count the total number of octagons in the image, including each concentric octagon separately. For example, if there is one octagon with 2 inner concentric rings, that counts as 3 octagons. Respond with only a number.",14,"(3, 10, -30)"
|
| 107 |
+
sweep_10_5.svg,"Count the total number of circles in the image, including each concentric circle separately. For example, if there is one circle with 2 inner concentric rings, that counts as 3 circles. Respond with only a number.",7,"(3, 10, -30)"
|
| 108 |
+
sweep_10_6.svg,"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.",16,"(3, 10, -30)"
|
| 109 |
+
sweep_10_7.svg,"Count the total number of octagons in the image, including each concentric octagon separately. For example, if there is one octagon with 2 inner concentric rings, that counts as 3 octagons. Respond with only a number.",10,"(3, 10, -30)"
|
| 110 |
+
sweep_10_8.svg,"Count the total number of octagons in the image, including each concentric octagon separately. For example, if there is one octagon with 2 inner concentric rings, that counts as 3 octagons. Respond with only a number.",7,"(3, 10, -30)"
|
| 111 |
+
sweep_10_9.svg,"Count the total number of stars in the image, including each concentric star separately. For example, if there is one star with 2 inner concentric rings, that counts as 3 stars. Respond with only a number.",4,"(3, 10, -30)"
|
| 112 |
+
sweep_11_0.svg,"Count the total number of hexagons in the image, including each concentric hexagon separately. For example, if there is one hexagon with 2 inner concentric rings, that counts as 3 hexagons. Respond with only a number.",4,"(3, 10, -40)"
|
| 113 |
+
sweep_11_1.svg,"Count the total number of rectangles in the image, including each concentric rectangle separately. For example, if there is one rectangle with 2 inner concentric rings, that counts as 3 rectangles. Respond with only a number.",1,"(3, 10, -40)"
|
| 114 |
+
sweep_11_2.svg,"Count the total number of circles in the image, including each concentric circle separately. For example, if there is one circle with 2 inner concentric rings, that counts as 3 circles. Respond with only a number.",12,"(3, 10, -40)"
|
| 115 |
+
sweep_11_3.svg,"Count the total number of pentagons in the image, including each concentric pentagon separately. For example, if there is one pentagon with 2 inner concentric rings, that counts as 3 pentagons. Respond with only a number.",10,"(3, 10, -40)"
|
| 116 |
+
sweep_11_4.svg,"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.",12,"(3, 10, -40)"
|
| 117 |
+
sweep_11_5.svg,"Count the total number of octagons in the image, including each concentric octagon separately. For example, if there is one octagon with 2 inner concentric rings, that counts as 3 octagons. Respond with only a number.",5,"(3, 10, -40)"
|
| 118 |
+
sweep_11_6.svg,"Count the total number of octagons in the image, including each concentric octagon separately. For example, if there is one octagon with 2 inner concentric rings, that counts as 3 octagons. Respond with only a number.",3,"(3, 10, -40)"
|
| 119 |
+
sweep_11_7.svg,"Count the total number of rectangles in the image, including each concentric rectangle separately. For example, if there is one rectangle with 2 inner concentric rings, that counts as 3 rectangles. Respond with only a number.",10,"(3, 10, -40)"
|
| 120 |
+
sweep_11_8.svg,"Count the total number of stars in the image, including each concentric star separately. For example, if there is one star with 2 inner concentric rings, that counts as 3 stars. Respond with only a number.",8,"(3, 10, -40)"
|
| 121 |
+
sweep_11_9.svg,"Count the total number of hexagons in the image, including each concentric hexagon separately. For example, if there is one hexagon with 2 inner concentric rings, that counts as 3 hexagons. Respond with only a number.",9,"(3, 10, -40)"
|
| 122 |
+
sweep_12_0.svg,"Count the total number of rectangles in the image, including each concentric rectangle separately. For example, if there is one rectangle with 2 inner concentric rings, that counts as 3 rectangles. Respond with only a number.",2,"(7, 3, 10)"
|
| 123 |
+
sweep_12_1.svg,"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.",3,"(7, 3, 10)"
|
| 124 |
+
sweep_12_2.svg,"Count the total number of octagons in the image, including each concentric octagon separately. For example, if there is one octagon with 2 inner concentric rings, that counts as 3 octagons. Respond with only a number.",1,"(7, 3, 10)"
|
| 125 |
+
sweep_12_3.svg,"Count the total number of pentagons in the image, including each concentric pentagon separately. For example, if there is one pentagon with 2 inner concentric rings, that counts as 3 pentagons. Respond with only a number.",3,"(7, 3, 10)"
|
| 126 |
+
sweep_12_4.svg,"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.",5,"(7, 3, 10)"
|
| 127 |
+
sweep_12_5.svg,"Count the total number of octagons in the image, including each concentric octagon separately. For example, if there is one octagon with 2 inner concentric rings, that counts as 3 octagons. Respond with only a number.",1,"(7, 3, 10)"
|
| 128 |
+
sweep_12_6.svg,"Count the total number of pentagons in the image, including each concentric pentagon separately. For example, if there is one pentagon with 2 inner concentric rings, that counts as 3 pentagons. Respond with only a number.",3,"(7, 3, 10)"
|
| 129 |
+
sweep_12_7.svg,"Count the total number of stars in the image, including each concentric star separately. For example, if there is one star with 2 inner concentric rings, that counts as 3 stars. Respond with only a number.",2,"(7, 3, 10)"
|
| 130 |
+
sweep_12_8.svg,"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.",3,"(7, 3, 10)"
|
| 131 |
+
sweep_12_9.svg,"Count the total number of octagons in the image, including each concentric octagon separately. For example, if there is one octagon with 2 inner concentric rings, that counts as 3 octagons. Respond with only a number.",2,"(7, 3, 10)"
|
| 132 |
+
sweep_13_0.svg,"Count the total number of circles in the image, including each concentric circle separately. For example, if there is one circle with 2 inner concentric rings, that counts as 3 circles. Respond with only a number.",4,"(7, 3, -20)"
|
| 133 |
+
sweep_13_1.svg,"Count the total number of pentagons in the image, including each concentric pentagon separately. For example, if there is one pentagon with 2 inner concentric rings, that counts as 3 pentagons. Respond with only a number.",5,"(7, 3, -20)"
|
| 134 |
+
sweep_13_2.svg,"Count the total number of rectangles in the image, including each concentric rectangle separately. For example, if there is one rectangle with 2 inner concentric rings, that counts as 3 rectangles. Respond with only a number.",5,"(7, 3, -20)"
|
| 135 |
+
sweep_13_3.svg,"Count the total number of pentagons in the image, including each concentric pentagon separately. For example, if there is one pentagon with 2 inner concentric rings, that counts as 3 pentagons. Respond with only a number.",4,"(7, 3, -20)"
|
| 136 |
+
sweep_13_4.svg,"Count the total number of hexagons in the image, including each concentric hexagon separately. For example, if there is one hexagon with 2 inner concentric rings, that counts as 3 hexagons. Respond with only a number.",3,"(7, 3, -20)"
|
| 137 |
+
sweep_13_5.svg,"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.",1,"(7, 3, -20)"
|
| 138 |
+
sweep_13_6.svg,"Count the total number of hexagons in the image, including each concentric hexagon separately. For example, if there is one hexagon with 2 inner concentric rings, that counts as 3 hexagons. Respond with only a number.",2,"(7, 3, -20)"
|
| 139 |
+
sweep_13_7.svg,"Count the total number of octagons in the image, including each concentric octagon separately. For example, if there is one octagon with 2 inner concentric rings, that counts as 3 octagons. Respond with only a number.",2,"(7, 3, -20)"
|
| 140 |
+
sweep_13_8.svg,"Count the total number of pentagons in the image, including each concentric pentagon separately. For example, if there is one pentagon with 2 inner concentric rings, that counts as 3 pentagons. Respond with only a number.",2,"(7, 3, -20)"
|
| 141 |
+
sweep_13_9.svg,"Count the total number of pentagons in the image, including each concentric pentagon separately. For example, if there is one pentagon with 2 inner concentric rings, that counts as 3 pentagons. Respond with only a number.",2,"(7, 3, -20)"
|
| 142 |
+
sweep_14_0.svg,"Count the total number of octagons in the image, including each concentric octagon separately. For example, if there is one octagon with 2 inner concentric rings, that counts as 3 octagons. Respond with only a number.",1,"(7, 3, -30)"
|
| 143 |
+
sweep_14_1.svg,"Count the total number of circles in the image, including each concentric circle separately. For example, if there is one circle with 2 inner concentric rings, that counts as 3 circles. Respond with only a number.",1,"(7, 3, -30)"
|
| 144 |
+
sweep_14_2.svg,"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.",2,"(7, 3, -30)"
|
| 145 |
+
sweep_14_3.svg,"Count the total number of circles in the image, including each concentric circle separately. For example, if there is one circle with 2 inner concentric rings, that counts as 3 circles. Respond with only a number.",2,"(7, 3, -30)"
|
| 146 |
+
sweep_14_4.svg,"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.",2,"(7, 3, -30)"
|
| 147 |
+
sweep_14_5.svg,"Count the total number of hexagons in the image, including each concentric hexagon separately. For example, if there is one hexagon with 2 inner concentric rings, that counts as 3 hexagons. Respond with only a number.",1,"(7, 3, -30)"
|
| 148 |
+
sweep_14_6.svg,"Count the total number of rectangles in the image, including each concentric rectangle separately. For example, if there is one rectangle with 2 inner concentric rings, that counts as 3 rectangles. Respond with only a number.",5,"(7, 3, -30)"
|
| 149 |
+
sweep_14_7.svg,"Count the total number of hexagons in the image, including each concentric hexagon separately. For example, if there is one hexagon with 2 inner concentric rings, that counts as 3 hexagons. Respond with only a number.",3,"(7, 3, -30)"
|
| 150 |
+
sweep_14_8.svg,"Count the total number of circles in the image, including each concentric circle separately. For example, if there is one circle with 2 inner concentric rings, that counts as 3 circles. Respond with only a number.",1,"(7, 3, -30)"
|
| 151 |
+
sweep_14_9.svg,"Count the total number of stars in the image, including each concentric star separately. For example, if there is one star with 2 inner concentric rings, that counts as 3 stars. Respond with only a number.",2,"(7, 3, -30)"
|
| 152 |
+
sweep_15_0.svg,"Count the total number of stars in the image, including each concentric star separately. For example, if there is one star with 2 inner concentric rings, that counts as 3 stars. Respond with only a number.",1,"(7, 3, -40)"
|
| 153 |
+
sweep_15_1.svg,"Count the total number of stars in the image, including each concentric star separately. For example, if there is one star with 2 inner concentric rings, that counts as 3 stars. Respond with only a number.",6,"(7, 3, -40)"
|
| 154 |
+
sweep_15_2.svg,"Count the total number of hexagons in the image, including each concentric hexagon separately. For example, if there is one hexagon with 2 inner concentric rings, that counts as 3 hexagons. Respond with only a number.",1,"(7, 3, -40)"
|
| 155 |
+
sweep_15_3.svg,"Count the total number of pentagons in the image, including each concentric pentagon separately. For example, if there is one pentagon with 2 inner concentric rings, that counts as 3 pentagons. Respond with only a number.",3,"(7, 3, -40)"
|
| 156 |
+
sweep_15_4.svg,"Count the total number of octagons in the image, including each concentric octagon separately. For example, if there is one octagon with 2 inner concentric rings, that counts as 3 octagons. Respond with only a number.",7,"(7, 3, -40)"
|
| 157 |
+
sweep_15_5.svg,"Count the total number of rectangles in the image, including each concentric rectangle separately. For example, if there is one rectangle with 2 inner concentric rings, that counts as 3 rectangles. Respond with only a number.",2,"(7, 3, -40)"
|
| 158 |
+
sweep_15_6.svg,"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.",6,"(7, 3, -40)"
|
| 159 |
+
sweep_15_7.svg,"Count the total number of circles in the image, including each concentric circle separately. For example, if there is one circle with 2 inner concentric rings, that counts as 3 circles. Respond with only a number.",6,"(7, 3, -40)"
|
| 160 |
+
sweep_15_8.svg,"Count the total number of octagons in the image, including each concentric octagon separately. For example, if there is one octagon with 2 inner concentric rings, that counts as 3 octagons. Respond with only a number.",2,"(7, 3, -40)"
|
| 161 |
+
sweep_15_9.svg,"Count the total number of stars in the image, including each concentric star separately. For example, if there is one star with 2 inner concentric rings, that counts as 3 stars. Respond with only a number.",2,"(7, 3, -40)"
|
| 162 |
+
sweep_16_0.svg,"Count the total number of octagons in the image, including each concentric octagon separately. For example, if there is one octagon with 2 inner concentric rings, that counts as 3 octagons. Respond with only a number.",11,"(7, 6, 10)"
|
| 163 |
+
sweep_16_1.svg,"Count the total number of stars in the image, including each concentric star separately. For example, if there is one star with 2 inner concentric rings, that counts as 3 stars. Respond with only a number.",5,"(7, 6, 10)"
|
| 164 |
+
sweep_16_2.svg,"Count the total number of octagons in the image, including each concentric octagon separately. For example, if there is one octagon with 2 inner concentric rings, that counts as 3 octagons. Respond with only a number.",2,"(7, 6, 10)"
|
| 165 |
+
sweep_16_3.svg,"Count the total number of hexagons in the image, including each concentric hexagon separately. For example, if there is one hexagon with 2 inner concentric rings, that counts as 3 hexagons. Respond with only a number.",4,"(7, 6, 10)"
|
| 166 |
+
sweep_16_4.svg,"Count the total number of octagons in the image, including each concentric octagon separately. For example, if there is one octagon with 2 inner concentric rings, that counts as 3 octagons. Respond with only a number.",5,"(7, 6, 10)"
|
| 167 |
+
sweep_16_5.svg,"Count the total number of stars in the image, including each concentric star separately. For example, if there is one star with 2 inner concentric rings, that counts as 3 stars. Respond with only a number.",3,"(7, 6, 10)"
|
| 168 |
+
sweep_16_6.svg,"Count the total number of circles in the image, including each concentric circle separately. For example, if there is one circle with 2 inner concentric rings, that counts as 3 circles. Respond with only a number.",10,"(7, 6, 10)"
|
| 169 |
+
sweep_16_7.svg,"Count the total number of hexagons in the image, including each concentric hexagon separately. For example, if there is one hexagon with 2 inner concentric rings, that counts as 3 hexagons. Respond with only a number.",4,"(7, 6, 10)"
|
| 170 |
+
sweep_16_8.svg,"Count the total number of rectangles in the image, including each concentric rectangle separately. For example, if there is one rectangle with 2 inner concentric rings, that counts as 3 rectangles. Respond with only a number.",3,"(7, 6, 10)"
|
| 171 |
+
sweep_16_9.svg,"Count the total number of octagons in the image, including each concentric octagon separately. For example, if there is one octagon with 2 inner concentric rings, that counts as 3 octagons. Respond with only a number.",8,"(7, 6, 10)"
|
| 172 |
+
sweep_17_0.svg,"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.",3,"(7, 6, -20)"
|
| 173 |
+
sweep_17_1.svg,"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.",3,"(7, 6, -20)"
|
| 174 |
+
sweep_17_2.svg,"Count the total number of pentagons in the image, including each concentric pentagon separately. For example, if there is one pentagon with 2 inner concentric rings, that counts as 3 pentagons. Respond with only a number.",4,"(7, 6, -20)"
|
| 175 |
+
sweep_17_3.svg,"Count the total number of circles in the image, including each concentric circle separately. For example, if there is one circle with 2 inner concentric rings, that counts as 3 circles. Respond with only a number.",5,"(7, 6, -20)"
|
| 176 |
+
sweep_17_4.svg,"Count the total number of stars in the image, including each concentric star separately. For example, if there is one star with 2 inner concentric rings, that counts as 3 stars. Respond with only a number.",7,"(7, 6, -20)"
|
| 177 |
+
sweep_17_5.svg,"Count the total number of circles in the image, including each concentric circle separately. For example, if there is one circle with 2 inner concentric rings, that counts as 3 circles. Respond with only a number.",2,"(7, 6, -20)"
|
| 178 |
+
sweep_17_6.svg,"Count the total number of stars in the image, including each concentric star separately. For example, if there is one star with 2 inner concentric rings, that counts as 3 stars. Respond with only a number.",3,"(7, 6, -20)"
|
| 179 |
+
sweep_17_7.svg,"Count the total number of pentagons in the image, including each concentric pentagon separately. For example, if there is one pentagon with 2 inner concentric rings, that counts as 3 pentagons. Respond with only a number.",1,"(7, 6, -20)"
|
| 180 |
+
sweep_17_8.svg,"Count the total number of stars in the image, including each concentric star separately. For example, if there is one star with 2 inner concentric rings, that counts as 3 stars. Respond with only a number.",1,"(7, 6, -20)"
|
| 181 |
+
sweep_17_9.svg,"Count the total number of hexagons in the image, including each concentric hexagon separately. For example, if there is one hexagon with 2 inner concentric rings, that counts as 3 hexagons. Respond with only a number.",6,"(7, 6, -20)"
|
| 182 |
+
sweep_18_0.svg,"Count the total number of rectangles in the image, including each concentric rectangle separately. For example, if there is one rectangle with 2 inner concentric rings, that counts as 3 rectangles. Respond with only a number.",2,"(7, 6, -30)"
|
| 183 |
+
sweep_18_1.svg,"Count the total number of rectangles in the image, including each concentric rectangle separately. For example, if there is one rectangle with 2 inner concentric rings, that counts as 3 rectangles. Respond with only a number.",5,"(7, 6, -30)"
|
| 184 |
+
sweep_18_2.svg,"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.",1,"(7, 6, -30)"
|
| 185 |
+
sweep_18_3.svg,"Count the total number of octagons in the image, including each concentric octagon separately. For example, if there is one octagon with 2 inner concentric rings, that counts as 3 octagons. Respond with only a number.",1,"(7, 6, -30)"
|
| 186 |
+
sweep_18_4.svg,"Count the total number of stars in the image, including each concentric star separately. For example, if there is one star with 2 inner concentric rings, that counts as 3 stars. Respond with only a number.",4,"(7, 6, -30)"
|
| 187 |
+
sweep_18_5.svg,"Count the total number of rectangles in the image, including each concentric rectangle separately. For example, if there is one rectangle with 2 inner concentric rings, that counts as 3 rectangles. Respond with only a number.",8,"(7, 6, -30)"
|
| 188 |
+
sweep_18_6.svg,"Count the total number of pentagons in the image, including each concentric pentagon separately. For example, if there is one pentagon with 2 inner concentric rings, that counts as 3 pentagons. Respond with only a number.",6,"(7, 6, -30)"
|
| 189 |
+
sweep_18_7.svg,"Count the total number of stars in the image, including each concentric star separately. For example, if there is one star with 2 inner concentric rings, that counts as 3 stars. Respond with only a number.",6,"(7, 6, -30)"
|
| 190 |
+
sweep_18_8.svg,"Count the total number of stars in the image, including each concentric star separately. For example, if there is one star with 2 inner concentric rings, that counts as 3 stars. Respond with only a number.",3,"(7, 6, -30)"
|
| 191 |
+
sweep_18_9.svg,"Count the total number of rectangles in the image, including each concentric rectangle separately. For example, if there is one rectangle with 2 inner concentric rings, that counts as 3 rectangles. Respond with only a number.",4,"(7, 6, -30)"
|
| 192 |
+
sweep_19_0.svg,"Count the total number of pentagons in the image, including each concentric pentagon separately. For example, if there is one pentagon with 2 inner concentric rings, that counts as 3 pentagons. Respond with only a number.",8,"(7, 6, -40)"
|
| 193 |
+
sweep_19_1.svg,"Count the total number of pentagons in the image, including each concentric pentagon separately. For example, if there is one pentagon with 2 inner concentric rings, that counts as 3 pentagons. Respond with only a number.",7,"(7, 6, -40)"
|
| 194 |
+
sweep_19_2.svg,"Count the total number of octagons in the image, including each concentric octagon separately. For example, if there is one octagon with 2 inner concentric rings, that counts as 3 octagons. Respond with only a number.",1,"(7, 6, -40)"
|
| 195 |
+
sweep_19_3.svg,"Count the total number of stars in the image, including each concentric star separately. For example, if there is one star with 2 inner concentric rings, that counts as 3 stars. Respond with only a number.",9,"(7, 6, -40)"
|
| 196 |
+
sweep_19_4.svg,"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.",4,"(7, 6, -40)"
|
| 197 |
+
sweep_19_5.svg,"Count the total number of circles in the image, including each concentric circle separately. For example, if there is one circle with 2 inner concentric rings, that counts as 3 circles. Respond with only a number.",4,"(7, 6, -40)"
|
| 198 |
+
sweep_19_6.svg,"Count the total number of hexagons in the image, including each concentric hexagon separately. For example, if there is one hexagon with 2 inner concentric rings, that counts as 3 hexagons. Respond with only a number.",7,"(7, 6, -40)"
|
| 199 |
+
sweep_19_7.svg,"Count the total number of octagons in the image, including each concentric octagon separately. For example, if there is one octagon with 2 inner concentric rings, that counts as 3 octagons. Respond with only a number.",3,"(7, 6, -40)"
|
| 200 |
+
sweep_19_8.svg,"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.",7,"(7, 6, -40)"
|
| 201 |
+
sweep_19_9.svg,"Count the total number of circles in the image, including each concentric circle separately. For example, if there is one circle with 2 inner concentric rings, that counts as 3 circles. Respond with only a number.",10,"(7, 6, -40)"
|
| 202 |
+
sweep_20_0.svg,"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.",1,"(7, 10, 10)"
|
| 203 |
+
sweep_20_1.svg,"Count the total number of stars in the image, including each concentric star separately. For example, if there is one star with 2 inner concentric rings, that counts as 3 stars. Respond with only a number.",15,"(7, 10, 10)"
|
| 204 |
+
sweep_20_2.svg,"Count the total number of octagons in the image, including each concentric octagon separately. For example, if there is one octagon with 2 inner concentric rings, that counts as 3 octagons. Respond with only a number.",3,"(7, 10, 10)"
|
| 205 |
+
sweep_20_3.svg,"Count the total number of rectangles in the image, including each concentric rectangle separately. For example, if there is one rectangle with 2 inner concentric rings, that counts as 3 rectangles. Respond with only a number.",11,"(7, 10, 10)"
|
| 206 |
+
sweep_20_4.svg,"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.",1,"(7, 10, 10)"
|
| 207 |
+
sweep_20_5.svg,"Count the total number of stars in the image, including each concentric star separately. For example, if there is one star with 2 inner concentric rings, that counts as 3 stars. Respond with only a number.",4,"(7, 10, 10)"
|
| 208 |
+
sweep_20_6.svg,"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.",9,"(7, 10, 10)"
|
| 209 |
+
sweep_20_7.svg,"Count the total number of octagons in the image, including each concentric octagon separately. For example, if there is one octagon with 2 inner concentric rings, that counts as 3 octagons. Respond with only a number.",5,"(7, 10, 10)"
|
| 210 |
+
sweep_20_8.svg,"Count the total number of stars in the image, including each concentric star separately. For example, if there is one star with 2 inner concentric rings, that counts as 3 stars. Respond with only a number.",1,"(7, 10, 10)"
|
| 211 |
+
sweep_20_9.svg,"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.",1,"(7, 10, 10)"
|
| 212 |
+
sweep_21_0.svg,"Count the total number of stars in the image, including each concentric star separately. For example, if there is one star with 2 inner concentric rings, that counts as 3 stars. Respond with only a number.",1,"(7, 10, -20)"
|
| 213 |
+
sweep_21_1.svg,"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.",4,"(7, 10, -20)"
|
| 214 |
+
sweep_21_2.svg,"Count the total number of stars in the image, including each concentric star separately. For example, if there is one star with 2 inner concentric rings, that counts as 3 stars. Respond with only a number.",9,"(7, 10, -20)"
|
| 215 |
+
sweep_21_3.svg,"Count the total number of hexagons in the image, including each concentric hexagon separately. For example, if there is one hexagon with 2 inner concentric rings, that counts as 3 hexagons. Respond with only a number.",9,"(7, 10, -20)"
|
| 216 |
+
sweep_21_4.svg,"Count the total number of stars in the image, including each concentric star separately. For example, if there is one star with 2 inner concentric rings, that counts as 3 stars. Respond with only a number.",9,"(7, 10, -20)"
|
| 217 |
+
sweep_21_5.svg,"Count the total number of octagons in the image, including each concentric octagon separately. For example, if there is one octagon with 2 inner concentric rings, that counts as 3 octagons. Respond with only a number.",8,"(7, 10, -20)"
|
| 218 |
+
sweep_21_6.svg,"Count the total number of pentagons in the image, including each concentric pentagon separately. For example, if there is one pentagon with 2 inner concentric rings, that counts as 3 pentagons. Respond with only a number.",13,"(7, 10, -20)"
|
| 219 |
+
sweep_21_7.svg,"Count the total number of stars in the image, including each concentric star separately. For example, if there is one star with 2 inner concentric rings, that counts as 3 stars. Respond with only a number.",12,"(7, 10, -20)"
|
| 220 |
+
sweep_21_8.svg,"Count the total number of stars in the image, including each concentric star separately. For example, if there is one star with 2 inner concentric rings, that counts as 3 stars. Respond with only a number.",1,"(7, 10, -20)"
|
| 221 |
+
sweep_21_9.svg,"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.",4,"(7, 10, -20)"
|
| 222 |
+
sweep_22_0.svg,"Count the total number of pentagons in the image, including each concentric pentagon separately. For example, if there is one pentagon with 2 inner concentric rings, that counts as 3 pentagons. Respond with only a number.",3,"(7, 10, -30)"
|
| 223 |
+
sweep_22_1.svg,"Count the total number of hexagons in the image, including each concentric hexagon separately. For example, if there is one hexagon with 2 inner concentric rings, that counts as 3 hexagons. Respond with only a number.",1,"(7, 10, -30)"
|
| 224 |
+
sweep_22_2.svg,"Count the total number of stars in the image, including each concentric star separately. For example, if there is one star with 2 inner concentric rings, that counts as 3 stars. Respond with only a number.",8,"(7, 10, -30)"
|
| 225 |
+
sweep_22_3.svg,"Count the total number of pentagons in the image, including each concentric pentagon separately. For example, if there is one pentagon with 2 inner concentric rings, that counts as 3 pentagons. Respond with only a number.",4,"(7, 10, -30)"
|
| 226 |
+
sweep_22_4.svg,"Count the total number of pentagons in the image, including each concentric pentagon separately. For example, if there is one pentagon with 2 inner concentric rings, that counts as 3 pentagons. Respond with only a number.",11,"(7, 10, -30)"
|
| 227 |
+
sweep_22_5.svg,"Count the total number of hexagons in the image, including each concentric hexagon separately. For example, if there is one hexagon with 2 inner concentric rings, that counts as 3 hexagons. Respond with only a number.",1,"(7, 10, -30)"
|
| 228 |
+
sweep_22_6.svg,"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.",3,"(7, 10, -30)"
|
| 229 |
+
sweep_22_7.svg,"Count the total number of octagons in the image, including each concentric octagon separately. For example, if there is one octagon with 2 inner concentric rings, that counts as 3 octagons. Respond with only a number.",5,"(7, 10, -30)"
|
| 230 |
+
sweep_22_8.svg,"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.",1,"(7, 10, -30)"
|
| 231 |
+
sweep_22_9.svg,"Count the total number of pentagons in the image, including each concentric pentagon separately. For example, if there is one pentagon with 2 inner concentric rings, that counts as 3 pentagons. Respond with only a number.",5,"(7, 10, -30)"
|
| 232 |
+
sweep_23_0.svg,"Count the total number of pentagons in the image, including each concentric pentagon separately. For example, if there is one pentagon with 2 inner concentric rings, that counts as 3 pentagons. Respond with only a number.",16,"(7, 10, -40)"
|
| 233 |
+
sweep_23_1.svg,"Count the total number of octagons in the image, including each concentric octagon separately. For example, if there is one octagon with 2 inner concentric rings, that counts as 3 octagons. Respond with only a number.",5,"(7, 10, -40)"
|
| 234 |
+
sweep_23_2.svg,"Count the total number of rectangles in the image, including each concentric rectangle separately. For example, if there is one rectangle with 2 inner concentric rings, that counts as 3 rectangles. Respond with only a number.",8,"(7, 10, -40)"
|
| 235 |
+
sweep_23_3.svg,"Count the total number of octagons in the image, including each concentric octagon separately. For example, if there is one octagon with 2 inner concentric rings, that counts as 3 octagons. Respond with only a number.",5,"(7, 10, -40)"
|
| 236 |
+
sweep_23_4.svg,"Count the total number of stars in the image, including each concentric star separately. For example, if there is one star with 2 inner concentric rings, that counts as 3 stars. Respond with only a number.",8,"(7, 10, -40)"
|
| 237 |
+
sweep_23_5.svg,"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.",8,"(7, 10, -40)"
|
| 238 |
+
sweep_23_6.svg,"Count the total number of hexagons in the image, including each concentric hexagon separately. For example, if there is one hexagon with 2 inner concentric rings, that counts as 3 hexagons. Respond with only a number.",4,"(7, 10, -40)"
|
| 239 |
+
sweep_23_7.svg,"Count the total number of octagons in the image, including each concentric octagon separately. For example, if there is one octagon with 2 inner concentric rings, that counts as 3 octagons. Respond with only a number.",14,"(7, 10, -40)"
|
| 240 |
+
sweep_23_8.svg,"Count the total number of rectangles in the image, including each concentric rectangle separately. For example, if there is one rectangle with 2 inner concentric rings, that counts as 3 rectangles. Respond with only a number.",4,"(7, 10, -40)"
|
| 241 |
+
sweep_23_9.svg,"Count the total number of rectangles in the image, including each concentric rectangle separately. For example, if there is one rectangle with 2 inner concentric rings, that counts as 3 rectangles. Respond with only a number.",9,"(7, 10, -40)"
|
2D_DoYouSeeMe/letter_disambiguation/1.png
ADDED
|
Git LFS Details
|
2D_DoYouSeeMe/letter_disambiguation/100.png
ADDED
|
Git LFS Details
|
2D_DoYouSeeMe/letter_disambiguation/50.png
ADDED
|
Git LFS Details
|
2D_DoYouSeeMe/letter_disambiguation/dataset_info.csv
ADDED
|
@@ -0,0 +1,136 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
filename,answer,sweep
|
| 2 |
+
0.svg,T,"(1, 1, 0.04)"
|
| 3 |
+
1.svg,D,"(1, 1, 0.04)"
|
| 4 |
+
2.svg,K,"(1, 1, 0.04)"
|
| 5 |
+
3.svg,R,"(1, 1, 0.04)"
|
| 6 |
+
4.svg,H,"(1, 1, 0.04)"
|
| 7 |
+
5.svg,Y,"(1, 1, 0.08)"
|
| 8 |
+
6.svg,G,"(1, 1, 0.08)"
|
| 9 |
+
7.svg,S,"(1, 1, 0.08)"
|
| 10 |
+
8.svg,O,"(1, 1, 0.08)"
|
| 11 |
+
9.svg,Q,"(1, 1, 0.08)"
|
| 12 |
+
10.svg,O,"(1, 1, 0.1)"
|
| 13 |
+
11.svg,F,"(1, 1, 0.1)"
|
| 14 |
+
12.svg,A,"(1, 1, 0.1)"
|
| 15 |
+
13.svg,D,"(1, 1, 0.1)"
|
| 16 |
+
14.svg,R,"(1, 1, 0.1)"
|
| 17 |
+
15.svg,N,"(1, 2, 0.04)"
|
| 18 |
+
16.svg,N,"(1, 2, 0.04)"
|
| 19 |
+
17.svg,D,"(1, 2, 0.04)"
|
| 20 |
+
18.svg,C,"(1, 2, 0.04)"
|
| 21 |
+
19.svg,G,"(1, 2, 0.04)"
|
| 22 |
+
20.svg,I,"(1, 2, 0.08)"
|
| 23 |
+
21.svg,H,"(1, 2, 0.08)"
|
| 24 |
+
22.svg,L,"(1, 2, 0.08)"
|
| 25 |
+
23.svg,Z,"(1, 2, 0.08)"
|
| 26 |
+
24.svg,T,"(1, 2, 0.08)"
|
| 27 |
+
25.svg,K,"(1, 2, 0.1)"
|
| 28 |
+
26.svg,M,"(1, 2, 0.1)"
|
| 29 |
+
27.svg,L,"(1, 2, 0.1)"
|
| 30 |
+
28.svg,J,"(1, 2, 0.1)"
|
| 31 |
+
29.svg,X,"(1, 2, 0.1)"
|
| 32 |
+
30.svg,H,"(1, 3, 0.04)"
|
| 33 |
+
31.svg,K,"(1, 3, 0.04)"
|
| 34 |
+
32.svg,Z,"(1, 3, 0.04)"
|
| 35 |
+
33.svg,Q,"(1, 3, 0.04)"
|
| 36 |
+
34.svg,X,"(1, 3, 0.04)"
|
| 37 |
+
35.svg,H,"(1, 3, 0.08)"
|
| 38 |
+
36.svg,B,"(1, 3, 0.08)"
|
| 39 |
+
37.svg,X,"(1, 3, 0.08)"
|
| 40 |
+
38.svg,K,"(1, 3, 0.08)"
|
| 41 |
+
39.svg,M,"(1, 3, 0.08)"
|
| 42 |
+
40.svg,D,"(1, 3, 0.1)"
|
| 43 |
+
41.svg,B,"(1, 3, 0.1)"
|
| 44 |
+
42.svg,F,"(1, 3, 0.1)"
|
| 45 |
+
43.svg,E,"(1, 3, 0.1)"
|
| 46 |
+
44.svg,T,"(1, 3, 0.1)"
|
| 47 |
+
45.svg,XBBOT,"(5, 1, 0.04)"
|
| 48 |
+
46.svg,CJWZM,"(5, 1, 0.04)"
|
| 49 |
+
47.svg,ZULJK,"(5, 1, 0.04)"
|
| 50 |
+
48.svg,CYWDV,"(5, 1, 0.04)"
|
| 51 |
+
49.svg,OCUEC,"(5, 1, 0.04)"
|
| 52 |
+
50.svg,UNFME,"(5, 1, 0.08)"
|
| 53 |
+
51.svg,XNMNG,"(5, 1, 0.08)"
|
| 54 |
+
52.svg,MGRQN,"(5, 1, 0.08)"
|
| 55 |
+
53.svg,EWOXO,"(5, 1, 0.08)"
|
| 56 |
+
54.svg,WZVLS,"(5, 1, 0.08)"
|
| 57 |
+
55.svg,YWBQK,"(5, 1, 0.1)"
|
| 58 |
+
56.svg,BOUNG,"(5, 1, 0.1)"
|
| 59 |
+
57.svg,KQOHJ,"(5, 1, 0.1)"
|
| 60 |
+
58.svg,JIZBS,"(5, 1, 0.1)"
|
| 61 |
+
59.svg,NSSIR,"(5, 1, 0.1)"
|
| 62 |
+
60.svg,CHXJH,"(5, 2, 0.04)"
|
| 63 |
+
61.svg,OLMLP,"(5, 2, 0.04)"
|
| 64 |
+
62.svg,CXJGE,"(5, 2, 0.04)"
|
| 65 |
+
63.svg,GTJUE,"(5, 2, 0.04)"
|
| 66 |
+
64.svg,MBJCJ,"(5, 2, 0.04)"
|
| 67 |
+
65.svg,MDLSG,"(5, 2, 0.08)"
|
| 68 |
+
66.svg,KVNNY,"(5, 2, 0.08)"
|
| 69 |
+
67.svg,TQBXY,"(5, 2, 0.08)"
|
| 70 |
+
68.svg,QKSVI,"(5, 2, 0.08)"
|
| 71 |
+
69.svg,YCFTG,"(5, 2, 0.08)"
|
| 72 |
+
70.svg,RDPZI,"(5, 2, 0.1)"
|
| 73 |
+
71.svg,IHTEL,"(5, 2, 0.1)"
|
| 74 |
+
72.svg,UJIZR,"(5, 2, 0.1)"
|
| 75 |
+
73.svg,WHHII,"(5, 2, 0.1)"
|
| 76 |
+
74.svg,EYMPX,"(5, 2, 0.1)"
|
| 77 |
+
75.svg,LSHPI,"(5, 3, 0.04)"
|
| 78 |
+
76.svg,MUBGY,"(5, 3, 0.04)"
|
| 79 |
+
77.svg,IWHHF,"(5, 3, 0.04)"
|
| 80 |
+
78.svg,DOKZE,"(5, 3, 0.04)"
|
| 81 |
+
79.svg,HWZPP,"(5, 3, 0.04)"
|
| 82 |
+
80.svg,PUGIF,"(5, 3, 0.08)"
|
| 83 |
+
81.svg,KTQME,"(5, 3, 0.08)"
|
| 84 |
+
82.svg,KZZFG,"(5, 3, 0.08)"
|
| 85 |
+
83.svg,YBYOC,"(5, 3, 0.08)"
|
| 86 |
+
84.svg,EGSTA,"(5, 3, 0.08)"
|
| 87 |
+
85.svg,MRGJH,"(5, 3, 0.1)"
|
| 88 |
+
86.svg,SWYPN,"(5, 3, 0.1)"
|
| 89 |
+
87.svg,IOLUF,"(5, 3, 0.1)"
|
| 90 |
+
88.svg,THPSY,"(5, 3, 0.1)"
|
| 91 |
+
89.svg,CWTWH,"(5, 3, 0.1)"
|
| 92 |
+
90.svg,YUTPSKNTG,"(9, 1, 0.04)"
|
| 93 |
+
91.svg,TOGSJZWQS,"(9, 1, 0.04)"
|
| 94 |
+
92.svg,HIYBASSOF,"(9, 1, 0.04)"
|
| 95 |
+
93.svg,MIAGPZMRR,"(9, 1, 0.04)"
|
| 96 |
+
94.svg,WZGIZDJWS,"(9, 1, 0.04)"
|
| 97 |
+
95.svg,QKRUWYVPK,"(9, 1, 0.08)"
|
| 98 |
+
96.svg,ZOBWEJJPF,"(9, 1, 0.08)"
|
| 99 |
+
97.svg,UGEZWQPZI,"(9, 1, 0.08)"
|
| 100 |
+
98.svg,ZTFKFBLPA,"(9, 1, 0.08)"
|
| 101 |
+
99.svg,LIIAAISBC,"(9, 1, 0.08)"
|
| 102 |
+
100.svg,YJPIMUTES,"(9, 1, 0.1)"
|
| 103 |
+
101.svg,QXPAEDQNY,"(9, 1, 0.1)"
|
| 104 |
+
102.svg,POORLUASX,"(9, 1, 0.1)"
|
| 105 |
+
103.svg,SGMIGPWLR,"(9, 1, 0.1)"
|
| 106 |
+
104.svg,SYASQHQCD,"(9, 1, 0.1)"
|
| 107 |
+
105.svg,AXQEVOVFS,"(9, 2, 0.04)"
|
| 108 |
+
106.svg,WHDBWDWAW,"(9, 2, 0.04)"
|
| 109 |
+
107.svg,JUHHLDOZJ,"(9, 2, 0.04)"
|
| 110 |
+
108.svg,YEORSZHFM,"(9, 2, 0.04)"
|
| 111 |
+
109.svg,EDHAIVLRR,"(9, 2, 0.04)"
|
| 112 |
+
110.svg,KXVMCTOWP,"(9, 2, 0.08)"
|
| 113 |
+
111.svg,ZZZAONYMX,"(9, 2, 0.08)"
|
| 114 |
+
112.svg,GKQZEFRWE,"(9, 2, 0.08)"
|
| 115 |
+
113.svg,DETLLUKXC,"(9, 2, 0.08)"
|
| 116 |
+
114.svg,DUUURLYHR,"(9, 2, 0.08)"
|
| 117 |
+
115.svg,VVYNLBSGT,"(9, 2, 0.1)"
|
| 118 |
+
116.svg,SNEUXHOHP,"(9, 2, 0.1)"
|
| 119 |
+
117.svg,YFIQRFFSR,"(9, 2, 0.1)"
|
| 120 |
+
118.svg,KJIGXATVE,"(9, 2, 0.1)"
|
| 121 |
+
119.svg,DXMSNXXYL,"(9, 2, 0.1)"
|
| 122 |
+
120.svg,ILWEXWZZS,"(9, 3, 0.04)"
|
| 123 |
+
121.svg,PTRPCSVUV,"(9, 3, 0.04)"
|
| 124 |
+
122.svg,GFRIRBOTT,"(9, 3, 0.04)"
|
| 125 |
+
123.svg,JFNELQLJE,"(9, 3, 0.04)"
|
| 126 |
+
124.svg,EDWMLBSKD,"(9, 3, 0.04)"
|
| 127 |
+
125.svg,JJVHRCPLE,"(9, 3, 0.08)"
|
| 128 |
+
126.svg,FSPIVBFDA,"(9, 3, 0.08)"
|
| 129 |
+
127.svg,GMVBQNKSR,"(9, 3, 0.08)"
|
| 130 |
+
128.svg,CFFNQVVWW,"(9, 3, 0.08)"
|
| 131 |
+
129.svg,XTQZAQDIF,"(9, 3, 0.08)"
|
| 132 |
+
130.svg,FJRXTOKSC,"(9, 3, 0.1)"
|
| 133 |
+
131.svg,CJWNZMBES,"(9, 3, 0.1)"
|
| 134 |
+
132.svg,LQWCYUHQR,"(9, 3, 0.1)"
|
| 135 |
+
133.svg,PHYZUPMOG,"(9, 3, 0.1)"
|
| 136 |
+
134.svg,AAPIZVNAW,"(9, 3, 0.1)"
|
2D_DoYouSeeMe/visual_closure/1.png
ADDED
|
Git LFS Details
|
2D_DoYouSeeMe/visual_closure/100.png
ADDED
|
Git LFS Details
|
2D_DoYouSeeMe/visual_closure/50.png
ADDED
|
Git LFS Details
|
2D_DoYouSeeMe/visual_closure/dataset_info.csv
ADDED
|
@@ -0,0 +1,169 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
filename,answer,sweep
|
| 2 |
+
0.png,2,"[0.1, 1, 1, 1]"
|
| 3 |
+
1.png,2,"[0.1, 1, 1, 3]"
|
| 4 |
+
2.png,2,"[0.1, 1, 3, 1]"
|
| 5 |
+
3.png,2,"[0.1, 1, 3, 3]"
|
| 6 |
+
4.png,4,"[0.1, 3, 1, 1]"
|
| 7 |
+
5.png,4,"[0.1, 3, 1, 3]"
|
| 8 |
+
6.png,3,"[0.1, 3, 3, 1]"
|
| 9 |
+
7.png,3,"[0.1, 3, 3, 3]"
|
| 10 |
+
8.png,3,"[0.12, 1, 1, 1]"
|
| 11 |
+
9.png,3,"[0.12, 1, 1, 3]"
|
| 12 |
+
10.png,2,"[0.12, 1, 3, 1]"
|
| 13 |
+
11.png,4,"[0.12, 1, 3, 3]"
|
| 14 |
+
12.png,1,"[0.12, 3, 1, 1]"
|
| 15 |
+
13.png,4,"[0.12, 3, 1, 3]"
|
| 16 |
+
14.png,1,"[0.12, 3, 3, 1]"
|
| 17 |
+
15.png,1,"[0.12, 3, 3, 3]"
|
| 18 |
+
16.png,3,"[0.14, 1, 1, 1]"
|
| 19 |
+
17.png,1,"[0.14, 1, 1, 3]"
|
| 20 |
+
18.png,4,"[0.14, 1, 3, 1]"
|
| 21 |
+
19.png,4,"[0.14, 1, 3, 3]"
|
| 22 |
+
20.png,3,"[0.14, 3, 1, 1]"
|
| 23 |
+
21.png,2,"[0.14, 3, 1, 3]"
|
| 24 |
+
22.png,1,"[0.14, 3, 3, 1]"
|
| 25 |
+
23.png,1,"[0.14, 3, 3, 3]"
|
| 26 |
+
24.png,4,"[0.1, 1, 1, 1]"
|
| 27 |
+
25.png,3,"[0.1, 1, 1, 3]"
|
| 28 |
+
26.png,1,"[0.1, 1, 3, 1]"
|
| 29 |
+
27.png,2,"[0.1, 1, 3, 3]"
|
| 30 |
+
28.png,2,"[0.1, 3, 1, 1]"
|
| 31 |
+
29.png,3,"[0.1, 3, 1, 3]"
|
| 32 |
+
30.png,1,"[0.1, 3, 3, 1]"
|
| 33 |
+
31.png,4,"[0.1, 3, 3, 3]"
|
| 34 |
+
32.png,4,"[0.12, 1, 1, 1]"
|
| 35 |
+
33.png,1,"[0.12, 1, 1, 3]"
|
| 36 |
+
34.png,1,"[0.12, 1, 3, 1]"
|
| 37 |
+
35.png,1,"[0.12, 1, 3, 3]"
|
| 38 |
+
36.png,1,"[0.12, 3, 1, 1]"
|
| 39 |
+
37.png,3,"[0.12, 3, 1, 3]"
|
| 40 |
+
38.png,2,"[0.12, 3, 3, 1]"
|
| 41 |
+
39.png,2,"[0.12, 3, 3, 3]"
|
| 42 |
+
40.png,4,"[0.14, 1, 1, 1]"
|
| 43 |
+
41.png,2,"[0.14, 1, 1, 3]"
|
| 44 |
+
42.png,4,"[0.14, 1, 3, 1]"
|
| 45 |
+
43.png,1,"[0.14, 1, 3, 3]"
|
| 46 |
+
44.png,2,"[0.14, 3, 1, 1]"
|
| 47 |
+
45.png,4,"[0.14, 3, 1, 3]"
|
| 48 |
+
46.png,1,"[0.14, 3, 3, 1]"
|
| 49 |
+
47.png,4,"[0.14, 3, 3, 3]"
|
| 50 |
+
48.png,4,"[0.1, 1, 1, 1]"
|
| 51 |
+
49.png,3,"[0.1, 1, 1, 3]"
|
| 52 |
+
50.png,1,"[0.1, 1, 3, 1]"
|
| 53 |
+
51.png,2,"[0.1, 1, 3, 3]"
|
| 54 |
+
52.png,4,"[0.1, 3, 1, 1]"
|
| 55 |
+
53.png,1,"[0.1, 3, 1, 3]"
|
| 56 |
+
54.png,3,"[0.1, 3, 3, 1]"
|
| 57 |
+
55.png,3,"[0.1, 3, 3, 3]"
|
| 58 |
+
56.png,4,"[0.12, 1, 1, 1]"
|
| 59 |
+
57.png,4,"[0.12, 1, 1, 3]"
|
| 60 |
+
58.png,4,"[0.12, 1, 3, 1]"
|
| 61 |
+
59.png,4,"[0.12, 1, 3, 3]"
|
| 62 |
+
60.png,1,"[0.12, 3, 1, 1]"
|
| 63 |
+
61.png,4,"[0.12, 3, 1, 3]"
|
| 64 |
+
62.png,4,"[0.12, 3, 3, 1]"
|
| 65 |
+
63.png,4,"[0.12, 3, 3, 3]"
|
| 66 |
+
64.png,4,"[0.14, 1, 1, 1]"
|
| 67 |
+
65.png,4,"[0.14, 1, 1, 3]"
|
| 68 |
+
66.png,2,"[0.14, 1, 3, 1]"
|
| 69 |
+
67.png,3,"[0.14, 1, 3, 3]"
|
| 70 |
+
68.png,4,"[0.14, 3, 1, 1]"
|
| 71 |
+
69.png,3,"[0.14, 3, 1, 3]"
|
| 72 |
+
70.png,1,"[0.14, 3, 3, 1]"
|
| 73 |
+
71.png,3,"[0.14, 3, 3, 3]"
|
| 74 |
+
72.png,4,"[0.1, 1, 1, 1]"
|
| 75 |
+
73.png,3,"[0.1, 1, 1, 3]"
|
| 76 |
+
74.png,2,"[0.1, 1, 3, 1]"
|
| 77 |
+
75.png,1,"[0.1, 1, 3, 3]"
|
| 78 |
+
76.png,2,"[0.1, 3, 1, 1]"
|
| 79 |
+
77.png,3,"[0.1, 3, 1, 3]"
|
| 80 |
+
78.png,1,"[0.1, 3, 3, 1]"
|
| 81 |
+
79.png,4,"[0.1, 3, 3, 3]"
|
| 82 |
+
80.png,4,"[0.12, 1, 1, 1]"
|
| 83 |
+
81.png,1,"[0.12, 1, 1, 3]"
|
| 84 |
+
82.png,2,"[0.12, 1, 3, 1]"
|
| 85 |
+
83.png,1,"[0.12, 1, 3, 3]"
|
| 86 |
+
84.png,4,"[0.12, 3, 1, 1]"
|
| 87 |
+
85.png,4,"[0.12, 3, 1, 3]"
|
| 88 |
+
86.png,2,"[0.12, 3, 3, 1]"
|
| 89 |
+
87.png,4,"[0.12, 3, 3, 3]"
|
| 90 |
+
88.png,2,"[0.14, 1, 1, 1]"
|
| 91 |
+
89.png,2,"[0.14, 1, 1, 3]"
|
| 92 |
+
90.png,2,"[0.14, 1, 3, 1]"
|
| 93 |
+
91.png,4,"[0.14, 1, 3, 3]"
|
| 94 |
+
92.png,1,"[0.14, 3, 1, 1]"
|
| 95 |
+
93.png,1,"[0.14, 3, 1, 3]"
|
| 96 |
+
94.png,1,"[0.14, 3, 3, 1]"
|
| 97 |
+
95.png,3,"[0.14, 3, 3, 3]"
|
| 98 |
+
96.png,2,"[0.1, 1, 1, 1]"
|
| 99 |
+
97.png,4,"[0.1, 1, 1, 3]"
|
| 100 |
+
98.png,3,"[0.1, 1, 3, 1]"
|
| 101 |
+
99.png,4,"[0.1, 1, 3, 3]"
|
| 102 |
+
100.png,2,"[0.1, 3, 1, 1]"
|
| 103 |
+
101.png,4,"[0.1, 3, 1, 3]"
|
| 104 |
+
102.png,3,"[0.1, 3, 3, 1]"
|
| 105 |
+
103.png,2,"[0.1, 3, 3, 3]"
|
| 106 |
+
104.png,1,"[0.12, 1, 1, 1]"
|
| 107 |
+
105.png,4,"[0.12, 1, 1, 3]"
|
| 108 |
+
106.png,2,"[0.12, 1, 3, 1]"
|
| 109 |
+
107.png,3,"[0.12, 1, 3, 3]"
|
| 110 |
+
108.png,3,"[0.12, 3, 1, 1]"
|
| 111 |
+
109.png,4,"[0.12, 3, 1, 3]"
|
| 112 |
+
110.png,4,"[0.12, 3, 3, 1]"
|
| 113 |
+
111.png,3,"[0.12, 3, 3, 3]"
|
| 114 |
+
112.png,2,"[0.14, 1, 1, 1]"
|
| 115 |
+
113.png,3,"[0.14, 1, 1, 3]"
|
| 116 |
+
114.png,2,"[0.14, 1, 3, 1]"
|
| 117 |
+
115.png,3,"[0.14, 1, 3, 3]"
|
| 118 |
+
116.png,3,"[0.14, 3, 1, 1]"
|
| 119 |
+
117.png,3,"[0.14, 3, 1, 3]"
|
| 120 |
+
118.png,2,"[0.14, 3, 3, 1]"
|
| 121 |
+
119.png,3,"[0.14, 3, 3, 3]"
|
| 122 |
+
120.png,1,"[0.1, 1, 1, 1]"
|
| 123 |
+
121.png,1,"[0.1, 1, 1, 3]"
|
| 124 |
+
122.png,2,"[0.1, 1, 3, 1]"
|
| 125 |
+
123.png,2,"[0.1, 1, 3, 3]"
|
| 126 |
+
124.png,2,"[0.1, 3, 1, 1]"
|
| 127 |
+
125.png,1,"[0.1, 3, 1, 3]"
|
| 128 |
+
126.png,1,"[0.1, 3, 3, 1]"
|
| 129 |
+
127.png,3,"[0.1, 3, 3, 3]"
|
| 130 |
+
128.png,1,"[0.12, 1, 1, 1]"
|
| 131 |
+
129.png,2,"[0.12, 1, 1, 3]"
|
| 132 |
+
130.png,2,"[0.12, 1, 3, 1]"
|
| 133 |
+
131.png,4,"[0.12, 1, 3, 3]"
|
| 134 |
+
132.png,2,"[0.12, 3, 1, 1]"
|
| 135 |
+
133.png,4,"[0.12, 3, 1, 3]"
|
| 136 |
+
134.png,1,"[0.12, 3, 3, 1]"
|
| 137 |
+
135.png,4,"[0.12, 3, 3, 3]"
|
| 138 |
+
136.png,3,"[0.14, 1, 1, 1]"
|
| 139 |
+
137.png,4,"[0.14, 1, 1, 3]"
|
| 140 |
+
138.png,4,"[0.14, 1, 3, 1]"
|
| 141 |
+
139.png,1,"[0.14, 1, 3, 3]"
|
| 142 |
+
140.png,4,"[0.14, 3, 1, 1]"
|
| 143 |
+
141.png,3,"[0.14, 3, 1, 3]"
|
| 144 |
+
142.png,3,"[0.14, 3, 3, 1]"
|
| 145 |
+
143.png,2,"[0.14, 3, 3, 3]"
|
| 146 |
+
144.png,2,"[0.1, 1, 1, 1]"
|
| 147 |
+
145.png,3,"[0.1, 1, 1, 3]"
|
| 148 |
+
146.png,4,"[0.1, 1, 3, 1]"
|
| 149 |
+
147.png,4,"[0.1, 1, 3, 3]"
|
| 150 |
+
148.png,2,"[0.1, 3, 1, 1]"
|
| 151 |
+
149.png,2,"[0.1, 3, 1, 3]"
|
| 152 |
+
150.png,4,"[0.1, 3, 3, 1]"
|
| 153 |
+
151.png,3,"[0.1, 3, 3, 3]"
|
| 154 |
+
152.png,2,"[0.12, 1, 1, 1]"
|
| 155 |
+
153.png,2,"[0.12, 1, 1, 3]"
|
| 156 |
+
154.png,1,"[0.12, 1, 3, 1]"
|
| 157 |
+
155.png,1,"[0.12, 1, 3, 3]"
|
| 158 |
+
156.png,3,"[0.12, 3, 1, 1]"
|
| 159 |
+
157.png,1,"[0.12, 3, 1, 3]"
|
| 160 |
+
158.png,1,"[0.12, 3, 3, 1]"
|
| 161 |
+
159.png,4,"[0.12, 3, 3, 3]"
|
| 162 |
+
160.png,4,"[0.14, 1, 1, 1]"
|
| 163 |
+
161.png,3,"[0.14, 1, 1, 3]"
|
| 164 |
+
162.png,1,"[0.14, 1, 3, 1]"
|
| 165 |
+
163.png,4,"[0.14, 1, 3, 3]"
|
| 166 |
+
164.png,1,"[0.14, 3, 1, 1]"
|
| 167 |
+
165.png,3,"[0.14, 3, 1, 3]"
|
| 168 |
+
166.png,3,"[0.14, 3, 3, 1]"
|
| 169 |
+
167.png,3,"[0.14, 3, 3, 3]"
|
2D_DoYouSeeMe/visual_figure_ground/1.png
ADDED
|
Git LFS Details
|
2D_DoYouSeeMe/visual_figure_ground/50.png
ADDED
|
Git LFS Details
|
2D_DoYouSeeMe/visual_figure_ground/89.png
ADDED
|
Git LFS Details
|
2D_DoYouSeeMe/visual_figure_ground/dataset_info.csv
ADDED
|
@@ -0,0 +1,91 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
filename,answer,background_density,sweep
|
| 2 |
+
0.svg,4,0.1,"(2, 0.1)"
|
| 3 |
+
1.svg,1,0.1,"(2, 0.1)"
|
| 4 |
+
2.svg,3,0.1,"(2, 0.1)"
|
| 5 |
+
3.svg,3,0.1,"(2, 0.1)"
|
| 6 |
+
4.svg,3,0.1,"(2, 0.1)"
|
| 7 |
+
5.svg,1,0.1,"(2, 0.1)"
|
| 8 |
+
6.svg,4,0.1,"(2, 0.1)"
|
| 9 |
+
7.svg,3,0.1,"(2, 0.1)"
|
| 10 |
+
8.svg,3,0.1,"(2, 0.1)"
|
| 11 |
+
9.svg,3,0.1,"(2, 0.1)"
|
| 12 |
+
10.svg,1,0.3,"(2, 0.3)"
|
| 13 |
+
11.svg,1,0.3,"(2, 0.3)"
|
| 14 |
+
12.svg,4,0.3,"(2, 0.3)"
|
| 15 |
+
13.svg,1,0.3,"(2, 0.3)"
|
| 16 |
+
14.svg,3,0.3,"(2, 0.3)"
|
| 17 |
+
15.svg,3,0.3,"(2, 0.3)"
|
| 18 |
+
16.svg,1,0.3,"(2, 0.3)"
|
| 19 |
+
17.svg,3,0.3,"(2, 0.3)"
|
| 20 |
+
18.svg,2,0.3,"(2, 0.3)"
|
| 21 |
+
19.svg,3,0.3,"(2, 0.3)"
|
| 22 |
+
20.svg,3,0.5,"(2, 0.5)"
|
| 23 |
+
21.svg,2,0.5,"(2, 0.5)"
|
| 24 |
+
22.svg,1,0.5,"(2, 0.5)"
|
| 25 |
+
23.svg,3,0.5,"(2, 0.5)"
|
| 26 |
+
24.svg,2,0.5,"(2, 0.5)"
|
| 27 |
+
25.svg,4,0.5,"(2, 0.5)"
|
| 28 |
+
26.svg,3,0.5,"(2, 0.5)"
|
| 29 |
+
27.svg,3,0.5,"(2, 0.5)"
|
| 30 |
+
28.svg,1,0.5,"(2, 0.5)"
|
| 31 |
+
29.svg,2,0.5,"(2, 0.5)"
|
| 32 |
+
30.svg,1,0.1,"(6, 0.1)"
|
| 33 |
+
31.svg,3,0.1,"(6, 0.1)"
|
| 34 |
+
32.svg,3,0.1,"(6, 0.1)"
|
| 35 |
+
33.svg,2,0.1,"(6, 0.1)"
|
| 36 |
+
34.svg,3,0.1,"(6, 0.1)"
|
| 37 |
+
35.svg,1,0.1,"(6, 0.1)"
|
| 38 |
+
36.svg,1,0.1,"(6, 0.1)"
|
| 39 |
+
37.svg,2,0.1,"(6, 0.1)"
|
| 40 |
+
38.svg,3,0.1,"(6, 0.1)"
|
| 41 |
+
39.svg,3,0.1,"(6, 0.1)"
|
| 42 |
+
40.svg,3,0.3,"(6, 0.3)"
|
| 43 |
+
41.svg,3,0.3,"(6, 0.3)"
|
| 44 |
+
42.svg,1,0.3,"(6, 0.3)"
|
| 45 |
+
43.svg,4,0.3,"(6, 0.3)"
|
| 46 |
+
44.svg,1,0.3,"(6, 0.3)"
|
| 47 |
+
45.svg,2,0.3,"(6, 0.3)"
|
| 48 |
+
46.svg,3,0.3,"(6, 0.3)"
|
| 49 |
+
47.svg,3,0.3,"(6, 0.3)"
|
| 50 |
+
48.svg,4,0.3,"(6, 0.3)"
|
| 51 |
+
49.svg,1,0.3,"(6, 0.3)"
|
| 52 |
+
50.svg,4,0.5,"(6, 0.5)"
|
| 53 |
+
51.svg,4,0.5,"(6, 0.5)"
|
| 54 |
+
52.svg,3,0.5,"(6, 0.5)"
|
| 55 |
+
53.svg,2,0.5,"(6, 0.5)"
|
| 56 |
+
54.svg,3,0.5,"(6, 0.5)"
|
| 57 |
+
55.svg,4,0.5,"(6, 0.5)"
|
| 58 |
+
56.svg,4,0.5,"(6, 0.5)"
|
| 59 |
+
57.svg,1,0.5,"(6, 0.5)"
|
| 60 |
+
58.svg,1,0.5,"(6, 0.5)"
|
| 61 |
+
59.svg,3,0.5,"(6, 0.5)"
|
| 62 |
+
60.svg,4,0.1,"(10, 0.1)"
|
| 63 |
+
61.svg,1,0.1,"(10, 0.1)"
|
| 64 |
+
62.svg,1,0.1,"(10, 0.1)"
|
| 65 |
+
63.svg,3,0.1,"(10, 0.1)"
|
| 66 |
+
64.svg,4,0.1,"(10, 0.1)"
|
| 67 |
+
65.svg,1,0.1,"(10, 0.1)"
|
| 68 |
+
66.svg,4,0.1,"(10, 0.1)"
|
| 69 |
+
67.svg,3,0.1,"(10, 0.1)"
|
| 70 |
+
68.svg,3,0.1,"(10, 0.1)"
|
| 71 |
+
69.svg,1,0.1,"(10, 0.1)"
|
| 72 |
+
70.svg,4,0.3,"(10, 0.3)"
|
| 73 |
+
71.svg,4,0.3,"(10, 0.3)"
|
| 74 |
+
72.svg,2,0.3,"(10, 0.3)"
|
| 75 |
+
73.svg,2,0.3,"(10, 0.3)"
|
| 76 |
+
74.svg,3,0.3,"(10, 0.3)"
|
| 77 |
+
75.svg,3,0.3,"(10, 0.3)"
|
| 78 |
+
76.svg,2,0.3,"(10, 0.3)"
|
| 79 |
+
77.svg,1,0.3,"(10, 0.3)"
|
| 80 |
+
78.svg,2,0.3,"(10, 0.3)"
|
| 81 |
+
79.svg,2,0.3,"(10, 0.3)"
|
| 82 |
+
80.svg,2,0.5,"(10, 0.5)"
|
| 83 |
+
81.svg,4,0.5,"(10, 0.5)"
|
| 84 |
+
82.svg,4,0.5,"(10, 0.5)"
|
| 85 |
+
83.svg,3,0.5,"(10, 0.5)"
|
| 86 |
+
84.svg,2,0.5,"(10, 0.5)"
|
| 87 |
+
85.svg,3,0.5,"(10, 0.5)"
|
| 88 |
+
86.svg,2,0.5,"(10, 0.5)"
|
| 89 |
+
87.svg,4,0.5,"(10, 0.5)"
|
| 90 |
+
88.svg,1,0.5,"(10, 0.5)"
|
| 91 |
+
89.svg,4,0.5,"(10, 0.5)"
|
2D_DoYouSeeMe/visual_form_constancy/1.png
ADDED
|
Git LFS Details
|
2D_DoYouSeeMe/visual_form_constancy/100.png
ADDED
|
Git LFS Details
|
2D_DoYouSeeMe/visual_form_constancy/50.png
ADDED
|
Git LFS Details
|
2D_DoYouSeeMe/visual_form_constancy/dataset_info.csv
ADDED
|
@@ -0,0 +1,271 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
filename,answer,sweep
|
| 2 |
+
0.svg,3,"(5, 0.8, 0.8, 0)"
|
| 3 |
+
1.svg,4,"(5, 0.8, 0.8, 0)"
|
| 4 |
+
2.svg,1,"(5, 0.8, 0.8, 0)"
|
| 5 |
+
3.svg,4,"(5, 0.8, 0.8, 0)"
|
| 6 |
+
4.svg,2,"(5, 0.8, 0.8, 0)"
|
| 7 |
+
5.svg,1,"(5, 0.8, 0.8, 1)"
|
| 8 |
+
6.svg,4,"(5, 0.8, 0.8, 1)"
|
| 9 |
+
7.svg,1,"(5, 0.8, 0.8, 1)"
|
| 10 |
+
8.svg,2,"(5, 0.8, 0.8, 1)"
|
| 11 |
+
9.svg,2,"(5, 0.8, 0.8, 1)"
|
| 12 |
+
10.svg,4,"(5, 0.8, 1.1, 0)"
|
| 13 |
+
11.svg,4,"(5, 0.8, 1.1, 0)"
|
| 14 |
+
12.svg,1,"(5, 0.8, 1.1, 0)"
|
| 15 |
+
13.svg,2,"(5, 0.8, 1.1, 0)"
|
| 16 |
+
14.svg,2,"(5, 0.8, 1.1, 0)"
|
| 17 |
+
15.svg,3,"(5, 0.8, 1.1, 1)"
|
| 18 |
+
16.svg,1,"(5, 0.8, 1.1, 1)"
|
| 19 |
+
17.svg,2,"(5, 0.8, 1.1, 1)"
|
| 20 |
+
18.svg,4,"(5, 0.8, 1.1, 1)"
|
| 21 |
+
19.svg,3,"(5, 0.8, 1.1, 1)"
|
| 22 |
+
20.svg,4,"(5, 0.8, 1.4, 0)"
|
| 23 |
+
21.svg,4,"(5, 0.8, 1.4, 0)"
|
| 24 |
+
22.svg,4,"(5, 0.8, 1.4, 0)"
|
| 25 |
+
23.svg,3,"(5, 0.8, 1.4, 0)"
|
| 26 |
+
24.svg,1,"(5, 0.8, 1.4, 0)"
|
| 27 |
+
25.svg,2,"(5, 0.8, 1.4, 1)"
|
| 28 |
+
26.svg,1,"(5, 0.8, 1.4, 1)"
|
| 29 |
+
27.svg,2,"(5, 0.8, 1.4, 1)"
|
| 30 |
+
28.svg,2,"(5, 0.8, 1.4, 1)"
|
| 31 |
+
29.svg,1,"(5, 0.8, 1.4, 1)"
|
| 32 |
+
30.svg,4,"(5, 1.1, 0.8, 0)"
|
| 33 |
+
31.svg,3,"(5, 1.1, 0.8, 0)"
|
| 34 |
+
32.svg,4,"(5, 1.1, 0.8, 0)"
|
| 35 |
+
33.svg,3,"(5, 1.1, 0.8, 0)"
|
| 36 |
+
34.svg,1,"(5, 1.1, 0.8, 0)"
|
| 37 |
+
35.svg,4,"(5, 1.1, 0.8, 1)"
|
| 38 |
+
36.svg,4,"(5, 1.1, 0.8, 1)"
|
| 39 |
+
37.svg,2,"(5, 1.1, 0.8, 1)"
|
| 40 |
+
38.svg,3,"(5, 1.1, 0.8, 1)"
|
| 41 |
+
39.svg,1,"(5, 1.1, 0.8, 1)"
|
| 42 |
+
40.svg,1,"(5, 1.1, 1.1, 0)"
|
| 43 |
+
41.svg,1,"(5, 1.1, 1.1, 0)"
|
| 44 |
+
42.svg,3,"(5, 1.1, 1.1, 0)"
|
| 45 |
+
43.svg,3,"(5, 1.1, 1.1, 0)"
|
| 46 |
+
44.svg,1,"(5, 1.1, 1.1, 0)"
|
| 47 |
+
45.svg,2,"(5, 1.1, 1.1, 1)"
|
| 48 |
+
46.svg,2,"(5, 1.1, 1.1, 1)"
|
| 49 |
+
47.svg,4,"(5, 1.1, 1.1, 1)"
|
| 50 |
+
48.svg,3,"(5, 1.1, 1.1, 1)"
|
| 51 |
+
49.svg,3,"(5, 1.1, 1.1, 1)"
|
| 52 |
+
50.svg,4,"(5, 1.1, 1.4, 0)"
|
| 53 |
+
51.svg,2,"(5, 1.1, 1.4, 0)"
|
| 54 |
+
52.svg,2,"(5, 1.1, 1.4, 0)"
|
| 55 |
+
53.svg,4,"(5, 1.1, 1.4, 0)"
|
| 56 |
+
54.svg,2,"(5, 1.1, 1.4, 0)"
|
| 57 |
+
55.svg,3,"(5, 1.1, 1.4, 1)"
|
| 58 |
+
56.svg,2,"(5, 1.1, 1.4, 1)"
|
| 59 |
+
57.svg,4,"(5, 1.1, 1.4, 1)"
|
| 60 |
+
58.svg,4,"(5, 1.1, 1.4, 1)"
|
| 61 |
+
59.svg,2,"(5, 1.1, 1.4, 1)"
|
| 62 |
+
60.svg,3,"(5, 1.4, 0.8, 0)"
|
| 63 |
+
61.svg,3,"(5, 1.4, 0.8, 0)"
|
| 64 |
+
62.svg,2,"(5, 1.4, 0.8, 0)"
|
| 65 |
+
63.svg,1,"(5, 1.4, 0.8, 0)"
|
| 66 |
+
64.svg,3,"(5, 1.4, 0.8, 0)"
|
| 67 |
+
65.svg,1,"(5, 1.4, 0.8, 1)"
|
| 68 |
+
66.svg,4,"(5, 1.4, 0.8, 1)"
|
| 69 |
+
67.svg,4,"(5, 1.4, 0.8, 1)"
|
| 70 |
+
68.svg,3,"(5, 1.4, 0.8, 1)"
|
| 71 |
+
69.svg,2,"(5, 1.4, 0.8, 1)"
|
| 72 |
+
70.svg,4,"(5, 1.4, 1.1, 0)"
|
| 73 |
+
71.svg,2,"(5, 1.4, 1.1, 0)"
|
| 74 |
+
72.svg,4,"(5, 1.4, 1.1, 0)"
|
| 75 |
+
73.svg,3,"(5, 1.4, 1.1, 0)"
|
| 76 |
+
74.svg,3,"(5, 1.4, 1.1, 0)"
|
| 77 |
+
75.svg,3,"(5, 1.4, 1.1, 1)"
|
| 78 |
+
76.svg,4,"(5, 1.4, 1.1, 1)"
|
| 79 |
+
77.svg,1,"(5, 1.4, 1.1, 1)"
|
| 80 |
+
78.svg,1,"(5, 1.4, 1.1, 1)"
|
| 81 |
+
79.svg,3,"(5, 1.4, 1.1, 1)"
|
| 82 |
+
80.svg,2,"(5, 1.4, 1.4, 0)"
|
| 83 |
+
81.svg,4,"(5, 1.4, 1.4, 0)"
|
| 84 |
+
82.svg,1,"(5, 1.4, 1.4, 0)"
|
| 85 |
+
83.svg,2,"(5, 1.4, 1.4, 0)"
|
| 86 |
+
84.svg,3,"(5, 1.4, 1.4, 0)"
|
| 87 |
+
85.svg,1,"(5, 1.4, 1.4, 1)"
|
| 88 |
+
86.svg,4,"(5, 1.4, 1.4, 1)"
|
| 89 |
+
87.svg,2,"(5, 1.4, 1.4, 1)"
|
| 90 |
+
88.svg,4,"(5, 1.4, 1.4, 1)"
|
| 91 |
+
89.svg,2,"(5, 1.4, 1.4, 1)"
|
| 92 |
+
90.svg,2,"(25, 0.8, 0.8, 0)"
|
| 93 |
+
91.svg,1,"(25, 0.8, 0.8, 0)"
|
| 94 |
+
92.svg,4,"(25, 0.8, 0.8, 0)"
|
| 95 |
+
93.svg,4,"(25, 0.8, 0.8, 0)"
|
| 96 |
+
94.svg,2,"(25, 0.8, 0.8, 0)"
|
| 97 |
+
95.svg,4,"(25, 0.8, 0.8, 1)"
|
| 98 |
+
96.svg,4,"(25, 0.8, 0.8, 1)"
|
| 99 |
+
97.svg,3,"(25, 0.8, 0.8, 1)"
|
| 100 |
+
98.svg,4,"(25, 0.8, 0.8, 1)"
|
| 101 |
+
99.svg,3,"(25, 0.8, 0.8, 1)"
|
| 102 |
+
100.svg,1,"(25, 0.8, 1.1, 0)"
|
| 103 |
+
101.svg,4,"(25, 0.8, 1.1, 0)"
|
| 104 |
+
102.svg,3,"(25, 0.8, 1.1, 0)"
|
| 105 |
+
103.svg,3,"(25, 0.8, 1.1, 0)"
|
| 106 |
+
104.svg,3,"(25, 0.8, 1.1, 0)"
|
| 107 |
+
105.svg,2,"(25, 0.8, 1.1, 1)"
|
| 108 |
+
106.svg,3,"(25, 0.8, 1.1, 1)"
|
| 109 |
+
107.svg,2,"(25, 0.8, 1.1, 1)"
|
| 110 |
+
108.svg,1,"(25, 0.8, 1.1, 1)"
|
| 111 |
+
109.svg,1,"(25, 0.8, 1.1, 1)"
|
| 112 |
+
110.svg,4,"(25, 0.8, 1.4, 0)"
|
| 113 |
+
111.svg,1,"(25, 0.8, 1.4, 0)"
|
| 114 |
+
112.svg,3,"(25, 0.8, 1.4, 0)"
|
| 115 |
+
113.svg,2,"(25, 0.8, 1.4, 0)"
|
| 116 |
+
114.svg,3,"(25, 0.8, 1.4, 0)"
|
| 117 |
+
115.svg,1,"(25, 0.8, 1.4, 1)"
|
| 118 |
+
116.svg,3,"(25, 0.8, 1.4, 1)"
|
| 119 |
+
117.svg,4,"(25, 0.8, 1.4, 1)"
|
| 120 |
+
118.svg,1,"(25, 0.8, 1.4, 1)"
|
| 121 |
+
119.svg,3,"(25, 0.8, 1.4, 1)"
|
| 122 |
+
120.svg,4,"(25, 1.1, 0.8, 0)"
|
| 123 |
+
121.svg,4,"(25, 1.1, 0.8, 0)"
|
| 124 |
+
122.svg,3,"(25, 1.1, 0.8, 0)"
|
| 125 |
+
123.svg,2,"(25, 1.1, 0.8, 0)"
|
| 126 |
+
124.svg,4,"(25, 1.1, 0.8, 0)"
|
| 127 |
+
125.svg,1,"(25, 1.1, 0.8, 1)"
|
| 128 |
+
126.svg,2,"(25, 1.1, 0.8, 1)"
|
| 129 |
+
127.svg,2,"(25, 1.1, 0.8, 1)"
|
| 130 |
+
128.svg,2,"(25, 1.1, 0.8, 1)"
|
| 131 |
+
129.svg,2,"(25, 1.1, 0.8, 1)"
|
| 132 |
+
130.svg,4,"(25, 1.1, 1.1, 0)"
|
| 133 |
+
131.svg,4,"(25, 1.1, 1.1, 0)"
|
| 134 |
+
132.svg,3,"(25, 1.1, 1.1, 0)"
|
| 135 |
+
133.svg,2,"(25, 1.1, 1.1, 0)"
|
| 136 |
+
134.svg,4,"(25, 1.1, 1.1, 0)"
|
| 137 |
+
135.svg,3,"(25, 1.1, 1.1, 1)"
|
| 138 |
+
136.svg,4,"(25, 1.1, 1.1, 1)"
|
| 139 |
+
137.svg,4,"(25, 1.1, 1.1, 1)"
|
| 140 |
+
138.svg,2,"(25, 1.1, 1.1, 1)"
|
| 141 |
+
139.svg,3,"(25, 1.1, 1.1, 1)"
|
| 142 |
+
140.svg,3,"(25, 1.1, 1.4, 0)"
|
| 143 |
+
141.svg,2,"(25, 1.1, 1.4, 0)"
|
| 144 |
+
142.svg,2,"(25, 1.1, 1.4, 0)"
|
| 145 |
+
143.svg,2,"(25, 1.1, 1.4, 0)"
|
| 146 |
+
144.svg,2,"(25, 1.1, 1.4, 0)"
|
| 147 |
+
145.svg,3,"(25, 1.1, 1.4, 1)"
|
| 148 |
+
146.svg,3,"(25, 1.1, 1.4, 1)"
|
| 149 |
+
147.svg,2,"(25, 1.1, 1.4, 1)"
|
| 150 |
+
148.svg,2,"(25, 1.1, 1.4, 1)"
|
| 151 |
+
149.svg,2,"(25, 1.1, 1.4, 1)"
|
| 152 |
+
150.svg,2,"(25, 1.4, 0.8, 0)"
|
| 153 |
+
151.svg,1,"(25, 1.4, 0.8, 0)"
|
| 154 |
+
152.svg,4,"(25, 1.4, 0.8, 0)"
|
| 155 |
+
153.svg,1,"(25, 1.4, 0.8, 0)"
|
| 156 |
+
154.svg,3,"(25, 1.4, 0.8, 0)"
|
| 157 |
+
155.svg,2,"(25, 1.4, 0.8, 1)"
|
| 158 |
+
156.svg,4,"(25, 1.4, 0.8, 1)"
|
| 159 |
+
157.svg,2,"(25, 1.4, 0.8, 1)"
|
| 160 |
+
158.svg,2,"(25, 1.4, 0.8, 1)"
|
| 161 |
+
159.svg,4,"(25, 1.4, 0.8, 1)"
|
| 162 |
+
160.svg,1,"(25, 1.4, 1.1, 0)"
|
| 163 |
+
161.svg,2,"(25, 1.4, 1.1, 0)"
|
| 164 |
+
162.svg,1,"(25, 1.4, 1.1, 0)"
|
| 165 |
+
163.svg,2,"(25, 1.4, 1.1, 0)"
|
| 166 |
+
164.svg,4,"(25, 1.4, 1.1, 0)"
|
| 167 |
+
165.svg,1,"(25, 1.4, 1.1, 1)"
|
| 168 |
+
166.svg,1,"(25, 1.4, 1.1, 1)"
|
| 169 |
+
167.svg,1,"(25, 1.4, 1.1, 1)"
|
| 170 |
+
168.svg,1,"(25, 1.4, 1.1, 1)"
|
| 171 |
+
169.svg,4,"(25, 1.4, 1.1, 1)"
|
| 172 |
+
170.svg,2,"(25, 1.4, 1.4, 0)"
|
| 173 |
+
171.svg,3,"(25, 1.4, 1.4, 0)"
|
| 174 |
+
172.svg,4,"(25, 1.4, 1.4, 0)"
|
| 175 |
+
173.svg,1,"(25, 1.4, 1.4, 0)"
|
| 176 |
+
174.svg,3,"(25, 1.4, 1.4, 0)"
|
| 177 |
+
175.svg,4,"(25, 1.4, 1.4, 1)"
|
| 178 |
+
176.svg,2,"(25, 1.4, 1.4, 1)"
|
| 179 |
+
177.svg,3,"(25, 1.4, 1.4, 1)"
|
| 180 |
+
178.svg,2,"(25, 1.4, 1.4, 1)"
|
| 181 |
+
179.svg,2,"(25, 1.4, 1.4, 1)"
|
| 182 |
+
180.svg,1,"(50, 0.8, 0.8, 0)"
|
| 183 |
+
181.svg,1,"(50, 0.8, 0.8, 0)"
|
| 184 |
+
182.svg,3,"(50, 0.8, 0.8, 0)"
|
| 185 |
+
183.svg,3,"(50, 0.8, 0.8, 0)"
|
| 186 |
+
184.svg,2,"(50, 0.8, 0.8, 0)"
|
| 187 |
+
185.svg,2,"(50, 0.8, 0.8, 1)"
|
| 188 |
+
186.svg,2,"(50, 0.8, 0.8, 1)"
|
| 189 |
+
187.svg,3,"(50, 0.8, 0.8, 1)"
|
| 190 |
+
188.svg,1,"(50, 0.8, 0.8, 1)"
|
| 191 |
+
189.svg,1,"(50, 0.8, 0.8, 1)"
|
| 192 |
+
190.svg,1,"(50, 0.8, 1.1, 0)"
|
| 193 |
+
191.svg,2,"(50, 0.8, 1.1, 0)"
|
| 194 |
+
192.svg,3,"(50, 0.8, 1.1, 0)"
|
| 195 |
+
193.svg,3,"(50, 0.8, 1.1, 0)"
|
| 196 |
+
194.svg,4,"(50, 0.8, 1.1, 0)"
|
| 197 |
+
195.svg,1,"(50, 0.8, 1.1, 1)"
|
| 198 |
+
196.svg,2,"(50, 0.8, 1.1, 1)"
|
| 199 |
+
197.svg,3,"(50, 0.8, 1.1, 1)"
|
| 200 |
+
198.svg,2,"(50, 0.8, 1.1, 1)"
|
| 201 |
+
199.svg,3,"(50, 0.8, 1.1, 1)"
|
| 202 |
+
200.svg,3,"(50, 0.8, 1.4, 0)"
|
| 203 |
+
201.svg,1,"(50, 0.8, 1.4, 0)"
|
| 204 |
+
202.svg,1,"(50, 0.8, 1.4, 0)"
|
| 205 |
+
203.svg,1,"(50, 0.8, 1.4, 0)"
|
| 206 |
+
204.svg,3,"(50, 0.8, 1.4, 0)"
|
| 207 |
+
205.svg,1,"(50, 0.8, 1.4, 1)"
|
| 208 |
+
206.svg,3,"(50, 0.8, 1.4, 1)"
|
| 209 |
+
207.svg,1,"(50, 0.8, 1.4, 1)"
|
| 210 |
+
208.svg,4,"(50, 0.8, 1.4, 1)"
|
| 211 |
+
209.svg,4,"(50, 0.8, 1.4, 1)"
|
| 212 |
+
210.svg,3,"(50, 1.1, 0.8, 0)"
|
| 213 |
+
211.svg,3,"(50, 1.1, 0.8, 0)"
|
| 214 |
+
212.svg,1,"(50, 1.1, 0.8, 0)"
|
| 215 |
+
213.svg,1,"(50, 1.1, 0.8, 0)"
|
| 216 |
+
214.svg,2,"(50, 1.1, 0.8, 0)"
|
| 217 |
+
215.svg,3,"(50, 1.1, 0.8, 1)"
|
| 218 |
+
216.svg,2,"(50, 1.1, 0.8, 1)"
|
| 219 |
+
217.svg,3,"(50, 1.1, 0.8, 1)"
|
| 220 |
+
218.svg,2,"(50, 1.1, 0.8, 1)"
|
| 221 |
+
219.svg,1,"(50, 1.1, 0.8, 1)"
|
| 222 |
+
220.svg,3,"(50, 1.1, 1.1, 0)"
|
| 223 |
+
221.svg,4,"(50, 1.1, 1.1, 0)"
|
| 224 |
+
222.svg,3,"(50, 1.1, 1.1, 0)"
|
| 225 |
+
223.svg,2,"(50, 1.1, 1.1, 0)"
|
| 226 |
+
224.svg,4,"(50, 1.1, 1.1, 0)"
|
| 227 |
+
225.svg,3,"(50, 1.1, 1.1, 1)"
|
| 228 |
+
226.svg,3,"(50, 1.1, 1.1, 1)"
|
| 229 |
+
227.svg,4,"(50, 1.1, 1.1, 1)"
|
| 230 |
+
228.svg,1,"(50, 1.1, 1.1, 1)"
|
| 231 |
+
229.svg,4,"(50, 1.1, 1.1, 1)"
|
| 232 |
+
230.svg,2,"(50, 1.1, 1.4, 0)"
|
| 233 |
+
231.svg,4,"(50, 1.1, 1.4, 0)"
|
| 234 |
+
232.svg,2,"(50, 1.1, 1.4, 0)"
|
| 235 |
+
233.svg,3,"(50, 1.1, 1.4, 0)"
|
| 236 |
+
234.svg,4,"(50, 1.1, 1.4, 0)"
|
| 237 |
+
235.svg,2,"(50, 1.1, 1.4, 1)"
|
| 238 |
+
236.svg,2,"(50, 1.1, 1.4, 1)"
|
| 239 |
+
237.svg,2,"(50, 1.1, 1.4, 1)"
|
| 240 |
+
238.svg,2,"(50, 1.1, 1.4, 1)"
|
| 241 |
+
239.svg,2,"(50, 1.1, 1.4, 1)"
|
| 242 |
+
240.svg,2,"(50, 1.4, 0.8, 0)"
|
| 243 |
+
241.svg,2,"(50, 1.4, 0.8, 0)"
|
| 244 |
+
242.svg,4,"(50, 1.4, 0.8, 0)"
|
| 245 |
+
243.svg,3,"(50, 1.4, 0.8, 0)"
|
| 246 |
+
244.svg,2,"(50, 1.4, 0.8, 0)"
|
| 247 |
+
245.svg,2,"(50, 1.4, 0.8, 1)"
|
| 248 |
+
246.svg,4,"(50, 1.4, 0.8, 1)"
|
| 249 |
+
247.svg,1,"(50, 1.4, 0.8, 1)"
|
| 250 |
+
248.svg,4,"(50, 1.4, 0.8, 1)"
|
| 251 |
+
249.svg,4,"(50, 1.4, 0.8, 1)"
|
| 252 |
+
250.svg,1,"(50, 1.4, 1.1, 0)"
|
| 253 |
+
251.svg,2,"(50, 1.4, 1.1, 0)"
|
| 254 |
+
252.svg,1,"(50, 1.4, 1.1, 0)"
|
| 255 |
+
253.svg,3,"(50, 1.4, 1.1, 0)"
|
| 256 |
+
254.svg,2,"(50, 1.4, 1.1, 0)"
|
| 257 |
+
255.svg,4,"(50, 1.4, 1.1, 1)"
|
| 258 |
+
256.svg,3,"(50, 1.4, 1.1, 1)"
|
| 259 |
+
257.svg,3,"(50, 1.4, 1.1, 1)"
|
| 260 |
+
258.svg,2,"(50, 1.4, 1.1, 1)"
|
| 261 |
+
259.svg,3,"(50, 1.4, 1.1, 1)"
|
| 262 |
+
260.svg,1,"(50, 1.4, 1.4, 0)"
|
| 263 |
+
261.svg,4,"(50, 1.4, 1.4, 0)"
|
| 264 |
+
262.svg,2,"(50, 1.4, 1.4, 0)"
|
| 265 |
+
263.svg,1,"(50, 1.4, 1.4, 0)"
|
| 266 |
+
264.svg,1,"(50, 1.4, 1.4, 0)"
|
| 267 |
+
265.svg,2,"(50, 1.4, 1.4, 1)"
|
| 268 |
+
266.svg,4,"(50, 1.4, 1.4, 1)"
|
| 269 |
+
267.svg,2,"(50, 1.4, 1.4, 1)"
|
| 270 |
+
268.svg,1,"(50, 1.4, 1.4, 1)"
|
| 271 |
+
269.svg,1,"(50, 1.4, 1.4, 1)"
|
2D_DoYouSeeMe/visual_spatial/1.png
ADDED
|
Git LFS Details
|
2D_DoYouSeeMe/visual_spatial/100.png
ADDED
|
Git LFS Details
|
2D_DoYouSeeMe/visual_spatial/50.png
ADDED
|
Git LFS Details
|
2D_DoYouSeeMe/visual_spatial/dataset_dump.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
2D_DoYouSeeMe/visual_spatial/dataset_info.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
2D_DoYouSeeMe/visual_spatial/spatial_dataset_converter.py
ADDED
|
@@ -0,0 +1,215 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Copyright (c) Microsoft Corporation.
|
| 2 |
+
# Licensed under the MIT license.
|
| 3 |
+
|
| 4 |
+
import os
|
| 5 |
+
import pandas as pd
|
| 6 |
+
import random
|
| 7 |
+
from typing import Dict, List, Tuple, Any, Optional
|
| 8 |
+
|
| 9 |
+
class MultiGridQuestionGenerator:
|
| 10 |
+
def __init__(self, spatial_dicts: List[Dict]):
|
| 11 |
+
"""
|
| 12 |
+
Initialize with a list of spatial dictionaries, each representing one grid
|
| 13 |
+
|
| 14 |
+
Args:
|
| 15 |
+
spatial_dicts: List of dictionaries, where each dictionary maps (row, col)
|
| 16 |
+
to (shape, color) for one grid
|
| 17 |
+
"""
|
| 18 |
+
self.spatial_dicts = spatial_dicts
|
| 19 |
+
self.num_grids = len(spatial_dicts)
|
| 20 |
+
self.grid_dimensions = [self._get_grid_dimensions(d) for d in spatial_dicts]
|
| 21 |
+
self.shapes = ['triangle', 'square', 'circle']
|
| 22 |
+
self.colors = ['black', 'white']
|
| 23 |
+
|
| 24 |
+
def _get_grid_dimensions(self, spatial_dict: Dict) -> Tuple[int, int]:
|
| 25 |
+
"""Calculate dimensions for a single grid"""
|
| 26 |
+
max_row = max(pos[0] for pos in spatial_dict.keys())
|
| 27 |
+
max_col = max(pos[1] for pos in spatial_dict.keys())
|
| 28 |
+
return (max_row + 1, max_col + 1)
|
| 29 |
+
|
| 30 |
+
def _get_object_at_position(self, grid_idx: int, row: int, col: int) -> Tuple[str, str]:
|
| 31 |
+
"""Get object at position in specified grid"""
|
| 32 |
+
return self.spatial_dicts[grid_idx].get((row, col), (None, None))
|
| 33 |
+
|
| 34 |
+
def _count_objects_same_row(self, grid_idx: int, row: int, col: int,
|
| 35 |
+
direction: str,
|
| 36 |
+
color: Optional[str] = None,
|
| 37 |
+
shape: Optional[str] = None) -> int:
|
| 38 |
+
"""Count objects in same row in specified direction for given grid"""
|
| 39 |
+
rows, cols = self.grid_dimensions[grid_idx]
|
| 40 |
+
|
| 41 |
+
if not (0 <= row < rows and 0 <= col < cols):
|
| 42 |
+
return -1
|
| 43 |
+
|
| 44 |
+
if direction == 'right' and col >= cols - 1:
|
| 45 |
+
return -1
|
| 46 |
+
if direction == 'left' and col <= 0:
|
| 47 |
+
return -1
|
| 48 |
+
|
| 49 |
+
count = 0
|
| 50 |
+
if direction == 'right':
|
| 51 |
+
range_to_check = range(col + 1, cols)
|
| 52 |
+
else: # left
|
| 53 |
+
range_to_check = range(col - 1, -1, -1)
|
| 54 |
+
|
| 55 |
+
for c in range_to_check:
|
| 56 |
+
curr_shape, curr_color = self._get_object_at_position(grid_idx, row, c)
|
| 57 |
+
matches = True
|
| 58 |
+
if color and curr_color != color:
|
| 59 |
+
matches = False
|
| 60 |
+
if shape and curr_shape != shape:
|
| 61 |
+
matches = False
|
| 62 |
+
if matches:
|
| 63 |
+
count += 1
|
| 64 |
+
return count
|
| 65 |
+
|
| 66 |
+
def _count_objects_same_column(self, grid_idx: int, row: int, col: int,
|
| 67 |
+
direction: str,
|
| 68 |
+
color: Optional[str] = None,
|
| 69 |
+
shape: Optional[str] = None) -> int:
|
| 70 |
+
"""Count objects in same column in specified direction for given grid"""
|
| 71 |
+
rows, cols = self.grid_dimensions[grid_idx]
|
| 72 |
+
|
| 73 |
+
if not (0 <= row < rows and 0 <= col < cols):
|
| 74 |
+
return -1
|
| 75 |
+
|
| 76 |
+
if direction == 'up' and row <= 0:
|
| 77 |
+
return -1
|
| 78 |
+
if direction == 'down' and row >= rows - 1:
|
| 79 |
+
return -1
|
| 80 |
+
|
| 81 |
+
count = 0
|
| 82 |
+
if direction == 'up':
|
| 83 |
+
range_to_check = range(row - 1, -1, -1)
|
| 84 |
+
else: # down
|
| 85 |
+
range_to_check = range(row + 1, rows)
|
| 86 |
+
|
| 87 |
+
for r in range_to_check:
|
| 88 |
+
curr_shape, curr_color = self._get_object_at_position(grid_idx, r, col)
|
| 89 |
+
matches = True
|
| 90 |
+
if color and curr_color != color:
|
| 91 |
+
matches = False
|
| 92 |
+
if shape and curr_shape != shape:
|
| 93 |
+
matches = False
|
| 94 |
+
if matches:
|
| 95 |
+
count += 1
|
| 96 |
+
return count
|
| 97 |
+
|
| 98 |
+
def _gen_directional_count_question(self) -> Optional[Dict[str, Any]]:
|
| 99 |
+
"""Generate a question about counting objects in a specific direction"""
|
| 100 |
+
# Choose a random grid
|
| 101 |
+
grid_idx = random.randint(0, self.num_grids - 1)
|
| 102 |
+
rows, cols = self.grid_dimensions[grid_idx]
|
| 103 |
+
|
| 104 |
+
# Choose direction and appropriate position constraints
|
| 105 |
+
direction = random.choice(['left', 'right', 'up', 'down'])
|
| 106 |
+
|
| 107 |
+
if direction == 'right':
|
| 108 |
+
row = random.randint(0, rows - 1)
|
| 109 |
+
col = random.randint(0, cols - 2) # Avoid rightmost
|
| 110 |
+
elif direction == 'left':
|
| 111 |
+
row = random.randint(0, rows - 1)
|
| 112 |
+
col = random.randint(1, cols - 1) # Avoid leftmost
|
| 113 |
+
elif direction == 'up':
|
| 114 |
+
row = random.randint(1, rows - 1) # Avoid topmost
|
| 115 |
+
col = random.randint(0, cols - 1)
|
| 116 |
+
else: # down
|
| 117 |
+
row = random.randint(0, rows - 2) # Avoid bottommost
|
| 118 |
+
col = random.randint(0, cols - 1)
|
| 119 |
+
|
| 120 |
+
base_shape, base_color = self._get_object_at_position(grid_idx, row, col)
|
| 121 |
+
|
| 122 |
+
# Randomly choose what to count
|
| 123 |
+
count_type = random.choice(['color', 'shape', 'both'])
|
| 124 |
+
target_color = random.choice(self.colors) if count_type in ['color', 'both'] else None
|
| 125 |
+
target_shape = random.choice(self.shapes) if count_type in ['shape', 'both'] else None
|
| 126 |
+
|
| 127 |
+
# Generate count based on direction
|
| 128 |
+
if direction in ['left', 'right']:
|
| 129 |
+
count = self._count_objects_same_row(grid_idx, row, col, direction, target_color, target_shape)
|
| 130 |
+
else:
|
| 131 |
+
count = self._count_objects_same_column(grid_idx, row, col, direction, target_color, target_shape)
|
| 132 |
+
|
| 133 |
+
# Construct question text
|
| 134 |
+
what_to_count = ""
|
| 135 |
+
if count_type == 'color':
|
| 136 |
+
what_to_count = f"{target_color} objects"
|
| 137 |
+
elif count_type == 'shape':
|
| 138 |
+
what_to_count = f"{target_shape}s"
|
| 139 |
+
else:
|
| 140 |
+
what_to_count = f"{target_color} {target_shape}s"
|
| 141 |
+
|
| 142 |
+
question = (
|
| 143 |
+
f"In grid {grid_idx + 1}, starting from the {base_color} {base_shape} at position "
|
| 144 |
+
f"(row {row + 1}, column {col + 1}), how many {what_to_count} are there {direction} "
|
| 145 |
+
f"of it in the same {'row' if direction in ['left', 'right'] else 'column'}?"
|
| 146 |
+
)
|
| 147 |
+
|
| 148 |
+
return {
|
| 149 |
+
"question": question,
|
| 150 |
+
"answer": count,
|
| 151 |
+
"type": f"count_{direction}",
|
| 152 |
+
"grid_idx": grid_idx
|
| 153 |
+
}
|
| 154 |
+
|
| 155 |
+
def generate_question_set(self, num_questions: int = 5) -> List[Dict[str, Any]]:
|
| 156 |
+
"""Generate a set of unique questions across all grids"""
|
| 157 |
+
questions = []
|
| 158 |
+
attempts = 0
|
| 159 |
+
max_attempts = num_questions * 3
|
| 160 |
+
|
| 161 |
+
question_generators = [
|
| 162 |
+
self._gen_directional_count_question,
|
| 163 |
+
# Add other question generators here
|
| 164 |
+
]
|
| 165 |
+
|
| 166 |
+
while len(questions) < num_questions and attempts < max_attempts:
|
| 167 |
+
gen_func = random.choice(question_generators)
|
| 168 |
+
question = gen_func()
|
| 169 |
+
if question and not any(self._are_similar_questions(question, q) for q in questions):
|
| 170 |
+
questions.append(question)
|
| 171 |
+
attempts += 1
|
| 172 |
+
|
| 173 |
+
return questions
|
| 174 |
+
|
| 175 |
+
def _are_similar_questions(self, q1: Dict[str, Any], q2: Dict[str, Any]) -> bool:
|
| 176 |
+
"""Check if two questions are too similar"""
|
| 177 |
+
if q1['type'] != q2['type'] or q1['grid_idx'] != q2['grid_idx']:
|
| 178 |
+
return False
|
| 179 |
+
return q1['question'] == q2['question']
|
| 180 |
+
|
| 181 |
+
|
| 182 |
+
def process_dataset(df: pd.DataFrame) -> pd.DataFrame:
|
| 183 |
+
"""
|
| 184 |
+
Process the dataset to generate questions for each set of grids
|
| 185 |
+
|
| 186 |
+
Args:
|
| 187 |
+
df: DataFrame with 'name' and 'spatial_dict' columns
|
| 188 |
+
|
| 189 |
+
Returns:
|
| 190 |
+
DataFrame with filename, question, answer columns
|
| 191 |
+
"""
|
| 192 |
+
dataset = []
|
| 193 |
+
|
| 194 |
+
for idx, row in df.iterrows():
|
| 195 |
+
print(f"Processing {row['name']}")
|
| 196 |
+
generator = MultiGridQuestionGenerator(row['spatial_dict'])
|
| 197 |
+
questions = generator.generate_question_set(num_questions=random.randint(1, 5))
|
| 198 |
+
|
| 199 |
+
for q in questions:
|
| 200 |
+
q['filename'] = row['name']
|
| 201 |
+
q['sweep'] = row['sweep']
|
| 202 |
+
dataset.extend(questions)
|
| 203 |
+
print("=====================================")
|
| 204 |
+
|
| 205 |
+
return pd.DataFrame(dataset)[['filename', 'question', 'answer', 'sweep']]
|
| 206 |
+
|
| 207 |
+
import ast
|
| 208 |
+
|
| 209 |
+
df = pd.read_csv("visual_discrimination/sweep/visual_spatial/dataset_dump.csv")
|
| 210 |
+
df['spatial_dict'] = df.apply(lambda x: ast.literal_eval(x['spatial_dict']), axis=1)
|
| 211 |
+
df["sweep"] = df.apply(lambda x: ast.literal_eval(x["sweep"]), axis=1)
|
| 212 |
+
|
| 213 |
+
dataset = process_dataset(df)
|
| 214 |
+
|
| 215 |
+
dataset.to_csv("visual_discrimination/sweep/visual_spatial/dataset_info.csv", index=False)
|
3D_DoYouSeeMe/3D_color_and_shape_disambiguation/0.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"scene": "skywalk",
|
| 3 |
+
"light": "middle",
|
| 4 |
+
"shape_counts": {
|
| 5 |
+
"torus": 1
|
| 6 |
+
},
|
| 7 |
+
"shape_color_counts": {
|
| 8 |
+
"('torus', 'yellow')": 1
|
| 9 |
+
},
|
| 10 |
+
"min_visibility": 0.7,
|
| 11 |
+
"num_objects": 1,
|
| 12 |
+
"num_shapes": 1,
|
| 13 |
+
"max_instances_per_shape": 1
|
| 14 |
+
}
|
3D_DoYouSeeMe/3D_color_and_shape_disambiguation/0.png
ADDED
|
Git LFS Details
|
3D_DoYouSeeMe/3D_color_and_shape_disambiguation/dataset_creator.py
ADDED
|
@@ -0,0 +1,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Copyright (c) Microsoft Corporation.
|
| 2 |
+
# Licensed under the MIT license.
|
| 3 |
+
|
| 4 |
+
import random
|
| 5 |
+
import ast
|
| 6 |
+
SEED=51
|
| 7 |
+
random.seed(SEED)
|
| 8 |
+
|
| 9 |
+
|
| 10 |
+
def generate_shape_color_question_and_answer(info):
|
| 11 |
+
"""
|
| 12 |
+
Ask about a specific (shape, color) pair.
|
| 13 |
+
|
| 14 |
+
Returns:
|
| 15 |
+
question (str): e.g.
|
| 16 |
+
"In the scene 'skywalk' under 'middle' lighting, how many black cones are there?"
|
| 17 |
+
answer (int)
|
| 18 |
+
"""
|
| 19 |
+
# parse the stringified keys into real tuples
|
| 20 |
+
parsed = {}
|
| 21 |
+
for k, count in info.get("shape_color_counts", {}).items():
|
| 22 |
+
shape, color = ast.literal_eval(k)
|
| 23 |
+
parsed[(shape, color)] = count
|
| 24 |
+
|
| 25 |
+
(shape, color), cnt = random.choice(list(parsed.items()))
|
| 26 |
+
question = (
|
| 27 |
+
f"In the scene, "
|
| 28 |
+
f"how many {color} {shape}'s are there?"
|
| 29 |
+
)
|
| 30 |
+
return question, cnt
|
| 31 |
+
|
| 32 |
+
|
| 33 |
+
def generate_shape_question_and_answer(info):
|
| 34 |
+
"""
|
| 35 |
+
Ask about the total number of a given shape, agnostic of color.
|
| 36 |
+
|
| 37 |
+
Returns:
|
| 38 |
+
question (str): e.g.
|
| 39 |
+
"In the scene 'skywalk' under 'middle' lighting, how many cones are there in total?"
|
| 40 |
+
answer (int)
|
| 41 |
+
"""
|
| 42 |
+
# first try the provided shape_counts
|
| 43 |
+
shape_counts = info.get("shape_counts", {})
|
| 44 |
+
|
| 45 |
+
# fallback: aggregate from shape_color_counts if needed
|
| 46 |
+
if not shape_counts:
|
| 47 |
+
agg = {}
|
| 48 |
+
for k, count in info.get("shape_color_counts", {}).items():
|
| 49 |
+
shape, _ = ast.literal_eval(k)
|
| 50 |
+
agg[shape] = agg.get(shape, 0) + count
|
| 51 |
+
shape_counts = agg
|
| 52 |
+
|
| 53 |
+
shape, total = random.choice(list(shape_counts.items()))
|
| 54 |
+
question = (
|
| 55 |
+
f"In the scene, "
|
| 56 |
+
f"how many {shape}'s are there in total?"
|
| 57 |
+
)
|
| 58 |
+
return question, total
|
| 59 |
+
|
| 60 |
+
import os
|
| 61 |
+
import json
|
| 62 |
+
|
| 63 |
+
base_dir = "3D_DoYouSeeMe/color_disambiguation"
|
| 64 |
+
|
| 65 |
+
os.listdir(base_dir)
|
| 66 |
+
|
| 67 |
+
data_list = []
|
| 68 |
+
for filename in os.listdir(base_dir):
|
| 69 |
+
if filename.endswith(".json"):
|
| 70 |
+
# print(filename)
|
| 71 |
+
with open(os.path.join(base_dir, filename), "r") as f:
|
| 72 |
+
data = f.read()
|
| 73 |
+
data = json.loads(data)
|
| 74 |
+
q, a = generate_shape_color_question_and_answer(data)
|
| 75 |
+
|
| 76 |
+
num_shapes = data["num_shapes"]
|
| 77 |
+
max_instances_per_shape = data["max_instances_per_shape"]
|
| 78 |
+
min_visibility = data["min_visibility"]
|
| 79 |
+
|
| 80 |
+
data_list.append({"filename": os.path.splitext(filename)[0] + ".png",
|
| 81 |
+
"question": q,
|
| 82 |
+
"answer": a,
|
| 83 |
+
"sweep": [num_shapes, max_instances_per_shape, min_visibility]})
|
| 84 |
+
|
| 85 |
+
import pandas as pd
|
| 86 |
+
df = pd.DataFrame(data_list)
|
| 87 |
+
df.to_csv(os.path.join(base_dir, "dataset_info.csv"), index=False)
|
3D_DoYouSeeMe/3D_color_and_shape_disambiguation/dataset_info.csv
ADDED
|
@@ -0,0 +1,121 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
filename,question,answer,sweep
|
| 2 |
+
66.png,"In the scene, how many white cylinder's are there?",1,"[3, 3, 0.8]"
|
| 3 |
+
56.png,"In the scene, how many red cone's are there?",1,"[3, 2, 0.7]"
|
| 4 |
+
43.png,"In the scene, how many black cube's are there?",1,"[2, 3, 0.8]"
|
| 5 |
+
19.png,"In the scene, how many white torus's are there?",3,"[1, 3, 0.8]"
|
| 6 |
+
6.png,"In the scene, how many black cylinder's are there?",1,"[1, 1, 0.99]"
|
| 7 |
+
119.png,"In the scene, how many yellow cylinder's are there?",1,"[5, 3, 0.99]"
|
| 8 |
+
94.png,"In the scene, how many black sphere's are there?",1,"[4, 3, 0.99]"
|
| 9 |
+
11.png,"In the scene, how many yellow sphere's are there?",1,"[1, 2, 0.8]"
|
| 10 |
+
76.png,"In the scene, how many black cube's are there?",1,"[4, 1, 0.9]"
|
| 11 |
+
100.png,"In the scene, how many red sphere's are there?",1,"[5, 1, 0.9]"
|
| 12 |
+
26.png,"In the scene, how many red sphere's are there?",1,"[2, 1, 0.8]"
|
| 13 |
+
59.png,"In the scene, how many blue torus's are there?",1,"[3, 2, 0.8]"
|
| 14 |
+
1.png,"In the scene, how many red cube's are there?",1,"[1, 1, 0.7]"
|
| 15 |
+
23.png,"In the scene, how many red cylinder's are there?",1,"[1, 3, 0.99]"
|
| 16 |
+
8.png,"In the scene, how many red cone's are there?",1,"[1, 2, 0.7]"
|
| 17 |
+
50.png,"In the scene, how many red torus's are there?",1,"[3, 1, 0.8]"
|
| 18 |
+
101.png,"In the scene, how many white sphere's are there?",1,"[5, 1, 0.9]"
|
| 19 |
+
72.png,"In the scene, how many white sphere's are there?",1,"[4, 1, 0.7]"
|
| 20 |
+
83.png,"In the scene, how many black sphere's are there?",2,"[4, 2, 0.8]"
|
| 21 |
+
77.png,"In the scene, how many blue sphere's are there?",1,"[4, 1, 0.9]"
|
| 22 |
+
89.png,"In the scene, how many blue torus's are there?",2,"[4, 3, 0.7]"
|
| 23 |
+
48.png,"In the scene, how many red cube's are there?",1,"[3, 1, 0.7]"
|
| 24 |
+
17.png,"In the scene, how many black sphere's are there?",1,"[1, 3, 0.7]"
|
| 25 |
+
58.png,"In the scene, how many black sphere's are there?",2,"[3, 2, 0.8]"
|
| 26 |
+
7.png,"In the scene, how many black sphere's are there?",1,"[1, 1, 0.99]"
|
| 27 |
+
103.png,"In the scene, how many blue torus's are there?",1,"[5, 1, 0.99]"
|
| 28 |
+
90.png,"In the scene, how many red cone's are there?",1,"[4, 3, 0.8]"
|
| 29 |
+
54.png,"In the scene, how many yellow torus's are there?",1,"[3, 1, 0.99]"
|
| 30 |
+
32.png,"In the scene, how many red sphere's are there?",1,"[2, 2, 0.7]"
|
| 31 |
+
82.png,"In the scene, how many black cone's are there?",1,"[4, 2, 0.8]"
|
| 32 |
+
97.png,"In the scene, how many blue sphere's are there?",1,"[5, 1, 0.7]"
|
| 33 |
+
81.png,"In the scene, how many yellow sphere's are there?",1,"[4, 2, 0.7]"
|
| 34 |
+
55.png,"In the scene, how many yellow cone's are there?",1,"[3, 1, 0.99]"
|
| 35 |
+
63.png,"In the scene, how many white cylinder's are there?",1,"[3, 2, 0.99]"
|
| 36 |
+
84.png,"In the scene, how many black cone's are there?",1,"[4, 2, 0.9]"
|
| 37 |
+
28.png,"In the scene, how many white cone's are there?",1,"[2, 1, 0.9]"
|
| 38 |
+
39.png,"In the scene, how many black torus's are there?",2,"[2, 2, 0.99]"
|
| 39 |
+
98.png,"In the scene, how many red cylinder's are there?",1,"[5, 1, 0.8]"
|
| 40 |
+
86.png,"In the scene, how many white cube's are there?",1,"[4, 2, 0.99]"
|
| 41 |
+
41.png,"In the scene, how many blue sphere's are there?",1,"[2, 3, 0.7]"
|
| 42 |
+
78.png,"In the scene, how many red cylinder's are there?",1,"[4, 1, 0.99]"
|
| 43 |
+
36.png,"In the scene, how many yellow sphere's are there?",1,"[2, 2, 0.9]"
|
| 44 |
+
111.png,"In the scene, how many yellow sphere's are there?",1,"[5, 2, 0.99]"
|
| 45 |
+
46.png,"In the scene, how many black torus's are there?",1,"[2, 3, 0.99]"
|
| 46 |
+
69.png,"In the scene, how many white torus's are there?",1,"[3, 3, 0.9]"
|
| 47 |
+
64.png,"In the scene, how many blue cylinder's are there?",1,"[3, 3, 0.7]"
|
| 48 |
+
9.png,"In the scene, how many white cone's are there?",1,"[1, 2, 0.7]"
|
| 49 |
+
107.png,"In the scene, how many red cube's are there?",1,"[5, 2, 0.8]"
|
| 50 |
+
15.png,"In the scene, how many black cylinder's are there?",1,"[1, 2, 0.99]"
|
| 51 |
+
106.png,"In the scene, how many red sphere's are there?",1,"[5, 2, 0.8]"
|
| 52 |
+
112.png,"In the scene, how many yellow cone's are there?",2,"[5, 3, 0.7]"
|
| 53 |
+
51.png,"In the scene, how many black sphere's are there?",1,"[3, 1, 0.8]"
|
| 54 |
+
113.png,"In the scene, how many red cone's are there?",1,"[5, 3, 0.7]"
|
| 55 |
+
29.png,"In the scene, how many yellow sphere's are there?",1,"[2, 1, 0.9]"
|
| 56 |
+
95.png,"In the scene, how many yellow cylinder's are there?",1,"[4, 3, 0.99]"
|
| 57 |
+
75.png,"In the scene, how many yellow cone's are there?",1,"[4, 1, 0.8]"
|
| 58 |
+
108.png,"In the scene, how many yellow cube's are there?",1,"[5, 2, 0.9]"
|
| 59 |
+
117.png,"In the scene, how many white cylinder's are there?",1,"[5, 3, 0.9]"
|
| 60 |
+
31.png,"In the scene, how many white cube's are there?",1,"[2, 1, 0.99]"
|
| 61 |
+
87.png,"In the scene, how many red cylinder's are there?",1,"[4, 2, 0.99]"
|
| 62 |
+
42.png,"In the scene, how many black torus's are there?",1,"[2, 3, 0.8]"
|
| 63 |
+
116.png,"In the scene, how many red torus's are there?",1,"[5, 3, 0.9]"
|
| 64 |
+
61.png,"In the scene, how many white torus's are there?",1,"[3, 2, 0.9]"
|
| 65 |
+
53.png,"In the scene, how many white sphere's are there?",1,"[3, 1, 0.9]"
|
| 66 |
+
44.png,"In the scene, how many yellow cone's are there?",1,"[2, 3, 0.9]"
|
| 67 |
+
62.png,"In the scene, how many black cone's are there?",1,"[3, 2, 0.99]"
|
| 68 |
+
68.png,"In the scene, how many red cube's are there?",1,"[3, 3, 0.9]"
|
| 69 |
+
65.png,"In the scene, how many red cone's are there?",2,"[3, 3, 0.7]"
|
| 70 |
+
67.png,"In the scene, how many blue cube's are there?",2,"[3, 3, 0.8]"
|
| 71 |
+
22.png,"In the scene, how many black cone's are there?",1,"[1, 3, 0.99]"
|
| 72 |
+
105.png,"In the scene, how many white cylinder's are there?",1,"[5, 2, 0.7]"
|
| 73 |
+
70.png,"In the scene, how many blue sphere's are there?",1,"[3, 3, 0.99]"
|
| 74 |
+
115.png,"In the scene, how many red cube's are there?",1,"[5, 3, 0.8]"
|
| 75 |
+
93.png,"In the scene, how many red cube's are there?",1,"[4, 3, 0.9]"
|
| 76 |
+
88.png,"In the scene, how many black cone's are there?",1,"[4, 3, 0.7]"
|
| 77 |
+
73.png,"In the scene, how many yellow cylinder's are there?",1,"[4, 1, 0.7]"
|
| 78 |
+
110.png,"In the scene, how many yellow cone's are there?",1,"[5, 2, 0.99]"
|
| 79 |
+
45.png,"In the scene, how many red torus's are there?",2,"[2, 3, 0.9]"
|
| 80 |
+
99.png,"In the scene, how many blue sphere's are there?",1,"[5, 1, 0.8]"
|
| 81 |
+
30.png,"In the scene, how many red cone's are there?",1,"[2, 1, 0.99]"
|
| 82 |
+
0.png,"In the scene, how many yellow torus's are there?",1,"[1, 1, 0.7]"
|
| 83 |
+
21.png,"In the scene, how many white torus's are there?",1,"[1, 3, 0.9]"
|
| 84 |
+
16.png,"In the scene, how many black cone's are there?",1,"[1, 3, 0.7]"
|
| 85 |
+
52.png,"In the scene, how many red cylinder's are there?",1,"[3, 1, 0.9]"
|
| 86 |
+
25.png,"In the scene, how many yellow cube's are there?",1,"[2, 1, 0.7]"
|
| 87 |
+
18.png,"In the scene, how many red sphere's are there?",2,"[1, 3, 0.8]"
|
| 88 |
+
40.png,"In the scene, how many black torus's are there?",1,"[2, 3, 0.7]"
|
| 89 |
+
35.png,"In the scene, how many white cylinder's are there?",1,"[2, 2, 0.8]"
|
| 90 |
+
38.png,"In the scene, how many black cylinder's are there?",1,"[2, 2, 0.99]"
|
| 91 |
+
74.png,"In the scene, how many black sphere's are there?",1,"[4, 1, 0.8]"
|
| 92 |
+
34.png,"In the scene, how many yellow cone's are there?",1,"[2, 2, 0.8]"
|
| 93 |
+
80.png,"In the scene, how many red cone's are there?",1,"[4, 2, 0.7]"
|
| 94 |
+
109.png,"In the scene, how many yellow sphere's are there?",1,"[5, 2, 0.9]"
|
| 95 |
+
96.png,"In the scene, how many white sphere's are there?",1,"[5, 1, 0.7]"
|
| 96 |
+
104.png,"In the scene, how many blue cube's are there?",1,"[5, 2, 0.7]"
|
| 97 |
+
10.png,"In the scene, how many white cylinder's are there?",1,"[1, 2, 0.8]"
|
| 98 |
+
71.png,"In the scene, how many black cube's are there?",1,"[3, 3, 0.99]"
|
| 99 |
+
47.png,"In the scene, how many blue cube's are there?",1,"[2, 3, 0.99]"
|
| 100 |
+
13.png,"In the scene, how many black cube's are there?",1,"[1, 2, 0.9]"
|
| 101 |
+
85.png,"In the scene, how many red cone's are there?",1,"[4, 2, 0.9]"
|
| 102 |
+
37.png,"In the scene, how many yellow cube's are there?",1,"[2, 2, 0.9]"
|
| 103 |
+
5.png,"In the scene, how many red sphere's are there?",1,"[1, 1, 0.9]"
|
| 104 |
+
33.png,"In the scene, how many yellow sphere's are there?",1,"[2, 2, 0.7]"
|
| 105 |
+
92.png,"In the scene, how many yellow torus's are there?",1,"[4, 3, 0.9]"
|
| 106 |
+
2.png,"In the scene, how many blue cube's are there?",1,"[1, 1, 0.8]"
|
| 107 |
+
27.png,"In the scene, how many black sphere's are there?",1,"[2, 1, 0.8]"
|
| 108 |
+
49.png,"In the scene, how many yellow sphere's are there?",1,"[3, 1, 0.7]"
|
| 109 |
+
4.png,"In the scene, how many red cube's are there?",1,"[1, 1, 0.9]"
|
| 110 |
+
24.png,"In the scene, how many blue cylinder's are there?",1,"[2, 1, 0.7]"
|
| 111 |
+
3.png,"In the scene, how many yellow cone's are there?",1,"[1, 1, 0.8]"
|
| 112 |
+
118.png,"In the scene, how many white torus's are there?",1,"[5, 3, 0.99]"
|
| 113 |
+
102.png,"In the scene, how many black cube's are there?",1,"[5, 1, 0.99]"
|
| 114 |
+
20.png,"In the scene, how many blue cylinder's are there?",1,"[1, 3, 0.9]"
|
| 115 |
+
57.png,"In the scene, how many black torus's are there?",1,"[3, 2, 0.7]"
|
| 116 |
+
79.png,"In the scene, how many red cylinder's are there?",1,"[4, 1, 0.99]"
|
| 117 |
+
12.png,"In the scene, how many red cone's are there?",1,"[1, 2, 0.9]"
|
| 118 |
+
60.png,"In the scene, how many blue cube's are there?",1,"[3, 2, 0.9]"
|
| 119 |
+
91.png,"In the scene, how many red cylinder's are there?",1,"[4, 3, 0.8]"
|
| 120 |
+
114.png,"In the scene, how many black cylinder's are there?",2,"[5, 3, 0.8]"
|
| 121 |
+
14.png,"In the scene, how many blue sphere's are there?",1,"[1, 2, 0.99]"
|
3D_DoYouSeeMe/3D_letter_disambiguation/0.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"scene": "street",
|
| 3 |
+
"light": "left",
|
| 4 |
+
"dot_type": "sphere",
|
| 5 |
+
"dot_size": 0.05,
|
| 6 |
+
"spacing": 0.4,
|
| 7 |
+
"dot_color": "red",
|
| 8 |
+
"background_dots": false,
|
| 9 |
+
"letters": [
|
| 10 |
+
"T"
|
| 11 |
+
]
|
| 12 |
+
}
|
3D_DoYouSeeMe/3D_letter_disambiguation/0.png
ADDED
|
Git LFS Details
|
3D_DoYouSeeMe/3D_letter_disambiguation/dataset_creator.py
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Copyright (c) Microsoft Corporation.
|
| 2 |
+
# Licensed under the MIT license.
|
| 3 |
+
|
| 4 |
+
# variation, dot_size, spacing, letter_number
|
| 5 |
+
import os
|
| 6 |
+
import pandas as pd
|
| 7 |
+
import json
|
| 8 |
+
|
| 9 |
+
# {
|
| 10 |
+
# "scene": "skywalk",
|
| 11 |
+
# "light": "left",
|
| 12 |
+
# "dot_type": "cylinder",
|
| 13 |
+
# "dot_size": 0.14,
|
| 14 |
+
# "spacing": 0.5,
|
| 15 |
+
# "dot_color": "red",
|
| 16 |
+
# "background_dots": false,
|
| 17 |
+
# "letters": [
|
| 18 |
+
# "Q",
|
| 19 |
+
# "P"
|
| 20 |
+
# ]
|
| 21 |
+
# }
|
| 22 |
+
|
| 23 |
+
base_dir = "3D_DoYouSeeMe/letter_disambiguation"
|
| 24 |
+
|
| 25 |
+
files = os.listdir(base_dir)
|
| 26 |
+
|
| 27 |
+
data_list = []
|
| 28 |
+
for file in files:
|
| 29 |
+
if file.endswith(".json"):
|
| 30 |
+
with open(os.path.join(base_dir, file), "r") as f:
|
| 31 |
+
data = f.read()
|
| 32 |
+
data = json.loads(data)
|
| 33 |
+
|
| 34 |
+
question = "In the scene, which letters do you see from left to right?"
|
| 35 |
+
letters = data["letters"]
|
| 36 |
+
answer = "".join(letters)
|
| 37 |
+
|
| 38 |
+
variation = data["dot_type"]
|
| 39 |
+
dot_size = data["dot_size"]
|
| 40 |
+
spacing = data["spacing"]
|
| 41 |
+
num_letters = len(letters)
|
| 42 |
+
data_list.append({
|
| 43 |
+
"filename": os.path.splitext(file)[0] + ".png",
|
| 44 |
+
"question": question,
|
| 45 |
+
"answer": answer,
|
| 46 |
+
"sweep": [variation, dot_size, spacing, num_letters]
|
| 47 |
+
})
|
| 48 |
+
|
| 49 |
+
df = pd.DataFrame(data_list)
|
| 50 |
+
df.to_csv(os.path.join(base_dir, "dataset_info.csv"), index=False)
|
3D_DoYouSeeMe/3D_letter_disambiguation/dataset_info.csv
ADDED
|
@@ -0,0 +1,97 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
filename,question,answer,sweep
|
| 2 |
+
66.png,"In the scene, which letters do you see from left to right?",BX,"['cylinder', 0.05, 0.4, 2]"
|
| 3 |
+
56.png,"In the scene, which letters do you see from left to right?",H,"['cube', 0.14, 0.4, 1]"
|
| 4 |
+
43.png,"In the scene, which letters do you see from left to right?",PI,"['cube', 0.08, 0.4, 2]"
|
| 5 |
+
19.png,"In the scene, which letters do you see from left to right?",UY,"['sphere', 0.11, 0.4, 2]"
|
| 6 |
+
6.png,"In the scene, which letters do you see from left to right?",UW,"['sphere', 0.05, 0.5, 2]"
|
| 7 |
+
94.png,"In the scene, which letters do you see from left to right?",QP,"['cylinder', 0.14, 0.5, 2]"
|
| 8 |
+
11.png,"In the scene, which letters do you see from left to right?",FB,"['sphere', 0.08, 0.4, 2]"
|
| 9 |
+
76.png,"In the scene, which letters do you see from left to right?",C,"['cylinder', 0.08, 0.5, 1]"
|
| 10 |
+
26.png,"In the scene, which letters do you see from left to right?",AK,"['sphere', 0.14, 0.4, 2]"
|
| 11 |
+
59.png,"In the scene, which letters do you see from left to right?",ZR,"['cube', 0.14, 0.4, 2]"
|
| 12 |
+
1.png,"In the scene, which letters do you see from left to right?",L,"['sphere', 0.05, 0.4, 1]"
|
| 13 |
+
23.png,"In the scene, which letters do you see from left to right?",RY,"['sphere', 0.11, 0.5, 2]"
|
| 14 |
+
8.png,"In the scene, which letters do you see from left to right?",M,"['sphere', 0.08, 0.4, 1]"
|
| 15 |
+
50.png,"In the scene, which letters do you see from left to right?",WB,"['cube', 0.11, 0.4, 2]"
|
| 16 |
+
72.png,"In the scene, which letters do you see from left to right?",N,"['cylinder', 0.08, 0.4, 1]"
|
| 17 |
+
83.png,"In the scene, which letters do you see from left to right?",EC,"['cylinder', 0.11, 0.4, 2]"
|
| 18 |
+
77.png,"In the scene, which letters do you see from left to right?",Z,"['cylinder', 0.08, 0.5, 1]"
|
| 19 |
+
89.png,"In the scene, which letters do you see from left to right?",O,"['cylinder', 0.14, 0.4, 1]"
|
| 20 |
+
48.png,"In the scene, which letters do you see from left to right?",X,"['cube', 0.11, 0.4, 1]"
|
| 21 |
+
17.png,"In the scene, which letters do you see from left to right?",V,"['sphere', 0.11, 0.4, 1]"
|
| 22 |
+
58.png,"In the scene, which letters do you see from left to right?",PJ,"['cube', 0.14, 0.4, 2]"
|
| 23 |
+
7.png,"In the scene, which letters do you see from left to right?",ER,"['sphere', 0.05, 0.5, 2]"
|
| 24 |
+
90.png,"In the scene, which letters do you see from left to right?",AV,"['cylinder', 0.14, 0.4, 2]"
|
| 25 |
+
54.png,"In the scene, which letters do you see from left to right?",UV,"['cube', 0.11, 0.5, 2]"
|
| 26 |
+
32.png,"In the scene, which letters do you see from left to right?",T,"['cube', 0.05, 0.4, 1]"
|
| 27 |
+
82.png,"In the scene, which letters do you see from left to right?",ZZ,"['cylinder', 0.11, 0.4, 2]"
|
| 28 |
+
81.png,"In the scene, which letters do you see from left to right?",G,"['cylinder', 0.11, 0.4, 1]"
|
| 29 |
+
55.png,"In the scene, which letters do you see from left to right?",RR,"['cube', 0.11, 0.5, 2]"
|
| 30 |
+
63.png,"In the scene, which letters do you see from left to right?",UH,"['cube', 0.14, 0.5, 2]"
|
| 31 |
+
84.png,"In the scene, which letters do you see from left to right?",C,"['cylinder', 0.11, 0.5, 1]"
|
| 32 |
+
28.png,"In the scene, which letters do you see from left to right?",K,"['sphere', 0.14, 0.5, 1]"
|
| 33 |
+
39.png,"In the scene, which letters do you see from left to right?",QO,"['cube', 0.05, 0.5, 2]"
|
| 34 |
+
86.png,"In the scene, which letters do you see from left to right?",NK,"['cylinder', 0.11, 0.5, 2]"
|
| 35 |
+
41.png,"In the scene, which letters do you see from left to right?",D,"['cube', 0.08, 0.4, 1]"
|
| 36 |
+
78.png,"In the scene, which letters do you see from left to right?",OQ,"['cylinder', 0.08, 0.5, 2]"
|
| 37 |
+
36.png,"In the scene, which letters do you see from left to right?",M,"['cube', 0.05, 0.5, 1]"
|
| 38 |
+
46.png,"In the scene, which letters do you see from left to right?",AP,"['cube', 0.08, 0.5, 2]"
|
| 39 |
+
69.png,"In the scene, which letters do you see from left to right?",H,"['cylinder', 0.05, 0.5, 1]"
|
| 40 |
+
64.png,"In the scene, which letters do you see from left to right?",B,"['cylinder', 0.05, 0.4, 1]"
|
| 41 |
+
9.png,"In the scene, which letters do you see from left to right?",A,"['sphere', 0.08, 0.4, 1]"
|
| 42 |
+
15.png,"In the scene, which letters do you see from left to right?",NR,"['sphere', 0.08, 0.5, 2]"
|
| 43 |
+
51.png,"In the scene, which letters do you see from left to right?",AU,"['cube', 0.11, 0.4, 2]"
|
| 44 |
+
29.png,"In the scene, which letters do you see from left to right?",N,"['sphere', 0.14, 0.5, 1]"
|
| 45 |
+
95.png,"In the scene, which letters do you see from left to right?",KR,"['cylinder', 0.14, 0.5, 2]"
|
| 46 |
+
75.png,"In the scene, which letters do you see from left to right?",JR,"['cylinder', 0.08, 0.4, 2]"
|
| 47 |
+
31.png,"In the scene, which letters do you see from left to right?",WB,"['sphere', 0.14, 0.5, 2]"
|
| 48 |
+
87.png,"In the scene, which letters do you see from left to right?",LW,"['cylinder', 0.11, 0.5, 2]"
|
| 49 |
+
42.png,"In the scene, which letters do you see from left to right?",OX,"['cube', 0.08, 0.4, 2]"
|
| 50 |
+
61.png,"In the scene, which letters do you see from left to right?",T,"['cube', 0.14, 0.5, 1]"
|
| 51 |
+
53.png,"In the scene, which letters do you see from left to right?",P,"['cube', 0.11, 0.5, 1]"
|
| 52 |
+
44.png,"In the scene, which letters do you see from left to right?",Z,"['cube', 0.08, 0.5, 1]"
|
| 53 |
+
62.png,"In the scene, which letters do you see from left to right?",GU,"['cube', 0.14, 0.5, 2]"
|
| 54 |
+
68.png,"In the scene, which letters do you see from left to right?",Z,"['cylinder', 0.05, 0.5, 1]"
|
| 55 |
+
65.png,"In the scene, which letters do you see from left to right?",V,"['cylinder', 0.05, 0.4, 1]"
|
| 56 |
+
67.png,"In the scene, which letters do you see from left to right?",OC,"['cylinder', 0.05, 0.4, 2]"
|
| 57 |
+
22.png,"In the scene, which letters do you see from left to right?",EO,"['sphere', 0.11, 0.5, 2]"
|
| 58 |
+
70.png,"In the scene, which letters do you see from left to right?",SJ,"['cylinder', 0.05, 0.5, 2]"
|
| 59 |
+
93.png,"In the scene, which letters do you see from left to right?",Z,"['cylinder', 0.14, 0.5, 1]"
|
| 60 |
+
88.png,"In the scene, which letters do you see from left to right?",R,"['cylinder', 0.14, 0.4, 1]"
|
| 61 |
+
73.png,"In the scene, which letters do you see from left to right?",M,"['cylinder', 0.08, 0.4, 1]"
|
| 62 |
+
45.png,"In the scene, which letters do you see from left to right?",U,"['cube', 0.08, 0.5, 1]"
|
| 63 |
+
30.png,"In the scene, which letters do you see from left to right?",IK,"['sphere', 0.14, 0.5, 2]"
|
| 64 |
+
0.png,"In the scene, which letters do you see from left to right?",T,"['sphere', 0.05, 0.4, 1]"
|
| 65 |
+
21.png,"In the scene, which letters do you see from left to right?",T,"['sphere', 0.11, 0.5, 1]"
|
| 66 |
+
16.png,"In the scene, which letters do you see from left to right?",Y,"['sphere', 0.11, 0.4, 1]"
|
| 67 |
+
52.png,"In the scene, which letters do you see from left to right?",Y,"['cube', 0.11, 0.5, 1]"
|
| 68 |
+
25.png,"In the scene, which letters do you see from left to right?",O,"['sphere', 0.14, 0.4, 1]"
|
| 69 |
+
18.png,"In the scene, which letters do you see from left to right?",BZ,"['sphere', 0.11, 0.4, 2]"
|
| 70 |
+
40.png,"In the scene, which letters do you see from left to right?",M,"['cube', 0.08, 0.4, 1]"
|
| 71 |
+
35.png,"In the scene, which letters do you see from left to right?",BE,"['cube', 0.05, 0.4, 2]"
|
| 72 |
+
38.png,"In the scene, which letters do you see from left to right?",ZP,"['cube', 0.05, 0.5, 2]"
|
| 73 |
+
74.png,"In the scene, which letters do you see from left to right?",FM,"['cylinder', 0.08, 0.4, 2]"
|
| 74 |
+
34.png,"In the scene, which letters do you see from left to right?",EO,"['cube', 0.05, 0.4, 2]"
|
| 75 |
+
80.png,"In the scene, which letters do you see from left to right?",B,"['cylinder', 0.11, 0.4, 1]"
|
| 76 |
+
10.png,"In the scene, which letters do you see from left to right?",IW,"['sphere', 0.08, 0.4, 2]"
|
| 77 |
+
71.png,"In the scene, which letters do you see from left to right?",NP,"['cylinder', 0.05, 0.5, 2]"
|
| 78 |
+
47.png,"In the scene, which letters do you see from left to right?",NK,"['cube', 0.08, 0.5, 2]"
|
| 79 |
+
13.png,"In the scene, which letters do you see from left to right?",K,"['sphere', 0.08, 0.5, 1]"
|
| 80 |
+
85.png,"In the scene, which letters do you see from left to right?",D,"['cylinder', 0.11, 0.5, 1]"
|
| 81 |
+
37.png,"In the scene, which letters do you see from left to right?",E,"['cube', 0.05, 0.5, 1]"
|
| 82 |
+
5.png,"In the scene, which letters do you see from left to right?",H,"['sphere', 0.05, 0.5, 1]"
|
| 83 |
+
33.png,"In the scene, which letters do you see from left to right?",P,"['cube', 0.05, 0.4, 1]"
|
| 84 |
+
92.png,"In the scene, which letters do you see from left to right?",V,"['cylinder', 0.14, 0.5, 1]"
|
| 85 |
+
2.png,"In the scene, which letters do you see from left to right?",UK,"['sphere', 0.05, 0.4, 2]"
|
| 86 |
+
27.png,"In the scene, which letters do you see from left to right?",SF,"['sphere', 0.14, 0.4, 2]"
|
| 87 |
+
49.png,"In the scene, which letters do you see from left to right?",T,"['cube', 0.11, 0.4, 1]"
|
| 88 |
+
4.png,"In the scene, which letters do you see from left to right?",W,"['sphere', 0.05, 0.5, 1]"
|
| 89 |
+
24.png,"In the scene, which letters do you see from left to right?",T,"['sphere', 0.14, 0.4, 1]"
|
| 90 |
+
3.png,"In the scene, which letters do you see from left to right?",EK,"['sphere', 0.05, 0.4, 2]"
|
| 91 |
+
20.png,"In the scene, which letters do you see from left to right?",M,"['sphere', 0.11, 0.5, 1]"
|
| 92 |
+
57.png,"In the scene, which letters do you see from left to right?",H,"['cube', 0.14, 0.4, 1]"
|
| 93 |
+
79.png,"In the scene, which letters do you see from left to right?",GA,"['cylinder', 0.08, 0.5, 2]"
|
| 94 |
+
12.png,"In the scene, which letters do you see from left to right?",B,"['sphere', 0.08, 0.5, 1]"
|
| 95 |
+
60.png,"In the scene, which letters do you see from left to right?",X,"['cube', 0.14, 0.5, 1]"
|
| 96 |
+
91.png,"In the scene, which letters do you see from left to right?",GF,"['cylinder', 0.14, 0.4, 2]"
|
| 97 |
+
14.png,"In the scene, which letters do you see from left to right?",YW,"['sphere', 0.08, 0.5, 2]"
|
3D_DoYouSeeMe/3D_shape_discrimination/0.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"scene": "skywalk",
|
| 3 |
+
"light": "middle",
|
| 4 |
+
"shape_counts": {
|
| 5 |
+
"torus": 1
|
| 6 |
+
},
|
| 7 |
+
"shape_color_counts": {
|
| 8 |
+
"('torus', 'yellow')": 1
|
| 9 |
+
},
|
| 10 |
+
"min_visibility": 0.7,
|
| 11 |
+
"num_objects": 1,
|
| 12 |
+
"num_shapes": 1,
|
| 13 |
+
"max_instances_per_shape": 1
|
| 14 |
+
}
|
3D_DoYouSeeMe/3D_shape_discrimination/0.png
ADDED
|
Git LFS Details
|
3D_DoYouSeeMe/3D_shape_discrimination/dataset_creator.py
ADDED
|
@@ -0,0 +1,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Copyright (c) Microsoft Corporation.
|
| 2 |
+
# Licensed under the MIT license.
|
| 3 |
+
|
| 4 |
+
import random
|
| 5 |
+
import ast
|
| 6 |
+
SEED=42
|
| 7 |
+
random.seed(SEED)
|
| 8 |
+
|
| 9 |
+
|
| 10 |
+
def generate_shape_color_question_and_answer(info):
|
| 11 |
+
"""
|
| 12 |
+
Ask about a specific (shape, color) pair.
|
| 13 |
+
|
| 14 |
+
Returns:
|
| 15 |
+
question (str): e.g.
|
| 16 |
+
"In the scene 'skywalk' under 'middle' lighting, how many black cones are there?"
|
| 17 |
+
answer (int)
|
| 18 |
+
"""
|
| 19 |
+
# parse the stringified keys into real tuples
|
| 20 |
+
parsed = {}
|
| 21 |
+
for k, count in info.get("shape_color_counts", {}).items():
|
| 22 |
+
shape, color = ast.literal_eval(k)
|
| 23 |
+
parsed[(shape, color)] = count
|
| 24 |
+
|
| 25 |
+
(shape, color), cnt = random.choice(list(parsed.items()))
|
| 26 |
+
question = (
|
| 27 |
+
f"In the scene, "
|
| 28 |
+
f"how many {color} {shape}'s are there?"
|
| 29 |
+
)
|
| 30 |
+
return question, cnt
|
| 31 |
+
|
| 32 |
+
|
| 33 |
+
def generate_shape_question_and_answer(info):
|
| 34 |
+
"""
|
| 35 |
+
Ask about the total number of a given shape, agnostic of color.
|
| 36 |
+
|
| 37 |
+
Returns:
|
| 38 |
+
question (str): e.g.
|
| 39 |
+
"In the scene 'skywalk' under 'middle' lighting, how many cones are there in total?"
|
| 40 |
+
answer (int)
|
| 41 |
+
"""
|
| 42 |
+
# first try the provided shape_counts
|
| 43 |
+
shape_counts = info.get("shape_counts", {})
|
| 44 |
+
|
| 45 |
+
# fallback: aggregate from shape_color_counts if needed
|
| 46 |
+
if not shape_counts:
|
| 47 |
+
agg = {}
|
| 48 |
+
for k, count in info.get("shape_color_counts", {}).items():
|
| 49 |
+
shape, _ = ast.literal_eval(k)
|
| 50 |
+
agg[shape] = agg.get(shape, 0) + count
|
| 51 |
+
shape_counts = agg
|
| 52 |
+
|
| 53 |
+
shape, total = random.choice(list(shape_counts.items()))
|
| 54 |
+
question = (
|
| 55 |
+
f"In the scene, "
|
| 56 |
+
f"how many {shape}'s are there in total?"
|
| 57 |
+
)
|
| 58 |
+
return question, total
|
| 59 |
+
|
| 60 |
+
import os
|
| 61 |
+
import json
|
| 62 |
+
|
| 63 |
+
base_dir = "3D_DoYouSeeMe/shape_discrimination"
|
| 64 |
+
|
| 65 |
+
os.listdir(base_dir)
|
| 66 |
+
|
| 67 |
+
data_list = []
|
| 68 |
+
for filename in os.listdir(base_dir):
|
| 69 |
+
if filename.endswith(".json"):
|
| 70 |
+
# print(filename)
|
| 71 |
+
with open(os.path.join(base_dir, filename), "r") as f:
|
| 72 |
+
data = f.read()
|
| 73 |
+
data = json.loads(data)
|
| 74 |
+
q, a = generate_shape_question_and_answer(data)
|
| 75 |
+
|
| 76 |
+
num_shapes = data["num_shapes"]
|
| 77 |
+
max_instances_per_shape = data["max_instances_per_shape"]
|
| 78 |
+
min_visibility = data["min_visibility"]
|
| 79 |
+
|
| 80 |
+
data_list.append({"filename": os.path.splitext(filename)[0] + ".png",
|
| 81 |
+
"question": q,
|
| 82 |
+
"answer": a,
|
| 83 |
+
"sweep": [num_shapes, max_instances_per_shape, min_visibility]})
|
| 84 |
+
|
| 85 |
+
import pandas as pd
|
| 86 |
+
df = pd.DataFrame(data_list)
|
| 87 |
+
df.to_csv(os.path.join(base_dir, "dataset_info.csv"), index=False)
|
3D_DoYouSeeMe/3D_shape_discrimination/dataset_info.csv
ADDED
|
@@ -0,0 +1,121 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
filename,question,answer,sweep
|
| 2 |
+
66.png,"In the scene, how many sphere's are there in total?",3,"[3, 3, 0.8]"
|
| 3 |
+
56.png,"In the scene, how many sphere's are there in total?",2,"[3, 2, 0.7]"
|
| 4 |
+
43.png,"In the scene, how many sphere's are there in total?",2,"[2, 3, 0.8]"
|
| 5 |
+
19.png,"In the scene, how many torus's are there in total?",3,"[1, 3, 0.8]"
|
| 6 |
+
6.png,"In the scene, how many cylinder's are there in total?",1,"[1, 1, 0.99]"
|
| 7 |
+
119.png,"In the scene, how many cube's are there in total?",2,"[5, 3, 0.99]"
|
| 8 |
+
94.png,"In the scene, how many torus's are there in total?",2,"[4, 3, 0.99]"
|
| 9 |
+
11.png,"In the scene, how many sphere's are there in total?",1,"[1, 2, 0.8]"
|
| 10 |
+
76.png,"In the scene, how many sphere's are there in total?",1,"[4, 1, 0.9]"
|
| 11 |
+
100.png,"In the scene, how many sphere's are there in total?",1,"[5, 1, 0.9]"
|
| 12 |
+
26.png,"In the scene, how many sphere's are there in total?",1,"[2, 1, 0.8]"
|
| 13 |
+
59.png,"In the scene, how many sphere's are there in total?",1,"[3, 2, 0.8]"
|
| 14 |
+
1.png,"In the scene, how many cube's are there in total?",1,"[1, 1, 0.7]"
|
| 15 |
+
23.png,"In the scene, how many cylinder's are there in total?",1,"[1, 3, 0.99]"
|
| 16 |
+
8.png,"In the scene, how many cone's are there in total?",1,"[1, 2, 0.7]"
|
| 17 |
+
50.png,"In the scene, how many cylinder's are there in total?",1,"[3, 1, 0.8]"
|
| 18 |
+
101.png,"In the scene, how many cylinder's are there in total?",1,"[5, 1, 0.9]"
|
| 19 |
+
72.png,"In the scene, how many sphere's are there in total?",1,"[4, 1, 0.7]"
|
| 20 |
+
83.png,"In the scene, how many torus's are there in total?",1,"[4, 2, 0.8]"
|
| 21 |
+
77.png,"In the scene, how many torus's are there in total?",1,"[4, 1, 0.9]"
|
| 22 |
+
89.png,"In the scene, how many cube's are there in total?",2,"[4, 3, 0.7]"
|
| 23 |
+
48.png,"In the scene, how many cube's are there in total?",1,"[3, 1, 0.7]"
|
| 24 |
+
17.png,"In the scene, how many sphere's are there in total?",1,"[1, 3, 0.7]"
|
| 25 |
+
58.png,"In the scene, how many cube's are there in total?",1,"[3, 2, 0.8]"
|
| 26 |
+
7.png,"In the scene, how many sphere's are there in total?",1,"[1, 1, 0.99]"
|
| 27 |
+
103.png,"In the scene, how many sphere's are there in total?",1,"[5, 1, 0.99]"
|
| 28 |
+
90.png,"In the scene, how many cone's are there in total?",3,"[4, 3, 0.8]"
|
| 29 |
+
54.png,"In the scene, how many cube's are there in total?",1,"[3, 1, 0.99]"
|
| 30 |
+
32.png,"In the scene, how many sphere's are there in total?",1,"[2, 2, 0.7]"
|
| 31 |
+
82.png,"In the scene, how many cylinder's are there in total?",2,"[4, 2, 0.8]"
|
| 32 |
+
97.png,"In the scene, how many cylinder's are there in total?",1,"[5, 1, 0.7]"
|
| 33 |
+
81.png,"In the scene, how many cube's are there in total?",1,"[4, 2, 0.7]"
|
| 34 |
+
55.png,"In the scene, how many cube's are there in total?",1,"[3, 1, 0.99]"
|
| 35 |
+
63.png,"In the scene, how many cube's are there in total?",2,"[3, 2, 0.99]"
|
| 36 |
+
84.png,"In the scene, how many cone's are there in total?",1,"[4, 2, 0.9]"
|
| 37 |
+
28.png,"In the scene, how many cylinder's are there in total?",1,"[2, 1, 0.9]"
|
| 38 |
+
39.png,"In the scene, how many torus's are there in total?",2,"[2, 2, 0.99]"
|
| 39 |
+
98.png,"In the scene, how many cylinder's are there in total?",1,"[5, 1, 0.8]"
|
| 40 |
+
86.png,"In the scene, how many sphere's are there in total?",2,"[4, 2, 0.99]"
|
| 41 |
+
41.png,"In the scene, how many sphere's are there in total?",2,"[2, 3, 0.7]"
|
| 42 |
+
78.png,"In the scene, how many cylinder's are there in total?",1,"[4, 1, 0.99]"
|
| 43 |
+
36.png,"In the scene, how many sphere's are there in total?",1,"[2, 2, 0.9]"
|
| 44 |
+
111.png,"In the scene, how many cylinder's are there in total?",2,"[5, 2, 0.99]"
|
| 45 |
+
46.png,"In the scene, how many cone's are there in total?",1,"[2, 3, 0.99]"
|
| 46 |
+
69.png,"In the scene, how many torus's are there in total?",3,"[3, 3, 0.9]"
|
| 47 |
+
64.png,"In the scene, how many torus's are there in total?",1,"[3, 3, 0.7]"
|
| 48 |
+
9.png,"In the scene, how many cone's are there in total?",1,"[1, 2, 0.7]"
|
| 49 |
+
107.png,"In the scene, how many torus's are there in total?",2,"[5, 2, 0.8]"
|
| 50 |
+
15.png,"In the scene, how many cylinder's are there in total?",1,"[1, 2, 0.99]"
|
| 51 |
+
106.png,"In the scene, how many torus's are there in total?",2,"[5, 2, 0.8]"
|
| 52 |
+
112.png,"In the scene, how many sphere's are there in total?",1,"[5, 3, 0.7]"
|
| 53 |
+
51.png,"In the scene, how many sphere's are there in total?",1,"[3, 1, 0.8]"
|
| 54 |
+
113.png,"In the scene, how many sphere's are there in total?",2,"[5, 3, 0.7]"
|
| 55 |
+
29.png,"In the scene, how many sphere's are there in total?",1,"[2, 1, 0.9]"
|
| 56 |
+
95.png,"In the scene, how many cone's are there in total?",1,"[4, 3, 0.99]"
|
| 57 |
+
75.png,"In the scene, how many torus's are there in total?",1,"[4, 1, 0.8]"
|
| 58 |
+
108.png,"In the scene, how many sphere's are there in total?",2,"[5, 2, 0.9]"
|
| 59 |
+
117.png,"In the scene, how many cone's are there in total?",3,"[5, 3, 0.9]"
|
| 60 |
+
31.png,"In the scene, how many cube's are there in total?",1,"[2, 1, 0.99]"
|
| 61 |
+
87.png,"In the scene, how many sphere's are there in total?",1,"[4, 2, 0.99]"
|
| 62 |
+
42.png,"In the scene, how many torus's are there in total?",2,"[2, 3, 0.8]"
|
| 63 |
+
116.png,"In the scene, how many sphere's are there in total?",1,"[5, 3, 0.9]"
|
| 64 |
+
61.png,"In the scene, how many sphere's are there in total?",2,"[3, 2, 0.9]"
|
| 65 |
+
53.png,"In the scene, how many sphere's are there in total?",1,"[3, 1, 0.9]"
|
| 66 |
+
44.png,"In the scene, how many cone's are there in total?",1,"[2, 3, 0.9]"
|
| 67 |
+
62.png,"In the scene, how many cone's are there in total?",1,"[3, 2, 0.99]"
|
| 68 |
+
68.png,"In the scene, how many cube's are there in total?",1,"[3, 3, 0.9]"
|
| 69 |
+
65.png,"In the scene, how many cone's are there in total?",3,"[3, 3, 0.7]"
|
| 70 |
+
67.png,"In the scene, how many sphere's are there in total?",1,"[3, 3, 0.8]"
|
| 71 |
+
22.png,"In the scene, how many cone's are there in total?",2,"[1, 3, 0.99]"
|
| 72 |
+
105.png,"In the scene, how many torus's are there in total?",1,"[5, 2, 0.7]"
|
| 73 |
+
70.png,"In the scene, how many sphere's are there in total?",2,"[3, 3, 0.99]"
|
| 74 |
+
115.png,"In the scene, how many torus's are there in total?",3,"[5, 3, 0.8]"
|
| 75 |
+
93.png,"In the scene, how many torus's are there in total?",3,"[4, 3, 0.9]"
|
| 76 |
+
88.png,"In the scene, how many sphere's are there in total?",3,"[4, 3, 0.7]"
|
| 77 |
+
73.png,"In the scene, how many cylinder's are there in total?",1,"[4, 1, 0.7]"
|
| 78 |
+
110.png,"In the scene, how many cube's are there in total?",1,"[5, 2, 0.99]"
|
| 79 |
+
45.png,"In the scene, how many cone's are there in total?",1,"[2, 3, 0.9]"
|
| 80 |
+
99.png,"In the scene, how many cube's are there in total?",1,"[5, 1, 0.8]"
|
| 81 |
+
30.png,"In the scene, how many cube's are there in total?",1,"[2, 1, 0.99]"
|
| 82 |
+
0.png,"In the scene, how many torus's are there in total?",1,"[1, 1, 0.7]"
|
| 83 |
+
21.png,"In the scene, how many torus's are there in total?",1,"[1, 3, 0.9]"
|
| 84 |
+
16.png,"In the scene, how many cone's are there in total?",1,"[1, 3, 0.7]"
|
| 85 |
+
52.png,"In the scene, how many cone's are there in total?",1,"[3, 1, 0.9]"
|
| 86 |
+
25.png,"In the scene, how many cube's are there in total?",1,"[2, 1, 0.7]"
|
| 87 |
+
18.png,"In the scene, how many sphere's are there in total?",2,"[1, 3, 0.8]"
|
| 88 |
+
40.png,"In the scene, how many cone's are there in total?",3,"[2, 3, 0.7]"
|
| 89 |
+
35.png,"In the scene, how many cube's are there in total?",1,"[2, 2, 0.8]"
|
| 90 |
+
38.png,"In the scene, how many cone's are there in total?",1,"[2, 2, 0.99]"
|
| 91 |
+
74.png,"In the scene, how many sphere's are there in total?",1,"[4, 1, 0.8]"
|
| 92 |
+
34.png,"In the scene, how many torus's are there in total?",1,"[2, 2, 0.8]"
|
| 93 |
+
80.png,"In the scene, how many sphere's are there in total?",1,"[4, 2, 0.7]"
|
| 94 |
+
109.png,"In the scene, how many torus's are there in total?",2,"[5, 2, 0.9]"
|
| 95 |
+
96.png,"In the scene, how many torus's are there in total?",1,"[5, 1, 0.7]"
|
| 96 |
+
104.png,"In the scene, how many cone's are there in total?",2,"[5, 2, 0.7]"
|
| 97 |
+
10.png,"In the scene, how many cylinder's are there in total?",2,"[1, 2, 0.8]"
|
| 98 |
+
71.png,"In the scene, how many cube's are there in total?",3,"[3, 3, 0.99]"
|
| 99 |
+
47.png,"In the scene, how many cube's are there in total?",2,"[2, 3, 0.99]"
|
| 100 |
+
13.png,"In the scene, how many cube's are there in total?",2,"[1, 2, 0.9]"
|
| 101 |
+
85.png,"In the scene, how many sphere's are there in total?",1,"[4, 2, 0.9]"
|
| 102 |
+
37.png,"In the scene, how many cone's are there in total?",1,"[2, 2, 0.9]"
|
| 103 |
+
5.png,"In the scene, how many sphere's are there in total?",1,"[1, 1, 0.9]"
|
| 104 |
+
33.png,"In the scene, how many cylinder's are there in total?",1,"[2, 2, 0.7]"
|
| 105 |
+
92.png,"In the scene, how many cylinder's are there in total?",3,"[4, 3, 0.9]"
|
| 106 |
+
2.png,"In the scene, how many cube's are there in total?",1,"[1, 1, 0.8]"
|
| 107 |
+
27.png,"In the scene, how many torus's are there in total?",1,"[2, 1, 0.8]"
|
| 108 |
+
49.png,"In the scene, how many cone's are there in total?",1,"[3, 1, 0.7]"
|
| 109 |
+
4.png,"In the scene, how many cube's are there in total?",1,"[1, 1, 0.9]"
|
| 110 |
+
24.png,"In the scene, how many cube's are there in total?",1,"[2, 1, 0.7]"
|
| 111 |
+
3.png,"In the scene, how many cone's are there in total?",1,"[1, 1, 0.8]"
|
| 112 |
+
118.png,"In the scene, how many cube's are there in total?",2,"[5, 3, 0.99]"
|
| 113 |
+
102.png,"In the scene, how many torus's are there in total?",1,"[5, 1, 0.99]"
|
| 114 |
+
20.png,"In the scene, how many cylinder's are there in total?",2,"[1, 3, 0.9]"
|
| 115 |
+
57.png,"In the scene, how many cone's are there in total?",2,"[3, 2, 0.7]"
|
| 116 |
+
79.png,"In the scene, how many cylinder's are there in total?",1,"[4, 1, 0.99]"
|
| 117 |
+
12.png,"In the scene, how many cone's are there in total?",1,"[1, 2, 0.9]"
|
| 118 |
+
60.png,"In the scene, how many cylinder's are there in total?",1,"[3, 2, 0.9]"
|
| 119 |
+
91.png,"In the scene, how many cone's are there in total?",1,"[4, 3, 0.8]"
|
| 120 |
+
114.png,"In the scene, how many sphere's are there in total?",2,"[5, 3, 0.8]"
|
| 121 |
+
14.png,"In the scene, how many sphere's are there in total?",1,"[1, 2, 0.99]"
|
3D_DoYouSeeMe/3D_visual_form_constancy/dataset_creator.py
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Copyright (c) Microsoft Corporation.
|
| 2 |
+
# Licensed under the MIT license.
|
| 3 |
+
|
| 4 |
+
import os
|
| 5 |
+
import json
|
| 6 |
+
|
| 7 |
+
base_dir = "3D_DoYouSeeMe/form_constancy"
|
| 8 |
+
|
| 9 |
+
files = os.listdir(base_dir)
|
| 10 |
+
|
| 11 |
+
data_list = []
|
| 12 |
+
for file in files:
|
| 13 |
+
if file.endswith(".json"):
|
| 14 |
+
with open(os.path.join(base_dir, file), "r") as f:
|
| 15 |
+
data = f.read()
|
| 16 |
+
data = json.loads(data)
|
| 17 |
+
question = data["question"]
|
| 18 |
+
answer = data["answer"]
|
| 19 |
+
num_shapes = data["num_shapes"]
|
| 20 |
+
noise_amount = data["noise_amount"]
|
| 21 |
+
data_list.append({
|
| 22 |
+
"filename": os.path.splitext(file)[0] + ".png",
|
| 23 |
+
"question": question,
|
| 24 |
+
"answer": answer,
|
| 25 |
+
"sweep": [num_shapes, noise_amount]
|
| 26 |
+
})
|
| 27 |
+
import pandas as pd
|
| 28 |
+
|
| 29 |
+
df = pd.DataFrame(data_list)
|
| 30 |
+
df.to_csv(os.path.join(base_dir, "dataset_info.csv"), index=False)
|
3D_DoYouSeeMe/3D_visual_form_constancy/dataset_info.csv
ADDED
|
@@ -0,0 +1,81 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
filename,question,answer,sweep
|
| 2 |
+
form_constancy_39.png,Do the shapes on the left and right have the same orientation?,No,"[2, 10]"
|
| 3 |
+
form_constancy_9.png,Do the shapes on the left and right have the same orientation?,No,"[3, 5]"
|
| 4 |
+
form_constancy_69.png,Do the shapes on the left and right have the same orientation?,No,"[2, 15]"
|
| 5 |
+
form_constancy_67.png,Do the shapes on the left and right have the same orientation?,No,"[1, 15]"
|
| 6 |
+
form_constancy_28.png,Do the shapes on the left and right have the same orientation?,No,"[4, 7.5]"
|
| 7 |
+
form_constancy_45.png,Do the shapes on the left and right have the same orientation?,No,"[4, 10]"
|
| 8 |
+
form_constancy_46.png,Do the shapes on the left and right have the same orientation?,No,"[4, 10]"
|
| 9 |
+
form_constancy_0.png,Do the shapes on the left and right have the same orientation?,No,"[1, 5]"
|
| 10 |
+
form_constancy_14.png,Do the shapes on the left and right have the same orientation?,No,"[4, 5]"
|
| 11 |
+
form_constancy_56.png,Do the shapes on the left and right have the same orientation?,No,"[3, 12.5]"
|
| 12 |
+
form_constancy_58.png,Do the shapes on the left and right have the same orientation?,No,"[3, 12.5]"
|
| 13 |
+
form_constancy_57.png,Do the shapes on the left and right have the same orientation?,No,"[3, 12.5]"
|
| 14 |
+
form_constancy_64.png,Do the shapes on the left and right have the same orientation?,No,"[1, 15]"
|
| 15 |
+
form_constancy_71.png,Do the shapes on the left and right have the same orientation?,No,"[2, 15]"
|
| 16 |
+
form_constancy_23.png,Do the shapes on the left and right have the same orientation?,No,"[2, 7.5]"
|
| 17 |
+
form_constancy_42.png,Do the shapes on the left and right have the same orientation?,No,"[3, 10]"
|
| 18 |
+
form_constancy_52.png,Do the shapes on the left and right have the same orientation?,No,"[2, 12.5]"
|
| 19 |
+
form_constancy_76.png,Do the shapes on the left and right have the same orientation?,No,"[4, 15]"
|
| 20 |
+
form_constancy_37.png,Do the shapes on the left and right have the same orientation?,No,"[2, 10]"
|
| 21 |
+
form_constancy_59.png,Do the shapes on the left and right have the same orientation?,No,"[3, 12.5]"
|
| 22 |
+
form_constancy_7.png,Do the shapes on the left and right have the same orientation?,No,"[2, 5]"
|
| 23 |
+
form_constancy_30.png,Do the shapes on the left and right have the same orientation?,No,"[4, 7.5]"
|
| 24 |
+
form_constancy_54.png,Do the shapes on the left and right have the same orientation?,No,"[2, 12.5]"
|
| 25 |
+
form_constancy_41.png,Do the shapes on the left and right have the same orientation?,No,"[3, 10]"
|
| 26 |
+
form_constancy_53.png,Do the shapes on the left and right have the same orientation?,No,"[2, 12.5]"
|
| 27 |
+
form_constancy_74.png,Do the shapes on the left and right have the same orientation?,No,"[3, 15]"
|
| 28 |
+
form_constancy_60.png,Do the shapes on the left and right have the same orientation?,No,"[4, 12.5]"
|
| 29 |
+
form_constancy_25.png,Do the shapes on the left and right have the same orientation?,No,"[3, 7.5]"
|
| 30 |
+
form_constancy_72.png,Do the shapes on the left and right have the same orientation?,No,"[3, 15]"
|
| 31 |
+
form_constancy_5.png,Do the shapes on the left and right have the same orientation?,No,"[2, 5]"
|
| 32 |
+
form_constancy_48.png,Do the shapes on the left and right have the same orientation?,No,"[1, 12.5]"
|
| 33 |
+
form_constancy_24.png,Do the shapes on the left and right have the same orientation?,No,"[3, 7.5]"
|
| 34 |
+
form_constancy_13.png,Do the shapes on the left and right have the same orientation?,No,"[4, 5]"
|
| 35 |
+
form_constancy_75.png,Do the shapes on the left and right have the same orientation?,No,"[3, 15]"
|
| 36 |
+
form_constancy_19.png,Do the shapes on the left and right have the same orientation?,No,"[1, 7.5]"
|
| 37 |
+
form_constancy_62.png,Do the shapes on the left and right have the same orientation?,No,"[4, 12.5]"
|
| 38 |
+
form_constancy_15.png,Do the shapes on the left and right have the same orientation?,No,"[4, 5]"
|
| 39 |
+
form_constancy_21.png,Do the shapes on the left and right have the same orientation?,No,"[2, 7.5]"
|
| 40 |
+
form_constancy_29.png,Do the shapes on the left and right have the same orientation?,No,"[4, 7.5]"
|
| 41 |
+
form_constancy_38.png,Do the shapes on the left and right have the same orientation?,No,"[2, 10]"
|
| 42 |
+
form_constancy_26.png,Do the shapes on the left and right have the same orientation?,No,"[3, 7.5]"
|
| 43 |
+
form_constancy_35.png,Do the shapes on the left and right have the same orientation?,No,"[1, 10]"
|
| 44 |
+
form_constancy_11.png,Do the shapes on the left and right have the same orientation?,No,"[3, 5]"
|
| 45 |
+
form_constancy_12.png,Do the shapes on the left and right have the same orientation?,No,"[4, 5]"
|
| 46 |
+
form_constancy_61.png,Do the shapes on the left and right have the same orientation?,No,"[4, 12.5]"
|
| 47 |
+
form_constancy_51.png,Do the shapes on the left and right have the same orientation?,No,"[1, 12.5]"
|
| 48 |
+
form_constancy_44.png,Do the shapes on the left and right have the same orientation?,No,"[4, 10]"
|
| 49 |
+
form_constancy_2.png,Do the shapes on the left and right have the same orientation?,No,"[1, 5]"
|
| 50 |
+
form_constancy_36.png,Do the shapes on the left and right have the same orientation?,No,"[2, 10]"
|
| 51 |
+
form_constancy_77.png,Do the shapes on the left and right have the same orientation?,No,"[4, 15]"
|
| 52 |
+
form_constancy_68.png,Do the shapes on the left and right have the same orientation?,No,"[2, 15]"
|
| 53 |
+
form_constancy_1.png,Do the shapes on the left and right have the same orientation?,No,"[1, 5]"
|
| 54 |
+
form_constancy_70.png,Do the shapes on the left and right have the same orientation?,No,"[2, 15]"
|
| 55 |
+
form_constancy_47.png,Do the shapes on the left and right have the same orientation?,No,"[4, 10]"
|
| 56 |
+
form_constancy_50.png,Do the shapes on the left and right have the same orientation?,No,"[1, 12.5]"
|
| 57 |
+
form_constancy_78.png,Do the shapes on the left and right have the same orientation?,No,"[4, 15]"
|
| 58 |
+
form_constancy_6.png,Do the shapes on the left and right have the same orientation?,No,"[2, 5]"
|
| 59 |
+
form_constancy_3.png,Do the shapes on the left and right have the same orientation?,No,"[1, 5]"
|
| 60 |
+
form_constancy_66.png,Do the shapes on the left and right have the same orientation?,No,"[1, 15]"
|
| 61 |
+
form_constancy_16.png,Do the shapes on the left and right have the same orientation?,No,"[1, 7.5]"
|
| 62 |
+
form_constancy_43.png,Do the shapes on the left and right have the same orientation?,No,"[3, 10]"
|
| 63 |
+
form_constancy_10.png,Do the shapes on the left and right have the same orientation?,No,"[3, 5]"
|
| 64 |
+
form_constancy_65.png,Do the shapes on the left and right have the same orientation?,No,"[1, 15]"
|
| 65 |
+
form_constancy_40.png,Do the shapes on the left and right have the same orientation?,No,"[3, 10]"
|
| 66 |
+
form_constancy_4.png,Do the shapes on the left and right have the same orientation?,No,"[2, 5]"
|
| 67 |
+
form_constancy_79.png,Do the shapes on the left and right have the same orientation?,No,"[4, 15]"
|
| 68 |
+
form_constancy_63.png,Do the shapes on the left and right have the same orientation?,No,"[4, 12.5]"
|
| 69 |
+
form_constancy_55.png,Do the shapes on the left and right have the same orientation?,No,"[2, 12.5]"
|
| 70 |
+
form_constancy_34.png,Do the shapes on the left and right have the same orientation?,No,"[1, 10]"
|
| 71 |
+
form_constancy_49.png,Do the shapes on the left and right have the same orientation?,No,"[1, 12.5]"
|
| 72 |
+
form_constancy_27.png,Do the shapes on the left and right have the same orientation?,No,"[3, 7.5]"
|
| 73 |
+
form_constancy_18.png,Do the shapes on the left and right have the same orientation?,No,"[1, 7.5]"
|
| 74 |
+
form_constancy_22.png,Do the shapes on the left and right have the same orientation?,No,"[2, 7.5]"
|
| 75 |
+
form_constancy_17.png,Do the shapes on the left and right have the same orientation?,No,"[1, 7.5]"
|
| 76 |
+
form_constancy_31.png,Do the shapes on the left and right have the same orientation?,No,"[4, 7.5]"
|
| 77 |
+
form_constancy_32.png,Do the shapes on the left and right have the same orientation?,No,"[1, 10]"
|
| 78 |
+
form_constancy_8.png,Do the shapes on the left and right have the same orientation?,No,"[3, 5]"
|
| 79 |
+
form_constancy_73.png,Do the shapes on the left and right have the same orientation?,No,"[3, 15]"
|
| 80 |
+
form_constancy_20.png,Do the shapes on the left and right have the same orientation?,No,"[2, 7.5]"
|
| 81 |
+
form_constancy_33.png,Do the shapes on the left and right have the same orientation?,No,"[1, 10]"
|
3D_DoYouSeeMe/3D_visual_form_constancy/form_constancy_0.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"scene": "grassland",
|
| 3 |
+
"light": "left",
|
| 4 |
+
"same_orientation": false,
|
| 5 |
+
"shapes": [
|
| 6 |
+
"cylinder"
|
| 7 |
+
],
|
| 8 |
+
"substitutions": [],
|
| 9 |
+
"question": "Do the shapes on the left and right have the same orientation?",
|
| 10 |
+
"answer": "No",
|
| 11 |
+
"num_shapes": 1,
|
| 12 |
+
"noise_amount": 5
|
| 13 |
+
}
|
3D_DoYouSeeMe/3D_visual_form_constancy/form_constancy_0.png
ADDED
|
Git LFS Details
|