Datasets:

Modalities:
Image
Libraries:
Datasets
License:
wpc061 commited on
Commit
e3bc6a1
·
verified ·
1 Parent(s): a83c896

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. captcha/coordinates/sample_0019/coordinates.json +30 -0
  2. captcha/coordinates/sample_0019/sample_info.json +84 -0
  3. captcha/coordinates/sample_0026/coordinates.json +30 -0
  4. captcha/coordinates/sample_0026/sample_info.json +84 -0
  5. captcha/coordinates/sample_0043/coordinates.json +30 -0
  6. captcha/coordinates/sample_0043/sample_info.json +84 -0
  7. captcha/coordinates/sample_0072/coordinates.json +30 -0
  8. captcha/coordinates/sample_0072/sample_info.json +84 -0
  9. captcha/coordinates/sample_0075/coordinates.json +30 -0
  10. captcha/coordinates/sample_0075/sample_info.json +84 -0
  11. captcha/coordinates/sample_0081/coordinates.json +30 -0
  12. captcha/coordinates/sample_0081/sample_info.json +84 -0
  13. captcha/coordinates/sample_0086/coordinates.json +30 -0
  14. captcha/coordinates/sample_0086/sample_info.json +84 -0
  15. captcha/coordinates/sample_0088/coordinates.json +30 -0
  16. captcha/coordinates/sample_0088/sample_info.json +84 -0
  17. captcha/coordinates/sample_0214/coordinates.json +30 -0
  18. captcha/coordinates/sample_0214/sample_info.json +84 -0
  19. captcha/coordinates/sample_0240/coordinates.json +30 -0
  20. captcha/coordinates/sample_0240/sample_info.json +84 -0
  21. captcha/coordinates/sample_0247/coordinates.json +30 -0
  22. captcha/coordinates/sample_0247/sample_info.json +84 -0
  23. captcha/coordinates/sample_0271/coordinates.json +30 -0
  24. captcha/coordinates/sample_0271/sample_info.json +84 -0
  25. captcha/coordinates/sample_0278/coordinates.json +30 -0
  26. captcha/coordinates/sample_0278/sample_info.json +84 -0
  27. captcha/coordinates/sample_0285/coordinates.json +30 -0
  28. captcha/coordinates/sample_0285/sample_info.json +84 -0
  29. captcha/coordinates/sample_0411/coordinates.json +30 -0
  30. captcha/coordinates/sample_0411/sample_info.json +84 -0
  31. captcha/coordinates/sample_0416/coordinates.json +30 -0
  32. captcha/coordinates/sample_0416/sample_info.json +84 -0
  33. captcha/coordinates/sample_0418/coordinates.json +30 -0
  34. captcha/coordinates/sample_0418/sample_info.json +84 -0
  35. captcha/coordinates/sample_0427/coordinates.json +30 -0
  36. captcha/coordinates/sample_0427/sample_info.json +84 -0
  37. captcha/coordinates/sample_0429/coordinates.json +30 -0
  38. captcha/coordinates/sample_0429/sample_info.json +84 -0
  39. captcha/coordinates/sample_0442/coordinates.json +30 -0
  40. captcha/coordinates/sample_0442/sample_info.json +84 -0
  41. captcha/coordinates/sample_0489/coordinates.json +30 -0
  42. captcha/coordinates/sample_0489/sample_info.json +84 -0
  43. captcha/coordinates/sample_0615/coordinates.json +30 -0
  44. captcha/coordinates/sample_0615/sample_info.json +84 -0
  45. captcha/coordinates/sample_0623/coordinates.json +30 -0
  46. captcha/coordinates/sample_0623/sample_info.json +84 -0
  47. captcha/coordinates/sample_0624/coordinates.json +30 -0
  48. captcha/coordinates/sample_0624/sample_info.json +84 -0
  49. captcha/coordinates/sample_0670/coordinates.json +30 -0
  50. captcha/coordinates/sample_0670/sample_info.json +84 -0
