Datasets:

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

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_0018/coordinates.json +30 -0
  2. captcha/coordinates/sample_0018/sample_info.json +84 -0
  3. captcha/coordinates/sample_0020/coordinates.json +30 -0
  4. captcha/coordinates/sample_0020/sample_info.json +84 -0
  5. captcha/coordinates/sample_0027/coordinates.json +30 -0
  6. captcha/coordinates/sample_0027/sample_info.json +84 -0
  7. captcha/coordinates/sample_0044/coordinates.json +30 -0
  8. captcha/coordinates/sample_0044/sample_info.json +84 -0
  9. captcha/coordinates/sample_0212/coordinates.json +30 -0
  10. captcha/coordinates/sample_0212/sample_info.json +84 -0
  11. captcha/coordinates/sample_0215/coordinates.json +30 -0
  12. captcha/coordinates/sample_0215/sample_info.json +84 -0
  13. captcha/coordinates/sample_0249/coordinates.json +30 -0
  14. captcha/coordinates/sample_0249/sample_info.json +84 -0
  15. captcha/coordinates/sample_0276/coordinates.json +30 -0
  16. captcha/coordinates/sample_0276/sample_info.json +84 -0
  17. captcha/coordinates/sample_0282/coordinates.json +30 -0
  18. captcha/coordinates/sample_0282/sample_info.json +84 -0
  19. captcha/coordinates/sample_0420/coordinates.json +30 -0
  20. captcha/coordinates/sample_0420/sample_info.json +84 -0
  21. captcha/coordinates/sample_0443/coordinates.json +30 -0
  22. captcha/coordinates/sample_0443/sample_info.json +84 -0
  23. captcha/coordinates/sample_0444/coordinates.json +30 -0
  24. captcha/coordinates/sample_0444/sample_info.json +84 -0
  25. captcha/coordinates/sample_0486/coordinates.json +30 -0
  26. captcha/coordinates/sample_0486/sample_info.json +84 -0
  27. captcha/coordinates/sample_0488/coordinates.json +30 -0
  28. captcha/coordinates/sample_0488/sample_info.json +84 -0
  29. captcha/coordinates/sample_0612/coordinates.json +30 -0
  30. captcha/coordinates/sample_0612/sample_info.json +84 -0
  31. captcha/coordinates/sample_0649/coordinates.json +30 -0
  32. captcha/coordinates/sample_0649/sample_info.json +84 -0
  33. captcha/coordinates/sample_0671/coordinates.json +30 -0
  34. captcha/coordinates/sample_0671/sample_info.json +84 -0
  35. captcha/coordinates/sample_0676/coordinates.json +30 -0
  36. captcha/coordinates/sample_0676/sample_info.json +84 -0
  37. captcha/coordinates/sample_0682/coordinates.json +30 -0
  38. captcha/coordinates/sample_0682/sample_info.json +84 -0
  39. captcha/coordinates/sample_0685/coordinates.json +30 -0
  40. captcha/coordinates/sample_0685/sample_info.json +84 -0
  41. captcha/coordinates/sample_0823/coordinates.json +30 -0
  42. captcha/coordinates/sample_0823/sample_info.json +84 -0
  43. captcha/coordinates/sample_0824/coordinates.json +30 -0
  44. captcha/coordinates/sample_0824/sample_info.json +84 -0
  45. captcha/coordinates/sample_0847/coordinates.json +30 -0
  46. captcha/coordinates/sample_0847/sample_info.json +84 -0
  47. captcha/coordinates/sample_0878/coordinates.json +30 -0
  48. captcha/coordinates/sample_0878/sample_info.json +84 -0
  49. captcha/coordinates/sample_1101/coordinates.json +30 -0
  50. captcha/coordinates/sample_1101/sample_info.json +84 -0
