Datasets:

Modalities:
Image
Libraries:
Datasets
License:
wpc061 commited on
Commit
10ebcf8
·
verified ·
1 Parent(s): d7842ae

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_0001/coordinates.json +30 -0
  2. captcha/coordinates/sample_0001/sample_info.json +84 -0
  3. captcha/coordinates/sample_0006/coordinates.json +30 -0
  4. captcha/coordinates/sample_0006/sample_info.json +84 -0
  5. captcha/coordinates/sample_0008/coordinates.json +30 -0
  6. captcha/coordinates/sample_0008/sample_info.json +84 -0
  7. captcha/coordinates/sample_0030/coordinates.json +30 -0
  8. captcha/coordinates/sample_0030/sample_info.json +84 -0
  9. captcha/coordinates/sample_0037/coordinates.json +30 -0
  10. captcha/coordinates/sample_0037/sample_info.json +84 -0
  11. captcha/coordinates/sample_0039/coordinates.json +30 -0
  12. captcha/coordinates/sample_0039/sample_info.json +84 -0
  13. captcha/coordinates/sample_0055/coordinates.json +30 -0
  14. captcha/coordinates/sample_0055/sample_info.json +84 -0
  15. captcha/coordinates/sample_0202/coordinates.json +30 -0
  16. captcha/coordinates/sample_0202/sample_info.json +84 -0
  17. captcha/coordinates/sample_0205/coordinates.json +30 -0
  18. captcha/coordinates/sample_0205/sample_info.json +84 -0
  19. captcha/coordinates/sample_0233/coordinates.json +30 -0
  20. captcha/coordinates/sample_0233/sample_info.json +84 -0
  21. captcha/coordinates/sample_0234/coordinates.json +30 -0
  22. captcha/coordinates/sample_0234/sample_info.json +84 -0
  23. captcha/coordinates/sample_0258/coordinates.json +30 -0
  24. captcha/coordinates/sample_0258/sample_info.json +84 -0
  25. captcha/coordinates/sample_0267/coordinates.json +30 -0
  26. captcha/coordinates/sample_0267/sample_info.json +84 -0
  27. captcha/coordinates/sample_0293/coordinates.json +30 -0
  28. captcha/coordinates/sample_0293/sample_info.json +84 -0
  29. captcha/coordinates/sample_0431/coordinates.json +30 -0
  30. captcha/coordinates/sample_0431/sample_info.json +84 -0
  31. captcha/coordinates/sample_0453/coordinates.json +30 -0
  32. captcha/coordinates/sample_0453/sample_info.json +84 -0
  33. captcha/coordinates/sample_0454/coordinates.json +30 -0
  34. captcha/coordinates/sample_0454/sample_info.json +84 -0
  35. captcha/coordinates/sample_0462/coordinates.json +30 -0
  36. captcha/coordinates/sample_0462/sample_info.json +84 -0
  37. captcha/coordinates/sample_0465/coordinates.json +30 -0
  38. captcha/coordinates/sample_0465/sample_info.json +84 -0
  39. captcha/coordinates/sample_0491/coordinates.json +30 -0
  40. captcha/coordinates/sample_0491/sample_info.json +84 -0
  41. captcha/coordinates/sample_0496/coordinates.json +30 -0
  42. captcha/coordinates/sample_0496/sample_info.json +84 -0
  43. captcha/coordinates/sample_0498/coordinates.json +30 -0
  44. captcha/coordinates/sample_0498/sample_info.json +84 -0
  45. captcha/coordinates/sample_0603/coordinates.json +30 -0
  46. captcha/coordinates/sample_0603/sample_info.json +84 -0
  47. captcha/coordinates/sample_0650/coordinates.json +30 -0
  48. captcha/coordinates/sample_0650/sample_info.json +84 -0
  49. captcha/coordinates/sample_0657/coordinates.json +30 -0
  50. captcha/coordinates/sample_0657/sample_info.json +84 -0