captcha/coordinates/sample_0019/coordinates.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "image_list": [
3
+ "image_1.png",
4
+ "image_2.png",
5
+ "image_3.png",
6
+ "image_4.png",
7
+ "image_5.png"
8
+ ],
9
+ "ground_truth_image_index": 3,
10
+ "arrow_box": [
11
+ [
12
+ 475,
13
+ 696,
14
+ 535,
15
+ 756
16
+ ],
17
+ [
18
+ 759,
19
+ 677,
20
+ 819,
21
+ 737
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0019/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 19,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "I",
6
+ "J",
7
+ "K",
8
+ "L"
9
+ ],
10
+ "col_labels": [
11
+ "1",
12
+ "2",
13
+ "3",
14
+ "4"
15
+ ]
16
+ },
17
+ "correct_position": {
18
+ "coordinates": [
19
+ 0,
20
+ 0
21
+ ],
22
+ "position_text": "I1"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 1,
29
+ 1
30
+ ],
31
+ "position_text": "J2",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 1,
38
+ 2
39
+ ],
40
+ "position_text": "J3",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 0,
47
+ 0
48
+ ],
49
+ "position_text": "I1",
50
+ "is_correct": true
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 0,
56
+ 3
57
+ ],
58
+ "position_text": "I4",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 0,
65
+ 2
66
+ ],
67
+ "position_text": "I3",
68
+ "is_correct": false
69
+ }
70
+ ],
71
+ "resources_used": {
72
+ "base_icon": "chair.png",
73
+ "overlay_icon": "banana.png",
74
+ "background_top": "back.png",
75
+ "background_bottom": "submit.png",
76
+ "arrow_left": "arrow-circle-left.png",
77
+ "arrow_right": "arrow-circle-right.png"
78
+ },
79
+ "generation_info": {
80
+ "total_images": 5,
81
+ "correct_answer_image": "image_3.png",
82
+ "correct_answer_position": "I1"
83
+ }
84
+ }
captcha/coordinates/sample_0026/coordinates.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "image_list": [
3
+ "image_1.png",
4
+ "image_2.png",
5
+ "image_3.png",
6
+ "image_4.png",
7
+ "image_5.png"
8
+ ],
9
+ "ground_truth_image_index": 4,
10
+ "arrow_box": [
11
+ [
12
+ 452,
13
+ 689,
14
+ 512,
15
+ 749
16
+ ],
17
+ [
18
+ 834,
19
+ 661,
20
+ 894,
21
+ 721
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0026/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 26,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "S",
6
+ "T",
7
+ "U",
8
+ "V"
9
+ ],
10
+ "col_labels": [
11
+ "5",
12
+ "6",
13
+ "7",
14
+ "8"
15
+ ]
16
+ },
17
+ "correct_position": {
18
+ "coordinates": [
19
+ 1,
20
+ 2
21
+ ],
22
+ "position_text": "T7"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 2,
29
+ 3
30
+ ],
31
+ "position_text": "U8",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 3,
38
+ 0
39
+ ],
40
+ "position_text": "V5",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 3,
47
+ 2
48
+ ],
49
+ "position_text": "V7",
50
+ "is_correct": false
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 1,
56
+ 2
57
+ ],
58
+ "position_text": "T7",
59
+ "is_correct": true
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 0,
65
+ 1
66
+ ],
67
+ "position_text": "S6",
68
+ "is_correct": false
69
+ }
70
+ ],
71
+ "resources_used": {
72
+ "base_icon": "chair.png",
73
+ "overlay_icon": "bird,鸟,动物,卡通.png",
74
+ "background_top": "back.png",
75
+ "background_bottom": "submit.png",
76
+ "arrow_left": "arrow-circle-left.png",
77
+ "arrow_right": "arrow-circle-right.png"
78
+ },
79
+ "generation_info": {
80
+ "total_images": 5,
81
+ "correct_answer_image": "image_4.png",
82
+ "correct_answer_position": "T7"
83
+ }
84
+ }
captcha/coordinates/sample_0043/coordinates.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "image_list": [
3
+ "image_1.png",
4
+ "image_2.png",
5
+ "image_3.png",
6
+ "image_4.png",
7
+ "image_5.png"
8
+ ],
9
+ "ground_truth_image_index": 3,
10
+ "arrow_box": [
11
+ [
12
+ 488,
13
+ 676,
14
+ 548,
15
+ 736
16
+ ],
17
+ [
18
+ 743,
19
+ 665,
20
+ 803,
21
+ 725
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0043/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 43,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "N",
6
+ "O",
7
+ "P",
8
+ "Q"
9
+ ],
10
+ "col_labels": [
11
+ "4",
12
+ "5",
13
+ "6",
14
+ "7"
15
+ ]
16
+ },
17
+ "correct_position": {
18
+ "coordinates": [
19
+ 1,
20
+ 0
21
+ ],
22
+ "position_text": "O4"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 0,
29
+ 0
30
+ ],
31
+ "position_text": "N4",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 1,
38
+ 2
39
+ ],
40
+ "position_text": "O6",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 1,
47
+ 0
48
+ ],
49
+ "position_text": "O4",
50
+ "is_correct": true
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 2,
56
+ 1
57
+ ],
58
+ "position_text": "P5",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 3,
65
+ 2
66
+ ],
67
+ "position_text": "Q6",
68
+ "is_correct": false
69
+ }
70
+ ],
71
+ "resources_used": {
72
+ "base_icon": "chair.png",
73
+ "overlay_icon": "keaimao.png",
74
+ "background_top": "back.png",
75
+ "background_bottom": "submit.png",
76
+ "arrow_left": "arrow-circle-left.png",
77
+ "arrow_right": "arrow-circle-right.png"
78
+ },
79
+ "generation_info": {
80
+ "total_images": 5,
81
+ "correct_answer_image": "image_3.png",
82
+ "correct_answer_position": "O4"
83
+ }
84
+ }
captcha/coordinates/sample_0072/coordinates.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "image_list": [
3
+ "image_1.png",
4
+ "image_2.png",
5
+ "image_3.png",
6
+ "image_4.png",
7
+ "image_5.png"
8
+ ],
9
+ "ground_truth_image_index": 5,
10
+ "arrow_box": [
11
+ [
12
+ 479,
13
+ 718,
14
+ 539,
15
+ 778
16
+ ],
17
+ [
18
+ 758,
19
+ 676,
20
+ 818,
21
+ 736
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0072/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 72,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "I",
6
+ "J",
7
+ "K",
8
+ "L"
9
+ ],
10
+ "col_labels": [
11
+ "3",
12
+ "4",
13
+ "5",
14
+ "6"
15
+ ]
16
+ },
17
+ "correct_position": {
18
+ "coordinates": [
19
+ 0,
20
+ 0
21
+ ],
22
+ "position_text": "I3"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 3,
29
+ 2
30
+ ],
31
+ "position_text": "L5",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 0,
38
+ 2
39
+ ],
40
+ "position_text": "I5",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 3,
47
+ 0
48
+ ],
49
+ "position_text": "L3",
50
+ "is_correct": false
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 1,
56
+ 2
57
+ ],
58
+ "position_text": "J5",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 0,
65
+ 0
66
+ ],
67
+ "position_text": "I3",
68
+ "is_correct": true
69
+ }
70
+ ],
71
+ "resources_used": {
72
+ "base_icon": "chair.png",
73
+ "overlay_icon": "xiyangyang.png",
74
+ "background_top": "back.png",
75
+ "background_bottom": "submit3.png",
76
+ "arrow_left": "arrow-circle-left.png",
77
+ "arrow_right": "arrow-circle-right.png"
78
+ },
79
+ "generation_info": {
80
+ "total_images": 5,
81
+ "correct_answer_image": "image_5.png",
82
+ "correct_answer_position": "I3"
83
+ }
84
+ }
captcha/coordinates/sample_0075/coordinates.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "image_list": [
3
+ "image_1.png",
4
+ "image_2.png",
5
+ "image_3.png",
6
+ "image_4.png",
7
+ "image_5.png"
8
+ ],
9
+ "ground_truth_image_index": 1,
10
+ "arrow_box": [
11
+ [
12
+ 526,
13
+ 677,
14
+ 586,
15
+ 737
16
+ ],
17
+ [
18
+ 745,
19
+ 664,
20
+ 805,
21
+ 724
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0075/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 75,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "F",
6
+ "G",
7
+ "H",
8
+ "I"
9
+ ],
10
+ "col_labels": [
11
+ "6",
12
+ "7",
13
+ "8",
14
+ "9"
15
+ ]
16
+ },
17
+ "correct_position": {
18
+ "coordinates": [
19
+ 3,
20
+ 3
21
+ ],
22
+ "position_text": "I9"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 3,
29
+ 3
30
+ ],
31
+ "position_text": "I9",
32
+ "is_correct": true
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 0,
38
+ 1
39
+ ],
40
+ "position_text": "F7",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 1,
47
+ 0
48
+ ],
49
+ "position_text": "G6",
50
+ "is_correct": false
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 2,
56
+ 1
57
+ ],
58
+ "position_text": "H7",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 3,
65
+ 1
66
+ ],
67
+ "position_text": "I7",
68
+ "is_correct": false
69
+ }
70
+ ],
71
+ "resources_used": {
72
+ "base_icon": "chair.png",
73
+ "overlay_icon": "一对樱桃.png",
74
+ "background_top": "back.png",
75
+ "background_bottom": "submit.png",
76
+ "arrow_left": "arrow-circle-left.png",
77
+ "arrow_right": "arrow-circle-right.png"
78
+ },
79
+ "generation_info": {
80
+ "total_images": 5,
81
+ "correct_answer_image": "image_1.png",
82
+ "correct_answer_position": "I9"
83
+ }
84
+ }
captcha/coordinates/sample_0081/coordinates.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "image_list": [
3
+ "image_1.png",
4
+ "image_2.png",
5
+ "image_3.png",
6
+ "image_4.png",
7
+ "image_5.png"
8
+ ],
9
+ "ground_truth_image_index": 2,
10
+ "arrow_box": [
11
+ [
12
+ 574,
13
+ 678,
14
+ 634,
15
+ 738
16
+ ],
17
+ [
18
+ 746,
19
+ 699,
20
+ 806,
21
+ 759
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0081/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 81,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "R",
6
+ "S",
7
+ "T",
8
+ "U"
9
+ ],
10
+ "col_labels": [
11
+ "6",
12
+ "7",
13
+ "8",
14
+ "9"
15
+ ]
16
+ },
17
+ "correct_position": {
18
+ "coordinates": [
19
+ 2,
20
+ 2
21
+ ],
22
+ "position_text": "T8"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 3,
29
+ 3
30
+ ],
31
+ "position_text": "U9",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 2,
38
+ 2
39
+ ],
40
+ "position_text": "T8",
41
+ "is_correct": true
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 2,
47
+ 3
48
+ ],
49
+ "position_text": "T9",
50
+ "is_correct": false
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 2,
56
+ 0
57
+ ],
58
+ "position_text": "T6",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 0,
65
+ 3
66
+ ],
67
+ "position_text": "R9",
68
+ "is_correct": false
69
+ }
70
+ ],
71
+ "resources_used": {
72
+ "base_icon": "chair.png",
73
+ "overlay_icon": "乌龟,卡通动物.png",
74
+ "background_top": "back.png",
75
+ "background_bottom": "submit.png",
76
+ "arrow_left": "arrow-circle-left.png",
77
+ "arrow_right": "arrow-circle-right.png"
78
+ },
79
+ "generation_info": {
80
+ "total_images": 5,
81
+ "correct_answer_image": "image_2.png",
82
+ "correct_answer_position": "T8"
83
+ }
84
+ }
captcha/coordinates/sample_0086/coordinates.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "image_list": [
3
+ "image_1.png",
4
+ "image_2.png",
5
+ "image_3.png",
6
+ "image_4.png",
7
+ "image_5.png"
8
+ ],
9
+ "ground_truth_image_index": 5,
10
+ "arrow_box": [
11
+ [
12
+ 487,
13
+ 686,
14
+ 547,
15
+ 746
16
+ ],
17
+ [
18
+ 792,
19
+ 718,
20
+ 852,
21
+ 778
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0086/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 86,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "L",
6
+ "M",
7
+ "N",
8
+ "O"
9
+ ],
10
+ "col_labels": [
11
+ "0",
12
+ "1",
13
+ "2",
14
+ "3"
15
+ ]
16
+ },
17
+ "correct_position": {
18
+ "coordinates": [
19
+ 0,
20
+ 1
21
+ ],
22
+ "position_text": "L1"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 2,
29
+ 0
30
+ ],
31
+ "position_text": "N0",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 2,
38
+ 2
39
+ ],
40
+ "position_text": "N2",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 0,
47
+ 3
48
+ ],
49
+ "position_text": "L3",
50
+ "is_correct": false
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 2,
56
+ 3
57
+ ],
58
+ "position_text": "N3",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 0,
65
+ 1
66
+ ],
67
+ "position_text": "L1",
68
+ "is_correct": true
69
+ }
70
+ ],
71
+ "resources_used": {
72
+ "base_icon": "chair.png",
73
+ "overlay_icon": "乌龟,卡通动物.png",
74
+ "background_top": "back.png",
75
+ "background_bottom": "submit3.png",
76
+ "arrow_left": "arrow-circle-left.png",
77
+ "arrow_right": "arrow-circle-right.png"
78
+ },
79
+ "generation_info": {
80
+ "total_images": 5,
81
+ "correct_answer_image": "image_5.png",
82
+ "correct_answer_position": "L1"
83
+ }
84
+ }
captcha/coordinates/sample_0088/coordinates.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "image_list": [
3
+ "image_1.png",
4
+ "image_2.png",
5
+ "image_3.png",
6
+ "image_4.png",
7
+ "image_5.png"
8
+ ],
9
+ "ground_truth_image_index": 3,
10
+ "arrow_box": [
11
+ [
12
+ 583,
13
+ 717,
14
+ 643,
15
+ 777
16
+ ],
17
+ [
18
+ 732,
19
+ 686,
20
+ 792,
21
+ 746
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0088/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 88,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "I",
6
+ "J",
7
+ "K",
8
+ "L"
9
+ ],
10
+ "col_labels": [
11
+ "1",
12
+ "2",
13
+ "3",
14
+ "4"
15
+ ]
16
+ },
17
+ "correct_position": {
18
+ "coordinates": [
19
+ 0,
20
+ 2
21
+ ],
22
+ "position_text": "I3"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 0,
29
+ 1
30
+ ],
31
+ "position_text": "I2",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 1,
38
+ 3
39
+ ],
40
+ "position_text": "J4",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 0,
47
+ 2
48
+ ],
49
+ "position_text": "I3",
50
+ "is_correct": true
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 3,
56
+ 2
57
+ ],
58
+ "position_text": "L3",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 2,
65
+ 0
66
+ ],
67
+ "position_text": "K1",
68
+ "is_correct": false
69
+ }
70
+ ],
71
+ "resources_used": {
72
+ "base_icon": "chair.png",
73
+ "overlay_icon": "乌龟,卡通动物.png",
74
+ "background_top": "back.png",
75
+ "background_bottom": "submit3.png",
76
+ "arrow_left": "arrow-circle-left.png",
77
+ "arrow_right": "arrow-circle-right.png"
78
+ },
79
+ "generation_info": {
80
+ "total_images": 5,
81
+ "correct_answer_image": "image_3.png",
82
+ "correct_answer_position": "I3"
83
+ }
84
+ }
captcha/coordinates/sample_0214/coordinates.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "image_list": [
3
+ "image_1.png",
4
+ "image_2.png",
5
+ "image_3.png",
6
+ "image_4.png",
7
+ "image_5.png"
8
+ ],
9
+ "ground_truth_image_index": 3,
10
+ "arrow_box": [
11
+ [
12
+ 533,
13
+ 716,
14
+ 593,
15
+ 776
16
+ ],
17
+ [
18
+ 884,
19
+ 667,
20
+ 944,
21
+ 727
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0214/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 214,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "N",
6
+ "O",
7
+ "P",
8
+ "Q"
9
+ ],
10
+ "col_labels": [
11
+ "4",
12
+ "5",
13
+ "6",
14
+ "7"
15
+ ]
16
+ },
17
+ "correct_position": {
18
+ "coordinates": [
19
+ 0,
20
+ 1
21
+ ],
22
+ "position_text": "N5"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 2,
29
+ 2
30
+ ],
31
+ "position_text": "P6",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 2,
38
+ 3
39
+ ],
40
+ "position_text": "P7",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 0,
47
+ 1
48
+ ],
49
+ "position_text": "N5",
50
+ "is_correct": true
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 0,
56
+ 2
57
+ ],
58
+ "position_text": "N6",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 1,
65
+ 1
66
+ ],
67
+ "position_text": "O5",
68
+ "is_correct": false
69
+ }
70
+ ],
71
+ "resources_used": {
72
+ "base_icon": "chair.png",
73
+ "overlay_icon": "牛油果.png",
74
+ "background_top": "back.png",
75
+ "background_bottom": "submit3.png",
76
+ "arrow_left": "arrow-circle-left.png",
77
+ "arrow_right": "arrow-circle-right.png"
78
+ },
79
+ "generation_info": {
80
+ "total_images": 5,
81
+ "correct_answer_image": "image_3.png",
82
+ "correct_answer_position": "N5"
83
+ }
84
+ }
captcha/coordinates/sample_0240/coordinates.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "image_list": [
3
+ "image_1.png",
4
+ "image_2.png",
5
+ "image_3.png",
6
+ "image_4.png",
7
+ "image_5.png"
8
+ ],
9
+ "ground_truth_image_index": 4,
10
+ "arrow_box": [
11
+ [
12
+ 542,
13
+ 682,
14
+ 602,
15
+ 742
16
+ ],
17
+ [
18
+ 819,
19
+ 699,
20
+ 879,
21
+ 759
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0240/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 240,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "S",
6
+ "T",
7
+ "U",
8
+ "V"
9
+ ],
10
+ "col_labels": [
11
+ "3",
12
+ "4",
13
+ "5",
14
+ "6"
15
+ ]
16
+ },
17
+ "correct_position": {
18
+ "coordinates": [
19
+ 0,
20
+ 3
21
+ ],
22
+ "position_text": "S6"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 0,
29
+ 2
30
+ ],
31
+ "position_text": "S5",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 1,
38
+ 0
39
+ ],
40
+ "position_text": "T3",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 3,
47
+ 3
48
+ ],
49
+ "position_text": "V6",
50
+ "is_correct": false
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 0,
56
+ 3
57
+ ],
58
+ "position_text": "S6",
59
+ "is_correct": true
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 0,
65
+ 0
66
+ ],
67
+ "position_text": "S3",
68
+ "is_correct": false
69
+ }
70
+ ],
71
+ "resources_used": {
72
+ "base_icon": "chair.png",
73
+ "overlay_icon": "狐狸.png",
74
+ "background_top": "back.png",
75
+ "background_bottom": "submit3.png",
76
+ "arrow_left": "arrow-circle-left.png",
77
+ "arrow_right": "arrow-circle-right.png"
78
+ },
79
+ "generation_info": {
80
+ "total_images": 5,
81
+ "correct_answer_image": "image_4.png",
82
+ "correct_answer_position": "S6"
83
+ }
84
+ }
captcha/coordinates/sample_0247/coordinates.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "image_list": [
3
+ "image_1.png",
4
+ "image_2.png",
5
+ "image_3.png",
6
+ "image_4.png",
7
+ "image_5.png"
8
+ ],
9
+ "ground_truth_image_index": 3,
10
+ "arrow_box": [
11
+ [
12
+ 449,
13
+ 666,
14
+ 509,
15
+ 726
16
+ ],
17
+ [
18
+ 781,
19
+ 670,
20
+ 841,
21
+ 730
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0247/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 247,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "R",
6
+ "S",
7
+ "T",
8
+ "U"
9
+ ],
10
+ "col_labels": [
11
+ "3",
12
+ "4",
13
+ "5",
14
+ "6"
15
+ ]
16
+ },
17
+ "correct_position": {
18
+ "coordinates": [
19
+ 0,
20
+ 2
21
+ ],
22
+ "position_text": "R5"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 1,
29
+ 1
30
+ ],
31
+ "position_text": "S4",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 2,
38
+ 2
39
+ ],
40
+ "position_text": "T5",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 0,
47
+ 2
48
+ ],
49
+ "position_text": "R5",
50
+ "is_correct": true
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 2,
56
+ 1
57
+ ],
58
+ "position_text": "T4",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 0,
65
+ 0
66
+ ],
67
+ "position_text": "R3",
68
+ "is_correct": false
69
+ }
70
+ ],
71
+ "resources_used": {
72
+ "base_icon": "chair.png",
73
+ "overlay_icon": "狐猴.png",
74
+ "background_top": "back.png",
75
+ "background_bottom": "submit3.png",
76
+ "arrow_left": "arrow-circle-left.png",
77
+ "arrow_right": "arrow-circle-right.png"
78
+ },
79
+ "generation_info": {
80
+ "total_images": 5,
81
+ "correct_answer_image": "image_3.png",
82
+ "correct_answer_position": "R5"
83
+ }
84
+ }
captcha/coordinates/sample_0271/coordinates.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "image_list": [
3
+ "image_1.png",
4
+ "image_2.png",
5
+ "image_3.png",
6
+ "image_4.png",
7
+ "image_5.png"
8
+ ],
9
+ "ground_truth_image_index": 3,
10
+ "arrow_box": [
11
+ [
12
+ 489,
13
+ 703,
14
+ 549,
15
+ 763
16
+ ],
17
+ [
18
+ 846,
19
+ 667,
20
+ 906,
21
+ 727
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0271/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 271,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "V",
6
+ "W",
7
+ "X",
8
+ "Y"
9
+ ],
10
+ "col_labels": [
11
+ "3",
12
+ "4",
13
+ "5",
14
+ "6"
15
+ ]
16
+ },
17
+ "correct_position": {
18
+ "coordinates": [
19
+ 0,
20
+ 3
21
+ ],
22
+ "position_text": "V6"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 2,
29
+ 0
30
+ ],
31
+ "position_text": "X3",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 1,
38
+ 1
39
+ ],
40
+ "position_text": "W4",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 0,
47
+ 3
48
+ ],
49
+ "position_text": "V6",
50
+ "is_correct": true
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 2,
56
+ 3
57
+ ],
58
+ "position_text": "X6",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 0,
65
+ 0
66
+ ],
67
+ "position_text": "V3",
68
+ "is_correct": false
69
+ }
70
+ ],
71
+ "resources_used": {
72
+ "base_icon": "chair.png",
73
+ "overlay_icon": "猴子.png",
74
+ "background_top": "back.png",
75
+ "background_bottom": "submit3.png",
76
+ "arrow_left": "arrow-circle-left.png",
77
+ "arrow_right": "arrow-circle-right.png"
78
+ },
79
+ "generation_info": {
80
+ "total_images": 5,
81
+ "correct_answer_image": "image_3.png",
82
+ "correct_answer_position": "V6"
83
+ }
84
+ }
captcha/coordinates/sample_0278/coordinates.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "image_list": [
3
+ "image_1.png",
4
+ "image_2.png",
5
+ "image_3.png",
6
+ "image_4.png",
7
+ "image_5.png"
8
+ ],
9
+ "ground_truth_image_index": 1,
10
+ "arrow_box": [
11
+ [
12
+ 537,
13
+ 700,
14
+ 597,
15
+ 760
16
+ ],
17
+ [
18
+ 764,
19
+ 661,
20
+ 824,
21
+ 721
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0278/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 278,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "B",
6
+ "C",
7
+ "D",
8
+ "E"
9
+ ],
10
+ "col_labels": [
11
+ "4",
12
+ "5",
13
+ "6",
14
+ "7"
15
+ ]
16
+ },
17
+ "correct_position": {
18
+ "coordinates": [
19
+ 0,
20
+ 1
21
+ ],
22
+ "position_text": "B5"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 0,
29
+ 1
30
+ ],
31
+ "position_text": "B5",
32
+ "is_correct": true
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 2,
38
+ 1
39
+ ],
40
+ "position_text": "D5",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 0,
47
+ 2
48
+ ],
49
+ "position_text": "B6",
50
+ "is_correct": false
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 0,
56
+ 0
57
+ ],
58
+ "position_text": "B4",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 2,
65
+ 0
66
+ ],
67
+ "position_text": "D4",
68
+ "is_correct": false
69
+ }
70
+ ],
71
+ "resources_used": {
72
+ "base_icon": "chair.png",
73
+ "overlay_icon": "羊.png",
74
+ "background_top": "back.png",
75
+ "background_bottom": "submit3.png",
76
+ "arrow_left": "arrow-circle-left.png",
77
+ "arrow_right": "arrow-circle-right.png"
78
+ },
79
+ "generation_info": {
80
+ "total_images": 5,
81
+ "correct_answer_image": "image_1.png",
82
+ "correct_answer_position": "B5"
83
+ }
84
+ }
captcha/coordinates/sample_0285/coordinates.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "image_list": [
3
+ "image_1.png",
4
+ "image_2.png",
5
+ "image_3.png",
6
+ "image_4.png",
7
+ "image_5.png"
8
+ ],
9
+ "ground_truth_image_index": 5,
10
+ "arrow_box": [
11
+ [
12
+ 560,
13
+ 714,
14
+ 620,
15
+ 774
16
+ ],
17
+ [
18
+ 749,
19
+ 661,
20
+ 809,
21
+ 721
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0285/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 285,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "R",
6
+ "S",
7
+ "T",
8
+ "U"
9
+ ],
10
+ "col_labels": [
11
+ "5",
12
+ "6",
13
+ "7",
14
+ "8"
15
+ ]
16
+ },
17
+ "correct_position": {
18
+ "coordinates": [
19
+ 1,
20
+ 2
21
+ ],
22
+ "position_text": "S7"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 2,
29
+ 3
30
+ ],
31
+ "position_text": "T8",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 3,
38
+ 0
39
+ ],
40
+ "position_text": "U5",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 3,
47
+ 1
48
+ ],
49
+ "position_text": "U6",
50
+ "is_correct": false
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 1,
56
+ 0
57
+ ],
58
+ "position_text": "S5",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 1,
65
+ 2
66
+ ],
67
+ "position_text": "S7",
68
+ "is_correct": true
69
+ }
70
+ ],
71
+ "resources_used": {
72
+ "base_icon": "chair.png",
73
+ "overlay_icon": "老虎.png",
74
+ "background_top": "back.png",
75
+ "background_bottom": "submit3.png",
76
+ "arrow_left": "arrow-circle-left.png",
77
+ "arrow_right": "arrow-circle-right.png"
78
+ },
79
+ "generation_info": {
80
+ "total_images": 5,
81
+ "correct_answer_image": "image_5.png",
82
+ "correct_answer_position": "S7"
83
+ }
84
+ }
captcha/coordinates/sample_0411/coordinates.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "image_list": [
3
+ "image_1.png",
4
+ "image_2.png",
5
+ "image_3.png",
6
+ "image_4.png",
7
+ "image_5.png"
8
+ ],
9
+ "ground_truth_image_index": 3,
10
+ "arrow_box": [
11
+ [
12
+ 566,
13
+ 718,
14
+ 626,
15
+ 778
16
+ ],
17
+ [
18
+ 865,
19
+ 718,
20
+ 925,
21
+ 778
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0411/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 411,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "Q",
6
+ "R",
7
+ "S",
8
+ "T"
9
+ ],
10
+ "col_labels": [
11
+ "5",
12
+ "6",
13
+ "7",
14
+ "8"
15
+ ]
16
+ },
17
+ "correct_position": {
18
+ "coordinates": [
19
+ 0,
20
+ 0
21
+ ],
22
+ "position_text": "Q5"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 1,
29
+ 0
30
+ ],
31
+ "position_text": "R5",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 3,
38
+ 2
39
+ ],
40
+ "position_text": "T7",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 0,
47
+ 0
48
+ ],
49
+ "position_text": "Q5",
50
+ "is_correct": true
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 0,
56
+ 3
57
+ ],
58
+ "position_text": "Q8",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 0,
65
+ 2
66
+ ],
67
+ "position_text": "Q7",
68
+ "is_correct": false
69
+ }
70
+ ],
71
+ "resources_used": {
72
+ "base_icon": "desk.png",
73
+ "overlay_icon": "baicai.png",
74
+ "background_top": "back.png",
75
+ "background_bottom": "submit.png",
76
+ "arrow_left": "arrow-circle-left.png",
77
+ "arrow_right": "arrow-circle-right.png"
78
+ },
79
+ "generation_info": {
80
+ "total_images": 5,
81
+ "correct_answer_image": "image_3.png",
82
+ "correct_answer_position": "Q5"
83
+ }
84
+ }
captcha/coordinates/sample_0416/coordinates.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "image_list": [
3
+ "image_1.png",
4
+ "image_2.png",
5
+ "image_3.png",
6
+ "image_4.png",
7
+ "image_5.png"
8
+ ],
9
+ "ground_truth_image_index": 2,
10
+ "arrow_box": [
11
+ [
12
+ 607,
13
+ 701,
14
+ 667,
15
+ 761
16
+ ],
17
+ [
18
+ 827,
19
+ 692,
20
+ 887,
21
+ 752
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0416/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 416,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "B",
6
+ "C",
7
+ "D",
8
+ "E"
9
+ ],
10
+ "col_labels": [
11
+ "4",
12
+ "5",
13
+ "6",
14
+ "7"
15
+ ]
16
+ },
17
+ "correct_position": {
18
+ "coordinates": [
19
+ 1,
20
+ 1
21
+ ],
22
+ "position_text": "C5"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 2,
29
+ 0
30
+ ],
31
+ "position_text": "D4",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 1,
38
+ 1
39
+ ],
40
+ "position_text": "C5",
41
+ "is_correct": true
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 2,
47
+ 1
48
+ ],
49
+ "position_text": "D5",
50
+ "is_correct": false
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 3,
56
+ 1
57
+ ],
58
+ "position_text": "E5",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 0,
65
+ 0
66
+ ],
67
+ "position_text": "B4",
68
+ "is_correct": false
69
+ }
70
+ ],
71
+ "resources_used": {
72
+ "base_icon": "desk.png",
73
+ "overlay_icon": "baicai.png",
74
+ "background_top": "back.png",
75
+ "background_bottom": "submit3.png",
76
+ "arrow_left": "arrow-circle-left.png",
77
+ "arrow_right": "arrow-circle-right.png"
78
+ },
79
+ "generation_info": {
80
+ "total_images": 5,
81
+ "correct_answer_image": "image_2.png",
82
+ "correct_answer_position": "C5"
83
+ }
84
+ }
captcha/coordinates/sample_0418/coordinates.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "image_list": [
3
+ "image_1.png",
4
+ "image_2.png",
5
+ "image_3.png",
6
+ "image_4.png",
7
+ "image_5.png"
8
+ ],
9
+ "ground_truth_image_index": 3,
10
+ "arrow_box": [
11
+ [
12
+ 613,
13
+ 663,
14
+ 673,
15
+ 723
16
+ ],
17
+ [
18
+ 899,
19
+ 693,
20
+ 959,
21
+ 753
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0418/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 418,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "S",
6
+ "T",
7
+ "U",
8
+ "V"
9
+ ],
10
+ "col_labels": [
11
+ "0",
12
+ "1",
13
+ "2",
14
+ "3"
15
+ ]
16
+ },
17
+ "correct_position": {
18
+ "coordinates": [
19
+ 3,
20
+ 3
21
+ ],
22
+ "position_text": "V3"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 3,
29
+ 0
30
+ ],
31
+ "position_text": "V0",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 2,
38
+ 2
39
+ ],
40
+ "position_text": "U2",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 3,
47
+ 3
48
+ ],
49
+ "position_text": "V3",
50
+ "is_correct": true
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 0,
56
+ 0
57
+ ],
58
+ "position_text": "S0",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 2,
65
+ 3
66
+ ],
67
+ "position_text": "U3",
68
+ "is_correct": false
69
+ }
70
+ ],
71
+ "resources_used": {
72
+ "base_icon": "desk.png",
73
+ "overlay_icon": "banana.png",
74
+ "background_top": "back.png",
75
+ "background_bottom": "submit.png",
76
+ "arrow_left": "arrow-circle-left.png",
77
+ "arrow_right": "arrow-circle-right.png"
78
+ },
79
+ "generation_info": {
80
+ "total_images": 5,
81
+ "correct_answer_image": "image_3.png",
82
+ "correct_answer_position": "V3"
83
+ }
84
+ }
captcha/coordinates/sample_0427/coordinates.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "image_list": [
3
+ "image_1.png",
4
+ "image_2.png",
5
+ "image_3.png",
6
+ "image_4.png",
7
+ "image_5.png"
8
+ ],
9
+ "ground_truth_image_index": 5,
10
+ "arrow_box": [
11
+ [
12
+ 497,
13
+ 666,
14
+ 557,
15
+ 726
16
+ ],
17
+ [
18
+ 769,
19
+ 678,
20
+ 829,
21
+ 738
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0427/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 427,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "H",
6
+ "I",
7
+ "J",
8
+ "K"
9
+ ],
10
+ "col_labels": [
11
+ "5",
12
+ "6",
13
+ "7",
14
+ "8"
15
+ ]
16
+ },
17
+ "correct_position": {
18
+ "coordinates": [
19
+ 1,
20
+ 0
21
+ ],
22
+ "position_text": "I5"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 0,
29
+ 0
30
+ ],
31
+ "position_text": "H5",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 2,
38
+ 1
39
+ ],
40
+ "position_text": "J6",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 2,
47
+ 0
48
+ ],
49
+ "position_text": "J5",
50
+ "is_correct": false
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 1,
56
+ 1
57
+ ],
58
+ "position_text": "I6",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 1,
65
+ 0
66
+ ],
67
+ "position_text": "I5",
68
+ "is_correct": true
69
+ }
70
+ ],
71
+ "resources_used": {
72
+ "base_icon": "desk.png",
73
+ "overlay_icon": "bird,鸟,动物,卡通.png",
74
+ "background_top": "back.png",
75
+ "background_bottom": "submit.png",
76
+ "arrow_left": "arrow-circle-left.png",
77
+ "arrow_right": "arrow-circle-right.png"
78
+ },
79
+ "generation_info": {
80
+ "total_images": 5,
81
+ "correct_answer_image": "image_5.png",
82
+ "correct_answer_position": "I5"
83
+ }
84
+ }
captcha/coordinates/sample_0429/coordinates.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "image_list": [
3
+ "image_1.png",
4
+ "image_2.png",
5
+ "image_3.png",
6
+ "image_4.png",
7
+ "image_5.png"
8
+ ],
9
+ "ground_truth_image_index": 5,
10
+ "arrow_box": [
11
+ [
12
+ 505,
13
+ 672,
14
+ 565,
15
+ 732
16
+ ],
17
+ [
18
+ 879,
19
+ 705,
20
+ 939,
21
+ 765
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0429/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 429,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "A",
6
+ "B",
7
+ "C",
8
+ "D"
9
+ ],
10
+ "col_labels": [
11
+ "5",
12
+ "6",
13
+ "7",
14
+ "8"
15
+ ]
16
+ },
17
+ "correct_position": {
18
+ "coordinates": [
19
+ 2,
20
+ 3
21
+ ],
22
+ "position_text": "C8"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 0,
29
+ 3
30
+ ],
31
+ "position_text": "A8",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 0,
38
+ 0
39
+ ],
40
+ "position_text": "A5",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 2,
47
+ 0
48
+ ],
49
+ "position_text": "C5",
50
+ "is_correct": false
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 3,
56
+ 3
57
+ ],
58
+ "position_text": "D8",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 2,
65
+ 3
66
+ ],
67
+ "position_text": "C8",
68
+ "is_correct": true
69
+ }
70
+ ],
71
+ "resources_used": {
72
+ "base_icon": "desk.png",
73
+ "overlay_icon": "bird,鸟,动物,卡通.png",
74
+ "background_top": "back.png",
75
+ "background_bottom": "submit3.png",
76
+ "arrow_left": "arrow-circle-left.png",
77
+ "arrow_right": "arrow-circle-right.png"
78
+ },
79
+ "generation_info": {
80
+ "total_images": 5,
81
+ "correct_answer_image": "image_5.png",
82
+ "correct_answer_position": "C8"
83
+ }
84
+ }
captcha/coordinates/sample_0442/coordinates.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "image_list": [
3
+ "image_1.png",
4
+ "image_2.png",
5
+ "image_3.png",
6
+ "image_4.png",
7
+ "image_5.png"
8
+ ],
9
+ "ground_truth_image_index": 2,
10
+ "arrow_box": [
11
+ [
12
+ 546,
13
+ 680,
14
+ 606,
15
+ 740
16
+ ],
17
+ [
18
+ 785,
19
+ 715,
20
+ 845,
21
+ 775
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0442/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 442,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "A",
6
+ "B",
7
+ "C",
8
+ "D"
9
+ ],
10
+ "col_labels": [
11
+ "0",
12
+ "1",
13
+ "2",
14
+ "3"
15
+ ]
16
+ },
17
+ "correct_position": {
18
+ "coordinates": [
19
+ 2,
20
+ 3
21
+ ],
22
+ "position_text": "C3"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 2,
29
+ 1
30
+ ],
31
+ "position_text": "C1",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 2,
38
+ 3
39
+ ],
40
+ "position_text": "C3",
41
+ "is_correct": true
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 1,
47
+ 1
48
+ ],
49
+ "position_text": "B1",
50
+ "is_correct": false
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 0,
56
+ 3
57
+ ],
58
+ "position_text": "A3",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 3,
65
+ 0
66
+ ],
67
+ "position_text": "D0",
68
+ "is_correct": false
69
+ }
70
+ ],
71
+ "resources_used": {
72
+ "base_icon": "desk.png",
73
+ "overlay_icon": "keaimao.png",
74
+ "background_top": "back.png",
75
+ "background_bottom": "submit.png",
76
+ "arrow_left": "arrow-circle-left.png",
77
+ "arrow_right": "arrow-circle-right.png"
78
+ },
79
+ "generation_info": {
80
+ "total_images": 5,
81
+ "correct_answer_image": "image_2.png",
82
+ "correct_answer_position": "C3"
83
+ }
84
+ }
captcha/coordinates/sample_0489/coordinates.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "image_list": [
3
+ "image_1.png",
4
+ "image_2.png",
5
+ "image_3.png",
6
+ "image_4.png",
7
+ "image_5.png"
8
+ ],
9
+ "ground_truth_image_index": 1,
10
+ "arrow_box": [
11
+ [
12
+ 609,
13
+ 712,
14
+ 669,
15
+ 772
16
+ ],
17
+ [
18
+ 876,
19
+ 694,
20
+ 936,
21
+ 754
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0489/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 489,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "O",
6
+ "P",
7
+ "Q",
8
+ "R"
9
+ ],
10
+ "col_labels": [
11
+ "4",
12
+ "5",
13
+ "6",
14
+ "7"
15
+ ]
16
+ },
17
+ "correct_position": {
18
+ "coordinates": [
19
+ 2,
20
+ 0
21
+ ],
22
+ "position_text": "Q4"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 2,
29
+ 0
30
+ ],
31
+ "position_text": "Q4",
32
+ "is_correct": true
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 0,
38
+ 1
39
+ ],
40
+ "position_text": "O5",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 2,
47
+ 3
48
+ ],
49
+ "position_text": "Q7",
50
+ "is_correct": false
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 3,
56
+ 3
57
+ ],
58
+ "position_text": "R7",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 1,
65
+ 1
66
+ ],
67
+ "position_text": "P5",
68
+ "is_correct": false
69
+ }
70
+ ],
71
+ "resources_used": {
72
+ "base_icon": "desk.png",
73
+ "overlay_icon": "仓鼠.png",
74
+ "background_top": "back.png",
75
+ "background_bottom": "submit.png",
76
+ "arrow_left": "arrow-circle-left.png",
77
+ "arrow_right": "arrow-circle-right.png"
78
+ },
79
+ "generation_info": {
80
+ "total_images": 5,
81
+ "correct_answer_image": "image_1.png",
82
+ "correct_answer_position": "Q4"
83
+ }
84
+ }
captcha/coordinates/sample_0615/coordinates.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "image_list": [
3
+ "image_1.png",
4
+ "image_2.png",
5
+ "image_3.png",
6
+ "image_4.png",
7
+ "image_5.png"
8
+ ],
9
+ "ground_truth_image_index": 5,
10
+ "arrow_box": [
11
+ [
12
+ 546,
13
+ 703,
14
+ 606,
15
+ 763
16
+ ],
17
+ [
18
+ 786,
19
+ 720,
20
+ 846,
21
+ 780
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0615/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 615,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "H",
6
+ "I",
7
+ "J",
8
+ "K"
9
+ ],
10
+ "col_labels": [
11
+ "2",
12
+ "3",
13
+ "4",
14
+ "5"
15
+ ]
16
+ },
17
+ "correct_position": {
18
+ "coordinates": [
19
+ 0,
20
+ 2
21
+ ],
22
+ "position_text": "H4"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 3,
29
+ 2
30
+ ],
31
+ "position_text": "K4",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 2,
38
+ 3
39
+ ],
40
+ "position_text": "J5",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 3,
47
+ 3
48
+ ],
49
+ "position_text": "K5",
50
+ "is_correct": false
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 1,
56
+ 0
57
+ ],
58
+ "position_text": "I2",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 0,
65
+ 2
66
+ ],
67
+ "position_text": "H4",
68
+ "is_correct": true
69
+ }
70
+ ],
71
+ "resources_used": {
72
+ "base_icon": "desk.png",
73
+ "overlay_icon": "牛油果.png",
74
+ "background_top": "back.png",
75
+ "background_bottom": "submit3.png",
76
+ "arrow_left": "arrow-circle-left.png",
77
+ "arrow_right": "arrow-circle-right.png"
78
+ },
79
+ "generation_info": {
80
+ "total_images": 5,
81
+ "correct_answer_image": "image_5.png",
82
+ "correct_answer_position": "H4"
83
+ }
84
+ }
captcha/coordinates/sample_0623/coordinates.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "image_list": [
3
+ "image_1.png",
4
+ "image_2.png",
5
+ "image_3.png",
6
+ "image_4.png",
7
+ "image_5.png"
8
+ ],
9
+ "ground_truth_image_index": 5,
10
+ "arrow_box": [
11
+ [
12
+ 559,
13
+ 673,
14
+ 619,
15
+ 733
16
+ ],
17
+ [
18
+ 807,
19
+ 692,
20
+ 867,
21
+ 752
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0623/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 623,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "S",
6
+ "T",
7
+ "U",
8
+ "V"
9
+ ],
10
+ "col_labels": [
11
+ "6",
12
+ "7",
13
+ "8",
14
+ "9"
15
+ ]
16
+ },
17
+ "correct_position": {
18
+ "coordinates": [
19
+ 1,
20
+ 2
21
+ ],
22
+ "position_text": "T8"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 1,
29
+ 1
30
+ ],
31
+ "position_text": "T7",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 0,
38
+ 0
39
+ ],
40
+ "position_text": "S6",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 1,
47
+ 3
48
+ ],
49
+ "position_text": "T9",
50
+ "is_correct": false
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 3,
56
+ 1
57
+ ],
58
+ "position_text": "V7",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 1,
65
+ 2
66
+ ],
67
+ "position_text": "T8",
68
+ "is_correct": true
69
+ }
70
+ ],
71
+ "resources_used": {
72
+ "base_icon": "desk.png",
73
+ "overlay_icon": "牛油果和西瓜.png",
74
+ "background_top": "back.png",
75
+ "background_bottom": "submit3.png",
76
+ "arrow_left": "arrow-circle-left.png",
77
+ "arrow_right": "arrow-circle-right.png"
78
+ },
79
+ "generation_info": {
80
+ "total_images": 5,
81
+ "correct_answer_image": "image_5.png",
82
+ "correct_answer_position": "T8"
83
+ }
84
+ }
captcha/coordinates/sample_0624/coordinates.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "image_list": [
3
+ "image_1.png",
4
+ "image_2.png",
5
+ "image_3.png",
6
+ "image_4.png",
7
+ "image_5.png"
8
+ ],
9
+ "ground_truth_image_index": 3,
10
+ "arrow_box": [
11
+ [
12
+ 589,
13
+ 661,
14
+ 649,
15
+ 721
16
+ ],
17
+ [
18
+ 765,
19
+ 703,
20
+ 825,
21
+ 763
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0624/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 624,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "P",
6
+ "Q",
7
+ "R",
8
+ "S"
9
+ ],
10
+ "col_labels": [
11
+ "2",
12
+ "3",
13
+ "4",
14
+ "5"
15
+ ]
16
+ },
17
+ "correct_position": {
18
+ "coordinates": [
19
+ 0,
20
+ 2
21
+ ],
22
+ "position_text": "P4"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 1,
29
+ 1
30
+ ],
31
+ "position_text": "Q3",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 3,
38
+ 1
39
+ ],
40
+ "position_text": "S3",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 0,
47
+ 2
48
+ ],
49
+ "position_text": "P4",
50
+ "is_correct": true
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 0,
56
+ 3
57
+ ],
58
+ "position_text": "P5",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 3,
65
+ 0
66
+ ],
67
+ "position_text": "S2",
68
+ "is_correct": false
69
+ }
70
+ ],
71
+ "resources_used": {
72
+ "base_icon": "desk.png",
73
+ "overlay_icon": "牛油果和西瓜.png",
74
+ "background_top": "back.png",
75
+ "background_bottom": "submit3.png",
76
+ "arrow_left": "arrow-circle-left.png",
77
+ "arrow_right": "arrow-circle-right.png"
78
+ },
79
+ "generation_info": {
80
+ "total_images": 5,
81
+ "correct_answer_image": "image_3.png",
82
+ "correct_answer_position": "P4"
83
+ }
84
+ }
captcha/coordinates/sample_0670/coordinates.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "image_list": [
3
+ "image_1.png",
4
+ "image_2.png",
5
+ "image_3.png",
6
+ "image_4.png",
7
+ "image_5.png"
8
+ ],
9
+ "ground_truth_image_index": 2,
10
+ "arrow_box": [
11
+ [
12
+ 510,
13
+ 718,
14
+ 570,
15
+ 778
16
+ ],
17
+ [
18
+ 917,
19
+ 690,
20
+ 977,
21
+ 750
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0670/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 670,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "U",
6
+ "V",
7
+ "W",
8
+ "X"
9
+ ],
10
+ "col_labels": [
11
+ "2",
12
+ "3",
13
+ "4",
14
+ "5"
15
+ ]
16
+ },
17
+ "correct_position": {
18
+ "coordinates": [
19
+ 1,
20
+ 3
21
+ ],
22
+ "position_text": "V5"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 2,
29
+ 3
30
+ ],
31
+ "position_text": "W5",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 1,
38
+ 3
39
+ ],
40
+ "position_text": "V5",
41
+ "is_correct": true
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 3,
47
+ 0
48
+ ],
49
+ "position_text": "X2",
50
+ "is_correct": false
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 2,
56
+ 2
57
+ ],
58
+ "position_text": "W4",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 1,
65
+ 0
66
+ ],
67
+ "position_text": "V2",
68
+ "is_correct": false
69
+ }
70
+ ],
71
+ "resources_used": {
72
+ "base_icon": "desk.png",
73
+ "overlay_icon": "猴子.png",
74
+ "background_top": "back.png",
75
+ "background_bottom": "submit3.png",
76
+ "arrow_left": "arrow-circle-left.png",
77
+ "arrow_right": "arrow-circle-right.png"
78
+ },
79
+ "generation_info": {
80
+ "total_images": 5,
81
+ "correct_answer_image": "image_2.png",
82
+ "correct_answer_position": "V5"
83
+ }
84
+ }