captcha/coordinates/sample_0018/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
+ 459,
13
+ 713,
14
+ 519,
15
+ 773
16
+ ],
17
+ [
18
+ 866,
19
+ 714,
20
+ 926,
21
+ 774
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0018/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 18,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "Q",
6
+ "R",
7
+ "S",
8
+ "T"
9
+ ],
10
+ "col_labels": [
11
+ "4",
12
+ "5",
13
+ "6",
14
+ "7"
15
+ ]
16
+ },
17
+ "correct_position": {
18
+ "coordinates": [
19
+ 2,
20
+ 1
21
+ ],
22
+ "position_text": "S5"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 2,
29
+ 2
30
+ ],
31
+ "position_text": "S6",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 2,
38
+ 1
39
+ ],
40
+ "position_text": "S5",
41
+ "is_correct": true
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 2,
47
+ 3
48
+ ],
49
+ "position_text": "S7",
50
+ "is_correct": false
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 1,
56
+ 2
57
+ ],
58
+ "position_text": "R6",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 1,
65
+ 1
66
+ ],
67
+ "position_text": "R5",
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_2.png",
82
+ "correct_answer_position": "S5"
83
+ }
84
+ }
captcha/coordinates/sample_0020/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
+ 466,
13
+ 670,
14
+ 526,
15
+ 730
16
+ ],
17
+ [
18
+ 896,
19
+ 704,
20
+ 956,
21
+ 764
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0020/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 20,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "J",
6
+ "K",
7
+ "L",
8
+ "M"
9
+ ],
10
+ "col_labels": [
11
+ "6",
12
+ "7",
13
+ "8",
14
+ "9"
15
+ ]
16
+ },
17
+ "correct_position": {
18
+ "coordinates": [
19
+ 1,
20
+ 3
21
+ ],
22
+ "position_text": "K9"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 3,
29
+ 1
30
+ ],
31
+ "position_text": "M7",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 0,
38
+ 3
39
+ ],
40
+ "position_text": "J9",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 1,
47
+ 3
48
+ ],
49
+ "position_text": "K9",
50
+ "is_correct": true
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 0,
56
+ 1
57
+ ],
58
+ "position_text": "J7",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 2,
65
+ 2
66
+ ],
67
+ "position_text": "L8",
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": "K9"
83
+ }
84
+ }
captcha/coordinates/sample_0027/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
+ 574,
13
+ 696,
14
+ 634,
15
+ 756
16
+ ],
17
+ [
18
+ 861,
19
+ 701,
20
+ 921,
21
+ 761
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0027/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 27,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "W",
6
+ "X",
7
+ "Y",
8
+ "Z"
9
+ ],
10
+ "col_labels": [
11
+ "5",
12
+ "6",
13
+ "7",
14
+ "8"
15
+ ]
16
+ },
17
+ "correct_position": {
18
+ "coordinates": [
19
+ 3,
20
+ 2
21
+ ],
22
+ "position_text": "Z7"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 3,
29
+ 0
30
+ ],
31
+ "position_text": "Z5",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 1,
38
+ 3
39
+ ],
40
+ "position_text": "X8",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 3,
47
+ 2
48
+ ],
49
+ "position_text": "Z7",
50
+ "is_correct": true
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 1,
56
+ 0
57
+ ],
58
+ "position_text": "X5",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 2,
65
+ 1
66
+ ],
67
+ "position_text": "Y6",
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_3.png",
82
+ "correct_answer_position": "Z7"
83
+ }
84
+ }
captcha/coordinates/sample_0044/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
+ 464,
13
+ 720,
14
+ 524,
15
+ 780
16
+ ],
17
+ [
18
+ 908,
19
+ 675,
20
+ 968,
21
+ 735
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0044/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 44,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "Q",
6
+ "R",
7
+ "S",
8
+ "T"
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": "S8"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 2,
29
+ 1
30
+ ],
31
+ "position_text": "S7",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 0,
38
+ 0
39
+ ],
40
+ "position_text": "Q6",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 1,
47
+ 0
48
+ ],
49
+ "position_text": "R6",
50
+ "is_correct": false
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 2,
56
+ 2
57
+ ],
58
+ "position_text": "S8",
59
+ "is_correct": true
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 2,
65
+ 0
66
+ ],
67
+ "position_text": "S6",
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_4.png",
82
+ "correct_answer_position": "S8"
83
+ }
84
+ }
captcha/coordinates/sample_0212/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
+ 592,
13
+ 700,
14
+ 652,
15
+ 760
16
+ ],
17
+ [
18
+ 732,
19
+ 709,
20
+ 792,
21
+ 769
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0212/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 212,
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
+ 0,
38
+ 1
39
+ ],
40
+ "position_text": "N5",
41
+ "is_correct": true
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 1,
47
+ 2
48
+ ],
49
+ "position_text": "O6",
50
+ "is_correct": false
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
+ 3
66
+ ],
67
+ "position_text": "O7",
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": "N5"
83
+ }
84
+ }
captcha/coordinates/sample_0215/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
+ 465,
13
+ 683,
14
+ 525,
15
+ 743
16
+ ],
17
+ [
18
+ 814,
19
+ 718,
20
+ 874,
21
+ 778
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0215/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 215,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "B",
6
+ "C",
7
+ "D",
8
+ "E"
9
+ ],
10
+ "col_labels": [
11
+ "0",
12
+ "1",
13
+ "2",
14
+ "3"
15
+ ]
16
+ },
17
+ "correct_position": {
18
+ "coordinates": [
19
+ 0,
20
+ 3
21
+ ],
22
+ "position_text": "B3"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 2,
29
+ 2
30
+ ],
31
+ "position_text": "D2",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 3,
38
+ 1
39
+ ],
40
+ "position_text": "E1",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 3,
47
+ 2
48
+ ],
49
+ "position_text": "E2",
50
+ "is_correct": false
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 1,
56
+ 2
57
+ ],
58
+ "position_text": "C2",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 0,
65
+ 3
66
+ ],
67
+ "position_text": "B3",
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": "B3"
83
+ }
84
+ }
captcha/coordinates/sample_0249/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
+ 484,
13
+ 700,
14
+ 544,
15
+ 760
16
+ ],
17
+ [
18
+ 831,
19
+ 710,
20
+ 891,
21
+ 770
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0249/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 249,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "E",
6
+ "F",
7
+ "G",
8
+ "H"
9
+ ],
10
+ "col_labels": [
11
+ "0",
12
+ "1",
13
+ "2",
14
+ "3"
15
+ ]
16
+ },
17
+ "correct_position": {
18
+ "coordinates": [
19
+ 3,
20
+ 2
21
+ ],
22
+ "position_text": "H2"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 1,
29
+ 0
30
+ ],
31
+ "position_text": "F0",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 3,
38
+ 2
39
+ ],
40
+ "position_text": "H2",
41
+ "is_correct": true
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 2,
47
+ 1
48
+ ],
49
+ "position_text": "G1",
50
+ "is_correct": false
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 1,
56
+ 1
57
+ ],
58
+ "position_text": "F1",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 1,
65
+ 2
66
+ ],
67
+ "position_text": "F2",
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": "H2"
83
+ }
84
+ }
captcha/coordinates/sample_0276/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
+ 431,
13
+ 698,
14
+ 491,
15
+ 758
16
+ ],
17
+ [
18
+ 797,
19
+ 664,
20
+ 857,
21
+ 724
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0276/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 276,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "E",
6
+ "F",
7
+ "G",
8
+ "H"
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": "E1"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 1,
29
+ 2
30
+ ],
31
+ "position_text": "F3",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 0,
38
+ 1
39
+ ],
40
+ "position_text": "E2",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 1,
47
+ 0
48
+ ],
49
+ "position_text": "F1",
50
+ "is_correct": false
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 3,
56
+ 3
57
+ ],
58
+ "position_text": "H4",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 0,
65
+ 0
66
+ ],
67
+ "position_text": "E1",
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": "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": "E1"
83
+ }
84
+ }
captcha/coordinates/sample_0282/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
+ 567,
13
+ 719,
14
+ 627,
15
+ 779
16
+ ],
17
+ [
18
+ 807,
19
+ 711,
20
+ 867,
21
+ 771
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0282/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 282,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "T",
6
+ "U",
7
+ "V",
8
+ "W"
9
+ ],
10
+ "col_labels": [
11
+ "4",
12
+ "5",
13
+ "6",
14
+ "7"
15
+ ]
16
+ },
17
+ "correct_position": {
18
+ "coordinates": [
19
+ 3,
20
+ 3
21
+ ],
22
+ "position_text": "W7"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 3,
29
+ 1
30
+ ],
31
+ "position_text": "W5",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 0,
38
+ 1
39
+ ],
40
+ "position_text": "T5",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 3,
47
+ 3
48
+ ],
49
+ "position_text": "W7",
50
+ "is_correct": true
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 3,
56
+ 2
57
+ ],
58
+ "position_text": "W6",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 1,
65
+ 1
66
+ ],
67
+ "position_text": "U5",
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_3.png",
82
+ "correct_answer_position": "W7"
83
+ }
84
+ }
captcha/coordinates/sample_0420/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
+ 615,
13
+ 676,
14
+ 675,
15
+ 736
16
+ ],
17
+ [
18
+ 724,
19
+ 668,
20
+ 784,
21
+ 728
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0420/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 420,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "A",
6
+ "B",
7
+ "C",
8
+ "D"
9
+ ],
10
+ "col_labels": [
11
+ "4",
12
+ "5",
13
+ "6",
14
+ "7"
15
+ ]
16
+ },
17
+ "correct_position": {
18
+ "coordinates": [
19
+ 1,
20
+ 2
21
+ ],
22
+ "position_text": "B6"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 2,
29
+ 2
30
+ ],
31
+ "position_text": "C6",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 3,
38
+ 2
39
+ ],
40
+ "position_text": "D6",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 1,
47
+ 0
48
+ ],
49
+ "position_text": "B4",
50
+ "is_correct": false
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 2,
56
+ 0
57
+ ],
58
+ "position_text": "C4",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 1,
65
+ 2
66
+ ],
67
+ "position_text": "B6",
68
+ "is_correct": true
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_5.png",
82
+ "correct_answer_position": "B6"
83
+ }
84
+ }
captcha/coordinates/sample_0443/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
+ 516,
13
+ 704,
14
+ 576,
15
+ 764
16
+ ],
17
+ [
18
+ 739,
19
+ 666,
20
+ 799,
21
+ 726
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0443/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 443,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "P",
6
+ "Q",
7
+ "R",
8
+ "S"
9
+ ],
10
+ "col_labels": [
11
+ "3",
12
+ "4",
13
+ "5",
14
+ "6"
15
+ ]
16
+ },
17
+ "correct_position": {
18
+ "coordinates": [
19
+ 3,
20
+ 0
21
+ ],
22
+ "position_text": "S3"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 0,
29
+ 2
30
+ ],
31
+ "position_text": "P5",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 0,
38
+ 3
39
+ ],
40
+ "position_text": "P6",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 1,
47
+ 1
48
+ ],
49
+ "position_text": "Q4",
50
+ "is_correct": false
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 3,
56
+ 0
57
+ ],
58
+ "position_text": "S3",
59
+ "is_correct": true
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 3,
65
+ 1
66
+ ],
67
+ "position_text": "S4",
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_4.png",
82
+ "correct_answer_position": "S3"
83
+ }
84
+ }
captcha/coordinates/sample_0444/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
+ 455,
13
+ 690,
14
+ 515,
15
+ 750
16
+ ],
17
+ [
18
+ 826,
19
+ 677,
20
+ 886,
21
+ 737
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0444/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 444,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "J",
6
+ "K",
7
+ "L",
8
+ "M"
9
+ ],
10
+ "col_labels": [
11
+ "6",
12
+ "7",
13
+ "8",
14
+ "9"
15
+ ]
16
+ },
17
+ "correct_position": {
18
+ "coordinates": [
19
+ 3,
20
+ 1
21
+ ],
22
+ "position_text": "M7"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 0,
29
+ 2
30
+ ],
31
+ "position_text": "J8",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 3,
38
+ 1
39
+ ],
40
+ "position_text": "M7",
41
+ "is_correct": true
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 0,
47
+ 0
48
+ ],
49
+ "position_text": "J6",
50
+ "is_correct": false
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 1,
56
+ 3
57
+ ],
58
+ "position_text": "K9",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 1,
65
+ 1
66
+ ],
67
+ "position_text": "K7",
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": "M7"
83
+ }
84
+ }
captcha/coordinates/sample_0486/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
+ 442,
13
+ 718,
14
+ 502,
15
+ 778
16
+ ],
17
+ [
18
+ 772,
19
+ 717,
20
+ 832,
21
+ 777
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0486/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 486,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "T",
6
+ "U",
7
+ "V",
8
+ "W"
9
+ ],
10
+ "col_labels": [
11
+ "2",
12
+ "3",
13
+ "4",
14
+ "5"
15
+ ]
16
+ },
17
+ "correct_position": {
18
+ "coordinates": [
19
+ 0,
20
+ 3
21
+ ],
22
+ "position_text": "T5"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 0,
29
+ 1
30
+ ],
31
+ "position_text": "T3",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 0,
38
+ 3
39
+ ],
40
+ "position_text": "T5",
41
+ "is_correct": true
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 3,
47
+ 2
48
+ ],
49
+ "position_text": "W4",
50
+ "is_correct": false
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 2,
56
+ 0
57
+ ],
58
+ "position_text": "V2",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 2,
65
+ 2
66
+ ],
67
+ "position_text": "V4",
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": "T5"
83
+ }
84
+ }
captcha/coordinates/sample_0488/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
+ 445,
13
+ 660,
14
+ 505,
15
+ 720
16
+ ],
17
+ [
18
+ 723,
19
+ 684,
20
+ 783,
21
+ 744
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0488/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 488,
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
+ 1,
20
+ 3
21
+ ],
22
+ "position_text": "Q5"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 0,
29
+ 3
30
+ ],
31
+ "position_text": "P5",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 0,
38
+ 0
39
+ ],
40
+ "position_text": "P2",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 3,
47
+ 2
48
+ ],
49
+ "position_text": "S4",
50
+ "is_correct": false
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 1,
56
+ 3
57
+ ],
58
+ "position_text": "Q5",
59
+ "is_correct": true
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 2,
65
+ 1
66
+ ],
67
+ "position_text": "R3",
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_4.png",
82
+ "correct_answer_position": "Q5"
83
+ }
84
+ }
captcha/coordinates/sample_0612/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
+ 448,
13
+ 674,
14
+ 508,
15
+ 734
16
+ ],
17
+ [
18
+ 867,
19
+ 690,
20
+ 927,
21
+ 750
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0612/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 612,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "U",
6
+ "V",
7
+ "W",
8
+ "X"
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": "V5"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 1,
29
+ 1
30
+ ],
31
+ "position_text": "V5",
32
+ "is_correct": true
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 0,
38
+ 2
39
+ ],
40
+ "position_text": "U6",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 3,
47
+ 3
48
+ ],
49
+ "position_text": "X7",
50
+ "is_correct": false
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 2,
56
+ 1
57
+ ],
58
+ "position_text": "W5",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 3,
65
+ 1
66
+ ],
67
+ "position_text": "X5",
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": "V5"
83
+ }
84
+ }
captcha/coordinates/sample_0649/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
+ 475,
13
+ 662,
14
+ 535,
15
+ 722
16
+ ],
17
+ [
18
+ 789,
19
+ 699,
20
+ 849,
21
+ 759
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0649/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 649,
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
+ 2
21
+ ],
22
+ "position_text": "V5"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 2,
29
+ 1
30
+ ],
31
+ "position_text": "X4",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 2,
38
+ 0
39
+ ],
40
+ "position_text": "X3",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 3,
47
+ 1
48
+ ],
49
+ "position_text": "Y4",
50
+ "is_correct": false
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 3,
56
+ 3
57
+ ],
58
+ "position_text": "Y6",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 0,
65
+ 2
66
+ ],
67
+ "position_text": "V5",
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": "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": "V5"
83
+ }
84
+ }
captcha/coordinates/sample_0671/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
+ 597,
13
+ 668,
14
+ 657,
15
+ 728
16
+ ],
17
+ [
18
+ 845,
19
+ 668,
20
+ 905,
21
+ 728
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0671/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 671,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "V",
6
+ "W",
7
+ "X",
8
+ "Y"
9
+ ],
10
+ "col_labels": [
11
+ "6",
12
+ "7",
13
+ "8",
14
+ "9"
15
+ ]
16
+ },
17
+ "correct_position": {
18
+ "coordinates": [
19
+ 3,
20
+ 2
21
+ ],
22
+ "position_text": "Y8"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 2,
29
+ 2
30
+ ],
31
+ "position_text": "X8",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 0,
38
+ 3
39
+ ],
40
+ "position_text": "V9",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 2,
47
+ 3
48
+ ],
49
+ "position_text": "X9",
50
+ "is_correct": false
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 3,
56
+ 1
57
+ ],
58
+ "position_text": "Y7",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 3,
65
+ 2
66
+ ],
67
+ "position_text": "Y8",
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": "Y8"
83
+ }
84
+ }
captcha/coordinates/sample_0676/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
+ 717,
14
+ 619,
15
+ 777
16
+ ],
17
+ [
18
+ 753,
19
+ 715,
20
+ 813,
21
+ 775
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0676/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 676,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "G",
6
+ "H",
7
+ "I",
8
+ "J"
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": "J3"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 0,
29
+ 2
30
+ ],
31
+ "position_text": "G2",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 3,
38
+ 1
39
+ ],
40
+ "position_text": "J1",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 1,
47
+ 2
48
+ ],
49
+ "position_text": "H2",
50
+ "is_correct": false
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 1,
56
+ 1
57
+ ],
58
+ "position_text": "H1",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 3,
65
+ 3
66
+ ],
67
+ "position_text": "J3",
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": "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": "J3"
83
+ }
84
+ }
captcha/coordinates/sample_0682/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
+ 427,
13
+ 709,
14
+ 487,
15
+ 769
16
+ ],
17
+ [
18
+ 876,
19
+ 676,
20
+ 936,
21
+ 736
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0682/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 682,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "R",
6
+ "S",
7
+ "T",
8
+ "U"
9
+ ],
10
+ "col_labels": [
11
+ "2",
12
+ "3",
13
+ "4",
14
+ "5"
15
+ ]
16
+ },
17
+ "correct_position": {
18
+ "coordinates": [
19
+ 0,
20
+ 3
21
+ ],
22
+ "position_text": "R5"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 3,
29
+ 1
30
+ ],
31
+ "position_text": "U3",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 0,
38
+ 3
39
+ ],
40
+ "position_text": "R5",
41
+ "is_correct": true
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 3,
47
+ 2
48
+ ],
49
+ "position_text": "U4",
50
+ "is_correct": false
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 2,
56
+ 3
57
+ ],
58
+ "position_text": "T5",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 0,
65
+ 2
66
+ ],
67
+ "position_text": "R4",
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_2.png",
82
+ "correct_answer_position": "R5"
83
+ }
84
+ }
captcha/coordinates/sample_0685/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
+ 449,
13
+ 672,
14
+ 509,
15
+ 732
16
+ ],
17
+ [
18
+ 870,
19
+ 693,
20
+ 930,
21
+ 753
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0685/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 685,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "C",
6
+ "D",
7
+ "E",
8
+ "F"
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": "E8"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 3,
29
+ 2
30
+ ],
31
+ "position_text": "F8",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 2,
38
+ 2
39
+ ],
40
+ "position_text": "E8",
41
+ "is_correct": true
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 0,
47
+ 1
48
+ ],
49
+ "position_text": "C7",
50
+ "is_correct": false
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 1,
56
+ 3
57
+ ],
58
+ "position_text": "D9",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 1,
65
+ 2
66
+ ],
67
+ "position_text": "D8",
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": "E8"
83
+ }
84
+ }
captcha/coordinates/sample_0823/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
+ 502,
13
+ 682,
14
+ 562,
15
+ 742
16
+ ],
17
+ [
18
+ 771,
19
+ 668,
20
+ 831,
21
+ 728
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0823/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 823,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "Q",
6
+ "R",
7
+ "S",
8
+ "T"
9
+ ],
10
+ "col_labels": [
11
+ "3",
12
+ "4",
13
+ "5",
14
+ "6"
15
+ ]
16
+ },
17
+ "correct_position": {
18
+ "coordinates": [
19
+ 3,
20
+ 3
21
+ ],
22
+ "position_text": "T6"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 2,
29
+ 2
30
+ ],
31
+ "position_text": "S5",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 1,
38
+ 3
39
+ ],
40
+ "position_text": "R6",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 2,
47
+ 3
48
+ ],
49
+ "position_text": "S6",
50
+ "is_correct": false
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 3,
56
+ 3
57
+ ],
58
+ "position_text": "T6",
59
+ "is_correct": true
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 0,
65
+ 1
66
+ ],
67
+ "position_text": "Q4",
68
+ "is_correct": false
69
+ }
70
+ ],
71
+ "resources_used": {
72
+ "base_icon": "sofa.png",
73
+ "overlay_icon": "banana.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": "T6"
83
+ }
84
+ }
captcha/coordinates/sample_0824/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
+ 499,
13
+ 715,
14
+ 559,
15
+ 775
16
+ ],
17
+ [
18
+ 848,
19
+ 679,
20
+ 908,
21
+ 739
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0824/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 824,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "L",
6
+ "M",
7
+ "N",
8
+ "O"
9
+ ],
10
+ "col_labels": [
11
+ "3",
12
+ "4",
13
+ "5",
14
+ "6"
15
+ ]
16
+ },
17
+ "correct_position": {
18
+ "coordinates": [
19
+ 1,
20
+ 0
21
+ ],
22
+ "position_text": "M3"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 2,
29
+ 2
30
+ ],
31
+ "position_text": "N5",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 0,
38
+ 1
39
+ ],
40
+ "position_text": "L4",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 1,
47
+ 0
48
+ ],
49
+ "position_text": "M3",
50
+ "is_correct": true
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 3,
56
+ 1
57
+ ],
58
+ "position_text": "O4",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 0,
65
+ 3
66
+ ],
67
+ "position_text": "L6",
68
+ "is_correct": false
69
+ }
70
+ ],
71
+ "resources_used": {
72
+ "base_icon": "sofa.png",
73
+ "overlay_icon": "banana.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": "M3"
83
+ }
84
+ }
captcha/coordinates/sample_0847/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
+ 567,
13
+ 685,
14
+ 627,
15
+ 745
16
+ ],
17
+ [
18
+ 874,
19
+ 713,
20
+ 934,
21
+ 773
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0847/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 847,
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
+ 1,
20
+ 2
21
+ ],
22
+ "position_text": "Q4"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 0,
29
+ 1
30
+ ],
31
+ "position_text": "P3",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 3,
38
+ 3
39
+ ],
40
+ "position_text": "S5",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 2,
47
+ 2
48
+ ],
49
+ "position_text": "R4",
50
+ "is_correct": false
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 1,
56
+ 2
57
+ ],
58
+ "position_text": "Q4",
59
+ "is_correct": true
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 3,
65
+ 2
66
+ ],
67
+ "position_text": "S4",
68
+ "is_correct": false
69
+ }
70
+ ],
71
+ "resources_used": {
72
+ "base_icon": "sofa.png",
73
+ "overlay_icon": "keaimao.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": "Q4"
83
+ }
84
+ }
captcha/coordinates/sample_0878/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
+ 467,
13
+ 677,
14
+ 527,
15
+ 737
16
+ ],
17
+ [
18
+ 764,
19
+ 681,
20
+ 824,
21
+ 741
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0878/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 878,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "Q",
6
+ "R",
7
+ "S",
8
+ "T"
9
+ ],
10
+ "col_labels": [
11
+ "4",
12
+ "5",
13
+ "6",
14
+ "7"
15
+ ]
16
+ },
17
+ "correct_position": {
18
+ "coordinates": [
19
+ 0,
20
+ 0
21
+ ],
22
+ "position_text": "Q4"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 0,
29
+ 0
30
+ ],
31
+ "position_text": "Q4",
32
+ "is_correct": true
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 0,
38
+ 2
39
+ ],
40
+ "position_text": "Q6",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 3,
47
+ 1
48
+ ],
49
+ "position_text": "T5",
50
+ "is_correct": false
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 1,
56
+ 1
57
+ ],
58
+ "position_text": "R5",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 3,
65
+ 0
66
+ ],
67
+ "position_text": "T4",
68
+ "is_correct": false
69
+ }
70
+ ],
71
+ "resources_used": {
72
+ "base_icon": "sofa.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": "Q4"
83
+ }
84
+ }
captcha/coordinates/sample_1101/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
+ 474,
13
+ 696,
14
+ 534,
15
+ 756
16
+ ],
17
+ [
18
+ 910,
19
+ 665,
20
+ 970,
21
+ 725
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_1101/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 1101,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "A",
6
+ "B",
7
+ "C",
8
+ "D"
9
+ ],
10
+ "col_labels": [
11
+ "4",
12
+ "5",
13
+ "6",
14
+ "7"
15
+ ]
16
+ },
17
+ "correct_position": {
18
+ "coordinates": [
19
+ 2,
20
+ 1
21
+ ],
22
+ "position_text": "C5"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 3,
29
+ 1
30
+ ],
31
+ "position_text": "D5",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 3,
38
+ 2
39
+ ],
40
+ "position_text": "D6",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 2,
47
+ 1
48
+ ],
49
+ "position_text": "C5",
50
+ "is_correct": true
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 2,
56
+ 2
57
+ ],
58
+ "position_text": "C6",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 0,
65
+ 1
66
+ ],
67
+ "position_text": "A5",
68
+ "is_correct": false
69
+ }
70
+ ],
71
+ "resources_used": {
72
+ "base_icon": "sofa.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": "C5"
83
+ }
84
+ }