captcha/coordinates/sample_0001/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
+ 463,
13
+ 705,
14
+ 523,
15
+ 765
16
+ ],
17
+ [
18
+ 915,
19
+ 690,
20
+ 975,
21
+ 750
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0001/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 1,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "G",
6
+ "H",
7
+ "I",
8
+ "J"
9
+ ],
10
+ "col_labels": [
11
+ "1",
12
+ "2",
13
+ "3",
14
+ "4"
15
+ ]
16
+ },
17
+ "correct_position": {
18
+ "coordinates": [
19
+ 2,
20
+ 1
21
+ ],
22
+ "position_text": "I2"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 1,
29
+ 0
30
+ ],
31
+ "position_text": "H1",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 3,
38
+ 0
39
+ ],
40
+ "position_text": "J1",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 3,
47
+ 3
48
+ ],
49
+ "position_text": "J4",
50
+ "is_correct": false
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 1,
56
+ 3
57
+ ],
58
+ "position_text": "H4",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 2,
65
+ 1
66
+ ],
67
+ "position_text": "I2",
68
+ "is_correct": true
69
+ }
70
+ ],
71
+ "resources_used": {
72
+ "base_icon": "chair.png",
73
+ "overlay_icon": "apple.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": "I2"
83
+ }
84
+ }
captcha/coordinates/sample_0006/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
+ 556,
13
+ 704,
14
+ 616,
15
+ 764
16
+ ],
17
+ [
18
+ 846,
19
+ 683,
20
+ 906,
21
+ 743
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0006/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 6,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "B",
6
+ "C",
7
+ "D",
8
+ "E"
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": "B6"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 0,
29
+ 0
30
+ ],
31
+ "position_text": "B3",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 1,
38
+ 1
39
+ ],
40
+ "position_text": "C4",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 0,
47
+ 3
48
+ ],
49
+ "position_text": "B6",
50
+ "is_correct": true
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 2,
56
+ 3
57
+ ],
58
+ "position_text": "D6",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 3,
65
+ 0
66
+ ],
67
+ "position_text": "E3",
68
+ "is_correct": false
69
+ }
70
+ ],
71
+ "resources_used": {
72
+ "base_icon": "chair.png",
73
+ "overlay_icon": "apple.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": "B6"
83
+ }
84
+ }
captcha/coordinates/sample_0008/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
+ 452,
13
+ 678,
14
+ 512,
15
+ 738
16
+ ],
17
+ [
18
+ 913,
19
+ 716,
20
+ 973,
21
+ 776
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0008/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 8,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "B",
6
+ "C",
7
+ "D",
8
+ "E"
9
+ ],
10
+ "col_labels": [
11
+ "2",
12
+ "3",
13
+ "4",
14
+ "5"
15
+ ]
16
+ },
17
+ "correct_position": {
18
+ "coordinates": [
19
+ 2,
20
+ 2
21
+ ],
22
+ "position_text": "D4"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 2,
29
+ 0
30
+ ],
31
+ "position_text": "D2",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 2,
38
+ 2
39
+ ],
40
+ "position_text": "D4",
41
+ "is_correct": true
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 3,
47
+ 0
48
+ ],
49
+ "position_text": "E2",
50
+ "is_correct": false
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 0,
56
+ 2
57
+ ],
58
+ "position_text": "B4",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 0,
65
+ 0
66
+ ],
67
+ "position_text": "B2",
68
+ "is_correct": false
69
+ }
70
+ ],
71
+ "resources_used": {
72
+ "base_icon": "chair.png",
73
+ "overlay_icon": "apple.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": "D4"
83
+ }
84
+ }
captcha/coordinates/sample_0030/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
+ 457,
13
+ 688,
14
+ 517,
15
+ 748
16
+ ],
17
+ [
18
+ 817,
19
+ 690,
20
+ 877,
21
+ 750
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0030/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 30,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "J",
6
+ "K",
7
+ "L",
8
+ "M"
9
+ ],
10
+ "col_labels": [
11
+ "2",
12
+ "3",
13
+ "4",
14
+ "5"
15
+ ]
16
+ },
17
+ "correct_position": {
18
+ "coordinates": [
19
+ 3,
20
+ 0
21
+ ],
22
+ "position_text": "M2"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 2,
29
+ 2
30
+ ],
31
+ "position_text": "L4",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 2,
38
+ 0
39
+ ],
40
+ "position_text": "L2",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 3,
47
+ 3
48
+ ],
49
+ "position_text": "M5",
50
+ "is_correct": false
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 3,
56
+ 0
57
+ ],
58
+ "position_text": "M2",
59
+ "is_correct": true
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 0,
65
+ 3
66
+ ],
67
+ "position_text": "J5",
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": "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": "M2"
83
+ }
84
+ }
captcha/coordinates/sample_0037/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
+ 432,
13
+ 708,
14
+ 492,
15
+ 768
16
+ ],
17
+ [
18
+ 859,
19
+ 681,
20
+ 919,
21
+ 741
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0037/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 37,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "J",
6
+ "K",
7
+ "L",
8
+ "M"
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": "L8"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 2,
29
+ 0
30
+ ],
31
+ "position_text": "L5",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 1,
38
+ 0
39
+ ],
40
+ "position_text": "K5",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 3,
47
+ 0
48
+ ],
49
+ "position_text": "M5",
50
+ "is_correct": false
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 1,
56
+ 2
57
+ ],
58
+ "position_text": "K7",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 2,
65
+ 3
66
+ ],
67
+ "position_text": "L8",
68
+ "is_correct": true
69
+ }
70
+ ],
71
+ "resources_used": {
72
+ "base_icon": "chair.png",
73
+ "overlay_icon": "cangshu.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": "L8"
83
+ }
84
+ }
captcha/coordinates/sample_0039/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
+ 585,
13
+ 667,
14
+ 645,
15
+ 727
16
+ ],
17
+ [
18
+ 754,
19
+ 678,
20
+ 814,
21
+ 738
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0039/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 39,
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
+ 1
21
+ ],
22
+ "position_text": "E2"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 0,
29
+ 1
30
+ ],
31
+ "position_text": "E2",
32
+ "is_correct": true
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 3,
38
+ 2
39
+ ],
40
+ "position_text": "H3",
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
+ 1,
56
+ 1
57
+ ],
58
+ "position_text": "F2",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 2,
65
+ 1
66
+ ],
67
+ "position_text": "G2",
68
+ "is_correct": false
69
+ }
70
+ ],
71
+ "resources_used": {
72
+ "base_icon": "chair.png",
73
+ "overlay_icon": "cangshu.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": "E2"
83
+ }
84
+ }
captcha/coordinates/sample_0055/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
+ 571,
13
+ 706,
14
+ 631,
15
+ 766
16
+ ],
17
+ [
18
+ 847,
19
+ 694,
20
+ 907,
21
+ 754
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0055/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 55,
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
+ 3,
20
+ 3
21
+ ],
22
+ "position_text": "H4"
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
+ 2,
38
+ 2
39
+ ],
40
+ "position_text": "G3",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 0,
47
+ 2
48
+ ],
49
+ "position_text": "E3",
50
+ "is_correct": false
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 1,
56
+ 0
57
+ ],
58
+ "position_text": "F1",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 3,
65
+ 3
66
+ ],
67
+ "position_text": "H4",
68
+ "is_correct": true
69
+ }
70
+ ],
71
+ "resources_used": {
72
+ "base_icon": "chair.png",
73
+ "overlay_icon": "qingwa.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_0202/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
+ 530,
13
+ 662,
14
+ 590,
15
+ 722
16
+ ],
17
+ [
18
+ 726,
19
+ 684,
20
+ 786,
21
+ 744
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0202/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 202,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "H",
6
+ "I",
7
+ "J",
8
+ "K"
9
+ ],
10
+ "col_labels": [
11
+ "1",
12
+ "2",
13
+ "3",
14
+ "4"
15
+ ]
16
+ },
17
+ "correct_position": {
18
+ "coordinates": [
19
+ 1,
20
+ 2
21
+ ],
22
+ "position_text": "I3"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 3,
29
+ 2
30
+ ],
31
+ "position_text": "K3",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 2,
38
+ 2
39
+ ],
40
+ "position_text": "J3",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 1,
47
+ 2
48
+ ],
49
+ "position_text": "I3",
50
+ "is_correct": true
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 1,
56
+ 1
57
+ ],
58
+ "position_text": "I2",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 2,
65
+ 3
66
+ ],
67
+ "position_text": "J4",
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": "I3"
83
+ }
84
+ }
captcha/coordinates/sample_0205/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
+ 582,
13
+ 709,
14
+ 642,
15
+ 769
16
+ ],
17
+ [
18
+ 771,
19
+ 708,
20
+ 831,
21
+ 768
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0205/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 205,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "Q",
6
+ "R",
7
+ "S",
8
+ "T"
9
+ ],
10
+ "col_labels": [
11
+ "1",
12
+ "2",
13
+ "3",
14
+ "4"
15
+ ]
16
+ },
17
+ "correct_position": {
18
+ "coordinates": [
19
+ 0,
20
+ 1
21
+ ],
22
+ "position_text": "Q2"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 2,
29
+ 0
30
+ ],
31
+ "position_text": "S1",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 3,
38
+ 0
39
+ ],
40
+ "position_text": "T1",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 2,
47
+ 2
48
+ ],
49
+ "position_text": "S3",
50
+ "is_correct": false
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 0,
56
+ 1
57
+ ],
58
+ "position_text": "Q2",
59
+ "is_correct": true
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 3,
65
+ 3
66
+ ],
67
+ "position_text": "T4",
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": "Q2"
83
+ }
84
+ }
captcha/coordinates/sample_0233/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
+ 513,
13
+ 691,
14
+ 573,
15
+ 751
16
+ ],
17
+ [
18
+ 772,
19
+ 692,
20
+ 832,
21
+ 752
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0233/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 233,
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
+ 3,
20
+ 3
21
+ ],
22
+ "position_text": "X5"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 2,
29
+ 1
30
+ ],
31
+ "position_text": "W3",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 2,
38
+ 2
39
+ ],
40
+ "position_text": "W4",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 3,
47
+ 3
48
+ ],
49
+ "position_text": "X5",
50
+ "is_correct": true
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 3,
56
+ 1
57
+ ],
58
+ "position_text": "X3",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 0,
65
+ 1
66
+ ],
67
+ "position_text": "U3",
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": "X5"
83
+ }
84
+ }
captcha/coordinates/sample_0234/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
+ 499,
13
+ 698,
14
+ 559,
15
+ 758
16
+ ],
17
+ [
18
+ 907,
19
+ 663,
20
+ 967,
21
+ 723
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0234/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 234,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "B",
6
+ "C",
7
+ "D",
8
+ "E"
9
+ ],
10
+ "col_labels": [
11
+ "2",
12
+ "3",
13
+ "4",
14
+ "5"
15
+ ]
16
+ },
17
+ "correct_position": {
18
+ "coordinates": [
19
+ 0,
20
+ 0
21
+ ],
22
+ "position_text": "B2"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 1,
29
+ 1
30
+ ],
31
+ "position_text": "C3",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 3,
38
+ 3
39
+ ],
40
+ "position_text": "E5",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 1,
47
+ 3
48
+ ],
49
+ "position_text": "C5",
50
+ "is_correct": false
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 0,
56
+ 1
57
+ ],
58
+ "position_text": "B3",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 0,
65
+ 0
66
+ ],
67
+ "position_text": "B2",
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": "B2"
83
+ }
84
+ }
captcha/coordinates/sample_0258/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
+ 435,
13
+ 710,
14
+ 495,
15
+ 770
16
+ ],
17
+ [
18
+ 734,
19
+ 660,
20
+ 794,
21
+ 720
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0258/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 258,
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
+ 2,
20
+ 2
21
+ ],
22
+ "position_text": "U8"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 0,
29
+ 0
30
+ ],
31
+ "position_text": "S6",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 0,
38
+ 3
39
+ ],
40
+ "position_text": "S9",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 1,
47
+ 0
48
+ ],
49
+ "position_text": "T6",
50
+ "is_correct": false
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 2,
56
+ 2
57
+ ],
58
+ "position_text": "U8",
59
+ "is_correct": true
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 2,
65
+ 1
66
+ ],
67
+ "position_text": "U7",
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_4.png",
82
+ "correct_answer_position": "U8"
83
+ }
84
+ }
captcha/coordinates/sample_0267/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
+ 529,
13
+ 660,
14
+ 589,
15
+ 720
16
+ ],
17
+ [
18
+ 893,
19
+ 690,
20
+ 953,
21
+ 750
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0267/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 267,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "W",
6
+ "X",
7
+ "Y",
8
+ "Z"
9
+ ],
10
+ "col_labels": [
11
+ "1",
12
+ "2",
13
+ "3",
14
+ "4"
15
+ ]
16
+ },
17
+ "correct_position": {
18
+ "coordinates": [
19
+ 3,
20
+ 3
21
+ ],
22
+ "position_text": "Z4"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 2,
29
+ 0
30
+ ],
31
+ "position_text": "Y1",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 3,
38
+ 3
39
+ ],
40
+ "position_text": "Z4",
41
+ "is_correct": true
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 3,
47
+ 0
48
+ ],
49
+ "position_text": "Z1",
50
+ "is_correct": false
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 1,
56
+ 3
57
+ ],
58
+ "position_text": "X4",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 2,
65
+ 3
66
+ ],
67
+ "position_text": "Y4",
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": "Z4"
83
+ }
84
+ }
captcha/coordinates/sample_0293/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
+ 448,
13
+ 706,
14
+ 508,
15
+ 766
16
+ ],
17
+ [
18
+ 829,
19
+ 714,
20
+ 889,
21
+ 774
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0293/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 293,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "I",
6
+ "J",
7
+ "K",
8
+ "L"
9
+ ],
10
+ "col_labels": [
11
+ "4",
12
+ "5",
13
+ "6",
14
+ "7"
15
+ ]
16
+ },
17
+ "correct_position": {
18
+ "coordinates": [
19
+ 0,
20
+ 3
21
+ ],
22
+ "position_text": "I7"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 2,
29
+ 2
30
+ ],
31
+ "position_text": "K6",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 0,
38
+ 1
39
+ ],
40
+ "position_text": "I5",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 0,
47
+ 3
48
+ ],
49
+ "position_text": "I7",
50
+ "is_correct": true
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 1,
56
+ 2
57
+ ],
58
+ "position_text": "J6",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 3,
65
+ 1
66
+ ],
67
+ "position_text": "L5",
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": "I7"
83
+ }
84
+ }
captcha/coordinates/sample_0431/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
+ 483,
13
+ 677,
14
+ 543,
15
+ 737
16
+ ],
17
+ [
18
+ 893,
19
+ 694,
20
+ 953,
21
+ 754
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0431/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 431,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "E",
6
+ "F",
7
+ "G",
8
+ "H"
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": "E4"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 0,
29
+ 2
30
+ ],
31
+ "position_text": "E4",
32
+ "is_correct": true
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 1,
38
+ 0
39
+ ],
40
+ "position_text": "F2",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 2,
47
+ 2
48
+ ],
49
+ "position_text": "G4",
50
+ "is_correct": false
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 3,
56
+ 0
57
+ ],
58
+ "position_text": "H2",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 3,
65
+ 1
66
+ ],
67
+ "position_text": "H3",
68
+ "is_correct": false
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_1.png",
82
+ "correct_answer_position": "E4"
83
+ }
84
+ }
captcha/coordinates/sample_0453/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
+ 527,
13
+ 711,
14
+ 587,
15
+ 771
16
+ ],
17
+ [
18
+ 801,
19
+ 663,
20
+ 861,
21
+ 723
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0453/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 453,
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
+ 0,
20
+ 3
21
+ ],
22
+ "position_text": "Q9"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 2,
29
+ 2
30
+ ],
31
+ "position_text": "S8",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 3,
38
+ 2
39
+ ],
40
+ "position_text": "T8",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 0,
47
+ 3
48
+ ],
49
+ "position_text": "Q9",
50
+ "is_correct": true
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 2,
56
+ 0
57
+ ],
58
+ "position_text": "S6",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 3,
65
+ 0
66
+ ],
67
+ "position_text": "T6",
68
+ "is_correct": false
69
+ }
70
+ ],
71
+ "resources_used": {
72
+ "base_icon": "desk.png",
73
+ "overlay_icon": "qingwa.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": "Q9"
83
+ }
84
+ }
captcha/coordinates/sample_0454/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
+ 444,
13
+ 689,
14
+ 504,
15
+ 749
16
+ ],
17
+ [
18
+ 838,
19
+ 669,
20
+ 898,
21
+ 729
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0454/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 454,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "G",
6
+ "H",
7
+ "I",
8
+ "J"
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": "G4"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 0,
29
+ 2
30
+ ],
31
+ "position_text": "G4",
32
+ "is_correct": true
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 1,
38
+ 2
39
+ ],
40
+ "position_text": "H4",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 2,
47
+ 2
48
+ ],
49
+ "position_text": "I4",
50
+ "is_correct": false
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 1,
56
+ 3
57
+ ],
58
+ "position_text": "H5",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 3,
65
+ 2
66
+ ],
67
+ "position_text": "J4",
68
+ "is_correct": false
69
+ }
70
+ ],
71
+ "resources_used": {
72
+ "base_icon": "desk.png",
73
+ "overlay_icon": "qingwa.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": "G4"
83
+ }
84
+ }
captcha/coordinates/sample_0462/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
+ 543,
13
+ 676,
14
+ 603,
15
+ 736
16
+ ],
17
+ [
18
+ 826,
19
+ 667,
20
+ 886,
21
+ 727
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0462/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 462,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "M",
6
+ "N",
7
+ "O",
8
+ "P"
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": "N5"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 1,
29
+ 0
30
+ ],
31
+ "position_text": "N5",
32
+ "is_correct": true
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 2,
38
+ 2
39
+ ],
40
+ "position_text": "O7",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 3,
47
+ 1
48
+ ],
49
+ "position_text": "P6",
50
+ "is_correct": false
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 0,
56
+ 3
57
+ ],
58
+ "position_text": "M8",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 2,
65
+ 3
66
+ ],
67
+ "position_text": "O8",
68
+ "is_correct": false
69
+ }
70
+ ],
71
+ "resources_used": {
72
+ "base_icon": "desk.png",
73
+ "overlay_icon": "xigua.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": "N5"
83
+ }
84
+ }
captcha/coordinates/sample_0465/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
+ 590,
13
+ 674,
14
+ 650,
15
+ 734
16
+ ],
17
+ [
18
+ 750,
19
+ 699,
20
+ 810,
21
+ 759
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0465/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 465,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "I",
6
+ "J",
7
+ "K",
8
+ "L"
9
+ ],
10
+ "col_labels": [
11
+ "0",
12
+ "1",
13
+ "2",
14
+ "3"
15
+ ]
16
+ },
17
+ "correct_position": {
18
+ "coordinates": [
19
+ 2,
20
+ 0
21
+ ],
22
+ "position_text": "K0"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 1,
29
+ 3
30
+ ],
31
+ "position_text": "J3",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 2,
38
+ 0
39
+ ],
40
+ "position_text": "K0",
41
+ "is_correct": true
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 0,
47
+ 3
48
+ ],
49
+ "position_text": "I3",
50
+ "is_correct": false
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 1,
56
+ 1
57
+ ],
58
+ "position_text": "J1",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 1,
65
+ 0
66
+ ],
67
+ "position_text": "J0",
68
+ "is_correct": false
69
+ }
70
+ ],
71
+ "resources_used": {
72
+ "base_icon": "desk.png",
73
+ "overlay_icon": "xiyangyang.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": "K0"
83
+ }
84
+ }
captcha/coordinates/sample_0491/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
+ 447,
13
+ 700,
14
+ 507,
15
+ 760
16
+ ],
17
+ [
18
+ 807,
19
+ 678,
20
+ 867,
21
+ 738
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0491/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 491,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "O",
6
+ "P",
7
+ "Q",
8
+ "R"
9
+ ],
10
+ "col_labels": [
11
+ "6",
12
+ "7",
13
+ "8",
14
+ "9"
15
+ ]
16
+ },
17
+ "correct_position": {
18
+ "coordinates": [
19
+ 0,
20
+ 1
21
+ ],
22
+ "position_text": "O7"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 0,
29
+ 1
30
+ ],
31
+ "position_text": "O7",
32
+ "is_correct": true
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 0,
38
+ 2
39
+ ],
40
+ "position_text": "O8",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 3,
47
+ 2
48
+ ],
49
+ "position_text": "R8",
50
+ "is_correct": false
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 0,
56
+ 0
57
+ ],
58
+ "position_text": "O6",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 2,
65
+ 2
66
+ ],
67
+ "position_text": "Q8",
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": "O7"
83
+ }
84
+ }
captcha/coordinates/sample_0496/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
+ 548,
13
+ 704,
14
+ 608,
15
+ 764
16
+ ],
17
+ [
18
+ 777,
19
+ 673,
20
+ 837,
21
+ 733
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0496/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 496,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "O",
6
+ "P",
7
+ "Q",
8
+ "R"
9
+ ],
10
+ "col_labels": [
11
+ "5",
12
+ "6",
13
+ "7",
14
+ "8"
15
+ ]
16
+ },
17
+ "correct_position": {
18
+ "coordinates": [
19
+ 1,
20
+ 1
21
+ ],
22
+ "position_text": "P6"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 3,
29
+ 3
30
+ ],
31
+ "position_text": "R8",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 1,
38
+ 1
39
+ ],
40
+ "position_text": "P6",
41
+ "is_correct": true
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 2,
47
+ 1
48
+ ],
49
+ "position_text": "Q6",
50
+ "is_correct": false
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 3,
56
+ 1
57
+ ],
58
+ "position_text": "R6",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 1,
65
+ 2
66
+ ],
67
+ "position_text": "P7",
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": "P6"
83
+ }
84
+ }
captcha/coordinates/sample_0498/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
+ 431,
13
+ 700,
14
+ 491,
15
+ 760
16
+ ],
17
+ [
18
+ 779,
19
+ 691,
20
+ 839,
21
+ 751
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0498/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 498,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "T",
6
+ "U",
7
+ "V",
8
+ "W"
9
+ ],
10
+ "col_labels": [
11
+ "3",
12
+ "4",
13
+ "5",
14
+ "6"
15
+ ]
16
+ },
17
+ "correct_position": {
18
+ "coordinates": [
19
+ 0,
20
+ 1
21
+ ],
22
+ "position_text": "T4"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 0,
29
+ 2
30
+ ],
31
+ "position_text": "T5",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 1,
38
+ 0
39
+ ],
40
+ "position_text": "U3",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 2,
47
+ 0
48
+ ],
49
+ "position_text": "V3",
50
+ "is_correct": false
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 0,
56
+ 1
57
+ ],
58
+ "position_text": "T4",
59
+ "is_correct": true
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 0,
65
+ 3
66
+ ],
67
+ "position_text": "T6",
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_4.png",
82
+ "correct_answer_position": "T4"
83
+ }
84
+ }
captcha/coordinates/sample_0603/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
+ 491,
13
+ 691,
14
+ 551,
15
+ 751
16
+ ],
17
+ [
18
+ 727,
19
+ 670,
20
+ 787,
21
+ 730
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0603/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 603,
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
+ 1,
20
+ 3
21
+ ],
22
+ "position_text": "P7"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 3,
29
+ 2
30
+ ],
31
+ "position_text": "R6",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 0,
38
+ 0
39
+ ],
40
+ "position_text": "O4",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 2,
47
+ 0
48
+ ],
49
+ "position_text": "Q4",
50
+ "is_correct": false
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 2,
56
+ 3
57
+ ],
58
+ "position_text": "Q7",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 1,
65
+ 3
66
+ ],
67
+ "position_text": "P7",
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": "P7"
83
+ }
84
+ }
captcha/coordinates/sample_0650/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
+ 565,
13
+ 687,
14
+ 625,
15
+ 747
16
+ ],
17
+ [
18
+ 787,
19
+ 691,
20
+ 847,
21
+ 751
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0650/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 650,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "H",
6
+ "I",
7
+ "J",
8
+ "K"
9
+ ],
10
+ "col_labels": [
11
+ "4",
12
+ "5",
13
+ "6",
14
+ "7"
15
+ ]
16
+ },
17
+ "correct_position": {
18
+ "coordinates": [
19
+ 1,
20
+ 3
21
+ ],
22
+ "position_text": "I7"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 2,
29
+ 3
30
+ ],
31
+ "position_text": "J7",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 1,
38
+ 1
39
+ ],
40
+ "position_text": "I5",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 3,
47
+ 1
48
+ ],
49
+ "position_text": "K5",
50
+ "is_correct": false
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 3,
56
+ 3
57
+ ],
58
+ "position_text": "K7",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 1,
65
+ 3
66
+ ],
67
+ "position_text": "I7",
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": "I7"
83
+ }
84
+ }
captcha/coordinates/sample_0657/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
+ 439,
13
+ 684,
14
+ 499,
15
+ 744
16
+ ],
17
+ [
18
+ 867,
19
+ 666,
20
+ 927,
21
+ 726
22
+ ]
23
+ ],
24
+ "submit_box": [
25
+ 40,
26
+ 620,
27
+ 375,
28
+ 750
29
+ ]
30
+ }
captcha/coordinates/sample_0657/sample_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": 657,
3
+ "coordinate_system": {
4
+ "row_labels": [
5
+ "W",
6
+ "X",
7
+ "Y",
8
+ "Z"
9
+ ],
10
+ "col_labels": [
11
+ "1",
12
+ "2",
13
+ "3",
14
+ "4"
15
+ ]
16
+ },
17
+ "correct_position": {
18
+ "coordinates": [
19
+ 1,
20
+ 3
21
+ ],
22
+ "position_text": "X4"
23
+ },
24
+ "all_positions": [
25
+ {
26
+ "image_index": 1,
27
+ "coordinates": [
28
+ 2,
29
+ 2
30
+ ],
31
+ "position_text": "Y3",
32
+ "is_correct": false
33
+ },
34
+ {
35
+ "image_index": 2,
36
+ "coordinates": [
37
+ 3,
38
+ 3
39
+ ],
40
+ "position_text": "Z4",
41
+ "is_correct": false
42
+ },
43
+ {
44
+ "image_index": 3,
45
+ "coordinates": [
46
+ 1,
47
+ 2
48
+ ],
49
+ "position_text": "X3",
50
+ "is_correct": false
51
+ },
52
+ {
53
+ "image_index": 4,
54
+ "coordinates": [
55
+ 0,
56
+ 0
57
+ ],
58
+ "position_text": "W1",
59
+ "is_correct": false
60
+ },
61
+ {
62
+ "image_index": 5,
63
+ "coordinates": [
64
+ 1,
65
+ 3
66
+ ],
67
+ "position_text": "X4",
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": "X4"
83
+ }
84
+ }