diff --git a/captcha/coordinates/sample_0011/coordinates.json b/captcha/coordinates/sample_0011/coordinates.json new file mode 100644 index 0000000000000000000000000000000000000000..65fd66b7b47169baa73f98a21d093b877e311284 --- /dev/null +++ b/captcha/coordinates/sample_0011/coordinates.json @@ -0,0 +1,30 @@ +{ + "image_list": [ + "image_1.png", + "image_2.png", + "image_3.png", + "image_4.png", + "image_5.png" + ], + "ground_truth_image_index": 1, + "arrow_box": [ + [ + 615, + 712, + 675, + 772 + ], + [ + 764, + 669, + 824, + 729 + ] + ], + "submit_box": [ + 40, + 620, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/coordinates/sample_0011/sample_info.json b/captcha/coordinates/sample_0011/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..31a753375e121dd1ea366f4c7dade296cef9f2bb --- /dev/null +++ b/captcha/coordinates/sample_0011/sample_info.json @@ -0,0 +1,84 @@ +{ + "sample_id": 11, + "coordinate_system": { + "row_labels": [ + "D", + "E", + "F", + "G" + ], + "col_labels": [ + "6", + "7", + "8", + "9" + ] + }, + "correct_position": { + "coordinates": [ + 1, + 0 + ], + "position_text": "E6" + }, + "all_positions": [ + { + "image_index": 1, + "coordinates": [ + 1, + 0 + ], + "position_text": "E6", + "is_correct": true + }, + { + "image_index": 2, + "coordinates": [ + 0, + 1 + ], + "position_text": "D7", + "is_correct": false + }, + { + "image_index": 3, + "coordinates": [ + 3, + 2 + ], + "position_text": "G8", + "is_correct": false + }, + { + "image_index": 4, + "coordinates": [ + 3, + 1 + ], + "position_text": "G7", + "is_correct": false + }, + { + "image_index": 5, + "coordinates": [ + 2, + 1 + ], + "position_text": "F7", + "is_correct": false + } + ], + "resources_used": { + "base_icon": "chair.png", + "overlay_icon": "baicai.png", + "background_top": "back.png", + "background_bottom": "submit.png", + "arrow_left": "arrow-circle-left.png", + "arrow_right": "arrow-circle-right.png" + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png", + "correct_answer_position": "E6" + } +} \ No newline at end of file diff --git a/captcha/coordinates/sample_0016/coordinates.json b/captcha/coordinates/sample_0016/coordinates.json new file mode 100644 index 0000000000000000000000000000000000000000..396c4b215c9742d34a3af3da1491fcbb5f4b158f --- /dev/null +++ b/captcha/coordinates/sample_0016/coordinates.json @@ -0,0 +1,30 @@ +{ + "image_list": [ + "image_1.png", + "image_2.png", + "image_3.png", + "image_4.png", + "image_5.png" + ], + "ground_truth_image_index": 5, + "arrow_box": [ + [ + 519, + 675, + 579, + 735 + ], + [ + 773, + 720, + 833, + 780 + ] + ], + "submit_box": [ + 40, + 620, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/coordinates/sample_0016/sample_info.json b/captcha/coordinates/sample_0016/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..5da83b72843c3ad805716d5d98f2ffee9801135c --- /dev/null +++ b/captcha/coordinates/sample_0016/sample_info.json @@ -0,0 +1,84 @@ +{ + "sample_id": 16, + "coordinate_system": { + "row_labels": [ + "F", + "G", + "H", + "I" + ], + "col_labels": [ + "3", + "4", + "5", + "6" + ] + }, + "correct_position": { + "coordinates": [ + 0, + 0 + ], + "position_text": "F3" + }, + "all_positions": [ + { + "image_index": 1, + "coordinates": [ + 0, + 1 + ], + "position_text": "F4", + "is_correct": false + }, + { + "image_index": 2, + "coordinates": [ + 2, + 3 + ], + "position_text": "H6", + "is_correct": false + }, + { + "image_index": 3, + "coordinates": [ + 2, + 1 + ], + "position_text": "H4", + "is_correct": false + }, + { + "image_index": 4, + "coordinates": [ + 2, + 0 + ], + "position_text": "H3", + "is_correct": false + }, + { + "image_index": 5, + "coordinates": [ + 0, + 0 + ], + "position_text": "F3", + "is_correct": true + } + ], + "resources_used": { + "base_icon": "chair.png", + "overlay_icon": "baicai.png", + "background_top": "back.png", + "background_bottom": "submit3.png", + "arrow_left": "arrow-circle-left.png", + "arrow_right": "arrow-circle-right.png" + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png", + "correct_answer_position": "F3" + } +} \ No newline at end of file diff --git a/captcha/coordinates/sample_0029/coordinates.json b/captcha/coordinates/sample_0029/coordinates.json new file mode 100644 index 0000000000000000000000000000000000000000..0e508c6332f22e660b5635c178dcf79d7a3667e2 --- /dev/null +++ b/captcha/coordinates/sample_0029/coordinates.json @@ -0,0 +1,30 @@ +{ + "image_list": [ + "image_1.png", + "image_2.png", + "image_3.png", + "image_4.png", + "image_5.png" + ], + "ground_truth_image_index": 4, + "arrow_box": [ + [ + 462, + 701, + 522, + 761 + ], + [ + 772, + 713, + 832, + 773 + ] + ], + "submit_box": [ + 40, + 620, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/coordinates/sample_0029/sample_info.json b/captcha/coordinates/sample_0029/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..e5e71470f313d546136276216a81015ae167ec52 --- /dev/null +++ b/captcha/coordinates/sample_0029/sample_info.json @@ -0,0 +1,84 @@ +{ + "sample_id": 29, + "coordinate_system": { + "row_labels": [ + "C", + "D", + "E", + "F" + ], + "col_labels": [ + "0", + "1", + "2", + "3" + ] + }, + "correct_position": { + "coordinates": [ + 1, + 1 + ], + "position_text": "D1" + }, + "all_positions": [ + { + "image_index": 1, + "coordinates": [ + 1, + 2 + ], + "position_text": "D2", + "is_correct": false + }, + { + "image_index": 2, + "coordinates": [ + 1, + 0 + ], + "position_text": "D0", + "is_correct": false + }, + { + "image_index": 3, + "coordinates": [ + 2, + 1 + ], + "position_text": "E1", + "is_correct": false + }, + { + "image_index": 4, + "coordinates": [ + 1, + 1 + ], + "position_text": "D1", + "is_correct": true + }, + { + "image_index": 5, + "coordinates": [ + 3, + 0 + ], + "position_text": "F0", + "is_correct": false + } + ], + "resources_used": { + "base_icon": "chair.png", + "overlay_icon": "bird,鸟,动物,卡通.png", + "background_top": "back.png", + "background_bottom": "submit3.png", + "arrow_left": "arrow-circle-left.png", + "arrow_right": "arrow-circle-right.png" + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png", + "correct_answer_position": "D1" + } +} \ No newline at end of file diff --git a/captcha/coordinates/sample_0045/coordinates.json b/captcha/coordinates/sample_0045/coordinates.json new file mode 100644 index 0000000000000000000000000000000000000000..ab009fa05a2794ab9f215eca3ae1ba0b7383ebfd --- /dev/null +++ b/captcha/coordinates/sample_0045/coordinates.json @@ -0,0 +1,30 @@ +{ + "image_list": [ + "image_1.png", + "image_2.png", + "image_3.png", + "image_4.png", + "image_5.png" + ], + "ground_truth_image_index": 3, + "arrow_box": [ + [ + 500, + 664, + 560, + 724 + ], + [ + 732, + 681, + 792, + 741 + ] + ], + "submit_box": [ + 40, + 620, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/coordinates/sample_0045/sample_info.json b/captcha/coordinates/sample_0045/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..5e9e153acf46f97a53516f70e61ced3af9fd756c --- /dev/null +++ b/captcha/coordinates/sample_0045/sample_info.json @@ -0,0 +1,84 @@ +{ + "sample_id": 45, + "coordinate_system": { + "row_labels": [ + "P", + "Q", + "R", + "S" + ], + "col_labels": [ + "1", + "2", + "3", + "4" + ] + }, + "correct_position": { + "coordinates": [ + 2, + 3 + ], + "position_text": "R4" + }, + "all_positions": [ + { + "image_index": 1, + "coordinates": [ + 0, + 1 + ], + "position_text": "P2", + "is_correct": false + }, + { + "image_index": 2, + "coordinates": [ + 3, + 2 + ], + "position_text": "S3", + "is_correct": false + }, + { + "image_index": 3, + "coordinates": [ + 2, + 3 + ], + "position_text": "R4", + "is_correct": true + }, + { + "image_index": 4, + "coordinates": [ + 2, + 0 + ], + "position_text": "R1", + "is_correct": false + }, + { + "image_index": 5, + "coordinates": [ + 3, + 3 + ], + "position_text": "S4", + "is_correct": false + } + ], + "resources_used": { + "base_icon": "chair.png", + "overlay_icon": "keaimao.png", + "background_top": "back.png", + "background_bottom": "submit3.png", + "arrow_left": "arrow-circle-left.png", + "arrow_right": "arrow-circle-right.png" + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png", + "correct_answer_position": "R4" + } +} \ No newline at end of file diff --git a/captcha/coordinates/sample_0223/coordinates.json b/captcha/coordinates/sample_0223/coordinates.json new file mode 100644 index 0000000000000000000000000000000000000000..5d0c3c60c93811dba891c12b432c5bb692c9dc7a --- /dev/null +++ b/captcha/coordinates/sample_0223/coordinates.json @@ -0,0 +1,30 @@ +{ + "image_list": [ + "image_1.png", + "image_2.png", + "image_3.png", + "image_4.png", + "image_5.png" + ], + "ground_truth_image_index": 4, + "arrow_box": [ + [ + 462, + 684, + 522, + 744 + ], + [ + 879, + 701, + 939, + 761 + ] + ], + "submit_box": [ + 40, + 620, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/coordinates/sample_0223/sample_info.json b/captcha/coordinates/sample_0223/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..1f63ae090c1f723084cce237d68b4d26ce3ff1a3 --- /dev/null +++ b/captcha/coordinates/sample_0223/sample_info.json @@ -0,0 +1,84 @@ +{ + "sample_id": 223, + "coordinate_system": { + "row_labels": [ + "A", + "B", + "C", + "D" + ], + "col_labels": [ + "3", + "4", + "5", + "6" + ] + }, + "correct_position": { + "coordinates": [ + 0, + 1 + ], + "position_text": "A4" + }, + "all_positions": [ + { + "image_index": 1, + "coordinates": [ + 0, + 3 + ], + "position_text": "A6", + "is_correct": false + }, + { + "image_index": 2, + "coordinates": [ + 2, + 1 + ], + "position_text": "C4", + "is_correct": false + }, + { + "image_index": 3, + "coordinates": [ + 3, + 2 + ], + "position_text": "D5", + "is_correct": false + }, + { + "image_index": 4, + "coordinates": [ + 0, + 1 + ], + "position_text": "A4", + "is_correct": true + }, + { + "image_index": 5, + "coordinates": [ + 1, + 2 + ], + "position_text": "B5", + "is_correct": false + } + ], + "resources_used": { + "base_icon": "chair.png", + "overlay_icon": "牛油果和西瓜.png", + "background_top": "back.png", + "background_bottom": "submit3.png", + "arrow_left": "arrow-circle-left.png", + "arrow_right": "arrow-circle-right.png" + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png", + "correct_answer_position": "A4" + } +} \ No newline at end of file diff --git a/captcha/coordinates/sample_0224/coordinates.json b/captcha/coordinates/sample_0224/coordinates.json new file mode 100644 index 0000000000000000000000000000000000000000..6fc7517fb70dbbb9711e374138b6533553959694 --- /dev/null +++ b/captcha/coordinates/sample_0224/coordinates.json @@ -0,0 +1,30 @@ +{ + "image_list": [ + "image_1.png", + "image_2.png", + "image_3.png", + "image_4.png", + "image_5.png" + ], + "ground_truth_image_index": 4, + "arrow_box": [ + [ + 547, + 714, + 607, + 774 + ], + [ + 839, + 688, + 899, + 748 + ] + ], + "submit_box": [ + 40, + 620, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/coordinates/sample_0224/sample_info.json b/captcha/coordinates/sample_0224/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..dc06faaef0ca9f52c1d7f696ba0e1fc00da6ea84 --- /dev/null +++ b/captcha/coordinates/sample_0224/sample_info.json @@ -0,0 +1,84 @@ +{ + "sample_id": 224, + "coordinate_system": { + "row_labels": [ + "A", + "B", + "C", + "D" + ], + "col_labels": [ + "4", + "5", + "6", + "7" + ] + }, + "correct_position": { + "coordinates": [ + 1, + 2 + ], + "position_text": "B6" + }, + "all_positions": [ + { + "image_index": 1, + "coordinates": [ + 0, + 3 + ], + "position_text": "A7", + "is_correct": false + }, + { + "image_index": 2, + "coordinates": [ + 1, + 1 + ], + "position_text": "B5", + "is_correct": false + }, + { + "image_index": 3, + "coordinates": [ + 3, + 3 + ], + "position_text": "D7", + "is_correct": false + }, + { + "image_index": 4, + "coordinates": [ + 1, + 2 + ], + "position_text": "B6", + "is_correct": true + }, + { + "image_index": 5, + "coordinates": [ + 1, + 0 + ], + "position_text": "B4", + "is_correct": false + } + ], + "resources_used": { + "base_icon": "chair.png", + "overlay_icon": "牛油果和西瓜.png", + "background_top": "back.png", + "background_bottom": "submit3.png", + "arrow_left": "arrow-circle-left.png", + "arrow_right": "arrow-circle-right.png" + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png", + "correct_answer_position": "B6" + } +} \ No newline at end of file diff --git a/captcha/coordinates/sample_0248/coordinates.json b/captcha/coordinates/sample_0248/coordinates.json new file mode 100644 index 0000000000000000000000000000000000000000..a79b7ed19226ab0650edbf7791c260f9aa096f49 --- /dev/null +++ b/captcha/coordinates/sample_0248/coordinates.json @@ -0,0 +1,30 @@ +{ + "image_list": [ + "image_1.png", + "image_2.png", + "image_3.png", + "image_4.png", + "image_5.png" + ], + "ground_truth_image_index": 4, + "arrow_box": [ + [ + 558, + 718, + 618, + 778 + ], + [ + 893, + 716, + 953, + 776 + ] + ], + "submit_box": [ + 40, + 620, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/coordinates/sample_0248/sample_info.json b/captcha/coordinates/sample_0248/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..052800cc20609e00260656e2554ffdce7938118b --- /dev/null +++ b/captcha/coordinates/sample_0248/sample_info.json @@ -0,0 +1,84 @@ +{ + "sample_id": 248, + "coordinate_system": { + "row_labels": [ + "V", + "W", + "X", + "Y" + ], + "col_labels": [ + "4", + "5", + "6", + "7" + ] + }, + "correct_position": { + "coordinates": [ + 3, + 2 + ], + "position_text": "Y6" + }, + "all_positions": [ + { + "image_index": 1, + "coordinates": [ + 2, + 1 + ], + "position_text": "X5", + "is_correct": false + }, + { + "image_index": 2, + "coordinates": [ + 1, + 0 + ], + "position_text": "W4", + "is_correct": false + }, + { + "image_index": 3, + "coordinates": [ + 2, + 3 + ], + "position_text": "X7", + "is_correct": false + }, + { + "image_index": 4, + "coordinates": [ + 3, + 2 + ], + "position_text": "Y6", + "is_correct": true + }, + { + "image_index": 5, + "coordinates": [ + 0, + 2 + ], + "position_text": "V6", + "is_correct": false + } + ], + "resources_used": { + "base_icon": "chair.png", + "overlay_icon": "狐猴.png", + "background_top": "back.png", + "background_bottom": "submit3.png", + "arrow_left": "arrow-circle-left.png", + "arrow_right": "arrow-circle-right.png" + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png", + "correct_answer_position": "Y6" + } +} \ No newline at end of file diff --git a/captcha/coordinates/sample_0277/coordinates.json b/captcha/coordinates/sample_0277/coordinates.json new file mode 100644 index 0000000000000000000000000000000000000000..9c2d28477e2598877bfff9d82781a3a04bc4788a --- /dev/null +++ b/captcha/coordinates/sample_0277/coordinates.json @@ -0,0 +1,30 @@ +{ + "image_list": [ + "image_1.png", + "image_2.png", + "image_3.png", + "image_4.png", + "image_5.png" + ], + "ground_truth_image_index": 4, + "arrow_box": [ + [ + 602, + 662, + 662, + 722 + ], + [ + 822, + 694, + 882, + 754 + ] + ], + "submit_box": [ + 40, + 620, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/coordinates/sample_0277/sample_info.json b/captcha/coordinates/sample_0277/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..08fec5127bd9c99aaff7d58c3d95dabd41dc4241 --- /dev/null +++ b/captcha/coordinates/sample_0277/sample_info.json @@ -0,0 +1,84 @@ +{ + "sample_id": 277, + "coordinate_system": { + "row_labels": [ + "Q", + "R", + "S", + "T" + ], + "col_labels": [ + "6", + "7", + "8", + "9" + ] + }, + "correct_position": { + "coordinates": [ + 2, + 2 + ], + "position_text": "S8" + }, + "all_positions": [ + { + "image_index": 1, + "coordinates": [ + 1, + 2 + ], + "position_text": "R8", + "is_correct": false + }, + { + "image_index": 2, + "coordinates": [ + 0, + 1 + ], + "position_text": "Q7", + "is_correct": false + }, + { + "image_index": 3, + "coordinates": [ + 3, + 1 + ], + "position_text": "T7", + "is_correct": false + }, + { + "image_index": 4, + "coordinates": [ + 2, + 2 + ], + "position_text": "S8", + "is_correct": true + }, + { + "image_index": 5, + "coordinates": [ + 3, + 2 + ], + "position_text": "T8", + "is_correct": false + } + ], + "resources_used": { + "base_icon": "chair.png", + "overlay_icon": "羊.png", + "background_top": "back.png", + "background_bottom": "submit3.png", + "arrow_left": "arrow-circle-left.png", + "arrow_right": "arrow-circle-right.png" + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png", + "correct_answer_position": "S8" + } +} \ No newline at end of file diff --git a/captcha/coordinates/sample_0283/coordinates.json b/captcha/coordinates/sample_0283/coordinates.json new file mode 100644 index 0000000000000000000000000000000000000000..8a81611493536e5b0db4b833d155feeafcdd9cc4 --- /dev/null +++ b/captcha/coordinates/sample_0283/coordinates.json @@ -0,0 +1,30 @@ +{ + "image_list": [ + "image_1.png", + "image_2.png", + "image_3.png", + "image_4.png", + "image_5.png" + ], + "ground_truth_image_index": 2, + "arrow_box": [ + [ + 533, + 669, + 593, + 729 + ], + [ + 724, + 695, + 784, + 755 + ] + ], + "submit_box": [ + 40, + 620, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/coordinates/sample_0283/sample_info.json b/captcha/coordinates/sample_0283/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..38b783082b0a7d196f8967fd48b477c3a3f1e16d --- /dev/null +++ b/captcha/coordinates/sample_0283/sample_info.json @@ -0,0 +1,84 @@ +{ + "sample_id": 283, + "coordinate_system": { + "row_labels": [ + "N", + "O", + "P", + "Q" + ], + "col_labels": [ + "0", + "1", + "2", + "3" + ] + }, + "correct_position": { + "coordinates": [ + 0, + 0 + ], + "position_text": "N0" + }, + "all_positions": [ + { + "image_index": 1, + "coordinates": [ + 2, + 2 + ], + "position_text": "P2", + "is_correct": false + }, + { + "image_index": 2, + "coordinates": [ + 0, + 0 + ], + "position_text": "N0", + "is_correct": true + }, + { + "image_index": 3, + "coordinates": [ + 3, + 0 + ], + "position_text": "Q0", + "is_correct": false + }, + { + "image_index": 4, + "coordinates": [ + 1, + 0 + ], + "position_text": "O0", + "is_correct": false + }, + { + "image_index": 5, + "coordinates": [ + 3, + 1 + ], + "position_text": "Q1", + "is_correct": false + } + ], + "resources_used": { + "base_icon": "chair.png", + "overlay_icon": "老虎.png", + "background_top": "back.png", + "background_bottom": "submit.png", + "arrow_left": "arrow-circle-left.png", + "arrow_right": "arrow-circle-right.png" + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png", + "correct_answer_position": "N0" + } +} \ No newline at end of file diff --git a/captcha/coordinates/sample_0421/coordinates.json b/captcha/coordinates/sample_0421/coordinates.json new file mode 100644 index 0000000000000000000000000000000000000000..be2dbe5f88e9461406945231da38d7eafd45b2c8 --- /dev/null +++ b/captcha/coordinates/sample_0421/coordinates.json @@ -0,0 +1,30 @@ +{ + "image_list": [ + "image_1.png", + "image_2.png", + "image_3.png", + "image_4.png", + "image_5.png" + ], + "ground_truth_image_index": 5, + "arrow_box": [ + [ + 490, + 717, + 550, + 777 + ], + [ + 754, + 663, + 814, + 723 + ] + ], + "submit_box": [ + 40, + 620, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/coordinates/sample_0421/sample_info.json b/captcha/coordinates/sample_0421/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..2d2c18e40546fa6479605466091a1cc389bea773 --- /dev/null +++ b/captcha/coordinates/sample_0421/sample_info.json @@ -0,0 +1,84 @@ +{ + "sample_id": 421, + "coordinate_system": { + "row_labels": [ + "Q", + "R", + "S", + "T" + ], + "col_labels": [ + "1", + "2", + "3", + "4" + ] + }, + "correct_position": { + "coordinates": [ + 3, + 1 + ], + "position_text": "T2" + }, + "all_positions": [ + { + "image_index": 1, + "coordinates": [ + 1, + 0 + ], + "position_text": "R1", + "is_correct": false + }, + { + "image_index": 2, + "coordinates": [ + 0, + 1 + ], + "position_text": "Q2", + "is_correct": false + }, + { + "image_index": 3, + "coordinates": [ + 3, + 3 + ], + "position_text": "T4", + "is_correct": false + }, + { + "image_index": 4, + "coordinates": [ + 2, + 0 + ], + "position_text": "S1", + "is_correct": false + }, + { + "image_index": 5, + "coordinates": [ + 3, + 1 + ], + "position_text": "T2", + "is_correct": true + } + ], + "resources_used": { + "base_icon": "desk.png", + "overlay_icon": "banana.png", + "background_top": "back.png", + "background_bottom": "submit3.png", + "arrow_left": "arrow-circle-left.png", + "arrow_right": "arrow-circle-right.png" + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png", + "correct_answer_position": "T2" + } +} \ No newline at end of file diff --git a/captcha/coordinates/sample_0472/coordinates.json b/captcha/coordinates/sample_0472/coordinates.json new file mode 100644 index 0000000000000000000000000000000000000000..6e6cb3ef88382914f51688f8038569059d736505 --- /dev/null +++ b/captcha/coordinates/sample_0472/coordinates.json @@ -0,0 +1,30 @@ +{ + "image_list": [ + "image_1.png", + "image_2.png", + "image_3.png", + "image_4.png", + "image_5.png" + ], + "ground_truth_image_index": 1, + "arrow_box": [ + [ + 593, + 690, + 653, + 750 + ], + [ + 872, + 685, + 932, + 745 + ] + ], + "submit_box": [ + 40, + 620, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/coordinates/sample_0472/sample_info.json b/captcha/coordinates/sample_0472/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..c1f7baa4b9085e1fedc339b6e789665c64effee2 --- /dev/null +++ b/captcha/coordinates/sample_0472/sample_info.json @@ -0,0 +1,84 @@ +{ + "sample_id": 472, + "coordinate_system": { + "row_labels": [ + "F", + "G", + "H", + "I" + ], + "col_labels": [ + "6", + "7", + "8", + "9" + ] + }, + "correct_position": { + "coordinates": [ + 2, + 2 + ], + "position_text": "H8" + }, + "all_positions": [ + { + "image_index": 1, + "coordinates": [ + 2, + 2 + ], + "position_text": "H8", + "is_correct": true + }, + { + "image_index": 2, + "coordinates": [ + 1, + 0 + ], + "position_text": "G6", + "is_correct": false + }, + { + "image_index": 3, + "coordinates": [ + 1, + 3 + ], + "position_text": "G9", + "is_correct": false + }, + { + "image_index": 4, + "coordinates": [ + 1, + 1 + ], + "position_text": "G7", + "is_correct": false + }, + { + "image_index": 5, + "coordinates": [ + 2, + 0 + ], + "position_text": "H6", + "is_correct": false + } + ], + "resources_used": { + "base_icon": "desk.png", + "overlay_icon": "xiyangyang.png", + "background_top": "back.png", + "background_bottom": "submit3.png", + "arrow_left": "arrow-circle-left.png", + "arrow_right": "arrow-circle-right.png" + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png", + "correct_answer_position": "H8" + } +} \ No newline at end of file diff --git a/captcha/coordinates/sample_0475/coordinates.json b/captcha/coordinates/sample_0475/coordinates.json new file mode 100644 index 0000000000000000000000000000000000000000..ea29823a444b16584897af8439dd662a75dc8372 --- /dev/null +++ b/captcha/coordinates/sample_0475/coordinates.json @@ -0,0 +1,30 @@ +{ + "image_list": [ + "image_1.png", + "image_2.png", + "image_3.png", + "image_4.png", + "image_5.png" + ], + "ground_truth_image_index": 5, + "arrow_box": [ + [ + 432, + 685, + 492, + 745 + ], + [ + 789, + 719, + 849, + 779 + ] + ], + "submit_box": [ + 40, + 620, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/coordinates/sample_0475/sample_info.json b/captcha/coordinates/sample_0475/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..86b23b645bc67c58c0e487f6501f4cb3d2ed3577 --- /dev/null +++ b/captcha/coordinates/sample_0475/sample_info.json @@ -0,0 +1,84 @@ +{ + "sample_id": 475, + "coordinate_system": { + "row_labels": [ + "W", + "X", + "Y", + "Z" + ], + "col_labels": [ + "0", + "1", + "2", + "3" + ] + }, + "correct_position": { + "coordinates": [ + 2, + 3 + ], + "position_text": "Y3" + }, + "all_positions": [ + { + "image_index": 1, + "coordinates": [ + 1, + 3 + ], + "position_text": "X3", + "is_correct": false + }, + { + "image_index": 2, + "coordinates": [ + 0, + 0 + ], + "position_text": "W0", + "is_correct": false + }, + { + "image_index": 3, + "coordinates": [ + 3, + 2 + ], + "position_text": "Z2", + "is_correct": false + }, + { + "image_index": 4, + "coordinates": [ + 2, + 2 + ], + "position_text": "Y2", + "is_correct": false + }, + { + "image_index": 5, + "coordinates": [ + 2, + 3 + ], + "position_text": "Y3", + "is_correct": true + } + ], + "resources_used": { + "base_icon": "desk.png", + "overlay_icon": "一对樱桃.png", + "background_top": "back.png", + "background_bottom": "submit.png", + "arrow_left": "arrow-circle-left.png", + "arrow_right": "arrow-circle-right.png" + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png", + "correct_answer_position": "Y3" + } +} \ No newline at end of file diff --git a/captcha/coordinates/sample_0481/coordinates.json b/captcha/coordinates/sample_0481/coordinates.json new file mode 100644 index 0000000000000000000000000000000000000000..b63590722dad736e6a4edb09992e2bd3e857cc3c --- /dev/null +++ b/captcha/coordinates/sample_0481/coordinates.json @@ -0,0 +1,30 @@ +{ + "image_list": [ + "image_1.png", + "image_2.png", + "image_3.png", + "image_4.png", + "image_5.png" + ], + "ground_truth_image_index": 3, + "arrow_box": [ + [ + 546, + 688, + 606, + 748 + ], + [ + 911, + 672, + 971, + 732 + ] + ], + "submit_box": [ + 40, + 620, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/coordinates/sample_0481/sample_info.json b/captcha/coordinates/sample_0481/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..74fde7756d0065c395f8ed9487de3f4f7c4378be --- /dev/null +++ b/captcha/coordinates/sample_0481/sample_info.json @@ -0,0 +1,84 @@ +{ + "sample_id": 481, + "coordinate_system": { + "row_labels": [ + "B", + "C", + "D", + "E" + ], + "col_labels": [ + "6", + "7", + "8", + "9" + ] + }, + "correct_position": { + "coordinates": [ + 2, + 1 + ], + "position_text": "D7" + }, + "all_positions": [ + { + "image_index": 1, + "coordinates": [ + 3, + 0 + ], + "position_text": "E6", + "is_correct": false + }, + { + "image_index": 2, + "coordinates": [ + 0, + 1 + ], + "position_text": "B7", + "is_correct": false + }, + { + "image_index": 3, + "coordinates": [ + 2, + 1 + ], + "position_text": "D7", + "is_correct": true + }, + { + "image_index": 4, + "coordinates": [ + 1, + 0 + ], + "position_text": "C6", + "is_correct": false + }, + { + "image_index": 5, + "coordinates": [ + 2, + 3 + ], + "position_text": "D9", + "is_correct": false + } + ], + "resources_used": { + "base_icon": "desk.png", + "overlay_icon": "乌龟,卡通动物.png", + "background_top": "back.png", + "background_bottom": "submit.png", + "arrow_left": "arrow-circle-left.png", + "arrow_right": "arrow-circle-right.png" + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png", + "correct_answer_position": "D7" + } +} \ No newline at end of file diff --git a/captcha/coordinates/sample_0613/coordinates.json b/captcha/coordinates/sample_0613/coordinates.json new file mode 100644 index 0000000000000000000000000000000000000000..9f83672c88f4aca02cb2941e1f5178aee5fa8b57 --- /dev/null +++ b/captcha/coordinates/sample_0613/coordinates.json @@ -0,0 +1,30 @@ +{ + "image_list": [ + "image_1.png", + "image_2.png", + "image_3.png", + "image_4.png", + "image_5.png" + ], + "ground_truth_image_index": 1, + "arrow_box": [ + [ + 616, + 697, + 676, + 757 + ], + [ + 886, + 718, + 946, + 778 + ] + ], + "submit_box": [ + 40, + 620, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/coordinates/sample_0613/sample_info.json b/captcha/coordinates/sample_0613/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..d23c495f338401ab2a4b88010d2be0b60d2094d8 --- /dev/null +++ b/captcha/coordinates/sample_0613/sample_info.json @@ -0,0 +1,84 @@ +{ + "sample_id": 613, + "coordinate_system": { + "row_labels": [ + "U", + "V", + "W", + "X" + ], + "col_labels": [ + "2", + "3", + "4", + "5" + ] + }, + "correct_position": { + "coordinates": [ + 3, + 0 + ], + "position_text": "X2" + }, + "all_positions": [ + { + "image_index": 1, + "coordinates": [ + 3, + 0 + ], + "position_text": "X2", + "is_correct": true + }, + { + "image_index": 2, + "coordinates": [ + 0, + 2 + ], + "position_text": "U4", + "is_correct": false + }, + { + "image_index": 3, + "coordinates": [ + 2, + 3 + ], + "position_text": "W5", + "is_correct": false + }, + { + "image_index": 4, + "coordinates": [ + 2, + 2 + ], + "position_text": "W4", + "is_correct": false + }, + { + "image_index": 5, + "coordinates": [ + 3, + 2 + ], + "position_text": "X4", + "is_correct": false + } + ], + "resources_used": { + "base_icon": "desk.png", + "overlay_icon": "牛油果.png", + "background_top": "back.png", + "background_bottom": "submit3.png", + "arrow_left": "arrow-circle-left.png", + "arrow_right": "arrow-circle-right.png" + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png", + "correct_answer_position": "X2" + } +} \ No newline at end of file diff --git a/captcha/coordinates/sample_0640/coordinates.json b/captcha/coordinates/sample_0640/coordinates.json new file mode 100644 index 0000000000000000000000000000000000000000..ebcf2332a722cc7224e3b7cd782a073d0e08b316 --- /dev/null +++ b/captcha/coordinates/sample_0640/coordinates.json @@ -0,0 +1,30 @@ +{ + "image_list": [ + "image_1.png", + "image_2.png", + "image_3.png", + "image_4.png", + "image_5.png" + ], + "ground_truth_image_index": 4, + "arrow_box": [ + [ + 491, + 673, + 551, + 733 + ], + [ + 751, + 706, + 811, + 766 + ] + ], + "submit_box": [ + 40, + 620, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/coordinates/sample_0640/sample_info.json b/captcha/coordinates/sample_0640/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..25e7ade45d18bf0398780c05ec5efa3d090cabc7 --- /dev/null +++ b/captcha/coordinates/sample_0640/sample_info.json @@ -0,0 +1,84 @@ +{ + "sample_id": 640, + "coordinate_system": { + "row_labels": [ + "L", + "M", + "N", + "O" + ], + "col_labels": [ + "0", + "1", + "2", + "3" + ] + }, + "correct_position": { + "coordinates": [ + 1, + 2 + ], + "position_text": "M2" + }, + "all_positions": [ + { + "image_index": 1, + "coordinates": [ + 3, + 1 + ], + "position_text": "O1", + "is_correct": false + }, + { + "image_index": 2, + "coordinates": [ + 1, + 0 + ], + "position_text": "M0", + "is_correct": false + }, + { + "image_index": 3, + "coordinates": [ + 1, + 3 + ], + "position_text": "M3", + "is_correct": false + }, + { + "image_index": 4, + "coordinates": [ + 1, + 2 + ], + "position_text": "M2", + "is_correct": true + }, + { + "image_index": 5, + "coordinates": [ + 2, + 3 + ], + "position_text": "N3", + "is_correct": false + } + ], + "resources_used": { + "base_icon": "desk.png", + "overlay_icon": "狐狸.png", + "background_top": "back.png", + "background_bottom": "submit3.png", + "arrow_left": "arrow-circle-left.png", + "arrow_right": "arrow-circle-right.png" + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png", + "correct_answer_position": "M2" + } +} \ No newline at end of file diff --git a/captcha/coordinates/sample_0647/coordinates.json b/captcha/coordinates/sample_0647/coordinates.json new file mode 100644 index 0000000000000000000000000000000000000000..2e6ce9de709158fcf19ae513a32509728eb61f3c --- /dev/null +++ b/captcha/coordinates/sample_0647/coordinates.json @@ -0,0 +1,30 @@ +{ + "image_list": [ + "image_1.png", + "image_2.png", + "image_3.png", + "image_4.png", + "image_5.png" + ], + "ground_truth_image_index": 2, + "arrow_box": [ + [ + 486, + 696, + 546, + 756 + ], + [ + 823, + 670, + 883, + 730 + ] + ], + "submit_box": [ + 40, + 620, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/coordinates/sample_0647/sample_info.json b/captcha/coordinates/sample_0647/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..34b5ea0f77adb419d41272433268a50054155d8d --- /dev/null +++ b/captcha/coordinates/sample_0647/sample_info.json @@ -0,0 +1,84 @@ +{ + "sample_id": 647, + "coordinate_system": { + "row_labels": [ + "I", + "J", + "K", + "L" + ], + "col_labels": [ + "4", + "5", + "6", + "7" + ] + }, + "correct_position": { + "coordinates": [ + 0, + 0 + ], + "position_text": "I4" + }, + "all_positions": [ + { + "image_index": 1, + "coordinates": [ + 3, + 2 + ], + "position_text": "L6", + "is_correct": false + }, + { + "image_index": 2, + "coordinates": [ + 0, + 0 + ], + "position_text": "I4", + "is_correct": true + }, + { + "image_index": 3, + "coordinates": [ + 3, + 3 + ], + "position_text": "L7", + "is_correct": false + }, + { + "image_index": 4, + "coordinates": [ + 0, + 1 + ], + "position_text": "I5", + "is_correct": false + }, + { + "image_index": 5, + "coordinates": [ + 2, + 0 + ], + "position_text": "K4", + "is_correct": false + } + ], + "resources_used": { + "base_icon": "desk.png", + "overlay_icon": "狐猴.png", + "background_top": "back.png", + "background_bottom": "submit3.png", + "arrow_left": "arrow-circle-left.png", + "arrow_right": "arrow-circle-right.png" + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png", + "correct_answer_position": "I4" + } +} \ No newline at end of file diff --git a/captcha/coordinates/sample_0678/coordinates.json b/captcha/coordinates/sample_0678/coordinates.json new file mode 100644 index 0000000000000000000000000000000000000000..5e1b04ce48487b0f45249847eb3081a3d7246345 --- /dev/null +++ b/captcha/coordinates/sample_0678/coordinates.json @@ -0,0 +1,30 @@ +{ + "image_list": [ + "image_1.png", + "image_2.png", + "image_3.png", + "image_4.png", + "image_5.png" + ], + "ground_truth_image_index": 3, + "arrow_box": [ + [ + 453, + 660, + 513, + 720 + ], + [ + 883, + 697, + 943, + 757 + ] + ], + "submit_box": [ + 40, + 620, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/coordinates/sample_0678/sample_info.json b/captcha/coordinates/sample_0678/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..9afc395f97ee46f375901e2313605dc2a2134ff9 --- /dev/null +++ b/captcha/coordinates/sample_0678/sample_info.json @@ -0,0 +1,84 @@ +{ + "sample_id": 678, + "coordinate_system": { + "row_labels": [ + "V", + "W", + "X", + "Y" + ], + "col_labels": [ + "0", + "1", + "2", + "3" + ] + }, + "correct_position": { + "coordinates": [ + 3, + 3 + ], + "position_text": "Y3" + }, + "all_positions": [ + { + "image_index": 1, + "coordinates": [ + 1, + 3 + ], + "position_text": "W3", + "is_correct": false + }, + { + "image_index": 2, + "coordinates": [ + 0, + 0 + ], + "position_text": "V0", + "is_correct": false + }, + { + "image_index": 3, + "coordinates": [ + 3, + 3 + ], + "position_text": "Y3", + "is_correct": true + }, + { + "image_index": 4, + "coordinates": [ + 2, + 3 + ], + "position_text": "X3", + "is_correct": false + }, + { + "image_index": 5, + "coordinates": [ + 1, + 2 + ], + "position_text": "W2", + "is_correct": false + } + ], + "resources_used": { + "base_icon": "desk.png", + "overlay_icon": "羊.png", + "background_top": "back.png", + "background_bottom": "submit3.png", + "arrow_left": "arrow-circle-left.png", + "arrow_right": "arrow-circle-right.png" + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png", + "correct_answer_position": "Y3" + } +} \ No newline at end of file diff --git a/captcha/coordinates/sample_0812/coordinates.json b/captcha/coordinates/sample_0812/coordinates.json new file mode 100644 index 0000000000000000000000000000000000000000..140a0f95a3ccc662ebf12bafe9e8bb9253a04dca --- /dev/null +++ b/captcha/coordinates/sample_0812/coordinates.json @@ -0,0 +1,30 @@ +{ + "image_list": [ + "image_1.png", + "image_2.png", + "image_3.png", + "image_4.png", + "image_5.png" + ], + "ground_truth_image_index": 4, + "arrow_box": [ + [ + 526, + 679, + 586, + 739 + ], + [ + 853, + 719, + 913, + 779 + ] + ], + "submit_box": [ + 40, + 620, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/coordinates/sample_0812/sample_info.json b/captcha/coordinates/sample_0812/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..0dd98ad4080696c061742ec09d7b9dfbb240f328 --- /dev/null +++ b/captcha/coordinates/sample_0812/sample_info.json @@ -0,0 +1,84 @@ +{ + "sample_id": 812, + "coordinate_system": { + "row_labels": [ + "Q", + "R", + "S", + "T" + ], + "col_labels": [ + "2", + "3", + "4", + "5" + ] + }, + "correct_position": { + "coordinates": [ + 3, + 2 + ], + "position_text": "T4" + }, + "all_positions": [ + { + "image_index": 1, + "coordinates": [ + 3, + 0 + ], + "position_text": "T2", + "is_correct": false + }, + { + "image_index": 2, + "coordinates": [ + 1, + 1 + ], + "position_text": "R3", + "is_correct": false + }, + { + "image_index": 3, + "coordinates": [ + 2, + 3 + ], + "position_text": "S5", + "is_correct": false + }, + { + "image_index": 4, + "coordinates": [ + 3, + 2 + ], + "position_text": "T4", + "is_correct": true + }, + { + "image_index": 5, + "coordinates": [ + 1, + 3 + ], + "position_text": "R5", + "is_correct": false + } + ], + "resources_used": { + "base_icon": "sofa.png", + "overlay_icon": "baicai.png", + "background_top": "back.png", + "background_bottom": "submit.png", + "arrow_left": "arrow-circle-left.png", + "arrow_right": "arrow-circle-right.png" + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png", + "correct_answer_position": "T4" + } +} \ No newline at end of file diff --git a/captcha/coordinates/sample_0815/coordinates.json b/captcha/coordinates/sample_0815/coordinates.json new file mode 100644 index 0000000000000000000000000000000000000000..b0dbc7006a4733ba1cec25eec8be47a82163879c --- /dev/null +++ b/captcha/coordinates/sample_0815/coordinates.json @@ -0,0 +1,30 @@ +{ + "image_list": [ + "image_1.png", + "image_2.png", + "image_3.png", + "image_4.png", + "image_5.png" + ], + "ground_truth_image_index": 5, + "arrow_box": [ + [ + 490, + 671, + 550, + 731 + ], + [ + 834, + 679, + 894, + 739 + ] + ], + "submit_box": [ + 40, + 620, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/coordinates/sample_0815/sample_info.json b/captcha/coordinates/sample_0815/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..77f4d0d6b981ea2b28f7581814d44afe7d3748ec --- /dev/null +++ b/captcha/coordinates/sample_0815/sample_info.json @@ -0,0 +1,84 @@ +{ + "sample_id": 815, + "coordinate_system": { + "row_labels": [ + "C", + "D", + "E", + "F" + ], + "col_labels": [ + "5", + "6", + "7", + "8" + ] + }, + "correct_position": { + "coordinates": [ + 1, + 3 + ], + "position_text": "D8" + }, + "all_positions": [ + { + "image_index": 1, + "coordinates": [ + 2, + 3 + ], + "position_text": "E8", + "is_correct": false + }, + { + "image_index": 2, + "coordinates": [ + 3, + 0 + ], + "position_text": "F5", + "is_correct": false + }, + { + "image_index": 3, + "coordinates": [ + 2, + 2 + ], + "position_text": "E7", + "is_correct": false + }, + { + "image_index": 4, + "coordinates": [ + 1, + 1 + ], + "position_text": "D6", + "is_correct": false + }, + { + "image_index": 5, + "coordinates": [ + 1, + 3 + ], + "position_text": "D8", + "is_correct": true + } + ], + "resources_used": { + "base_icon": "sofa.png", + "overlay_icon": "baicai.png", + "background_top": "back.png", + "background_bottom": "submit3.png", + "arrow_left": "arrow-circle-left.png", + "arrow_right": "arrow-circle-right.png" + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png", + "correct_answer_position": "D8" + } +} \ No newline at end of file diff --git a/captcha/coordinates/sample_0846/coordinates.json b/captcha/coordinates/sample_0846/coordinates.json new file mode 100644 index 0000000000000000000000000000000000000000..17f774ff7e5b5dcaf8a0336c3265312ed4d9cecd --- /dev/null +++ b/captcha/coordinates/sample_0846/coordinates.json @@ -0,0 +1,30 @@ +{ + "image_list": [ + "image_1.png", + "image_2.png", + "image_3.png", + "image_4.png", + "image_5.png" + ], + "ground_truth_image_index": 5, + "arrow_box": [ + [ + 592, + 688, + 652, + 748 + ], + [ + 753, + 711, + 813, + 771 + ] + ], + "submit_box": [ + 40, + 620, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/coordinates/sample_0846/sample_info.json b/captcha/coordinates/sample_0846/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..f03cf4b4b27ea0ed603f10a73b376270873e9437 --- /dev/null +++ b/captcha/coordinates/sample_0846/sample_info.json @@ -0,0 +1,84 @@ +{ + "sample_id": 846, + "coordinate_system": { + "row_labels": [ + "S", + "T", + "U", + "V" + ], + "col_labels": [ + "3", + "4", + "5", + "6" + ] + }, + "correct_position": { + "coordinates": [ + 3, + 3 + ], + "position_text": "V6" + }, + "all_positions": [ + { + "image_index": 1, + "coordinates": [ + 3, + 1 + ], + "position_text": "V4", + "is_correct": false + }, + { + "image_index": 2, + "coordinates": [ + 1, + 1 + ], + "position_text": "T4", + "is_correct": false + }, + { + "image_index": 3, + "coordinates": [ + 2, + 2 + ], + "position_text": "U5", + "is_correct": false + }, + { + "image_index": 4, + "coordinates": [ + 2, + 3 + ], + "position_text": "U6", + "is_correct": false + }, + { + "image_index": 5, + "coordinates": [ + 3, + 3 + ], + "position_text": "V6", + "is_correct": true + } + ], + "resources_used": { + "base_icon": "sofa.png", + "overlay_icon": "keaimao.png", + "background_top": "back.png", + "background_bottom": "submit3.png", + "arrow_left": "arrow-circle-left.png", + "arrow_right": "arrow-circle-right.png" + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png", + "correct_answer_position": "V6" + } +} \ No newline at end of file diff --git a/captcha/coordinates/sample_0879/coordinates.json b/captcha/coordinates/sample_0879/coordinates.json new file mode 100644 index 0000000000000000000000000000000000000000..c09318254524fa15c0da0f3afaeb73cc5ab554de --- /dev/null +++ b/captcha/coordinates/sample_0879/coordinates.json @@ -0,0 +1,30 @@ +{ + "image_list": [ + "image_1.png", + "image_2.png", + "image_3.png", + "image_4.png", + "image_5.png" + ], + "ground_truth_image_index": 1, + "arrow_box": [ + [ + 462, + 720, + 522, + 780 + ], + [ + 828, + 660, + 888, + 720 + ] + ], + "submit_box": [ + 40, + 620, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/coordinates/sample_0879/sample_info.json b/captcha/coordinates/sample_0879/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..c3a4e9693da87b0cb56ed9633cf5eb68bef2e6d9 --- /dev/null +++ b/captcha/coordinates/sample_0879/sample_info.json @@ -0,0 +1,84 @@ +{ + "sample_id": 879, + "coordinate_system": { + "row_labels": [ + "J", + "K", + "L", + "M" + ], + "col_labels": [ + "0", + "1", + "2", + "3" + ] + }, + "correct_position": { + "coordinates": [ + 0, + 3 + ], + "position_text": "J3" + }, + "all_positions": [ + { + "image_index": 1, + "coordinates": [ + 0, + 3 + ], + "position_text": "J3", + "is_correct": true + }, + { + "image_index": 2, + "coordinates": [ + 3, + 2 + ], + "position_text": "M2", + "is_correct": false + }, + { + "image_index": 3, + "coordinates": [ + 3, + 0 + ], + "position_text": "M0", + "is_correct": false + }, + { + "image_index": 4, + "coordinates": [ + 1, + 1 + ], + "position_text": "K1", + "is_correct": false + }, + { + "image_index": 5, + "coordinates": [ + 0, + 1 + ], + "position_text": "J1", + "is_correct": false + } + ], + "resources_used": { + "base_icon": "sofa.png", + "overlay_icon": "一对樱桃.png", + "background_top": "back.png", + "background_bottom": "submit3.png", + "arrow_left": "arrow-circle-left.png", + "arrow_right": "arrow-circle-right.png" + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png", + "correct_answer_position": "J3" + } +} \ No newline at end of file diff --git a/captcha/coordinates/sample_1108/coordinates.json b/captcha/coordinates/sample_1108/coordinates.json new file mode 100644 index 0000000000000000000000000000000000000000..518cb997e04ec0c7faeebe08d0a521523b50abfe --- /dev/null +++ b/captcha/coordinates/sample_1108/coordinates.json @@ -0,0 +1,30 @@ +{ + "image_list": [ + "image_1.png", + "image_2.png", + "image_3.png", + "image_4.png", + "image_5.png" + ], + "ground_truth_image_index": 5, + "arrow_box": [ + [ + 620, + 681, + 680, + 741 + ], + [ + 849, + 660, + 909, + 720 + ] + ], + "submit_box": [ + 40, + 620, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/coordinates/sample_1108/sample_info.json b/captcha/coordinates/sample_1108/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..18673a01b7e9a1ffb8adb35430f6a5a4cbf4e062 --- /dev/null +++ b/captcha/coordinates/sample_1108/sample_info.json @@ -0,0 +1,84 @@ +{ + "sample_id": 1108, + "coordinate_system": { + "row_labels": [ + "E", + "F", + "G", + "H" + ], + "col_labels": [ + "1", + "2", + "3", + "4" + ] + }, + "correct_position": { + "coordinates": [ + 0, + 1 + ], + "position_text": "E2" + }, + "all_positions": [ + { + "image_index": 1, + "coordinates": [ + 1, + 1 + ], + "position_text": "F2", + "is_correct": false + }, + { + "image_index": 2, + "coordinates": [ + 1, + 3 + ], + "position_text": "F4", + "is_correct": false + }, + { + "image_index": 3, + "coordinates": [ + 2, + 0 + ], + "position_text": "G1", + "is_correct": false + }, + { + "image_index": 4, + "coordinates": [ + 1, + 0 + ], + "position_text": "F1", + "is_correct": false + }, + { + "image_index": 5, + "coordinates": [ + 0, + 1 + ], + "position_text": "E2", + "is_correct": true + } + ], + "resources_used": { + "base_icon": "sofa.png", + "overlay_icon": "荷兰猪.png", + "background_top": "back.png", + "background_bottom": "submit.png", + "arrow_left": "arrow-circle-left.png", + "arrow_right": "arrow-circle-right.png" + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png", + "correct_answer_position": "E2" + } +} \ No newline at end of file diff --git a/captcha/coordinates/sample_1130/coordinates.json b/captcha/coordinates/sample_1130/coordinates.json new file mode 100644 index 0000000000000000000000000000000000000000..cd0c26c6049b783ccfdf4a830a41a724ed680cde --- /dev/null +++ b/captcha/coordinates/sample_1130/coordinates.json @@ -0,0 +1,30 @@ +{ + "image_list": [ + "image_1.png", + "image_2.png", + "image_3.png", + "image_4.png", + "image_5.png" + ], + "ground_truth_image_index": 5, + "arrow_box": [ + [ + 460, + 692, + 520, + 752 + ], + [ + 781, + 665, + 841, + 725 + ] + ], + "submit_box": [ + 40, + 620, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/coordinates/sample_1130/sample_info.json b/captcha/coordinates/sample_1130/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..381c523b1ba559bc4c3681cc38cb7503b4f231fc --- /dev/null +++ b/captcha/coordinates/sample_1130/sample_info.json @@ -0,0 +1,84 @@ +{ + "sample_id": 1130, + "coordinate_system": { + "row_labels": [ + "L", + "M", + "N", + "O" + ], + "col_labels": [ + "3", + "4", + "5", + "6" + ] + }, + "correct_position": { + "coordinates": [ + 3, + 2 + ], + "position_text": "O5" + }, + "all_positions": [ + { + "image_index": 1, + "coordinates": [ + 2, + 2 + ], + "position_text": "N5", + "is_correct": false + }, + { + "image_index": 2, + "coordinates": [ + 0, + 2 + ], + "position_text": "L5", + "is_correct": false + }, + { + "image_index": 3, + "coordinates": [ + 0, + 1 + ], + "position_text": "L4", + "is_correct": false + }, + { + "image_index": 4, + "coordinates": [ + 1, + 2 + ], + "position_text": "M5", + "is_correct": false + }, + { + "image_index": 5, + "coordinates": [ + 3, + 2 + ], + "position_text": "O5", + "is_correct": true + } + ], + "resources_used": { + "base_icon": "sofa.png", + "overlay_icon": "蓝莓小子.png", + "background_top": "back.png", + "background_bottom": "submit.png", + "arrow_left": "arrow-circle-left.png", + "arrow_right": "arrow-circle-right.png" + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png", + "correct_answer_position": "O5" + } +} \ No newline at end of file diff --git a/captcha/coordinates/sample_1137/coordinates.json b/captcha/coordinates/sample_1137/coordinates.json new file mode 100644 index 0000000000000000000000000000000000000000..12d16fc6939dc1346ce09bed69ddacf0bba8d836 --- /dev/null +++ b/captcha/coordinates/sample_1137/coordinates.json @@ -0,0 +1,30 @@ +{ + "image_list": [ + "image_1.png", + "image_2.png", + "image_3.png", + "image_4.png", + "image_5.png" + ], + "ground_truth_image_index": 3, + "arrow_box": [ + [ + 468, + 678, + 528, + 738 + ], + [ + 763, + 683, + 823, + 743 + ] + ], + "submit_box": [ + 40, + 620, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/coordinates/sample_1137/sample_info.json b/captcha/coordinates/sample_1137/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..1c8637b15c4f5dc28f35ee7a819ad46baba4af8b --- /dev/null +++ b/captcha/coordinates/sample_1137/sample_info.json @@ -0,0 +1,84 @@ +{ + "sample_id": 1137, + "coordinate_system": { + "row_labels": [ + "I", + "J", + "K", + "L" + ], + "col_labels": [ + "3", + "4", + "5", + "6" + ] + }, + "correct_position": { + "coordinates": [ + 2, + 1 + ], + "position_text": "K4" + }, + "all_positions": [ + { + "image_index": 1, + "coordinates": [ + 1, + 0 + ], + "position_text": "J3", + "is_correct": false + }, + { + "image_index": 2, + "coordinates": [ + 2, + 0 + ], + "position_text": "K3", + "is_correct": false + }, + { + "image_index": 3, + "coordinates": [ + 2, + 1 + ], + "position_text": "K4", + "is_correct": true + }, + { + "image_index": 4, + "coordinates": [ + 3, + 0 + ], + "position_text": "L3", + "is_correct": false + }, + { + "image_index": 5, + "coordinates": [ + 0, + 3 + ], + "position_text": "I6", + "is_correct": false + } + ], + "resources_used": { + "base_icon": "sofa.png", + "overlay_icon": "藏獒.png", + "background_top": "back.png", + "background_bottom": "submit.png", + "arrow_left": "arrow-circle-left.png", + "arrow_right": "arrow-circle-right.png" + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png", + "correct_answer_position": "K4" + } +} \ No newline at end of file diff --git a/captcha/coordinates/sample_1197/coordinates.json b/captcha/coordinates/sample_1197/coordinates.json new file mode 100644 index 0000000000000000000000000000000000000000..ee5d5b6799ea12113846ff9be1e02087b80a1a49 --- /dev/null +++ b/captcha/coordinates/sample_1197/coordinates.json @@ -0,0 +1,30 @@ +{ + "image_list": [ + "image_1.png", + "image_2.png", + "image_3.png", + "image_4.png", + "image_5.png" + ], + "ground_truth_image_index": 5, + "arrow_box": [ + [ + 435, + 676, + 495, + 736 + ], + [ + 725, + 702, + 785, + 762 + ] + ], + "submit_box": [ + 40, + 620, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/coordinates/sample_1197/sample_info.json b/captcha/coordinates/sample_1197/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..50cf37cb33b9d9580e5fbcaf3567298ea9d613b4 --- /dev/null +++ b/captcha/coordinates/sample_1197/sample_info.json @@ -0,0 +1,84 @@ +{ + "sample_id": 1197, + "coordinate_system": { + "row_labels": [ + "H", + "I", + "J", + "K" + ], + "col_labels": [ + "3", + "4", + "5", + "6" + ] + }, + "correct_position": { + "coordinates": [ + 2, + 0 + ], + "position_text": "J3" + }, + "all_positions": [ + { + "image_index": 1, + "coordinates": [ + 1, + 0 + ], + "position_text": "I3", + "is_correct": false + }, + { + "image_index": 2, + "coordinates": [ + 3, + 0 + ], + "position_text": "K3", + "is_correct": false + }, + { + "image_index": 3, + "coordinates": [ + 3, + 1 + ], + "position_text": "K4", + "is_correct": false + }, + { + "image_index": 4, + "coordinates": [ + 3, + 3 + ], + "position_text": "K6", + "is_correct": false + }, + { + "image_index": 5, + "coordinates": [ + 2, + 0 + ], + "position_text": "J3", + "is_correct": true + } + ], + "resources_used": { + "base_icon": "sofa.png", + "overlay_icon": "鹿,卡通动物.png", + "background_top": "back.png", + "background_bottom": "submit3.png", + "arrow_left": "arrow-circle-left.png", + "arrow_right": "arrow-circle-right.png" + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png", + "correct_answer_position": "J3" + } +} \ No newline at end of file diff --git a/captcha/coordinates/sample_1302/coordinates.json b/captcha/coordinates/sample_1302/coordinates.json new file mode 100644 index 0000000000000000000000000000000000000000..d32806596d1bb6ae57c25df749b4ced3ad338263 --- /dev/null +++ b/captcha/coordinates/sample_1302/coordinates.json @@ -0,0 +1,30 @@ +{ + "image_list": [ + "image_1.png", + "image_2.png", + "image_3.png", + "image_4.png", + "image_5.png" + ], + "ground_truth_image_index": 2, + "arrow_box": [ + [ + 513, + 688, + 573, + 748 + ], + [ + 791, + 713, + 851, + 773 + ] + ], + "submit_box": [ + 40, + 620, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/coordinates/sample_1305/coordinates.json b/captcha/coordinates/sample_1305/coordinates.json new file mode 100644 index 0000000000000000000000000000000000000000..6e2cff62490ff233472cae25ada5fa7584e299ca --- /dev/null +++ b/captcha/coordinates/sample_1305/coordinates.json @@ -0,0 +1,30 @@ +{ + "image_list": [ + "image_1.png", + "image_2.png", + "image_3.png", + "image_4.png", + "image_5.png" + ], + "ground_truth_image_index": 5, + "arrow_box": [ + [ + 511, + 667, + 571, + 727 + ], + [ + 838, + 665, + 898, + 725 + ] + ], + "submit_box": [ + 40, + 620, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/coordinates/sample_1305/sample_info.json b/captcha/coordinates/sample_1305/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..308e1bef5059301c999510077da2daf3153fc8e0 --- /dev/null +++ b/captcha/coordinates/sample_1305/sample_info.json @@ -0,0 +1,84 @@ +{ + "sample_id": 1305, + "coordinate_system": { + "row_labels": [ + "M", + "N", + "O", + "P" + ], + "col_labels": [ + "3", + "4", + "5", + "6" + ] + }, + "correct_position": { + "coordinates": [ + 2, + 2 + ], + "position_text": "O5" + }, + "all_positions": [ + { + "image_index": 1, + "coordinates": [ + 2, + 3 + ], + "position_text": "O6", + "is_correct": false + }, + { + "image_index": 2, + "coordinates": [ + 0, + 1 + ], + "position_text": "M4", + "is_correct": false + }, + { + "image_index": 3, + "coordinates": [ + 1, + 3 + ], + "position_text": "N6", + "is_correct": false + }, + { + "image_index": 4, + "coordinates": [ + 2, + 1 + ], + "position_text": "O4", + "is_correct": false + }, + { + "image_index": 5, + "coordinates": [ + 2, + 2 + ], + "position_text": "O5", + "is_correct": true + } + ], + "resources_used": { + "base_icon": "dengzi.png", + "overlay_icon": "哈士奇.png", + "background_top": "back.png", + "background_bottom": "submit.png", + "arrow_left": "arrow-circle-left.png", + "arrow_right": "arrow-circle-right.png" + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png", + "correct_answer_position": "O5" + } +} \ No newline at end of file diff --git a/captcha/coordinates/sample_1538/coordinates.json b/captcha/coordinates/sample_1538/coordinates.json new file mode 100644 index 0000000000000000000000000000000000000000..c010c189a4f4f065d6d0b3aca2b53309f86aaaac --- /dev/null +++ b/captcha/coordinates/sample_1538/coordinates.json @@ -0,0 +1,30 @@ +{ + "image_list": [ + "image_1.png", + "image_2.png", + "image_3.png", + "image_4.png", + "image_5.png" + ], + "ground_truth_image_index": 2, + "arrow_box": [ + [ + 518, + 702, + 578, + 762 + ], + [ + 831, + 676, + 891, + 736 + ] + ], + "submit_box": [ + 40, + 620, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/coordinates/sample_1538/sample_info.json b/captcha/coordinates/sample_1538/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..f361d71fadbb9b55c44575c445a08e306ba195cb --- /dev/null +++ b/captcha/coordinates/sample_1538/sample_info.json @@ -0,0 +1,84 @@ +{ + "sample_id": 1538, + "coordinate_system": { + "row_labels": [ + "E", + "F", + "G", + "H" + ], + "col_labels": [ + "3", + "4", + "5", + "6" + ] + }, + "correct_position": { + "coordinates": [ + 3, + 1 + ], + "position_text": "H4" + }, + "all_positions": [ + { + "image_index": 1, + "coordinates": [ + 0, + 0 + ], + "position_text": "E3", + "is_correct": false + }, + { + "image_index": 2, + "coordinates": [ + 3, + 1 + ], + "position_text": "H4", + "is_correct": true + }, + { + "image_index": 3, + "coordinates": [ + 1, + 0 + ], + "position_text": "F3", + "is_correct": false + }, + { + "image_index": 4, + "coordinates": [ + 1, + 2 + ], + "position_text": "F5", + "is_correct": false + }, + { + "image_index": 5, + "coordinates": [ + 2, + 0 + ], + "position_text": "G3", + "is_correct": false + } + ], + "resources_used": { + "base_icon": "dengzi.png", + "overlay_icon": "藏獒.png", + "background_top": "back.png", + "background_bottom": "submit.png", + "arrow_left": "arrow-circle-left.png", + "arrow_right": "arrow-circle-right.png" + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png", + "correct_answer_position": "H4" + } +} \ No newline at end of file diff --git a/captcha/coordinates/sample_1553/coordinates.json b/captcha/coordinates/sample_1553/coordinates.json new file mode 100644 index 0000000000000000000000000000000000000000..318a519c4823d0fa8a685255d8ff7e0911df563c --- /dev/null +++ b/captcha/coordinates/sample_1553/coordinates.json @@ -0,0 +1,30 @@ +{ + "image_list": [ + "image_1.png", + "image_2.png", + "image_3.png", + "image_4.png", + "image_5.png" + ], + "ground_truth_image_index": 1, + "arrow_box": [ + [ + 452, + 714, + 512, + 774 + ], + [ + 818, + 686, + 878, + 746 + ] + ], + "submit_box": [ + 40, + 620, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/coordinates/sample_1553/sample_info.json b/captcha/coordinates/sample_1553/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..47ebe4a327df91f55aafd2883afe12f6e396c9a3 --- /dev/null +++ b/captcha/coordinates/sample_1553/sample_info.json @@ -0,0 +1,84 @@ +{ + "sample_id": 1553, + "coordinate_system": { + "row_labels": [ + "K", + "L", + "M", + "N" + ], + "col_labels": [ + "6", + "7", + "8", + "9" + ] + }, + "correct_position": { + "coordinates": [ + 1, + 0 + ], + "position_text": "L6" + }, + "all_positions": [ + { + "image_index": 1, + "coordinates": [ + 1, + 0 + ], + "position_text": "L6", + "is_correct": true + }, + { + "image_index": 2, + "coordinates": [ + 1, + 2 + ], + "position_text": "L8", + "is_correct": false + }, + { + "image_index": 3, + "coordinates": [ + 2, + 1 + ], + "position_text": "M7", + "is_correct": false + }, + { + "image_index": 4, + "coordinates": [ + 0, + 3 + ], + "position_text": "K9", + "is_correct": false + }, + { + "image_index": 5, + "coordinates": [ + 1, + 3 + ], + "position_text": "L9", + "is_correct": false + } + ], + "resources_used": { + "base_icon": "dengzi.png", + "overlay_icon": "西瓜.png", + "background_top": "back.png", + "background_bottom": "submit.png", + "arrow_left": "arrow-circle-left.png", + "arrow_right": "arrow-circle-right.png" + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png", + "correct_answer_position": "L6" + } +} \ No newline at end of file diff --git a/captcha/coordinates/sample_1598/coordinates.json b/captcha/coordinates/sample_1598/coordinates.json new file mode 100644 index 0000000000000000000000000000000000000000..1e57691ad61c2d787cd8c937a505079d5d02ba1a --- /dev/null +++ b/captcha/coordinates/sample_1598/coordinates.json @@ -0,0 +1,30 @@ +{ + "image_list": [ + "image_1.png", + "image_2.png", + "image_3.png", + "image_4.png", + "image_5.png" + ], + "ground_truth_image_index": 2, + "arrow_box": [ + [ + 485, + 713, + 545, + 773 + ], + [ + 914, + 662, + 974, + 722 + ] + ], + "submit_box": [ + 40, + 620, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/coordinates/sample_1598/sample_info.json b/captcha/coordinates/sample_1598/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..69cca290dfefc7935ab0aaa34d2b33968c349774 --- /dev/null +++ b/captcha/coordinates/sample_1598/sample_info.json @@ -0,0 +1,84 @@ +{ + "sample_id": 1598, + "coordinate_system": { + "row_labels": [ + "Q", + "R", + "S", + "T" + ], + "col_labels": [ + "0", + "1", + "2", + "3" + ] + }, + "correct_position": { + "coordinates": [ + 3, + 1 + ], + "position_text": "T1" + }, + "all_positions": [ + { + "image_index": 1, + "coordinates": [ + 1, + 3 + ], + "position_text": "R3", + "is_correct": false + }, + { + "image_index": 2, + "coordinates": [ + 3, + 1 + ], + "position_text": "T1", + "is_correct": true + }, + { + "image_index": 3, + "coordinates": [ + 0, + 2 + ], + "position_text": "Q2", + "is_correct": false + }, + { + "image_index": 4, + "coordinates": [ + 1, + 2 + ], + "position_text": "R2", + "is_correct": false + }, + { + "image_index": 5, + "coordinates": [ + 3, + 0 + ], + "position_text": "T0", + "is_correct": false + } + ], + "resources_used": { + "base_icon": "dengzi.png", + "overlay_icon": "鹿,卡通动物.png", + "background_top": "back.png", + "background_bottom": "submit3.png", + "arrow_left": "arrow-circle-left.png", + "arrow_right": "arrow-circle-right.png" + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png", + "correct_answer_position": "T1" + } +} \ No newline at end of file diff --git a/captcha/coordinates/sample_1759/coordinates.json b/captcha/coordinates/sample_1759/coordinates.json new file mode 100644 index 0000000000000000000000000000000000000000..2c50049b136756aead60f8f5f3f9be5fac4c1293 --- /dev/null +++ b/captcha/coordinates/sample_1759/coordinates.json @@ -0,0 +1,30 @@ +{ + "image_list": [ + "image_1.png", + "image_2.png", + "image_3.png", + "image_4.png", + "image_5.png" + ], + "ground_truth_image_index": 3, + "arrow_box": [ + [ + 431, + 712, + 491, + 772 + ], + [ + 848, + 708, + 908, + 768 + ] + ], + "submit_box": [ + 40, + 620, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/coordinates/sample_1759/sample_info.json b/captcha/coordinates/sample_1759/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..cec79a0b06650d570bf03b8a448b23c5bd219c96 --- /dev/null +++ b/captcha/coordinates/sample_1759/sample_info.json @@ -0,0 +1,84 @@ +{ + "sample_id": 1759, + "coordinate_system": { + "row_labels": [ + "N", + "O", + "P", + "Q" + ], + "col_labels": [ + "4", + "5", + "6", + "7" + ] + }, + "correct_position": { + "coordinates": [ + 0, + 1 + ], + "position_text": "N5" + }, + "all_positions": [ + { + "image_index": 1, + "coordinates": [ + 0, + 3 + ], + "position_text": "N7", + "is_correct": false + }, + { + "image_index": 2, + "coordinates": [ + 3, + 1 + ], + "position_text": "Q5", + "is_correct": false + }, + { + "image_index": 3, + "coordinates": [ + 0, + 1 + ], + "position_text": "N5", + "is_correct": true + }, + { + "image_index": 4, + "coordinates": [ + 1, + 2 + ], + "position_text": "O6", + "is_correct": false + }, + { + "image_index": 5, + "coordinates": [ + 2, + 0 + ], + "position_text": "P4", + "is_correct": false + } + ], + "resources_used": { + "base_icon": "yizi.png", + "overlay_icon": "柿子.png", + "background_top": "back.png", + "background_bottom": "submit3.png", + "arrow_left": "arrow-circle-left.png", + "arrow_right": "arrow-circle-right.png" + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png", + "correct_answer_position": "N5" + } +} \ No newline at end of file diff --git a/captcha/coordinates/sample_1761/coordinates.json b/captcha/coordinates/sample_1761/coordinates.json new file mode 100644 index 0000000000000000000000000000000000000000..cbfde392522bfbc125b234aa2799a259fbc317b4 --- /dev/null +++ b/captcha/coordinates/sample_1761/coordinates.json @@ -0,0 +1,30 @@ +{ + "image_list": [ + "image_1.png", + "image_2.png", + "image_3.png", + "image_4.png", + "image_5.png" + ], + "ground_truth_image_index": 1, + "arrow_box": [ + [ + 544, + 677, + 604, + 737 + ], + [ + 804, + 691, + 864, + 751 + ] + ], + "submit_box": [ + 40, + 620, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/coordinates/sample_1761/sample_info.json b/captcha/coordinates/sample_1761/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..34055ecfac544d9c3f8857b41289a0d5a864a6fd --- /dev/null +++ b/captcha/coordinates/sample_1761/sample_info.json @@ -0,0 +1,84 @@ +{ + "sample_id": 1761, + "coordinate_system": { + "row_labels": [ + "O", + "P", + "Q", + "R" + ], + "col_labels": [ + "2", + "3", + "4", + "5" + ] + }, + "correct_position": { + "coordinates": [ + 2, + 1 + ], + "position_text": "Q3" + }, + "all_positions": [ + { + "image_index": 1, + "coordinates": [ + 2, + 1 + ], + "position_text": "Q3", + "is_correct": true + }, + { + "image_index": 2, + "coordinates": [ + 3, + 0 + ], + "position_text": "R2", + "is_correct": false + }, + { + "image_index": 3, + "coordinates": [ + 0, + 3 + ], + "position_text": "O5", + "is_correct": false + }, + { + "image_index": 4, + "coordinates": [ + 2, + 0 + ], + "position_text": "Q2", + "is_correct": false + }, + { + "image_index": 5, + "coordinates": [ + 1, + 0 + ], + "position_text": "P2", + "is_correct": false + } + ], + "resources_used": { + "base_icon": "yizi.png", + "overlay_icon": "樱桃.png", + "background_top": "back.png", + "background_bottom": "submit.png", + "arrow_left": "arrow-circle-left.png", + "arrow_right": "arrow-circle-right.png" + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png", + "correct_answer_position": "Q3" + } +} \ No newline at end of file diff --git a/captcha/coordinates/sample_1792/coordinates.json b/captcha/coordinates/sample_1792/coordinates.json new file mode 100644 index 0000000000000000000000000000000000000000..b765fcea7330a028f2a113b21b221b62d0651623 --- /dev/null +++ b/captcha/coordinates/sample_1792/coordinates.json @@ -0,0 +1,30 @@ +{ + "image_list": [ + "image_1.png", + "image_2.png", + "image_3.png", + "image_4.png", + "image_5.png" + ], + "ground_truth_image_index": 4, + "arrow_box": [ + [ + 432, + 708, + 492, + 768 + ], + [ + 856, + 667, + 916, + 727 + ] + ], + "submit_box": [ + 40, + 620, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/coordinates/sample_1792/sample_info.json b/captcha/coordinates/sample_1792/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..1a6098432e9f41eed1352b3e0236969851d1b581 --- /dev/null +++ b/captcha/coordinates/sample_1792/sample_info.json @@ -0,0 +1,84 @@ +{ + "sample_id": 1792, + "coordinate_system": { + "row_labels": [ + "S", + "T", + "U", + "V" + ], + "col_labels": [ + "2", + "3", + "4", + "5" + ] + }, + "correct_position": { + "coordinates": [ + 1, + 2 + ], + "position_text": "T4" + }, + "all_positions": [ + { + "image_index": 1, + "coordinates": [ + 0, + 2 + ], + "position_text": "S4", + "is_correct": false + }, + { + "image_index": 2, + "coordinates": [ + 0, + 3 + ], + "position_text": "S5", + "is_correct": false + }, + { + "image_index": 3, + "coordinates": [ + 3, + 0 + ], + "position_text": "V2", + "is_correct": false + }, + { + "image_index": 4, + "coordinates": [ + 1, + 2 + ], + "position_text": "T4", + "is_correct": true + }, + { + "image_index": 5, + "coordinates": [ + 2, + 2 + ], + "position_text": "U4", + "is_correct": false + } + ], + "resources_used": { + "base_icon": "yizi.png", + "overlay_icon": "橙子微笑.png", + "background_top": "back.png", + "background_bottom": "submit3.png", + "arrow_left": "arrow-circle-left.png", + "arrow_right": "arrow-circle-right.png" + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png", + "correct_answer_position": "T4" + } +} \ No newline at end of file diff --git a/captcha/coordinates/sample_1795/coordinates.json b/captcha/coordinates/sample_1795/coordinates.json new file mode 100644 index 0000000000000000000000000000000000000000..16f5a72c9922e8dc9b321e109fd987b237b48ae9 --- /dev/null +++ b/captcha/coordinates/sample_1795/coordinates.json @@ -0,0 +1,30 @@ +{ + "image_list": [ + "image_1.png", + "image_2.png", + "image_3.png", + "image_4.png", + "image_5.png" + ], + "ground_truth_image_index": 4, + "arrow_box": [ + [ + 614, + 681, + 674, + 741 + ], + [ + 868, + 714, + 928, + 774 + ] + ], + "submit_box": [ + 40, + 620, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/coordinates/sample_1795/sample_info.json b/captcha/coordinates/sample_1795/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..a915a99d437d4ee6c5d4b5cea6772bb8b0a39947 --- /dev/null +++ b/captcha/coordinates/sample_1795/sample_info.json @@ -0,0 +1,84 @@ +{ + "sample_id": 1795, + "coordinate_system": { + "row_labels": [ + "R", + "S", + "T", + "U" + ], + "col_labels": [ + "4", + "5", + "6", + "7" + ] + }, + "correct_position": { + "coordinates": [ + 2, + 1 + ], + "position_text": "T5" + }, + "all_positions": [ + { + "image_index": 1, + "coordinates": [ + 0, + 2 + ], + "position_text": "R6", + "is_correct": false + }, + { + "image_index": 2, + "coordinates": [ + 1, + 2 + ], + "position_text": "S6", + "is_correct": false + }, + { + "image_index": 3, + "coordinates": [ + 3, + 0 + ], + "position_text": "U4", + "is_correct": false + }, + { + "image_index": 4, + "coordinates": [ + 2, + 1 + ], + "position_text": "T5", + "is_correct": true + }, + { + "image_index": 5, + "coordinates": [ + 3, + 3 + ], + "position_text": "U7", + "is_correct": false + } + ], + "resources_used": { + "base_icon": "yizi.png", + "overlay_icon": "河马.png", + "background_top": "back.png", + "background_bottom": "submit.png", + "arrow_left": "arrow-circle-left.png", + "arrow_right": "arrow-circle-right.png" + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png", + "correct_answer_position": "T5" + } +} \ No newline at end of file diff --git a/captcha/coordinates/sample_1933/coordinates.json b/captcha/coordinates/sample_1933/coordinates.json new file mode 100644 index 0000000000000000000000000000000000000000..64865e2ef220760ef579343855da12974e20ac75 --- /dev/null +++ b/captcha/coordinates/sample_1933/coordinates.json @@ -0,0 +1,30 @@ +{ + "image_list": [ + "image_1.png", + "image_2.png", + "image_3.png", + "image_4.png", + "image_5.png" + ], + "ground_truth_image_index": 4, + "arrow_box": [ + [ + 501, + 703, + 561, + 763 + ], + [ + 885, + 691, + 945, + 751 + ] + ], + "submit_box": [ + 40, + 620, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/coordinates/sample_1933/sample_info.json b/captcha/coordinates/sample_1933/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..2fa63f5a43abd7270315b7c8a6f62bf918c6982d --- /dev/null +++ b/captcha/coordinates/sample_1933/sample_info.json @@ -0,0 +1,84 @@ +{ + "sample_id": 1933, + "coordinate_system": { + "row_labels": [ + "J", + "K", + "L", + "M" + ], + "col_labels": [ + "5", + "6", + "7", + "8" + ] + }, + "correct_position": { + "coordinates": [ + 2, + 1 + ], + "position_text": "L6" + }, + "all_positions": [ + { + "image_index": 1, + "coordinates": [ + 3, + 3 + ], + "position_text": "M8", + "is_correct": false + }, + { + "image_index": 2, + "coordinates": [ + 0, + 3 + ], + "position_text": "J8", + "is_correct": false + }, + { + "image_index": 3, + "coordinates": [ + 1, + 2 + ], + "position_text": "K7", + "is_correct": false + }, + { + "image_index": 4, + "coordinates": [ + 2, + 1 + ], + "position_text": "L6", + "is_correct": true + }, + { + "image_index": 5, + "coordinates": [ + 2, + 0 + ], + "position_text": "L5", + "is_correct": false + } + ], + "resources_used": { + "base_icon": "yizi.png", + "overlay_icon": "蓝莓小子.png", + "background_top": "back.png", + "background_bottom": "submit3.png", + "arrow_left": "arrow-circle-left.png", + "arrow_right": "arrow-circle-right.png" + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png", + "correct_answer_position": "L6" + } +} \ No newline at end of file diff --git a/captcha/coordinates/sample_1934/coordinates.json b/captcha/coordinates/sample_1934/coordinates.json new file mode 100644 index 0000000000000000000000000000000000000000..f97f7700d5a3070deccc8559ece56a45e806a434 --- /dev/null +++ b/captcha/coordinates/sample_1934/coordinates.json @@ -0,0 +1,30 @@ +{ + "image_list": [ + "image_1.png", + "image_2.png", + "image_3.png", + "image_4.png", + "image_5.png" + ], + "ground_truth_image_index": 4, + "arrow_box": [ + [ + 590, + 696, + 650, + 756 + ], + [ + 890, + 671, + 950, + 731 + ] + ], + "submit_box": [ + 40, + 620, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/coordinates/sample_1934/sample_info.json b/captcha/coordinates/sample_1934/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..097f2969021087ba5e0a530c22ffdc20585a6139 --- /dev/null +++ b/captcha/coordinates/sample_1934/sample_info.json @@ -0,0 +1,84 @@ +{ + "sample_id": 1934, + "coordinate_system": { + "row_labels": [ + "R", + "S", + "T", + "U" + ], + "col_labels": [ + "2", + "3", + "4", + "5" + ] + }, + "correct_position": { + "coordinates": [ + 1, + 0 + ], + "position_text": "S2" + }, + "all_positions": [ + { + "image_index": 1, + "coordinates": [ + 3, + 3 + ], + "position_text": "U5", + "is_correct": false + }, + { + "image_index": 2, + "coordinates": [ + 2, + 0 + ], + "position_text": "T2", + "is_correct": false + }, + { + "image_index": 3, + "coordinates": [ + 3, + 2 + ], + "position_text": "U4", + "is_correct": false + }, + { + "image_index": 4, + "coordinates": [ + 1, + 0 + ], + "position_text": "S2", + "is_correct": true + }, + { + "image_index": 5, + "coordinates": [ + 1, + 2 + ], + "position_text": "S4", + "is_correct": false + } + ], + "resources_used": { + "base_icon": "yizi.png", + "overlay_icon": "蓝莓小子.png", + "background_top": "back.png", + "background_bottom": "submit3.png", + "arrow_left": "arrow-circle-left.png", + "arrow_right": "arrow-circle-right.png" + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png", + "correct_answer_position": "S2" + } +} \ No newline at end of file diff --git a/captcha/coordinates/sample_1960/coordinates.json b/captcha/coordinates/sample_1960/coordinates.json new file mode 100644 index 0000000000000000000000000000000000000000..67a0d4455d49c65a5cda5840de6613a5dd2e73c5 --- /dev/null +++ b/captcha/coordinates/sample_1960/coordinates.json @@ -0,0 +1,30 @@ +{ + "image_list": [ + "image_1.png", + "image_2.png", + "image_3.png", + "image_4.png", + "image_5.png" + ], + "ground_truth_image_index": 4, + "arrow_box": [ + [ + 598, + 701, + 658, + 761 + ], + [ + 902, + 709, + 962, + 769 + ] + ], + "submit_box": [ + 40, + 620, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/coordinates/sample_1960/sample_info.json b/captcha/coordinates/sample_1960/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..a633203463128804e2acdf23b40fb0279ff85fdd --- /dev/null +++ b/captcha/coordinates/sample_1960/sample_info.json @@ -0,0 +1,84 @@ +{ + "sample_id": 1960, + "coordinate_system": { + "row_labels": [ + "M", + "N", + "O", + "P" + ], + "col_labels": [ + "2", + "3", + "4", + "5" + ] + }, + "correct_position": { + "coordinates": [ + 3, + 3 + ], + "position_text": "P5" + }, + "all_positions": [ + { + "image_index": 1, + "coordinates": [ + 0, + 1 + ], + "position_text": "M3", + "is_correct": false + }, + { + "image_index": 2, + "coordinates": [ + 0, + 0 + ], + "position_text": "M2", + "is_correct": false + }, + { + "image_index": 3, + "coordinates": [ + 3, + 0 + ], + "position_text": "P2", + "is_correct": false + }, + { + "image_index": 4, + "coordinates": [ + 3, + 3 + ], + "position_text": "P5", + "is_correct": true + }, + { + "image_index": 5, + "coordinates": [ + 2, + 1 + ], + "position_text": "O3", + "is_correct": false + } + ], + "resources_used": { + "base_icon": "yizi.png", + "overlay_icon": "西瓜.png", + "background_top": "back.png", + "background_bottom": "submit3.png", + "arrow_left": "arrow-circle-left.png", + "arrow_right": "arrow-circle-right.png" + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png", + "correct_answer_position": "P5" + } +} \ No newline at end of file diff --git a/captcha/coordinates/sample_1994/coordinates.json b/captcha/coordinates/sample_1994/coordinates.json new file mode 100644 index 0000000000000000000000000000000000000000..60060806c837cce29cf303b81d0136c6ff1649e2 --- /dev/null +++ b/captcha/coordinates/sample_1994/coordinates.json @@ -0,0 +1,30 @@ +{ + "image_list": [ + "image_1.png", + "image_2.png", + "image_3.png", + "image_4.png", + "image_5.png" + ], + "ground_truth_image_index": 5, + "arrow_box": [ + [ + 553, + 663, + 613, + 723 + ], + [ + 904, + 664, + 964, + 724 + ] + ], + "submit_box": [ + 40, + 620, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/coordinates/sample_1994/sample_info.json b/captcha/coordinates/sample_1994/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..4a93fd0fddd6e672a0cb7050dcf0d4d0a22ca300 --- /dev/null +++ b/captcha/coordinates/sample_1994/sample_info.json @@ -0,0 +1,84 @@ +{ + "sample_id": 1994, + "coordinate_system": { + "row_labels": [ + "S", + "T", + "U", + "V" + ], + "col_labels": [ + "1", + "2", + "3", + "4" + ] + }, + "correct_position": { + "coordinates": [ + 0, + 3 + ], + "position_text": "S4" + }, + "all_positions": [ + { + "image_index": 1, + "coordinates": [ + 2, + 0 + ], + "position_text": "U1", + "is_correct": false + }, + { + "image_index": 2, + "coordinates": [ + 0, + 2 + ], + "position_text": "S3", + "is_correct": false + }, + { + "image_index": 3, + "coordinates": [ + 0, + 1 + ], + "position_text": "S2", + "is_correct": false + }, + { + "image_index": 4, + "coordinates": [ + 3, + 1 + ], + "position_text": "V2", + "is_correct": false + }, + { + "image_index": 5, + "coordinates": [ + 0, + 3 + ], + "position_text": "S4", + "is_correct": true + } + ], + "resources_used": { + "base_icon": "yizi.png", + "overlay_icon": "鹿,卡通动物.png", + "background_top": "back.png", + "background_bottom": "submit.png", + "arrow_left": "arrow-circle-left.png", + "arrow_right": "arrow-circle-right.png" + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png", + "correct_answer_position": "S4" + } +} \ No newline at end of file