diff --git a/captcha/dart counting/sample_0010/dart_counting.json b/captcha/dart counting/sample_0010/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..41e269e0855b6a884b496deac456c529b0289d1a --- /dev/null +++ b/captcha/dart counting/sample_0010/dart_counting.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": [ + [ + 434, + 649, + 542, + 739 + ], + [ + 778, + 660, + 886, + 750 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0010/sample_info.json b/captcha/dart counting/sample_0010/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..c6e26ee3b403c763e013f75e82f7829a12819820 --- /dev/null +++ b/captcha/dart counting/sample_0010/sample_info.json @@ -0,0 +1,141 @@ +{ + "sample_id": 10, + "target_number": 15, + "background_image": "num15.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3, + 1, + 2 + ], + "numbers_used": [ + 9, + 11, + 7 + ], + "sum": 27, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 0, + 1 + ], + "numbers_used": [ + 3, + 4 + ], + "sum": 7, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 18 + ], + "sum": 18, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 15 + ], + "sum": 15, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 4 + ], + "sum": 4, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + -20, + 14 + ], + "dart_extra_offset": [ + -19, + 29 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 410, + 613 + ], + "offset": [ + -40, + 13 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 754, + 624 + ], + "offset": [ + 4, + 24 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 434, + 649, + 542, + 739 + ], + [ + 778, + 660, + 886, + 750 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0011/dart_counting.json b/captcha/dart counting/sample_0011/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..ac7661781541fe59f4dc81d44e057187abbfcdd0 --- /dev/null +++ b/captcha/dart counting/sample_0011/dart_counting.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": [ + [ + 479, + 661, + 587, + 751 + ], + [ + 733, + 676, + 841, + 766 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0011/sample_info.json b/captcha/dart counting/sample_0011/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..8d467a6da44b0a617238bcbfeae6d7c2ef726f28 --- /dev/null +++ b/captcha/dart counting/sample_0011/sample_info.json @@ -0,0 +1,149 @@ +{ + "sample_id": 11, + "target_number": 15, + "background_image": "num15.png", + "correct_answer_index": 2, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 20 + ], + "sum": 20, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 15 + ], + "sum": 15, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 0, + 2 + ], + "numbers_used": [ + 1, + 3, + 3 + ], + "sum": 7, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 0, + 1, + 2 + ], + "numbers_used": [ + 3, + 5, + 4 + ], + "sum": 12, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 1, + 3, + 2 + ], + "numbers_used": [ + 5, + 2, + 4, + 1 + ], + "sum": 12, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + -5, + -6 + ], + "dart_extra_offset": [ + 20, + 1 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 455, + 625 + ], + "offset": [ + 5, + 25 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 709, + 640 + ], + "offset": [ + -41, + 40 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 479, + 661, + 587, + 751 + ], + [ + 733, + 676, + 841, + 766 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0016/dart_counting.json b/captcha/dart counting/sample_0016/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..2762a6b3613e8f182dfea91c050ba30c6e96366b --- /dev/null +++ b/captcha/dart counting/sample_0016/dart_counting.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": [ + [ + 484, + 646, + 592, + 736 + ], + [ + 785, + 652, + 893, + 742 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0016/sample_info.json b/captcha/dart counting/sample_0016/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..43443957c9634a163157a69d4b6e83ade4388445 --- /dev/null +++ b/captcha/dart counting/sample_0016/sample_info.json @@ -0,0 +1,141 @@ +{ + "sample_id": 16, + "target_number": 15, + "background_image": "num15.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 0 + ], + "numbers_used": [ + 4, + 8 + ], + "sum": 12, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 1, + 2, + 0 + ], + "numbers_used": [ + 2, + 4, + 8 + ], + "sum": 14, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 5 + ], + "sum": 5, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 15 + ], + "sum": 15, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 2 + ], + "sum": 2, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -3, + -11 + ], + "dart_extra_offset": [ + -5, + 4 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 460, + 610 + ], + "offset": [ + 10, + 10 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 761, + 616 + ], + "offset": [ + 11, + 16 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 484, + 646, + 592, + 736 + ], + [ + 785, + 652, + 893, + 742 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0017/dart_counting.json b/captcha/dart counting/sample_0017/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..2c5be58d3d948c2f684a828e86bc6d33e7647f24 --- /dev/null +++ b/captcha/dart counting/sample_0017/dart_counting.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": [ + [ + 472, + 667, + 580, + 757 + ], + [ + 817, + 646, + 925, + 736 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0017/sample_info.json b/captcha/dart counting/sample_0017/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..4263f36bdf616a97e7bd7a89a338559bbbb6911f --- /dev/null +++ b/captcha/dart counting/sample_0017/sample_info.json @@ -0,0 +1,149 @@ +{ + "sample_id": 17, + "target_number": 15, + "background_image": "num15.png", + "correct_answer_index": 5, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 3 + ], + "numbers_used": [ + 1, + 4 + ], + "sum": 5, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 0 + ], + "numbers_used": [ + 15, + 10 + ], + "sum": 25, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 3, + 1, + 0 + ], + "numbers_used": [ + 1, + 2, + 3 + ], + "sum": 6, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 1, + 0 + ], + "numbers_used": [ + 3, + 6, + 3 + ], + "sum": 12, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 3, + 1 + ], + "numbers_used": [ + 10, + 5 + ], + "sum": 15, + "is_correct": true, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + 0, + -6 + ], + "dart_extra_offset": [ + 18, + -5 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 448, + 631 + ], + "offset": [ + -2, + 31 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 793, + 610 + ], + "offset": [ + 43, + 10 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 472, + 667, + 580, + 757 + ], + [ + 817, + 646, + 925, + 736 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0018/dart_counting.json b/captcha/dart counting/sample_0018/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..a0cca777b7ca9fedc27f9939aa0f8aba1407b6e5 --- /dev/null +++ b/captcha/dart counting/sample_0018/dart_counting.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": [ + [ + 504, + 661, + 612, + 751 + ], + [ + 777, + 665, + 885, + 755 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0018/sample_info.json b/captcha/dart counting/sample_0018/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..df010d4db57d2120a4f9907602f0ea8034e27a58 --- /dev/null +++ b/captcha/dart counting/sample_0018/sample_info.json @@ -0,0 +1,139 @@ +{ + "sample_id": 18, + "target_number": 15, + "background_image": "num15.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 15 + ], + "sum": 15, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 14 + ], + "sum": 14, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 0, + 1 + ], + "numbers_used": [ + 7, + 6 + ], + "sum": 13, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 3 + ], + "sum": 3, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 2 + ], + "numbers_used": [ + 2, + 2 + ], + "sum": 4, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + -1, + -4 + ], + "dart_extra_offset": [ + -6, + -7 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 480, + 625 + ], + "offset": [ + 30, + 25 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 753, + 629 + ], + "offset": [ + 3, + 29 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 504, + 661, + 612, + 751 + ], + [ + 777, + 665, + 885, + 755 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0019/dart_counting.json b/captcha/dart counting/sample_0019/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..2cb8cdd750a31335a5dca84b8bce3ee1e3368db4 --- /dev/null +++ b/captcha/dart counting/sample_0019/dart_counting.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": [ + [ + 443, + 668, + 551, + 758 + ], + [ + 805, + 666, + 913, + 756 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0019/sample_info.json b/captcha/dart counting/sample_0019/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..d8cbe49cb27deccf819e6cf5a0ef0ec5c0ab5710 --- /dev/null +++ b/captcha/dart counting/sample_0019/sample_info.json @@ -0,0 +1,151 @@ +{ + "sample_id": 19, + "target_number": 15, + "background_image": "num15.png", + "correct_answer_index": 2, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 3, + 1, + 2 + ], + "numbers_used": [ + 2, + 4, + 3, + 4 + ], + "sum": 13, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 15 + ], + "sum": 15, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 3, + 0 + ], + "numbers_used": [ + 1, + 1 + ], + "sum": 2, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 1, + 3 + ], + "numbers_used": [ + 6, + 1 + ], + "sum": 7, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 3, + 1, + 2, + 0 + ], + "numbers_used": [ + 4, + 7, + 5, + 5 + ], + "sum": 21, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -19, + -15 + ], + "dart_extra_offset": [ + -20, + -9 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 419, + 632 + ], + "offset": [ + -31, + 32 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 781, + 630 + ], + "offset": [ + 31, + 30 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 443, + 668, + 551, + 758 + ], + [ + 805, + 666, + 913, + 756 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0020/dart_counting.json b/captcha/dart counting/sample_0020/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..ab644b9d9a8295860b7bfe2acda09c08a5a1e6db --- /dev/null +++ b/captcha/dart counting/sample_0020/dart_counting.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": [ + [ + 447, + 649, + 555, + 739 + ], + [ + 739, + 654, + 847, + 744 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0020/sample_info.json b/captcha/dart counting/sample_0020/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..62841831eba719d6bed9cfdcbe7c3e49b36e3d3f --- /dev/null +++ b/captcha/dart counting/sample_0020/sample_info.json @@ -0,0 +1,157 @@ +{ + "sample_id": 20, + "target_number": 15, + "background_image": "num15.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 1, + 0 + ], + "numbers_used": [ + 10, + 5, + 7 + ], + "sum": 22, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 0, + 1, + 3, + 2 + ], + "numbers_used": [ + 3, + 2, + 2, + 1 + ], + "sum": 8, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 0, + 2, + 3 + ], + "numbers_used": [ + 8, + 3, + 6, + 5 + ], + "sum": 22, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 15 + ], + "sum": 15, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 3, + 2, + 1, + 0 + ], + "numbers_used": [ + 1, + 1, + 1, + 1 + ], + "sum": 4, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + -18, + -15 + ], + "dart_extra_offset": [ + -18, + 6 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 423, + 613 + ], + "offset": [ + -27, + 13 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 715, + 618 + ], + "offset": [ + -35, + 18 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 447, + 649, + 555, + 739 + ], + [ + 739, + 654, + 847, + 744 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0021/dart_counting.json b/captcha/dart counting/sample_0021/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..99fafe04277b7988ba3365f724d7e3edfbe5760c --- /dev/null +++ b/captcha/dart counting/sample_0021/dart_counting.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": [ + [ + 436, + 658, + 544, + 748 + ], + [ + 809, + 637, + 917, + 727 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0021/sample_info.json b/captcha/dart counting/sample_0021/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..661c19aae29df20dc17779066bebfb0443d8fdb7 --- /dev/null +++ b/captcha/dart counting/sample_0021/sample_info.json @@ -0,0 +1,149 @@ +{ + "sample_id": 21, + "target_number": 15, + "background_image": "num15.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 6 + ], + "sum": 6, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 1, + 2 + ], + "numbers_used": [ + 4, + 2 + ], + "sum": 6, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 15 + ], + "sum": 15, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 1, + 2, + 0 + ], + "numbers_used": [ + 5, + 3, + 4, + 7 + ], + "sum": 19, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 0, + 2, + 3 + ], + "numbers_used": [ + 5, + 3, + 4, + 1 + ], + "sum": 13, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + 19, + -13 + ], + "dart_extra_offset": [ + -7, + -4 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 412, + 622 + ], + "offset": [ + -38, + 22 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 785, + 601 + ], + "offset": [ + 35, + 1 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 436, + 658, + 544, + 748 + ], + [ + 809, + 637, + 917, + 727 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0026/dart_counting.json b/captcha/dart counting/sample_0026/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..8501c068c7b7de02160dad550e287ee3c3c04a1e --- /dev/null +++ b/captcha/dart counting/sample_0026/dart_counting.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": [ + [ + 451, + 648, + 559, + 738 + ], + [ + 809, + 667, + 917, + 757 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0026/sample_info.json b/captcha/dart counting/sample_0026/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..eae6f16a4657d795da3f16f214efa5e1ffb51a8a --- /dev/null +++ b/captcha/dart counting/sample_0026/sample_info.json @@ -0,0 +1,151 @@ +{ + "sample_id": 26, + "target_number": 15, + "background_image": "num15.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 8 + ], + "sum": 8, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 0, + 2, + 1 + ], + "numbers_used": [ + 1, + 1, + 2 + ], + "sum": 4, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 0 + ], + "numbers_used": [ + 1, + 1 + ], + "sum": 2, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 0, + 1, + 2 + ], + "numbers_used": [ + 7, + 5, + 3 + ], + "sum": 15, + "is_correct": true, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 3, + 0, + 2 + ], + "numbers_used": [ + 6, + 6, + 3, + 8 + ], + "sum": 23, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + -20, + 9 + ], + "dart_extra_offset": [ + -8, + 9 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 427, + 612 + ], + "offset": [ + -23, + 12 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 785, + 631 + ], + "offset": [ + 35, + 31 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 451, + 648, + 559, + 738 + ], + [ + 809, + 667, + 917, + 757 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0027/dart_counting.json b/captcha/dart counting/sample_0027/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..ca93d255644d8341298250c7090eb7d487956508 --- /dev/null +++ b/captcha/dart counting/sample_0027/dart_counting.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": [ + [ + 445, + 643, + 553, + 733 + ], + [ + 764, + 653, + 872, + 743 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0027/sample_info.json b/captcha/dart counting/sample_0027/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..1e5da9b37965a388429d32d33c0474df752c74fe --- /dev/null +++ b/captcha/dart counting/sample_0027/sample_info.json @@ -0,0 +1,153 @@ +{ + "sample_id": 27, + "target_number": 15, + "background_image": "num15.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 1 + ], + "numbers_used": [ + 7, + 6 + ], + "sum": 13, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 17 + ], + "sum": 17, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 3, + 1, + 2, + 0 + ], + "numbers_used": [ + 4, + 5, + 3, + 3 + ], + "sum": 15, + "is_correct": true, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 1, + 2 + ], + "numbers_used": [ + 5, + 5, + 6 + ], + "sum": 16, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 2, + 1, + 3, + 0 + ], + "numbers_used": [ + 6, + 3, + 5, + 2 + ], + "sum": 16, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + 10, + 7 + ], + "dart_extra_offset": [ + 12, + -5 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 421, + 607 + ], + "offset": [ + -29, + 7 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 740, + 617 + ], + "offset": [ + -10, + 17 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 445, + 643, + 553, + 733 + ], + [ + 764, + 653, + 872, + 743 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0028/dart_counting.json b/captcha/dart counting/sample_0028/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..223fe45a95bf3c2929ed59bce8b8baaae924c3e2 --- /dev/null +++ b/captcha/dart counting/sample_0028/dart_counting.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": [ + [ + 492, + 641, + 600, + 731 + ], + [ + 783, + 645, + 891, + 735 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0028/sample_info.json b/captcha/dart counting/sample_0028/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..6f183ea3eefa7a54afe6f5709089d90e5da963b6 --- /dev/null +++ b/captcha/dart counting/sample_0028/sample_info.json @@ -0,0 +1,153 @@ +{ + "sample_id": 28, + "target_number": 15, + "background_image": "num15.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 2 + ], + "numbers_used": [ + 1, + 1 + ], + "sum": 2, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 0, + 2, + 3 + ], + "numbers_used": [ + 9, + 7, + 11 + ], + "sum": 27, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 2, + 3, + 1, + 0 + ], + "numbers_used": [ + 3, + 3, + 5, + 4 + ], + "sum": 15, + "is_correct": true, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 13 + ], + "sum": 13, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 2, + 3, + 0 + ], + "numbers_used": [ + 5, + 3, + 5, + 5 + ], + "sum": 18, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + -3, + 18 + ], + "dart_extra_offset": [ + 12, + 10 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 468, + 605 + ], + "offset": [ + 18, + 5 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 759, + 609 + ], + "offset": [ + 9, + 9 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 492, + 641, + 600, + 731 + ], + [ + 783, + 645, + 891, + 735 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0029/dart_counting.json b/captcha/dart counting/sample_0029/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..79e8e35eb3988799803426d0fb4ef93d624c5831 --- /dev/null +++ b/captcha/dart counting/sample_0029/dart_counting.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": [ + [ + 488, + 665, + 596, + 755 + ], + [ + 808, + 664, + 916, + 754 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0029/sample_info.json b/captcha/dart counting/sample_0029/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..3857fd536f7740b2aeb8892841e42cd7c155d6eb --- /dev/null +++ b/captcha/dart counting/sample_0029/sample_info.json @@ -0,0 +1,153 @@ +{ + "sample_id": 29, + "target_number": 15, + "background_image": "num15.png", + "correct_answer_index": 5, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 7 + ], + "sum": 7, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 1, + 2, + 0 + ], + "numbers_used": [ + 7, + 10, + 7, + 6 + ], + "sum": 30, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 2, + 0, + 3 + ], + "numbers_used": [ + 3, + 1, + 3, + 1 + ], + "sum": 8, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 1, + 3, + 0 + ], + "numbers_used": [ + 2, + 1, + 5, + 2 + ], + "sum": 10, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 15 + ], + "sum": 15, + "is_correct": true, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + 2, + 2 + ], + "dart_extra_offset": [ + -8, + 4 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 464, + 629 + ], + "offset": [ + 14, + 29 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 784, + 628 + ], + "offset": [ + 34, + 28 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 488, + 665, + 596, + 755 + ], + [ + 808, + 664, + 916, + 754 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0043/dart_counting.json b/captcha/dart counting/sample_0043/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..c62cfd89b2f06cb7ea6a0dbd74e28ce0a5a54b61 --- /dev/null +++ b/captcha/dart counting/sample_0043/dart_counting.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": [ + [ + 453, + 669, + 561, + 759 + ], + [ + 799, + 667, + 907, + 757 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0043/sample_info.json b/captcha/dart counting/sample_0043/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..a1244ffb981f4c3715f9d679321031014befa505 --- /dev/null +++ b/captcha/dart counting/sample_0043/sample_info.json @@ -0,0 +1,141 @@ +{ + "sample_id": 43, + "target_number": 15, + "background_image": "num15.png", + "correct_answer_index": 5, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 1 + ], + "sum": 1, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 8 + ], + "sum": 8, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 9 + ], + "sum": 9, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 18 + ], + "sum": 18, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 2, + 3, + 1, + 0 + ], + "numbers_used": [ + 5, + 2, + 3, + 5 + ], + "sum": 15, + "is_correct": true, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + -20, + -18 + ], + "dart_extra_offset": [ + -4, + 26 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 429, + 633 + ], + "offset": [ + -21, + 33 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 775, + 631 + ], + "offset": [ + 25, + 31 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 453, + 669, + 561, + 759 + ], + [ + 799, + 667, + 907, + 757 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0044/dart_counting.json b/captcha/dart counting/sample_0044/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..4c89b8fe27fa2f14c2bf22b60ab1b90d2d7013e1 --- /dev/null +++ b/captcha/dart counting/sample_0044/dart_counting.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": [ + [ + 439, + 667, + 547, + 757 + ], + [ + 775, + 671, + 883, + 761 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0044/sample_info.json b/captcha/dart counting/sample_0044/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..9d3d115e62ef02da4cc95e1aeedcf8e6f90c2ea9 --- /dev/null +++ b/captcha/dart counting/sample_0044/sample_info.json @@ -0,0 +1,151 @@ +{ + "sample_id": 44, + "target_number": 15, + "background_image": "num15.png", + "correct_answer_index": 5, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 3, + 0 + ], + "numbers_used": [ + 7, + 11, + 7 + ], + "sum": 25, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 1, + 2, + 3, + 0 + ], + "numbers_used": [ + 5, + 5, + 4, + 7 + ], + "sum": 21, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 8 + ], + "sum": 8, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 0, + 1, + 2, + 3 + ], + "numbers_used": [ + 6, + 6, + 6, + 6 + ], + "sum": 24, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 15 + ], + "sum": 15, + "is_correct": true, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -11, + -12 + ], + "dart_extra_offset": [ + -17, + -5 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 415, + 631 + ], + "offset": [ + -35, + 31 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 751, + 635 + ], + "offset": [ + 1, + 35 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 439, + 667, + 547, + 757 + ], + [ + 775, + 671, + 883, + 761 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0072/dart_counting.json b/captcha/dart counting/sample_0072/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..89077a250e3d705b46db13e8ed69d05b74b46c4f --- /dev/null +++ b/captcha/dart counting/sample_0072/dart_counting.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": [ + [ + 510, + 657, + 618, + 747 + ], + [ + 749, + 667, + 857, + 757 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0072/sample_info.json b/captcha/dart counting/sample_0072/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..5092487cced52e5d1241b121d7ef339e9c504541 --- /dev/null +++ b/captcha/dart counting/sample_0072/sample_info.json @@ -0,0 +1,145 @@ +{ + "sample_id": 72, + "target_number": 15, + "background_image": "num15.png", + "correct_answer_index": 2, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 14 + ], + "sum": 14, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 15 + ], + "sum": 15, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 3, + 1, + 2, + 0 + ], + "numbers_used": [ + 2, + 1, + 3, + 1 + ], + "sum": 7, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 16 + ], + "sum": 16, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 2, + 0, + 1 + ], + "numbers_used": [ + 6, + 2, + 4 + ], + "sum": 12, + "is_correct": false, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + 12, + 16 + ], + "dart_extra_offset": [ + -9, + 7 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 486, + 621 + ], + "offset": [ + 36, + 21 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 725, + 631 + ], + "offset": [ + -25, + 31 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 510, + 657, + 618, + 747 + ], + [ + 749, + 667, + 857, + 757 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0075/dart_counting.json b/captcha/dart counting/sample_0075/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..d4caeecb3ba8fbb9a8568356e44dfe7b33173db1 --- /dev/null +++ b/captcha/dart counting/sample_0075/dart_counting.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": [ + [ + 482, + 640, + 590, + 730 + ], + [ + 788, + 671, + 896, + 761 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0075/sample_info.json b/captcha/dart counting/sample_0075/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..a7fc51af1275f44949c170eaf85935fc5d519cd7 --- /dev/null +++ b/captcha/dart counting/sample_0075/sample_info.json @@ -0,0 +1,153 @@ +{ + "sample_id": 75, + "target_number": 15, + "background_image": "num15.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3, + 2 + ], + "numbers_used": [ + 10, + 5 + ], + "sum": 15, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 1, + 2, + 3 + ], + "numbers_used": [ + 5, + 9, + 6 + ], + "sum": 20, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 3, + 2, + 1 + ], + "numbers_used": [ + 3, + 9, + 6 + ], + "sum": 18, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 1, + 2, + 3, + 0 + ], + "numbers_used": [ + 1, + 1, + 1, + 1 + ], + "sum": 4, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 2, + 3 + ], + "numbers_used": [ + 15, + 13 + ], + "sum": 28, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + 9, + -16 + ], + "dart_extra_offset": [ + 17, + 30 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 458, + 604 + ], + "offset": [ + 8, + 4 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 764, + 635 + ], + "offset": [ + 14, + 35 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 482, + 640, + 590, + 730 + ], + [ + 788, + 671, + 896, + 761 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0081/dart_counting.json b/captcha/dart counting/sample_0081/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..054ebec84a8203bfe9401041038e2154b93cab28 --- /dev/null +++ b/captcha/dart counting/sample_0081/dart_counting.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": [ + [ + 515, + 641, + 623, + 731 + ], + [ + 803, + 664, + 911, + 754 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0081/sample_info.json b/captcha/dart counting/sample_0081/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..a9a021ad33f32e06b88bc73425ba659f23ce4846 --- /dev/null +++ b/captcha/dart counting/sample_0081/sample_info.json @@ -0,0 +1,143 @@ +{ + "sample_id": 81, + "target_number": 15, + "background_image": "num15.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3, + 2, + 1, + 0 + ], + "numbers_used": [ + 1, + 6, + 3, + 3 + ], + "sum": 13, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 19 + ], + "sum": 19, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 3 + ], + "sum": 3, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 2 + ], + "numbers_used": [ + 6, + 9 + ], + "sum": 15, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 18 + ], + "sum": 18, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -19, + 14 + ], + "dart_extra_offset": [ + 11, + 20 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 491, + 605 + ], + "offset": [ + 41, + 5 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 779, + 628 + ], + "offset": [ + 29, + 28 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 515, + 641, + 623, + 731 + ], + [ + 803, + 664, + 911, + 754 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0086/dart_counting.json b/captcha/dart counting/sample_0086/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..c3255d743d41d9de179ada1f67aa4731233e47b6 --- /dev/null +++ b/captcha/dart counting/sample_0086/dart_counting.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": [ + [ + 445, + 670, + 553, + 760 + ], + [ + 743, + 636, + 851, + 726 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0086/sample_info.json b/captcha/dart counting/sample_0086/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..c805fd01ec25a39f1880c8781db77c028c5e0354 --- /dev/null +++ b/captcha/dart counting/sample_0086/sample_info.json @@ -0,0 +1,141 @@ +{ + "sample_id": 86, + "target_number": 15, + "background_image": "num15.png", + "correct_answer_index": 5, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3, + 0, + 2 + ], + "numbers_used": [ + 5, + 2, + 4 + ], + "sum": 11, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 2, + 3 + ], + "numbers_used": [ + 12, + 11 + ], + "sum": 23, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 5 + ], + "sum": 5, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 10 + ], + "sum": 10, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 15 + ], + "sum": 15, + "is_correct": true, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + 20, + 20 + ], + "dart_extra_offset": [ + -16, + 3 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 421, + 634 + ], + "offset": [ + -29, + 34 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 719, + 600 + ], + "offset": [ + -31, + 0 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 445, + 670, + 553, + 760 + ], + [ + 743, + 636, + 851, + 726 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0088/dart_counting.json b/captcha/dart counting/sample_0088/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..58e877fea7c401a61357896f97758145f589321c --- /dev/null +++ b/captcha/dart counting/sample_0088/dart_counting.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": [ + [ + 464, + 658, + 572, + 748 + ], + [ + 752, + 653, + 860, + 743 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0088/sample_info.json b/captcha/dart counting/sample_0088/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..4d921222f0aaf56a48f1b4b8f6ffe09bf77b94a9 --- /dev/null +++ b/captcha/dart counting/sample_0088/sample_info.json @@ -0,0 +1,151 @@ +{ + "sample_id": 88, + "target_number": 15, + "background_image": "num15.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 0, + 1 + ], + "numbers_used": [ + 9, + 6, + 7 + ], + "sum": 22, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 2, + 0, + 1 + ], + "numbers_used": [ + 7, + 5, + 5, + 10 + ], + "sum": 27, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 15 + ], + "sum": 15, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 0, + 3, + 2 + ], + "numbers_used": [ + 6, + 3, + 3 + ], + "sum": 12, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 2, + 0 + ], + "numbers_used": [ + 3, + 4 + ], + "sum": 7, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + -10, + -13 + ], + "dart_extra_offset": [ + -2, + 14 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 440, + 622 + ], + "offset": [ + -10, + 22 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 728, + 617 + ], + "offset": [ + -22, + 17 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 464, + 658, + 572, + 748 + ], + [ + 752, + 653, + 860, + 743 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0100/dart_counting.json b/captcha/dart counting/sample_0100/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..7be5533c8f10f81890d66b094dbc1e78cd8b5ded --- /dev/null +++ b/captcha/dart counting/sample_0100/dart_counting.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": [ + [ + 498, + 672, + 606, + 762 + ], + [ + 792, + 638, + 900, + 728 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0100/sample_info.json b/captcha/dart counting/sample_0100/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..3436a7ade23ea07f85468afac37e791e65ad6dfa --- /dev/null +++ b/captcha/dart counting/sample_0100/sample_info.json @@ -0,0 +1,151 @@ +{ + "sample_id": 100, + "target_number": 15, + "background_image": "num15.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 15 + ], + "sum": 15, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 2, + 1, + 3 + ], + "numbers_used": [ + 2, + 2, + 4 + ], + "sum": 8, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 0, + 2, + 1, + 3 + ], + "numbers_used": [ + 4, + 7, + 9, + 6 + ], + "sum": 26, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 0, + 3 + ], + "numbers_used": [ + 8, + 9 + ], + "sum": 17, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 0, + 2 + ], + "numbers_used": [ + 1, + 2, + 1 + ], + "sum": 4, + "is_correct": false, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + -1, + 6 + ], + "dart_extra_offset": [ + 3, + 29 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 474, + 636 + ], + "offset": [ + 24, + 36 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 768, + 602 + ], + "offset": [ + 18, + 2 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 498, + 672, + 606, + 762 + ], + [ + 792, + 638, + 900, + 728 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0107/dart_counting.json b/captcha/dart counting/sample_0107/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..15b0e597c97a2985d4295e532b456b9650594c6d --- /dev/null +++ b/captcha/dart counting/sample_0107/dart_counting.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": [ + [ + 432, + 663, + 540, + 753 + ], + [ + 776, + 674, + 884, + 764 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0107/sample_info.json b/captcha/dart counting/sample_0107/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..0cb1c7d9ffa3bb26477690d9a84e85d5125794ff --- /dev/null +++ b/captcha/dart counting/sample_0107/sample_info.json @@ -0,0 +1,157 @@ +{ + "sample_id": 107, + "target_number": 15, + "background_image": "num15.png", + "correct_answer_index": 2, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 2, + 3 + ], + "numbers_used": [ + 5, + 4, + 5 + ], + "sum": 14, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 1, + 0, + 2 + ], + "numbers_used": [ + 5, + 5, + 5 + ], + "sum": 15, + "is_correct": true, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 0, + 2 + ], + "numbers_used": [ + 6, + 11, + 11 + ], + "sum": 28, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 0, + 1 + ], + "numbers_used": [ + 1, + 4, + 4 + ], + "sum": 9, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 2, + 0, + 1, + 3 + ], + "numbers_used": [ + 3, + 1, + 3, + 2 + ], + "sum": 9, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + 9, + -12 + ], + "dart_extra_offset": [ + 9, + 26 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 408, + 627 + ], + "offset": [ + -42, + 27 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 752, + 638 + ], + "offset": [ + 2, + 38 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 432, + 663, + 540, + 753 + ], + [ + 776, + 674, + 884, + 764 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0109/dart_counting.json b/captcha/dart counting/sample_0109/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..eecd34ae34f8b30d2e0212fdf6c472724df4dd97 --- /dev/null +++ b/captcha/dart counting/sample_0109/dart_counting.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": [ + [ + 445, + 640, + 553, + 730 + ], + [ + 780, + 648, + 888, + 738 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0109/sample_info.json b/captcha/dart counting/sample_0109/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..51f659275dd035745ce8c2e5809f237f4edcfe4b --- /dev/null +++ b/captcha/dart counting/sample_0109/sample_info.json @@ -0,0 +1,153 @@ +{ + "sample_id": 109, + "target_number": 15, + "background_image": "num15.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1, + 0, + 3, + 2 + ], + "numbers_used": [ + 1, + 3, + 7, + 1 + ], + "sum": 12, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 0, + 2, + 3 + ], + "numbers_used": [ + 3, + 1, + 2 + ], + "sum": 6, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 3, + 2, + 0 + ], + "numbers_used": [ + 5, + 4, + 10, + 2 + ], + "sum": 21, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 15 + ], + "sum": 15, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 3, + 2 + ], + "numbers_used": [ + 8, + 15 + ], + "sum": 23, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + 8, + -7 + ], + "dart_extra_offset": [ + 11, + 14 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 421, + 604 + ], + "offset": [ + -29, + 4 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 756, + 612 + ], + "offset": [ + 6, + 12 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 445, + 640, + 553, + 730 + ], + [ + 780, + 648, + 888, + 738 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0131/dart_counting.json b/captcha/dart counting/sample_0131/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..88628b7a198593c683e80ac83c86d4be429c9302 --- /dev/null +++ b/captcha/dart counting/sample_0131/dart_counting.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": [ + [ + 476, + 650, + 584, + 740 + ], + [ + 806, + 658, + 914, + 748 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0131/sample_info.json b/captcha/dart counting/sample_0131/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..5eb0650bb146dbd1997368c44c767bc52e68c55e --- /dev/null +++ b/captcha/dart counting/sample_0131/sample_info.json @@ -0,0 +1,143 @@ +{ + "sample_id": 131, + "target_number": 15, + "background_image": "num15.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 16 + ], + "sum": 16, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 0, + 2 + ], + "numbers_used": [ + 3, + 2, + 4 + ], + "sum": 9, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 15 + ], + "sum": 15, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 2 + ], + "numbers_used": [ + 7, + 7 + ], + "sum": 14, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 3, + 0 + ], + "numbers_used": [ + 8, + 6 + ], + "sum": 14, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + -1, + 20 + ], + "dart_extra_offset": [ + 17, + 10 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 452, + 614 + ], + "offset": [ + 2, + 14 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 782, + 622 + ], + "offset": [ + 32, + 22 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 476, + 650, + 584, + 740 + ], + [ + 806, + 658, + 914, + 748 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0136/dart_counting.json b/captcha/dart counting/sample_0136/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..001ef4a081d36edeb2ba05460219775d0b2f26e2 --- /dev/null +++ b/captcha/dart counting/sample_0136/dart_counting.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": [ + [ + 455, + 659, + 563, + 749 + ], + [ + 789, + 667, + 897, + 757 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0136/sample_info.json b/captcha/dart counting/sample_0136/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b38d101a932b67aed192fb42b2a98148b799e5a7 --- /dev/null +++ b/captcha/dart counting/sample_0136/sample_info.json @@ -0,0 +1,145 @@ +{ + "sample_id": 136, + "target_number": 15, + "background_image": "num15.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 3, + 1, + 0 + ], + "numbers_used": [ + 4, + 4, + 2, + 5 + ], + "sum": 15, + "is_correct": true, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 17 + ], + "sum": 17, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 13 + ], + "sum": 13, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 0, + 1, + 3 + ], + "numbers_used": [ + 1, + 1, + 1 + ], + "sum": 3, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 5 + ], + "sum": 5, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + 5, + -20 + ], + "dart_extra_offset": [ + -20, + 18 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 431, + 623 + ], + "offset": [ + -19, + 23 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 765, + 631 + ], + "offset": [ + 15, + 31 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 455, + 659, + 563, + 749 + ], + [ + 789, + 667, + 897, + 757 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0138/dart_counting.json b/captcha/dart counting/sample_0138/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..3eb320d34f71ab4a448ec166edb3341a79c677a1 --- /dev/null +++ b/captcha/dart counting/sample_0138/dart_counting.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": [ + [ + 437, + 642, + 545, + 732 + ], + [ + 747, + 659, + 855, + 749 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0138/sample_info.json b/captcha/dart counting/sample_0138/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..33c64a31221b3b42066f1f2cda08dd58f2494125 --- /dev/null +++ b/captcha/dart counting/sample_0138/sample_info.json @@ -0,0 +1,149 @@ +{ + "sample_id": 138, + "target_number": 15, + "background_image": "num15.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 2 + ], + "sum": 2, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 13 + ], + "sum": 13, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 3, + 0, + 2 + ], + "numbers_used": [ + 5, + 3, + 3 + ], + "sum": 11, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 1, + 2 + ], + "numbers_used": [ + 3, + 9, + 3 + ], + "sum": 15, + "is_correct": true, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 1, + 3, + 2 + ], + "numbers_used": [ + 1, + 1, + 1, + 1 + ], + "sum": 4, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + -2, + 17 + ], + "dart_extra_offset": [ + -19, + 23 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 413, + 606 + ], + "offset": [ + -37, + 6 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 723, + 623 + ], + "offset": [ + -27, + 23 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 437, + 642, + 545, + 732 + ], + [ + 747, + 659, + 855, + 749 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0153/dart_counting.json b/captcha/dart counting/sample_0153/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..0cfae0aec806a066e0418b5a18e1d8ce96f790f3 --- /dev/null +++ b/captcha/dart counting/sample_0153/dart_counting.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": [ + [ + 470, + 675, + 578, + 765 + ], + [ + 743, + 645, + 851, + 735 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0153/sample_info.json b/captcha/dart counting/sample_0153/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..79543ffa3e88c414ba3865681ddfd8ad84469fed --- /dev/null +++ b/captcha/dart counting/sample_0153/sample_info.json @@ -0,0 +1,151 @@ +{ + "sample_id": 153, + "target_number": 15, + "background_image": "num15.png", + "correct_answer_index": 5, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3, + 0 + ], + "numbers_used": [ + 6, + 4 + ], + "sum": 10, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 0, + 3, + 2, + 1 + ], + "numbers_used": [ + 4, + 5, + 5, + 10 + ], + "sum": 24, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 2, + 1 + ], + "numbers_used": [ + 7, + 3 + ], + "sum": 10, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 0, + 3, + 2, + 1 + ], + "numbers_used": [ + 3, + 8, + 6, + 5 + ], + "sum": 22, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 15 + ], + "sum": 15, + "is_correct": true, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + -11, + 19 + ], + "dart_extra_offset": [ + -3, + 19 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 446, + 639 + ], + "offset": [ + -4, + 39 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 719, + 609 + ], + "offset": [ + -31, + 9 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 470, + 675, + 578, + 765 + ], + [ + 743, + 645, + 851, + 735 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0154/dart_counting.json b/captcha/dart counting/sample_0154/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..09578049d1a265fbaaf1e8701eb69c692d063b36 --- /dev/null +++ b/captcha/dart counting/sample_0154/dart_counting.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": [ + [ + 450, + 637, + 558, + 727 + ], + [ + 804, + 673, + 912, + 763 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0154/sample_info.json b/captcha/dart counting/sample_0154/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..34afd740a3cbfd98890c5508fe6fcd7fc611f268 --- /dev/null +++ b/captcha/dart counting/sample_0154/sample_info.json @@ -0,0 +1,157 @@ +{ + "sample_id": 154, + "target_number": 15, + "background_image": "num15.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 0, + 3, + 1 + ], + "numbers_used": [ + 3, + 7, + 2, + 3 + ], + "sum": 15, + "is_correct": true, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 2 + ], + "numbers_used": [ + 2, + 8 + ], + "sum": 10, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 2, + 3, + 0 + ], + "numbers_used": [ + 4, + 4, + 3, + 5 + ], + "sum": 16, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 3 + ], + "numbers_used": [ + 3, + 3 + ], + "sum": 6, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 3, + 1, + 2 + ], + "numbers_used": [ + 2, + 2, + 1, + 1 + ], + "sum": 6, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + 10, + 18 + ], + "dart_extra_offset": [ + -20, + 28 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 426, + 601 + ], + "offset": [ + -24, + 1 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 780, + 637 + ], + "offset": [ + 30, + 37 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 450, + 637, + 558, + 727 + ], + [ + 804, + 673, + 912, + 763 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0162/dart_counting.json b/captcha/dart counting/sample_0162/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..c2425695e3d50810a4686397823f2dc82036756c --- /dev/null +++ b/captcha/dart counting/sample_0162/dart_counting.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": [ + [ + 453, + 638, + 561, + 728 + ], + [ + 793, + 642, + 901, + 732 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0162/sample_info.json b/captcha/dart counting/sample_0162/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..8f70f70dea36a8e9802c705ec493a7bb01a3cd8f --- /dev/null +++ b/captcha/dart counting/sample_0162/sample_info.json @@ -0,0 +1,159 @@ +{ + "sample_id": 162, + "target_number": 15, + "background_image": "num15.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 1, + 3, + 2 + ], + "numbers_used": [ + 2, + 2, + 1, + 1 + ], + "sum": 6, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 1, + 2, + 0 + ], + "numbers_used": [ + 1, + 2, + 1, + 1 + ], + "sum": 5, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 2, + 3, + 1, + 0 + ], + "numbers_used": [ + 6, + 4, + 4, + 2 + ], + "sum": 16, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 2 + ], + "numbers_used": [ + 7, + 8 + ], + "sum": 15, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 2, + 1, + 0 + ], + "numbers_used": [ + 2, + 5, + 4 + ], + "sum": 11, + "is_correct": false, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + 1, + 16 + ], + "dart_extra_offset": [ + 15, + -10 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 429, + 602 + ], + "offset": [ + -21, + 2 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 769, + 606 + ], + "offset": [ + 19, + 6 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 453, + 638, + 561, + 728 + ], + [ + 793, + 642, + 901, + 732 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0165/dart_counting.json b/captcha/dart counting/sample_0165/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..1130b0269ae656feff79817685c8ea0c2041e937 --- /dev/null +++ b/captcha/dart counting/sample_0165/dart_counting.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": [ + [ + 511, + 639, + 619, + 729 + ], + [ + 819, + 654, + 927, + 744 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0165/sample_info.json b/captcha/dart counting/sample_0165/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..7fdeea7ab1ae4f85a4556f6804ddcfcdad3b2f66 --- /dev/null +++ b/captcha/dart counting/sample_0165/sample_info.json @@ -0,0 +1,159 @@ +{ + "sample_id": 165, + "target_number": 15, + "background_image": "num15.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1, + 2, + 3, + 0 + ], + "numbers_used": [ + 3, + 3, + 5, + 4 + ], + "sum": 15, + "is_correct": true, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 2, + 1 + ], + "numbers_used": [ + 17, + 10 + ], + "sum": 27, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 2, + 3, + 1, + 0 + ], + "numbers_used": [ + 7, + 10, + 2, + 9 + ], + "sum": 28, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 0, + 2, + 1 + ], + "numbers_used": [ + 7, + 6, + 9, + 7 + ], + "sum": 29, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 2, + 1 + ], + "numbers_used": [ + 9, + 7, + 9 + ], + "sum": 25, + "is_correct": false, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + -3, + 1 + ], + "dart_extra_offset": [ + -15, + -6 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 487, + 603 + ], + "offset": [ + 37, + 3 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 795, + 618 + ], + "offset": [ + 45, + 18 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 511, + 639, + 619, + 729 + ], + [ + 819, + 654, + 927, + 744 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0191/dart_counting.json b/captcha/dart counting/sample_0191/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..e4a67d817fc8067123148431379ec281c3d8dad7 --- /dev/null +++ b/captcha/dart counting/sample_0191/dart_counting.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": [ + [ + 512, + 645, + 620, + 735 + ], + [ + 735, + 657, + 843, + 747 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0191/sample_info.json b/captcha/dart counting/sample_0191/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..a1c5819b63c1356f572d389c614c8903f43815b7 --- /dev/null +++ b/captcha/dart counting/sample_0191/sample_info.json @@ -0,0 +1,145 @@ +{ + "sample_id": 191, + "target_number": 15, + "background_image": "num15.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 1, + 2 + ], + "numbers_used": [ + 9, + 12, + 9 + ], + "sum": 30, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 1, + 0, + 3 + ], + "numbers_used": [ + 2, + 2, + 2 + ], + "sum": 6, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 19 + ], + "sum": 19, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 15 + ], + "sum": 15, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 3 + ], + "numbers_used": [ + 6, + 7 + ], + "sum": 13, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -4, + -11 + ], + "dart_extra_offset": [ + 4, + 10 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 488, + 609 + ], + "offset": [ + 38, + 9 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 711, + 621 + ], + "offset": [ + -39, + 21 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 512, + 645, + 620, + 735 + ], + [ + 735, + 657, + 843, + 747 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0196/dart_counting.json b/captcha/dart counting/sample_0196/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..768795dfc93492c21bcd91c4187f970f49f1cc7d --- /dev/null +++ b/captcha/dart counting/sample_0196/dart_counting.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": [ + [ + 482, + 660, + 590, + 750 + ], + [ + 805, + 676, + 913, + 766 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0196/sample_info.json b/captcha/dart counting/sample_0196/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..9452ce364c9a2ed45c9d2bb43e462df4e916c654 --- /dev/null +++ b/captcha/dart counting/sample_0196/sample_info.json @@ -0,0 +1,155 @@ +{ + "sample_id": 196, + "target_number": 15, + "background_image": "num15.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 1, + 3 + ], + "numbers_used": [ + 8, + 4, + 10 + ], + "sum": 22, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 1, + 2, + 3 + ], + "numbers_used": [ + 10, + 5, + 7 + ], + "sum": 22, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 2, + 3, + 0 + ], + "numbers_used": [ + 9, + 5, + 4, + 8 + ], + "sum": 26, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 0, + 2 + ], + "numbers_used": [ + 7, + 1, + 7 + ], + "sum": 15, + "is_correct": true, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 3, + 1 + ], + "numbers_used": [ + 9, + 14 + ], + "sum": 23, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + 6, + 16 + ], + "dart_extra_offset": [ + -14, + 26 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 458, + 624 + ], + "offset": [ + 8, + 24 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 781, + 640 + ], + "offset": [ + 31, + 40 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 482, + 660, + 590, + 750 + ], + [ + 805, + 676, + 913, + 766 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0198/dart_counting.json b/captcha/dart counting/sample_0198/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..24ee85b7652b6e185b4bd2d8938a070d3a2d2894 --- /dev/null +++ b/captcha/dart counting/sample_0198/dart_counting.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": [ + [ + 489, + 675, + 597, + 765 + ], + [ + 806, + 676, + 914, + 766 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0198/sample_info.json b/captcha/dart counting/sample_0198/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..93fb16018be469d5ce9a9c5ebce6e0bde0f70796 --- /dev/null +++ b/captcha/dart counting/sample_0198/sample_info.json @@ -0,0 +1,157 @@ +{ + "sample_id": 198, + "target_number": 15, + "background_image": "num15.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3, + 2, + 1, + 0 + ], + "numbers_used": [ + 3, + 3, + 7, + 1 + ], + "sum": 14, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 2, + 3, + 1 + ], + "numbers_used": [ + 1, + 1, + 1 + ], + "sum": 3, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 2, + 0, + 1 + ], + "numbers_used": [ + 1, + 3, + 1 + ], + "sum": 5, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 0, + 2, + 1 + ], + "numbers_used": [ + 4, + 2, + 2, + 7 + ], + "sum": 15, + "is_correct": true, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 1 + ], + "numbers_used": [ + 11, + 13 + ], + "sum": 24, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + 14, + 12 + ], + "dart_extra_offset": [ + -1, + 9 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 465, + 639 + ], + "offset": [ + 15, + 39 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 782, + 640 + ], + "offset": [ + 32, + 40 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 489, + 675, + 597, + 765 + ], + [ + 806, + 676, + 914, + 766 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0212/dart_counting.json b/captcha/dart counting/sample_0212/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..f9e95514bcfae9b6e65787f18bd33ed2346b8c82 --- /dev/null +++ b/captcha/dart counting/sample_0212/dart_counting.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": [ + [ + 482, + 666, + 590, + 756 + ], + [ + 761, + 656, + 869, + 746 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0212/sample_info.json b/captcha/dart counting/sample_0212/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..5a8b34160f079ac68bf06a978b1fb8696ff76a6b --- /dev/null +++ b/captcha/dart counting/sample_0212/sample_info.json @@ -0,0 +1,149 @@ +{ + "sample_id": 212, + "target_number": 16, + "background_image": "num16.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 1, + 3 + ], + "numbers_used": [ + 6, + 5, + 4 + ], + "sum": 15, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 2, + 1 + ], + "numbers_used": [ + 11, + 5, + 8 + ], + "sum": 24, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 2, + 0 + ], + "numbers_used": [ + 2, + 2, + 3 + ], + "sum": 7, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 0, + 3 + ], + "numbers_used": [ + 12, + 4 + ], + "sum": 16, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 5 + ], + "sum": 5, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + 15, + 16 + ], + "dart_extra_offset": [ + 11, + 10 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 458, + 630 + ], + "offset": [ + 8, + 30 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 737, + 620 + ], + "offset": [ + -13, + 20 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 482, + 666, + 590, + 756 + ], + [ + 761, + 656, + 869, + 746 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0213/dart_counting.json b/captcha/dart counting/sample_0213/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..f7e3cc148511daae3c30bc77114263a32b37ef96 --- /dev/null +++ b/captcha/dart counting/sample_0213/dart_counting.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": [ + [ + 504, + 672, + 612, + 762 + ], + [ + 738, + 645, + 846, + 735 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0213/sample_info.json b/captcha/dart counting/sample_0213/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..752e3d5b2eb42970f9462e2909d7f159873cb26b --- /dev/null +++ b/captcha/dart counting/sample_0213/sample_info.json @@ -0,0 +1,159 @@ +{ + "sample_id": 213, + "target_number": 16, + "background_image": "num16.png", + "correct_answer_index": 2, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3, + 1, + 0 + ], + "numbers_used": [ + 14, + 8, + 8 + ], + "sum": 30, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 2, + 3, + 0, + 1 + ], + "numbers_used": [ + 3, + 5, + 5, + 3 + ], + "sum": 16, + "is_correct": true, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 3, + 0, + 2 + ], + "numbers_used": [ + 3, + 8, + 9 + ], + "sum": 20, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 1, + 0, + 3 + ], + "numbers_used": [ + 4, + 6, + 4, + 4 + ], + "sum": 18, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 2, + 0, + 3 + ], + "numbers_used": [ + 2, + 2, + 1 + ], + "sum": 5, + "is_correct": false, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + 10, + 15 + ], + "dart_extra_offset": [ + 13, + 13 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 480, + 636 + ], + "offset": [ + 30, + 36 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 714, + 609 + ], + "offset": [ + -36, + 9 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 504, + 672, + 612, + 762 + ], + [ + 738, + 645, + 846, + 735 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0214/dart_counting.json b/captcha/dart counting/sample_0214/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..ef3f22f632d30fd69167059737baf7394b447dc4 --- /dev/null +++ b/captcha/dart counting/sample_0214/dart_counting.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": [ + [ + 501, + 664, + 609, + 754 + ], + [ + 810, + 646, + 918, + 736 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0214/sample_info.json b/captcha/dart counting/sample_0214/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..7866c718958aac8f0f9760685aabea1e1023f766 --- /dev/null +++ b/captcha/dart counting/sample_0214/sample_info.json @@ -0,0 +1,149 @@ +{ + "sample_id": 214, + "target_number": 16, + "background_image": "num16.png", + "correct_answer_index": 2, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 2 + ], + "numbers_used": [ + 7, + 3 + ], + "sum": 10, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 1, + 3, + 0 + ], + "numbers_used": [ + 4, + 9, + 3 + ], + "sum": 16, + "is_correct": true, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 3, + 0, + 1, + 2 + ], + "numbers_used": [ + 1, + 1, + 1, + 1 + ], + "sum": 4, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 19 + ], + "sum": 19, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 2 + ], + "numbers_used": [ + 10, + 5 + ], + "sum": 15, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + 20, + -17 + ], + "dart_extra_offset": [ + -4, + 19 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 477, + 628 + ], + "offset": [ + 27, + 28 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 786, + 610 + ], + "offset": [ + 36, + 10 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 501, + 664, + 609, + 754 + ], + [ + 810, + 646, + 918, + 736 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0215/dart_counting.json b/captcha/dart counting/sample_0215/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..dc78fa78b76b604a5564d5ea6c0d134fecaa00da --- /dev/null +++ b/captcha/dart counting/sample_0215/dart_counting.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": [ + [ + 461, + 653, + 569, + 743 + ], + [ + 778, + 657, + 886, + 747 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0215/sample_info.json b/captcha/dart counting/sample_0215/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b2a7d6d25a87ac5bfe5d2b7bd345e0650b3153e2 --- /dev/null +++ b/captcha/dart counting/sample_0215/sample_info.json @@ -0,0 +1,151 @@ +{ + "sample_id": 215, + "target_number": 16, + "background_image": "num16.png", + "correct_answer_index": 2, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3, + 1, + 2, + 0 + ], + "numbers_used": [ + 1, + 1, + 3, + 2 + ], + "sum": 7, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 1, + 3, + 0, + 2 + ], + "numbers_used": [ + 6, + 3, + 4, + 3 + ], + "sum": 16, + "is_correct": true, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 14 + ], + "sum": 14, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 0, + 1 + ], + "numbers_used": [ + 8, + 7 + ], + "sum": 15, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 2, + 0 + ], + "numbers_used": [ + 14, + 12 + ], + "sum": 26, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -2, + 11 + ], + "dart_extra_offset": [ + -6, + 18 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 437, + 617 + ], + "offset": [ + -13, + 17 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 754, + 621 + ], + "offset": [ + 4, + 21 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 461, + 653, + 569, + 743 + ], + [ + 778, + 657, + 886, + 747 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0222/dart_counting.json b/captcha/dart counting/sample_0222/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..b429a0681390a7ab66c54220be92e8a1f9058a25 --- /dev/null +++ b/captcha/dart counting/sample_0222/dart_counting.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": [ + [ + 458, + 672, + 566, + 762 + ], + [ + 797, + 675, + 905, + 765 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0222/sample_info.json b/captcha/dart counting/sample_0222/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..bb254ae904ffcbef9942c57e69c380a1e16f8d83 --- /dev/null +++ b/captcha/dart counting/sample_0222/sample_info.json @@ -0,0 +1,147 @@ +{ + "sample_id": 222, + "target_number": 16, + "background_image": "num16.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 15 + ], + "sum": 15, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 2, + 0 + ], + "numbers_used": [ + 16, + 14 + ], + "sum": 30, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 15 + ], + "sum": 15, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 0, + 2, + 1 + ], + "numbers_used": [ + 4, + 4, + 8 + ], + "sum": 16, + "is_correct": true, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 1, + 2, + 3 + ], + "numbers_used": [ + 1, + 2, + 3, + 2 + ], + "sum": 8, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + -14, + -8 + ], + "dart_extra_offset": [ + 12, + 21 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 434, + 636 + ], + "offset": [ + -16, + 36 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 773, + 639 + ], + "offset": [ + 23, + 39 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 458, + 672, + 566, + 762 + ], + [ + 797, + 675, + 905, + 765 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0223/dart_counting.json b/captcha/dart counting/sample_0223/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..55afcdf28c010afcad7f83b51b8218ae8811cd94 --- /dev/null +++ b/captcha/dart counting/sample_0223/dart_counting.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": [ + [ + 439, + 673, + 547, + 763 + ], + [ + 776, + 664, + 884, + 754 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0223/sample_info.json b/captcha/dart counting/sample_0223/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..31e4b15a35e7844f136e11649d0af4214dfdb6ac --- /dev/null +++ b/captcha/dart counting/sample_0223/sample_info.json @@ -0,0 +1,149 @@ +{ + "sample_id": 223, + "target_number": 16, + "background_image": "num16.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 2, + 1 + ], + "numbers_used": [ + 7, + 9, + 14 + ], + "sum": 30, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 1, + 3 + ], + "numbers_used": [ + 5, + 1 + ], + "sum": 6, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 2, + 1 + ], + "numbers_used": [ + 9, + 7 + ], + "sum": 16, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 3, + 1, + 0 + ], + "numbers_used": [ + 2, + 1, + 4, + 3 + ], + "sum": 10, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 11 + ], + "sum": 11, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + 1, + 19 + ], + "dart_extra_offset": [ + -19, + 3 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 415, + 637 + ], + "offset": [ + -35, + 37 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 752, + 628 + ], + "offset": [ + 2, + 28 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 439, + 673, + 547, + 763 + ], + [ + 776, + 664, + 884, + 754 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0224/dart_counting.json b/captcha/dart counting/sample_0224/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..589eda2b1ac508adfc3d320c0e63e7c686239530 --- /dev/null +++ b/captcha/dart counting/sample_0224/dart_counting.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": [ + [ + 431, + 656, + 539, + 746 + ], + [ + 783, + 640, + 891, + 730 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0224/sample_info.json b/captcha/dart counting/sample_0224/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..bfda1a4ecdb06d92fa94ddbc1b654d34853e342f --- /dev/null +++ b/captcha/dart counting/sample_0224/sample_info.json @@ -0,0 +1,149 @@ +{ + "sample_id": 224, + "target_number": 16, + "background_image": "num16.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 1 + ], + "numbers_used": [ + 3, + 10 + ], + "sum": 13, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 3 + ], + "sum": 3, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 3, + 0, + 1 + ], + "numbers_used": [ + 6, + 7, + 7 + ], + "sum": 20, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 0, + 2 + ], + "numbers_used": [ + 9, + 7 + ], + "sum": 16, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 0, + 3, + 2 + ], + "numbers_used": [ + 4, + 8, + 3, + 3 + ], + "sum": 18, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + 14, + -7 + ], + "dart_extra_offset": [ + 18, + 4 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 407, + 620 + ], + "offset": [ + -43, + 20 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 759, + 604 + ], + "offset": [ + 9, + 4 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 431, + 656, + 539, + 746 + ], + [ + 783, + 640, + 891, + 730 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0225/dart_counting.json b/captcha/dart counting/sample_0225/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..2c9612a69d1abfaaa010b7301cf5c5e3221558a4 --- /dev/null +++ b/captcha/dart counting/sample_0225/dart_counting.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": [ + [ + 483, + 644, + 591, + 734 + ], + [ + 726, + 671, + 834, + 761 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0225/sample_info.json b/captcha/dart counting/sample_0225/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..efe877595f9af8a7568cfc62e716d46a7560a1cb --- /dev/null +++ b/captcha/dart counting/sample_0225/sample_info.json @@ -0,0 +1,151 @@ +{ + "sample_id": 225, + "target_number": 16, + "background_image": "num16.png", + "correct_answer_index": 2, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1, + 3, + 0 + ], + "numbers_used": [ + 4, + 7, + 4 + ], + "sum": 15, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 16 + ], + "sum": 16, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 3, + 0, + 2 + ], + "numbers_used": [ + 3, + 3, + 5 + ], + "sum": 11, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 1, + 3, + 2, + 0 + ], + "numbers_used": [ + 7, + 8, + 9, + 5 + ], + "sum": 29, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 3, + 2 + ], + "numbers_used": [ + 4, + 3 + ], + "sum": 7, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + 16, + -10 + ], + "dart_extra_offset": [ + 11, + 0 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 459, + 608 + ], + "offset": [ + 9, + 8 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 702, + 635 + ], + "offset": [ + -48, + 35 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 483, + 644, + 591, + 734 + ], + [ + 726, + 671, + 834, + 761 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0240/dart_counting.json b/captcha/dart counting/sample_0240/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..826961e22a28713e1e65a8a4f99c7b64d3fdd506 --- /dev/null +++ b/captcha/dart counting/sample_0240/dart_counting.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": [ + [ + 452, + 670, + 560, + 760 + ], + [ + 726, + 671, + 834, + 761 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0240/sample_info.json b/captcha/dart counting/sample_0240/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..9fbb0fba2347a939096972f0313bbc2b6189a714 --- /dev/null +++ b/captcha/dart counting/sample_0240/sample_info.json @@ -0,0 +1,147 @@ +{ + "sample_id": 240, + "target_number": 16, + "background_image": "num16.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 5 + ], + "sum": 5, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 9 + ], + "sum": 9, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 3, + 0, + 2 + ], + "numbers_used": [ + 3, + 4, + 2, + 5 + ], + "sum": 14, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 0, + 1 + ], + "numbers_used": [ + 11, + 5 + ], + "sum": 16, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 2, + 3, + 0 + ], + "numbers_used": [ + 10, + 8, + 8 + ], + "sum": 26, + "is_correct": false, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + -3, + 3 + ], + "dart_extra_offset": [ + 4, + -7 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 428, + 634 + ], + "offset": [ + -22, + 34 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 702, + 635 + ], + "offset": [ + -48, + 35 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 452, + 670, + 560, + 760 + ], + [ + 726, + 671, + 834, + 761 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0247/dart_counting.json b/captcha/dart counting/sample_0247/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..87713aa72cdbfba98c0fae161dfeb884917eb077 --- /dev/null +++ b/captcha/dart counting/sample_0247/dart_counting.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": [ + [ + 427, + 641, + 535, + 731 + ], + [ + 808, + 638, + 916, + 728 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0247/sample_info.json b/captcha/dart counting/sample_0247/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..58be4aff3977017e8975992b80072cc888fd4cc3 --- /dev/null +++ b/captcha/dart counting/sample_0247/sample_info.json @@ -0,0 +1,153 @@ +{ + "sample_id": 247, + "target_number": 16, + "background_image": "num16.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3, + 2, + 1, + 0 + ], + "numbers_used": [ + 1, + 6, + 4, + 4 + ], + "sum": 15, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 2, + 3, + 1, + 0 + ], + "numbers_used": [ + 4, + 2, + 2, + 2 + ], + "sum": 10, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 16 + ], + "sum": 16, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 0, + 3, + 1, + 2 + ], + "numbers_used": [ + 1, + 2, + 1, + 2 + ], + "sum": 6, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 18 + ], + "sum": 18, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + 11, + 2 + ], + "dart_extra_offset": [ + -10, + -7 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 403, + 605 + ], + "offset": [ + -47, + 5 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 784, + 602 + ], + "offset": [ + 34, + 2 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 427, + 641, + 535, + 731 + ], + [ + 808, + 638, + 916, + 728 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0249/dart_counting.json b/captcha/dart counting/sample_0249/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..811da42e194b3aee6029feb0c6bf0c6fe3973716 --- /dev/null +++ b/captcha/dart counting/sample_0249/dart_counting.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": [ + [ + 431, + 667, + 539, + 757 + ], + [ + 781, + 648, + 889, + 738 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0249/sample_info.json b/captcha/dart counting/sample_0249/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..7540be37863b4935cb85312d13d22cf25e2a4034 --- /dev/null +++ b/captcha/dart counting/sample_0249/sample_info.json @@ -0,0 +1,147 @@ +{ + "sample_id": 249, + "target_number": 16, + "background_image": "num16.png", + "correct_answer_index": 5, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1, + 2 + ], + "numbers_used": [ + 4, + 3 + ], + "sum": 7, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 0, + 2, + 1, + 3 + ], + "numbers_used": [ + 2, + 4, + 1, + 3 + ], + "sum": 10, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 3, + 1, + 2 + ], + "numbers_used": [ + 3, + 7, + 2 + ], + "sum": 12, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 11 + ], + "sum": 11, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 16 + ], + "sum": 16, + "is_correct": true, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + -3, + -19 + ], + "dart_extra_offset": [ + -14, + -5 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 407, + 631 + ], + "offset": [ + -43, + 31 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 757, + 612 + ], + "offset": [ + 7, + 12 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 431, + 667, + 539, + 757 + ], + [ + 781, + 648, + 889, + 738 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0271/dart_counting.json b/captcha/dart counting/sample_0271/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..f6a74c7b8c97e0cec5e591113e7768b1b7c647d7 --- /dev/null +++ b/captcha/dart counting/sample_0271/dart_counting.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": [ + [ + 440, + 650, + 548, + 740 + ], + [ + 785, + 648, + 893, + 738 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0271/sample_info.json b/captcha/dart counting/sample_0271/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..8ff769f9736dd7bbe90c922539f9b48381a8c0ee --- /dev/null +++ b/captcha/dart counting/sample_0271/sample_info.json @@ -0,0 +1,151 @@ +{ + "sample_id": 271, + "target_number": 16, + "background_image": "num16.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3, + 2, + 1, + 0 + ], + "numbers_used": [ + 1, + 1, + 1, + 1 + ], + "sum": 4, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 5 + ], + "sum": 5, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 3, + 0, + 1, + 2 + ], + "numbers_used": [ + 9, + 7, + 7, + 7 + ], + "sum": 30, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 16 + ], + "sum": 16, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 3, + 2 + ], + "numbers_used": [ + 4, + 3, + 4 + ], + "sum": 11, + "is_correct": false, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -20, + -3 + ], + "dart_extra_offset": [ + 1, + 1 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 416, + 614 + ], + "offset": [ + -34, + 14 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 761, + 612 + ], + "offset": [ + 11, + 12 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 440, + 650, + 548, + 740 + ], + [ + 785, + 648, + 893, + 738 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0276/dart_counting.json b/captcha/dart counting/sample_0276/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..510c1bef4f271e44f12a237af8a7e47f6a4385fc --- /dev/null +++ b/captcha/dart counting/sample_0276/dart_counting.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": [ + [ + 464, + 660, + 572, + 750 + ], + [ + 774, + 643, + 882, + 733 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0276/sample_info.json b/captcha/dart counting/sample_0276/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..12d3103cdb7a1d54c9f899042212713996f171d8 --- /dev/null +++ b/captcha/dart counting/sample_0276/sample_info.json @@ -0,0 +1,139 @@ +{ + "sample_id": 276, + "target_number": 16, + "background_image": "num16.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 1, + 2 + ], + "numbers_used": [ + 9, + 10, + 8 + ], + "sum": 27, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 9 + ], + "sum": 9, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 7 + ], + "sum": 7, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 16 + ], + "sum": 16, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 9 + ], + "sum": 9, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + 9, + -3 + ], + "dart_extra_offset": [ + -2, + 23 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 440, + 624 + ], + "offset": [ + -10, + 24 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 750, + 607 + ], + "offset": [ + 0, + 7 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 464, + 660, + 572, + 750 + ], + [ + 774, + 643, + 882, + 733 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0278/dart_counting.json b/captcha/dart counting/sample_0278/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..65514689d4669861ca34d4137e9745322b3cf9b2 --- /dev/null +++ b/captcha/dart counting/sample_0278/dart_counting.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": [ + [ + 492, + 676, + 600, + 766 + ], + [ + 813, + 649, + 921, + 739 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0278/sample_info.json b/captcha/dart counting/sample_0278/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..d2f17a1f9b9c2986dea8014dca1c37ad771705a1 --- /dev/null +++ b/captcha/dart counting/sample_0278/sample_info.json @@ -0,0 +1,143 @@ +{ + "sample_id": 278, + "target_number": 16, + "background_image": "num16.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 19 + ], + "sum": 19, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 15 + ], + "sum": 15, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 2, + 1 + ], + "numbers_used": [ + 10, + 4 + ], + "sum": 14, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 16 + ], + "sum": 16, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 3, + 1, + 2, + 0 + ], + "numbers_used": [ + 7, + 3, + 6, + 3 + ], + "sum": 19, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + -11, + -20 + ], + "dart_extra_offset": [ + -3, + 8 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 468, + 640 + ], + "offset": [ + 18, + 40 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 789, + 613 + ], + "offset": [ + 39, + 13 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 492, + 676, + 600, + 766 + ], + [ + 813, + 649, + 921, + 739 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0282/dart_counting.json b/captcha/dart counting/sample_0282/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..a8415bdf46a1f39fde13ea082a9cfc2e0e073e5e --- /dev/null +++ b/captcha/dart counting/sample_0282/dart_counting.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": [ + [ + 493, + 665, + 601, + 755 + ], + [ + 740, + 640, + 848, + 730 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0282/sample_info.json b/captcha/dart counting/sample_0282/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..2c8200361b960338f8503ad22b6e41151f0737a6 --- /dev/null +++ b/captcha/dart counting/sample_0282/sample_info.json @@ -0,0 +1,151 @@ +{ + "sample_id": 282, + "target_number": 16, + "background_image": "num16.png", + "correct_answer_index": 2, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 2 + ], + "numbers_used": [ + 1, + 3 + ], + "sum": 4, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 1, + 3, + 2 + ], + "numbers_used": [ + 5, + 6, + 5 + ], + "sum": 16, + "is_correct": true, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 3, + 0 + ], + "numbers_used": [ + 1, + 1, + 1 + ], + "sum": 3, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 2, + 0 + ], + "numbers_used": [ + 3, + 2, + 4 + ], + "sum": 9, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 2 + ], + "numbers_used": [ + 17, + 9 + ], + "sum": 26, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -4, + 10 + ], + "dart_extra_offset": [ + -15, + -4 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 469, + 629 + ], + "offset": [ + 19, + 29 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 716, + 604 + ], + "offset": [ + -34, + 4 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 493, + 665, + 601, + 755 + ], + [ + 740, + 640, + 848, + 730 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0285/dart_counting.json b/captcha/dart counting/sample_0285/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..8f835600042010540e37a2bdb611ea9a3b5e772a --- /dev/null +++ b/captcha/dart counting/sample_0285/dart_counting.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": [ + [ + 519, + 642, + 627, + 732 + ], + [ + 773, + 646, + 881, + 736 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0285/sample_info.json b/captcha/dart counting/sample_0285/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..db1b350857db125216e9e53ff7c6935dc3f37dd9 --- /dev/null +++ b/captcha/dart counting/sample_0285/sample_info.json @@ -0,0 +1,153 @@ +{ + "sample_id": 285, + "target_number": 16, + "background_image": "num16.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3, + 2, + 0, + 1 + ], + "numbers_used": [ + 4, + 6, + 2, + 4 + ], + "sum": 16, + "is_correct": true, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 0, + 2, + 1 + ], + "numbers_used": [ + 7, + 4, + 4, + 10 + ], + "sum": 25, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 17 + ], + "sum": 17, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 3 + ], + "numbers_used": [ + 14, + 9 + ], + "sum": 23, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 0, + 2 + ], + "numbers_used": [ + 3, + 2, + 3 + ], + "sum": 8, + "is_correct": false, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -1, + -8 + ], + "dart_extra_offset": [ + -8, + -6 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 495, + 606 + ], + "offset": [ + 45, + 6 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 749, + 610 + ], + "offset": [ + -1, + 10 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 519, + 642, + 627, + 732 + ], + [ + 773, + 646, + 881, + 736 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0303/dart_counting.json b/captcha/dart counting/sample_0303/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..c1ffc737c92c588baca31192899a6539fa55a326 --- /dev/null +++ b/captcha/dart counting/sample_0303/dart_counting.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": [ + [ + 424, + 663, + 532, + 753 + ], + [ + 766, + 671, + 874, + 761 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0303/sample_info.json b/captcha/dart counting/sample_0303/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..a303aadf4d5284fc75446bc33288867c995eaee7 --- /dev/null +++ b/captcha/dart counting/sample_0303/sample_info.json @@ -0,0 +1,145 @@ +{ + "sample_id": 303, + "target_number": 16, + "background_image": "num16.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 3, + 2, + 1 + ], + "numbers_used": [ + 2, + 1, + 1, + 1 + ], + "sum": 5, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 19 + ], + "sum": 19, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 3, + 2 + ], + "numbers_used": [ + 4, + 3, + 9 + ], + "sum": 16, + "is_correct": true, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 4 + ], + "sum": 4, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 19 + ], + "sum": 19, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + 17, + -6 + ], + "dart_extra_offset": [ + 13, + 7 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 400, + 627 + ], + "offset": [ + -50, + 27 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 742, + 635 + ], + "offset": [ + -8, + 35 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 424, + 663, + 532, + 753 + ], + [ + 766, + 671, + 874, + 761 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0304/dart_counting.json b/captcha/dart counting/sample_0304/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..a0303fa37d0c6a5bccd532f65b2ec9d2762c2b3a --- /dev/null +++ b/captcha/dart counting/sample_0304/dart_counting.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": [ + [ + 461, + 652, + 569, + 742 + ], + [ + 736, + 653, + 844, + 743 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0304/sample_info.json b/captcha/dart counting/sample_0304/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..f143e83eaf6dac6e43a626e10be5b027aec71780 --- /dev/null +++ b/captcha/dart counting/sample_0304/sample_info.json @@ -0,0 +1,151 @@ +{ + "sample_id": 304, + "target_number": 16, + "background_image": "num16.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 16 + ], + "sum": 16, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 11 + ], + "sum": 11, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 2, + 1, + 0, + 3 + ], + "numbers_used": [ + 3, + 6, + 7, + 7 + ], + "sum": 23, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 0, + 3, + 1, + 2 + ], + "numbers_used": [ + 4, + 7, + 6, + 9 + ], + "sum": 26, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 3, + 1 + ], + "numbers_used": [ + 5, + 9, + 8 + ], + "sum": 22, + "is_correct": false, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + -3, + -8 + ], + "dart_extra_offset": [ + -18, + -4 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 437, + 616 + ], + "offset": [ + -13, + 16 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 712, + 617 + ], + "offset": [ + -38, + 17 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 461, + 652, + 569, + 742 + ], + [ + 736, + 653, + 844, + 743 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0332/dart_counting.json b/captcha/dart counting/sample_0332/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..a26dae16059d1f9cfb997848deffa427eeff5321 --- /dev/null +++ b/captcha/dart counting/sample_0332/dart_counting.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": [ + [ + 452, + 671, + 560, + 761 + ], + [ + 770, + 667, + 878, + 757 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0332/sample_info.json b/captcha/dart counting/sample_0332/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..415702b1b65f5dbaf944aaa7d2a8de74d060496b --- /dev/null +++ b/captcha/dart counting/sample_0332/sample_info.json @@ -0,0 +1,147 @@ +{ + "sample_id": 332, + "target_number": 16, + "background_image": "num16.png", + "correct_answer_index": 5, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3, + 1 + ], + "numbers_used": [ + 9, + 5 + ], + "sum": 14, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 1, + 2 + ], + "numbers_used": [ + 2, + 2, + 3 + ], + "sum": 7, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 17 + ], + "sum": 17, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 2, + 0, + 1 + ], + "numbers_used": [ + 3, + 8, + 6, + 8 + ], + "sum": 25, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 16 + ], + "sum": 16, + "is_correct": true, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + 18, + 0 + ], + "dart_extra_offset": [ + 3, + 17 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 428, + 635 + ], + "offset": [ + -22, + 35 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 746, + 631 + ], + "offset": [ + -4, + 31 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 452, + 671, + 560, + 761 + ], + [ + 770, + 667, + 878, + 757 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0335/dart_counting.json b/captcha/dart counting/sample_0335/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..cef164294fec7d0b379c1c60d5875f7c7aaea4f3 --- /dev/null +++ b/captcha/dart counting/sample_0335/dart_counting.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": [ + [ + 429, + 651, + 537, + 741 + ], + [ + 733, + 651, + 841, + 741 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0335/sample_info.json b/captcha/dart counting/sample_0335/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..8f9516ca86fb70dce365c847b6424380f35c4bce --- /dev/null +++ b/captcha/dart counting/sample_0335/sample_info.json @@ -0,0 +1,143 @@ +{ + "sample_id": 335, + "target_number": 16, + "background_image": "num16.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1, + 2 + ], + "numbers_used": [ + 5, + 7 + ], + "sum": 12, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 0, + 3 + ], + "numbers_used": [ + 6, + 11 + ], + "sum": 17, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 0, + 1 + ], + "numbers_used": [ + 11, + 5 + ], + "sum": 16, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 0, + 3 + ], + "numbers_used": [ + 16, + 13 + ], + "sum": 29, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 15 + ], + "sum": 15, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + 13, + -5 + ], + "dart_extra_offset": [ + -15, + -2 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 405, + 615 + ], + "offset": [ + -45, + 15 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 709, + 615 + ], + "offset": [ + -41, + 15 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 429, + 651, + 537, + 741 + ], + [ + 733, + 651, + 841, + 741 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0350/dart_counting.json b/captcha/dart counting/sample_0350/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..fa1ff6cb194ec94cb8f75e182b95480dc8360c06 --- /dev/null +++ b/captcha/dart counting/sample_0350/dart_counting.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": [ + [ + 461, + 656, + 569, + 746 + ], + [ + 786, + 658, + 894, + 748 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0350/sample_info.json b/captcha/dart counting/sample_0350/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..e0d496422e589a30892f50198e7df0bc5edab63e --- /dev/null +++ b/captcha/dart counting/sample_0350/sample_info.json @@ -0,0 +1,145 @@ +{ + "sample_id": 350, + "target_number": 16, + "background_image": "num16.png", + "correct_answer_index": 2, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3, + 0 + ], + "numbers_used": [ + 1, + 1 + ], + "sum": 2, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 16 + ], + "sum": 16, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 2 + ], + "numbers_used": [ + 1, + 2 + ], + "sum": 3, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 1, + 3, + 0 + ], + "numbers_used": [ + 1, + 2, + 1, + 1 + ], + "sum": 5, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 2 + ], + "sum": 2, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + 10, + -5 + ], + "dart_extra_offset": [ + 1, + 28 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 437, + 620 + ], + "offset": [ + -13, + 20 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 762, + 622 + ], + "offset": [ + 12, + 22 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 461, + 656, + 569, + 746 + ], + [ + 786, + 658, + 894, + 748 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0357/dart_counting.json b/captcha/dart counting/sample_0357/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..7a50ed2e68a20c03d4c734947f705f2bba8ff979 --- /dev/null +++ b/captcha/dart counting/sample_0357/dart_counting.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": [ + [ + 476, + 662, + 584, + 752 + ], + [ + 727, + 651, + 835, + 741 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0357/sample_info.json b/captcha/dart counting/sample_0357/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..49fd39d289d823cf7252e2899bfd3bf97561bb5d --- /dev/null +++ b/captcha/dart counting/sample_0357/sample_info.json @@ -0,0 +1,155 @@ +{ + "sample_id": 357, + "target_number": 16, + "background_image": "num16.png", + "correct_answer_index": 2, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 2, + 1, + 3 + ], + "numbers_used": [ + 4, + 6, + 6, + 7 + ], + "sum": 23, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 0, + 3 + ], + "numbers_used": [ + 11, + 5 + ], + "sum": 16, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 3, + 1, + 0 + ], + "numbers_used": [ + 3, + 1, + 3 + ], + "sum": 7, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 1, + 3, + 0 + ], + "numbers_used": [ + 1, + 1, + 1, + 1 + ], + "sum": 4, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 3, + 0 + ], + "numbers_used": [ + 19, + 11 + ], + "sum": 30, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + 1, + -14 + ], + "dart_extra_offset": [ + -7, + -4 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 452, + 626 + ], + "offset": [ + 2, + 26 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 703, + 615 + ], + "offset": [ + -47, + 15 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 476, + 662, + 584, + 752 + ], + [ + 727, + 651, + 835, + 741 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0359/dart_counting.json b/captcha/dart counting/sample_0359/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..2e41c8b79877cf2e01a7529f9cedc5099bfb79bb --- /dev/null +++ b/captcha/dart counting/sample_0359/dart_counting.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": [ + [ + 512, + 653, + 620, + 743 + ], + [ + 824, + 644, + 932, + 734 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0359/sample_info.json b/captcha/dart counting/sample_0359/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..e268cd455111aca9d61546f510b4cd0b5775cc34 --- /dev/null +++ b/captcha/dart counting/sample_0359/sample_info.json @@ -0,0 +1,151 @@ +{ + "sample_id": 359, + "target_number": 16, + "background_image": "num16.png", + "correct_answer_index": 5, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 17 + ], + "sum": 17, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 0, + 1 + ], + "numbers_used": [ + 1, + 3, + 1 + ], + "sum": 5, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 3, + 1 + ], + "numbers_used": [ + 5, + 6 + ], + "sum": 11, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 1, + 2 + ], + "numbers_used": [ + 12, + 9, + 8 + ], + "sum": 29, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 3, + 0, + 2, + 1 + ], + "numbers_used": [ + 4, + 3, + 3, + 6 + ], + "sum": 16, + "is_correct": true, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -18, + -15 + ], + "dart_extra_offset": [ + -20, + -6 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 488, + 617 + ], + "offset": [ + 38, + 17 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 800, + 608 + ], + "offset": [ + 50, + 8 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 512, + 653, + 620, + 743 + ], + [ + 824, + 644, + 932, + 734 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0361/dart_counting.json b/captcha/dart counting/sample_0361/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..14b23f4361e3c3ea667304e1ff93b1bb40f01bc2 --- /dev/null +++ b/captcha/dart counting/sample_0361/dart_counting.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": [ + [ + 499, + 669, + 607, + 759 + ], + [ + 745, + 636, + 853, + 726 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0361/sample_info.json b/captcha/dart counting/sample_0361/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..0d449800e9751d4f7403612c4dfd92d22c68381c --- /dev/null +++ b/captcha/dart counting/sample_0361/sample_info.json @@ -0,0 +1,149 @@ +{ + "sample_id": 361, + "target_number": 16, + "background_image": "num16.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 16 + ], + "sum": 16, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 2, + 0, + 1 + ], + "numbers_used": [ + 3, + 2, + 4 + ], + "sum": 9, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 0, + 3, + 2 + ], + "numbers_used": [ + 1, + 1, + 2, + 3 + ], + "sum": 7, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 0 + ], + "numbers_used": [ + 12, + 5 + ], + "sum": 17, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 1 + ], + "numbers_used": [ + 16, + 13 + ], + "sum": 29, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + 13, + 1 + ], + "dart_extra_offset": [ + -15, + -4 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 475, + 633 + ], + "offset": [ + 25, + 33 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 721, + 600 + ], + "offset": [ + -29, + 0 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 499, + 669, + 607, + 759 + ], + [ + 745, + 636, + 853, + 726 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0366/dart_counting.json b/captcha/dart counting/sample_0366/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..963933bb80d5ca2c599a50e892bc68c9a5444df8 --- /dev/null +++ b/captcha/dart counting/sample_0366/dart_counting.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": [ + [ + 446, + 661, + 554, + 751 + ], + [ + 808, + 650, + 916, + 740 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0366/sample_info.json b/captcha/dart counting/sample_0366/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..af73346e852f5c9fddbb80843284c84eb6f19ae7 --- /dev/null +++ b/captcha/dart counting/sample_0366/sample_info.json @@ -0,0 +1,153 @@ +{ + "sample_id": 366, + "target_number": 16, + "background_image": "num16.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3, + 0, + 2 + ], + "numbers_used": [ + 1, + 1, + 1 + ], + "sum": 3, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 2, + 1 + ], + "numbers_used": [ + 7, + 10, + 4 + ], + "sum": 21, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 16 + ], + "sum": 16, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 1, + 0, + 3, + 2 + ], + "numbers_used": [ + 1, + 1, + 1, + 1 + ], + "sum": 4, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 3, + 2 + ], + "numbers_used": [ + 8, + 15, + 4 + ], + "sum": 27, + "is_correct": false, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + 0, + -4 + ], + "dart_extra_offset": [ + 10, + 27 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 422, + 625 + ], + "offset": [ + -28, + 25 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 784, + 614 + ], + "offset": [ + 34, + 14 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 446, + 661, + 554, + 751 + ], + [ + 808, + 650, + 916, + 740 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0367/dart_counting.json b/captcha/dart counting/sample_0367/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..57aa2ec19608b97d9721b765d0ad83f86dd6c249 --- /dev/null +++ b/captcha/dart counting/sample_0367/dart_counting.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": [ + [ + 450, + 636, + 558, + 726 + ], + [ + 820, + 665, + 928, + 755 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0367/sample_info.json b/captcha/dart counting/sample_0367/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..c008ca8e76844568361270d6827c91a079e6a193 --- /dev/null +++ b/captcha/dart counting/sample_0367/sample_info.json @@ -0,0 +1,157 @@ +{ + "sample_id": 367, + "target_number": 16, + "background_image": "num16.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1, + 0, + 3, + 2 + ], + "numbers_used": [ + 4, + 4, + 2, + 4 + ], + "sum": 14, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 1, + 3, + 0 + ], + "numbers_used": [ + 4, + 2, + 2 + ], + "sum": 8, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 16 + ], + "sum": 16, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 0, + 1, + 2 + ], + "numbers_used": [ + 6, + 4, + 10, + 3 + ], + "sum": 23, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 3, + 2, + 0 + ], + "numbers_used": [ + 5, + 1, + 2, + 3 + ], + "sum": 11, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + -7, + 13 + ], + "dart_extra_offset": [ + -18, + -6 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 426, + 600 + ], + "offset": [ + -24, + 0 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 796, + 629 + ], + "offset": [ + 46, + 29 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 450, + 636, + 558, + 726 + ], + [ + 820, + 665, + 928, + 755 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0368/dart_counting.json b/captcha/dart counting/sample_0368/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..537e0d6722ed9f447ee46f9f3746b870928a67c0 --- /dev/null +++ b/captcha/dart counting/sample_0368/dart_counting.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": [ + [ + 451, + 674, + 559, + 764 + ], + [ + 754, + 656, + 862, + 746 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0368/sample_info.json b/captcha/dart counting/sample_0368/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..dfd388c90881e4c8e1b7dd6ae5f3766173ca7c91 --- /dev/null +++ b/captcha/dart counting/sample_0368/sample_info.json @@ -0,0 +1,147 @@ +{ + "sample_id": 368, + "target_number": 16, + "background_image": "num16.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 11 + ], + "sum": 11, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 0, + 2 + ], + "numbers_used": [ + 3, + 1 + ], + "sum": 4, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 0, + 2, + 3, + 1 + ], + "numbers_used": [ + 4, + 3, + 6, + 3 + ], + "sum": 16, + "is_correct": true, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 0 + ], + "numbers_used": [ + 9, + 15 + ], + "sum": 24, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 0 + ], + "numbers_used": [ + 6, + 6 + ], + "sum": 12, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + -8, + 16 + ], + "dart_extra_offset": [ + -12, + -2 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 427, + 638 + ], + "offset": [ + -23, + 38 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 730, + 620 + ], + "offset": [ + -20, + 20 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 451, + 674, + 559, + 764 + ], + [ + 754, + 656, + 862, + 746 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0392/dart_counting.json b/captcha/dart counting/sample_0392/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..8677151f44e62db260b18268799c28e857aa734f --- /dev/null +++ b/captcha/dart counting/sample_0392/dart_counting.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": [ + [ + 454, + 645, + 562, + 735 + ], + [ + 814, + 645, + 922, + 735 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0392/sample_info.json b/captcha/dart counting/sample_0392/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..e4aeddf62f90e65e94757131e7539fd108480c38 --- /dev/null +++ b/captcha/dart counting/sample_0392/sample_info.json @@ -0,0 +1,139 @@ +{ + "sample_id": 392, + "target_number": 16, + "background_image": "num16.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 8 + ], + "sum": 8, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 0, + 3 + ], + "numbers_used": [ + 4, + 1 + ], + "sum": 5, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 16 + ], + "sum": 16, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 0 + ], + "numbers_used": [ + 12, + 13 + ], + "sum": 25, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 13 + ], + "sum": 13, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + 16, + 11 + ], + "dart_extra_offset": [ + -15, + 24 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 430, + 609 + ], + "offset": [ + -20, + 9 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 790, + 609 + ], + "offset": [ + 40, + 9 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 454, + 645, + 562, + 735 + ], + [ + 814, + 645, + 922, + 735 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0395/dart_counting.json b/captcha/dart counting/sample_0395/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..04f9e4ea8c8bd060f5872f1ced83c37cb0b0ea44 --- /dev/null +++ b/captcha/dart counting/sample_0395/dart_counting.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": [ + [ + 442, + 658, + 550, + 748 + ], + [ + 766, + 675, + 874, + 765 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0395/sample_info.json b/captcha/dart counting/sample_0395/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..55e2779e515f590b2e8235e9066b17cfd0ec5e6f --- /dev/null +++ b/captcha/dart counting/sample_0395/sample_info.json @@ -0,0 +1,157 @@ +{ + "sample_id": 395, + "target_number": 16, + "background_image": "num16.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1, + 0, + 3, + 2 + ], + "numbers_used": [ + 2, + 2, + 1, + 2 + ], + "sum": 7, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 0, + 2, + 3, + 1 + ], + "numbers_used": [ + 3, + 5, + 6, + 8 + ], + "sum": 22, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 2, + 0 + ], + "numbers_used": [ + 1, + 1, + 1 + ], + "sum": 3, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 16 + ], + "sum": 16, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 0, + 3, + 2 + ], + "numbers_used": [ + 1, + 5, + 5, + 2 + ], + "sum": 13, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + 6, + 19 + ], + "dart_extra_offset": [ + 0, + 25 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 418, + 622 + ], + "offset": [ + -32, + 22 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 742, + 639 + ], + "offset": [ + -8, + 39 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 442, + 658, + 550, + 748 + ], + [ + 766, + 675, + 874, + 765 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0411/dart_counting.json b/captcha/dart counting/sample_0411/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..89ab35e086734fb18d3053858520140308525289 --- /dev/null +++ b/captcha/dart counting/sample_0411/dart_counting.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": [ + [ + 454, + 642, + 562, + 732 + ], + [ + 815, + 643, + 923, + 733 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0411/sample_info.json b/captcha/dart counting/sample_0411/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..6b856e405ced9692a68a7075c76133c0a9d5413e --- /dev/null +++ b/captcha/dart counting/sample_0411/sample_info.json @@ -0,0 +1,149 @@ +{ + "sample_id": 411, + "target_number": 17, + "background_image": "num17.png", + "correct_answer_index": 2, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 0 + ], + "numbers_used": [ + 10, + 16 + ], + "sum": 26, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 2, + 1 + ], + "numbers_used": [ + 11, + 6 + ], + "sum": 17, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 2, + 1, + 3, + 0 + ], + "numbers_used": [ + 4, + 8, + 2, + 6 + ], + "sum": 20, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 0 + ], + "numbers_used": [ + 9, + 9 + ], + "sum": 18, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 2, + 0 + ], + "numbers_used": [ + 1, + 1 + ], + "sum": 2, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + -4, + 10 + ], + "dart_extra_offset": [ + -1, + 20 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 430, + 606 + ], + "offset": [ + -20, + 6 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 791, + 607 + ], + "offset": [ + 41, + 7 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 454, + 642, + 562, + 732 + ], + [ + 815, + 643, + 923, + 733 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0416/dart_counting.json b/captcha/dart counting/sample_0416/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..8f7c10ccc966fba5c97d031e28b8ca486a80db85 --- /dev/null +++ b/captcha/dart counting/sample_0416/dart_counting.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": [ + [ + 496, + 657, + 604, + 747 + ], + [ + 818, + 660, + 926, + 750 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0416/sample_info.json b/captcha/dart counting/sample_0416/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..4c2a2f1572688d34dc016d0d1bcd4aa98a134304 --- /dev/null +++ b/captcha/dart counting/sample_0416/sample_info.json @@ -0,0 +1,147 @@ +{ + "sample_id": 416, + "target_number": 17, + "background_image": "num17.png", + "correct_answer_index": 5, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1, + 3, + 2 + ], + "numbers_used": [ + 5, + 6, + 3 + ], + "sum": 14, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 1, + 0, + 3 + ], + "numbers_used": [ + 9, + 17, + 4 + ], + "sum": 30, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 2, + 3 + ], + "numbers_used": [ + 13, + 11, + 5 + ], + "sum": 29, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 1 + ], + "sum": 1, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 17 + ], + "sum": 17, + "is_correct": true, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -8, + -2 + ], + "dart_extra_offset": [ + 1, + 13 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 472, + 621 + ], + "offset": [ + 22, + 21 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 794, + 624 + ], + "offset": [ + 44, + 24 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 496, + 657, + 604, + 747 + ], + [ + 818, + 660, + 926, + 750 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0418/dart_counting.json b/captcha/dart counting/sample_0418/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..8b8ffe31a1dd1c9e71af79d1086de5af70d402d0 --- /dev/null +++ b/captcha/dart counting/sample_0418/dart_counting.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": [ + [ + 444, + 649, + 552, + 739 + ], + [ + 821, + 665, + 929, + 755 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0418/sample_info.json b/captcha/dart counting/sample_0418/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..e31744fbdb1bfa92d2c029d8c5dcb6893b0e1f23 --- /dev/null +++ b/captcha/dart counting/sample_0418/sample_info.json @@ -0,0 +1,151 @@ +{ + "sample_id": 418, + "target_number": 17, + "background_image": "num17.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1, + 3, + 2, + 0 + ], + "numbers_used": [ + 1, + 1, + 1, + 1 + ], + "sum": 4, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 0 + ], + "numbers_used": [ + 10, + 2 + ], + "sum": 12, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 0, + 1, + 3 + ], + "numbers_used": [ + 4, + 8, + 5 + ], + "sum": 17, + "is_correct": true, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 1, + 2 + ], + "numbers_used": [ + 7, + 8 + ], + "sum": 15, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 3 + ], + "numbers_used": [ + 8, + 10 + ], + "sum": 18, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + -4, + 20 + ], + "dart_extra_offset": [ + 0, + -2 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 420, + 613 + ], + "offset": [ + -30, + 13 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 797, + 629 + ], + "offset": [ + 47, + 29 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 444, + 649, + 552, + 739 + ], + [ + 821, + 665, + 929, + 755 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0420/dart_counting.json b/captcha/dart counting/sample_0420/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..a2b12823fbc68eeb64dd94f7f499d3f136fbaca3 --- /dev/null +++ b/captcha/dart counting/sample_0420/dart_counting.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": [ + [ + 477, + 673, + 585, + 763 + ], + [ + 804, + 668, + 912, + 758 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0420/sample_info.json b/captcha/dart counting/sample_0420/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..2da8e97486296aec18692f446dbdacacbee6d663 --- /dev/null +++ b/captcha/dart counting/sample_0420/sample_info.json @@ -0,0 +1,151 @@ +{ + "sample_id": 420, + "target_number": 17, + "background_image": "num17.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 3, + 1 + ], + "numbers_used": [ + 4, + 7, + 6 + ], + "sum": 17, + "is_correct": true, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 16 + ], + "sum": 16, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 3, + 2, + 0, + 1 + ], + "numbers_used": [ + 4, + 2, + 7, + 2 + ], + "sum": 15, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 16 + ], + "sum": 16, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 0, + 3, + 2 + ], + "numbers_used": [ + 2, + 1, + 3, + 3 + ], + "sum": 9, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -7, + -12 + ], + "dart_extra_offset": [ + -18, + -2 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 453, + 637 + ], + "offset": [ + 3, + 37 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 780, + 632 + ], + "offset": [ + 30, + 32 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 477, + 673, + 585, + 763 + ], + [ + 804, + 668, + 912, + 758 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0427/dart_counting.json b/captcha/dart counting/sample_0427/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..80e904cea4fe67a4cd1f97592caecd3fa96df63d --- /dev/null +++ b/captcha/dart counting/sample_0427/dart_counting.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": [ + [ + 436, + 674, + 544, + 764 + ], + [ + 739, + 655, + 847, + 745 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0427/sample_info.json b/captcha/dart counting/sample_0427/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..104ea426b949df91be86fe18dd24f27f43798265 --- /dev/null +++ b/captcha/dart counting/sample_0427/sample_info.json @@ -0,0 +1,159 @@ +{ + "sample_id": 427, + "target_number": 17, + "background_image": "num17.png", + "correct_answer_index": 2, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1, + 3, + 2, + 0 + ], + "numbers_used": [ + 5, + 3, + 1, + 3 + ], + "sum": 12, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 17 + ], + "sum": 17, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 3, + 2, + 0 + ], + "numbers_used": [ + 2, + 8, + 3, + 3 + ], + "sum": 16, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 0, + 1, + 2 + ], + "numbers_used": [ + 2, + 3, + 2, + 2 + ], + "sum": 9, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 3, + 0, + 2 + ], + "numbers_used": [ + 3, + 11, + 8, + 6 + ], + "sum": 28, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + 14, + -18 + ], + "dart_extra_offset": [ + 11, + 12 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 412, + 638 + ], + "offset": [ + -38, + 38 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 715, + 619 + ], + "offset": [ + -35, + 19 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 436, + 674, + 544, + 764 + ], + [ + 739, + 655, + 847, + 745 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0429/dart_counting.json b/captcha/dart counting/sample_0429/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..77e9dc88fd1f38f68d8c4f1dd2c942bb962dd3e5 --- /dev/null +++ b/captcha/dart counting/sample_0429/dart_counting.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": [ + [ + 517, + 659, + 625, + 749 + ], + [ + 763, + 642, + 871, + 732 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0429/sample_info.json b/captcha/dart counting/sample_0429/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..0dd32fffb20d843dffec983e2ce97f395c7dc0f4 --- /dev/null +++ b/captcha/dart counting/sample_0429/sample_info.json @@ -0,0 +1,151 @@ +{ + "sample_id": 429, + "target_number": 17, + "background_image": "num17.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3, + 0, + 2 + ], + "numbers_used": [ + 10, + 9, + 7 + ], + "sum": 26, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 1, + 3, + 2, + 0 + ], + "numbers_used": [ + 1, + 2, + 2, + 2 + ], + "sum": 7, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 3 + ], + "numbers_used": [ + 9, + 8 + ], + "sum": 17, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 0, + 2, + 1 + ], + "numbers_used": [ + 7, + 10, + 9 + ], + "sum": 26, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 20 + ], + "sum": 20, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + 18, + 13 + ], + "dart_extra_offset": [ + 15, + -10 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 493, + 623 + ], + "offset": [ + 43, + 23 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 739, + 606 + ], + "offset": [ + -11, + 6 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 517, + 659, + 625, + 749 + ], + [ + 763, + 642, + 871, + 732 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0442/dart_counting.json b/captcha/dart counting/sample_0442/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..c2a9674d2add5d42830b1dbcba672de1e7e412ce --- /dev/null +++ b/captcha/dart counting/sample_0442/dart_counting.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": [ + [ + 523, + 667, + 631, + 757 + ], + [ + 757, + 653, + 865, + 743 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0442/sample_info.json b/captcha/dart counting/sample_0442/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..202d9837eb0e1641643e644d49b11690cbb22ef0 --- /dev/null +++ b/captcha/dart counting/sample_0442/sample_info.json @@ -0,0 +1,155 @@ +{ + "sample_id": 442, + "target_number": 17, + "background_image": "num17.png", + "correct_answer_index": 2, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3, + 0 + ], + "numbers_used": [ + 12, + 14 + ], + "sum": 26, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 0, + 2, + 1 + ], + "numbers_used": [ + 5, + 4, + 5, + 3 + ], + "sum": 17, + "is_correct": true, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 7 + ], + "sum": 7, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 0, + 2, + 1, + 3 + ], + "numbers_used": [ + 7, + 3, + 3, + 8 + ], + "sum": 21, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 2, + 3, + 1, + 0 + ], + "numbers_used": [ + 3, + 8, + 6, + 9 + ], + "sum": 26, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -15, + -20 + ], + "dart_extra_offset": [ + 0, + 9 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 499, + 631 + ], + "offset": [ + 49, + 31 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 733, + 617 + ], + "offset": [ + -17, + 17 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 523, + 667, + 631, + 757 + ], + [ + 757, + 653, + 865, + 743 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0443/dart_counting.json b/captcha/dart counting/sample_0443/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..e32a4c0855d12dc41bf3536a5dece022f59d41ac --- /dev/null +++ b/captcha/dart counting/sample_0443/dart_counting.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": [ + [ + 462, + 662, + 570, + 752 + ], + [ + 770, + 655, + 878, + 745 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0443/sample_info.json b/captcha/dart counting/sample_0443/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..edeacee8cfaa70313919a9eec32c3d8ddb92c55d --- /dev/null +++ b/captcha/dart counting/sample_0443/sample_info.json @@ -0,0 +1,147 @@ +{ + "sample_id": 443, + "target_number": 17, + "background_image": "num17.png", + "correct_answer_index": 2, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 0 + ], + "numbers_used": [ + 11, + 11 + ], + "sum": 22, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 0, + 3, + 2 + ], + "numbers_used": [ + 6, + 6, + 5 + ], + "sum": 17, + "is_correct": true, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 16 + ], + "sum": 16, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 1, + 0 + ], + "numbers_used": [ + 8, + 6, + 14 + ], + "sum": 28, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 2 + ], + "numbers_used": [ + 2, + 3 + ], + "sum": 5, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -8, + -15 + ], + "dart_extra_offset": [ + -1, + 17 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 438, + 626 + ], + "offset": [ + -12, + 26 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 746, + 619 + ], + "offset": [ + -4, + 19 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 462, + 662, + 570, + 752 + ], + [ + 770, + 655, + 878, + 745 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0444/dart_counting.json b/captcha/dart counting/sample_0444/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..5c42da984bd527d0e86ccbafe66656616eb96ca1 --- /dev/null +++ b/captcha/dart counting/sample_0444/dart_counting.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": [ + [ + 444, + 638, + 552, + 728 + ], + [ + 815, + 676, + 923, + 766 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0444/sample_info.json b/captcha/dart counting/sample_0444/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..751ef04d20aca33c90b0e14e758c871ca579113e --- /dev/null +++ b/captcha/dart counting/sample_0444/sample_info.json @@ -0,0 +1,155 @@ +{ + "sample_id": 444, + "target_number": 17, + "background_image": "num17.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 3, + 2, + 1 + ], + "numbers_used": [ + 8, + 9, + 5, + 4 + ], + "sum": 26, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 2, + 0 + ], + "numbers_used": [ + 8, + 2, + 3 + ], + "sum": 13, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 3, + 0, + 2 + ], + "numbers_used": [ + 4, + 8, + 4, + 5 + ], + "sum": 21, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 3, + 0 + ], + "numbers_used": [ + 7, + 2, + 8 + ], + "sum": 17, + "is_correct": true, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 12 + ], + "sum": 12, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -13, + 19 + ], + "dart_extra_offset": [ + 20, + 26 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 420, + 602 + ], + "offset": [ + -30, + 2 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 791, + 640 + ], + "offset": [ + 41, + 40 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 444, + 638, + 552, + 728 + ], + [ + 815, + 676, + 923, + 766 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0445/dart_counting.json b/captcha/dart counting/sample_0445/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..cd07921cf7ec81ea1c10dab6bedb384d92bf2187 --- /dev/null +++ b/captcha/dart counting/sample_0445/dart_counting.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": [ + [ + 437, + 672, + 545, + 762 + ], + [ + 785, + 672, + 893, + 762 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0445/sample_info.json b/captcha/dart counting/sample_0445/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..8fbec56b56c4656b1f46bd98dea3f0c51fca3239 --- /dev/null +++ b/captcha/dart counting/sample_0445/sample_info.json @@ -0,0 +1,153 @@ +{ + "sample_id": 445, + "target_number": 17, + "background_image": "num17.png", + "correct_answer_index": 5, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 2 + ], + "numbers_used": [ + 11, + 13 + ], + "sum": 24, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 0, + 2 + ], + "numbers_used": [ + 1, + 3 + ], + "sum": 4, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 0, + 3, + 1, + 2 + ], + "numbers_used": [ + 8, + 6, + 5, + 5 + ], + "sum": 24, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 0, + 3, + 2 + ], + "numbers_used": [ + 5, + 5, + 9 + ], + "sum": 19, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 3, + 0 + ], + "numbers_used": [ + 9, + 4, + 4 + ], + "sum": 17, + "is_correct": true, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + 20, + 3 + ], + "dart_extra_offset": [ + 19, + 27 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 413, + 636 + ], + "offset": [ + -37, + 36 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 761, + 636 + ], + "offset": [ + 11, + 36 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 437, + 672, + 545, + 762 + ], + [ + 785, + 672, + 893, + 762 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0472/dart_counting.json b/captcha/dart counting/sample_0472/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..bcee4b41f9d466fc0736821e6e47d54c174807ac --- /dev/null +++ b/captcha/dart counting/sample_0472/dart_counting.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": [ + [ + 431, + 643, + 539, + 733 + ], + [ + 741, + 647, + 849, + 737 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0472/sample_info.json b/captcha/dart counting/sample_0472/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b0fc08c55363274f839c875ce3971f379b77f92d --- /dev/null +++ b/captcha/dart counting/sample_0472/sample_info.json @@ -0,0 +1,151 @@ +{ + "sample_id": 472, + "target_number": 17, + "background_image": "num17.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1, + 0 + ], + "numbers_used": [ + 10, + 6 + ], + "sum": 16, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 0, + 2, + 3 + ], + "numbers_used": [ + 5, + 6, + 10 + ], + "sum": 21, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 0, + 1, + 2 + ], + "numbers_used": [ + 1, + 2, + 3 + ], + "sum": 6, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 0 + ], + "numbers_used": [ + 9, + 8 + ], + "sum": 17, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 2, + 1, + 0 + ], + "numbers_used": [ + 7, + 4, + 3 + ], + "sum": 14, + "is_correct": false, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + -18, + 17 + ], + "dart_extra_offset": [ + 13, + 19 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 407, + 607 + ], + "offset": [ + -43, + 7 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 717, + 611 + ], + "offset": [ + -33, + 11 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 431, + 643, + 539, + 733 + ], + [ + 741, + 647, + 849, + 737 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0473/dart_counting.json b/captcha/dart counting/sample_0473/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..75c7fb64590a9e5c570b2b765102816db0db9773 --- /dev/null +++ b/captcha/dart counting/sample_0473/dart_counting.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": [ + [ + 428, + 673, + 536, + 763 + ], + [ + 822, + 669, + 930, + 759 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0473/sample_info.json b/captcha/dart counting/sample_0473/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..2228f8ca3794ea530524f39e3f1b281ec1650f6a --- /dev/null +++ b/captcha/dart counting/sample_0473/sample_info.json @@ -0,0 +1,151 @@ +{ + "sample_id": 473, + "target_number": 17, + "background_image": "num17.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 2, + 3 + ], + "numbers_used": [ + 1, + 1, + 1 + ], + "sum": 3, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 2, + 0, + 1, + 3 + ], + "numbers_used": [ + 7, + 7, + 5, + 6 + ], + "sum": 25, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 3 + ], + "numbers_used": [ + 1, + 1 + ], + "sum": 2, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 1 + ], + "numbers_used": [ + 8, + 9 + ], + "sum": 17, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 3 + ], + "numbers_used": [ + 1, + 1 + ], + "sum": 2, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -4, + -14 + ], + "dart_extra_offset": [ + -8, + -4 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 404, + 637 + ], + "offset": [ + -46, + 37 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 798, + 633 + ], + "offset": [ + 48, + 33 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 428, + 673, + 536, + 763 + ], + [ + 822, + 669, + 930, + 759 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0474/dart_counting.json b/captcha/dart counting/sample_0474/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..ad437e407c24c121728313a06f0804dbcf63fa99 --- /dev/null +++ b/captcha/dart counting/sample_0474/dart_counting.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": [ + [ + 456, + 674, + 564, + 764 + ], + [ + 819, + 667, + 927, + 757 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0474/sample_info.json b/captcha/dart counting/sample_0474/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..0190341e292b64b5e5fe24f4b570e5870d2e3cfb --- /dev/null +++ b/captcha/dart counting/sample_0474/sample_info.json @@ -0,0 +1,159 @@ +{ + "sample_id": 474, + "target_number": 17, + "background_image": "num17.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3, + 2, + 1 + ], + "numbers_used": [ + 6, + 9, + 6 + ], + "sum": 21, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 2, + 1, + 3 + ], + "numbers_used": [ + 4, + 4, + 5 + ], + "sum": 13, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 0, + 1, + 2, + 3 + ], + "numbers_used": [ + 4, + 6, + 3, + 4 + ], + "sum": 17, + "is_correct": true, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 1, + 0 + ], + "numbers_used": [ + 6, + 9, + 11 + ], + "sum": 26, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 2, + 3, + 1 + ], + "numbers_used": [ + 2, + 2, + 1, + 2 + ], + "sum": 7, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + 0, + 14 + ], + "dart_extra_offset": [ + -10, + 20 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 432, + 638 + ], + "offset": [ + -18, + 38 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 795, + 631 + ], + "offset": [ + 45, + 31 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 456, + 674, + 564, + 764 + ], + [ + 819, + 667, + 927, + 757 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0475/dart_counting.json b/captcha/dart counting/sample_0475/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..d2cc3dd292df09cf346db232a21b957f360f64e4 --- /dev/null +++ b/captcha/dart counting/sample_0475/dart_counting.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": [ + [ + 499, + 676, + 607, + 766 + ], + [ + 730, + 636, + 838, + 726 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0475/sample_info.json b/captcha/dart counting/sample_0475/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..5007fb3c7a7b43f50289a0dd17c0d6a72eca3d1d --- /dev/null +++ b/captcha/dart counting/sample_0475/sample_info.json @@ -0,0 +1,141 @@ +{ + "sample_id": 475, + "target_number": 17, + "background_image": "num17.png", + "correct_answer_index": 5, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 20 + ], + "sum": 20, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 0, + 1, + 2 + ], + "numbers_used": [ + 8, + 6, + 9 + ], + "sum": 23, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 9 + ], + "sum": 9, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 3 + ], + "numbers_used": [ + 13, + 12 + ], + "sum": 25, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 17 + ], + "sum": 17, + "is_correct": true, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + 11, + 16 + ], + "dart_extra_offset": [ + 8, + 30 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 475, + 640 + ], + "offset": [ + 25, + 40 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 706, + 600 + ], + "offset": [ + -44, + 0 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 499, + 676, + 607, + 766 + ], + [ + 730, + 636, + 838, + 726 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0480/dart_counting.json b/captcha/dart counting/sample_0480/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..675b243a7617cf3ffa3ac485100772f0f5827666 --- /dev/null +++ b/captcha/dart counting/sample_0480/dart_counting.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": [ + [ + 489, + 661, + 597, + 751 + ], + [ + 753, + 674, + 861, + 764 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0480/sample_info.json b/captcha/dart counting/sample_0480/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..17702d424555082a8af2451c47da35d65f458609 --- /dev/null +++ b/captcha/dart counting/sample_0480/sample_info.json @@ -0,0 +1,151 @@ +{ + "sample_id": 480, + "target_number": 17, + "background_image": "num17.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 17 + ], + "sum": 17, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 0 + ], + "numbers_used": [ + 19, + 8 + ], + "sum": 27, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 2, + 0, + 3 + ], + "numbers_used": [ + 4, + 2, + 3, + 3 + ], + "sum": 12, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 0, + 2 + ], + "numbers_used": [ + 5, + 7 + ], + "sum": 12, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 2, + 0, + 3 + ], + "numbers_used": [ + 8, + 6, + 8, + 6 + ], + "sum": 28, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + 5, + 1 + ], + "dart_extra_offset": [ + 3, + 18 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 465, + 625 + ], + "offset": [ + 15, + 25 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 729, + 638 + ], + "offset": [ + -21, + 38 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 489, + 661, + 597, + 751 + ], + [ + 753, + 674, + 861, + 764 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0486/dart_counting.json b/captcha/dart counting/sample_0486/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..9e28e14565c66e3adc9528eeb1ccb5882417f6e1 --- /dev/null +++ b/captcha/dart counting/sample_0486/dart_counting.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": [ + [ + 511, + 668, + 619, + 758 + ], + [ + 759, + 663, + 867, + 753 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0486/sample_info.json b/captcha/dart counting/sample_0486/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..42676f22aa3d9d0089dd932ac8a9d1dc5498bcc0 --- /dev/null +++ b/captcha/dart counting/sample_0486/sample_info.json @@ -0,0 +1,147 @@ +{ + "sample_id": 486, + "target_number": 17, + "background_image": "num17.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 2 + ], + "numbers_used": [ + 9, + 12 + ], + "sum": 21, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 2, + 3 + ], + "numbers_used": [ + 12, + 15 + ], + "sum": 27, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 3, + 2 + ], + "numbers_used": [ + 5, + 4 + ], + "sum": 9, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 1, + 0 + ], + "numbers_used": [ + 7, + 10 + ], + "sum": 17, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 3, + 1, + 2 + ], + "numbers_used": [ + 6, + 5, + 10 + ], + "sum": 21, + "is_correct": false, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + -19, + -19 + ], + "dart_extra_offset": [ + 6, + 10 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 487, + 632 + ], + "offset": [ + 37, + 32 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 735, + 627 + ], + "offset": [ + -15, + 27 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 511, + 668, + 619, + 758 + ], + [ + 759, + 663, + 867, + 753 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0487/dart_counting.json b/captcha/dart counting/sample_0487/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..d891421bcc45451f242cb455f60cf6bc095066dd --- /dev/null +++ b/captcha/dart counting/sample_0487/dart_counting.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": [ + [ + 453, + 658, + 561, + 748 + ], + [ + 743, + 654, + 851, + 744 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0487/sample_info.json b/captcha/dart counting/sample_0487/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..fdf1483c50c6cb3c086249bf43d622bdfa571b06 --- /dev/null +++ b/captcha/dart counting/sample_0487/sample_info.json @@ -0,0 +1,151 @@ +{ + "sample_id": 487, + "target_number": 17, + "background_image": "num17.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 3, + 1 + ], + "numbers_used": [ + 7, + 5, + 5 + ], + "sum": 17, + "is_correct": true, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 18 + ], + "sum": 18, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 6 + ], + "sum": 6, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 3, + 0, + 1 + ], + "numbers_used": [ + 3, + 4, + 3, + 6 + ], + "sum": 16, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 3, + 2, + 1, + 0 + ], + "numbers_used": [ + 6, + 7, + 3, + 10 + ], + "sum": 26, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + 17, + -8 + ], + "dart_extra_offset": [ + 13, + 10 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 429, + 622 + ], + "offset": [ + -21, + 22 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 719, + 618 + ], + "offset": [ + -31, + 18 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 453, + 658, + 561, + 748 + ], + [ + 743, + 654, + 851, + 744 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0488/dart_counting.json b/captcha/dart counting/sample_0488/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..89e9c49013e3a1fa78e2385ce5ba8cad8c3df46a --- /dev/null +++ b/captcha/dart counting/sample_0488/dart_counting.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, + 639, + 560, + 729 + ], + [ + 745, + 660, + 853, + 750 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0488/sample_info.json b/captcha/dart counting/sample_0488/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..1c0f55049702ca52589f6dd4aee0e46ca672714d --- /dev/null +++ b/captcha/dart counting/sample_0488/sample_info.json @@ -0,0 +1,151 @@ +{ + "sample_id": 488, + "target_number": 17, + "background_image": "num17.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 1, + 3, + 0 + ], + "numbers_used": [ + 5, + 2, + 4, + 6 + ], + "sum": 17, + "is_correct": true, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 1, + 2 + ], + "numbers_used": [ + 3, + 8, + 4 + ], + "sum": 15, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 18 + ], + "sum": 18, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 2, + 0, + 1 + ], + "numbers_used": [ + 7, + 3, + 6, + 6 + ], + "sum": 22, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 10 + ], + "sum": 10, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + -10, + -4 + ], + "dart_extra_offset": [ + -19, + -8 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 428, + 603 + ], + "offset": [ + -22, + 3 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 721, + 624 + ], + "offset": [ + -29, + 24 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 452, + 639, + 560, + 729 + ], + [ + 745, + 660, + 853, + 750 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0489/dart_counting.json b/captcha/dart counting/sample_0489/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..62431e17f3370b00a7eb1f4da4d009d052d0b9da --- /dev/null +++ b/captcha/dart counting/sample_0489/dart_counting.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": [ + [ + 478, + 650, + 586, + 740 + ], + [ + 754, + 651, + 862, + 741 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0489/sample_info.json b/captcha/dart counting/sample_0489/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..e72428a2e2a6e26537c78b205b349a5cafa82c0d --- /dev/null +++ b/captcha/dart counting/sample_0489/sample_info.json @@ -0,0 +1,147 @@ +{ + "sample_id": 489, + "target_number": 17, + "background_image": "num17.png", + "correct_answer_index": 2, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 2, + 3, + 1 + ], + "numbers_used": [ + 3, + 4, + 2, + 1 + ], + "sum": 10, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 1, + 0 + ], + "numbers_used": [ + 8, + 9 + ], + "sum": 17, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 11 + ], + "sum": 11, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 3, + 0 + ], + "numbers_used": [ + 4, + 11, + 5 + ], + "sum": 20, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 19 + ], + "sum": 19, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + 13, + 12 + ], + "dart_extra_offset": [ + 19, + 15 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 454, + 614 + ], + "offset": [ + 4, + 14 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 730, + 615 + ], + "offset": [ + -20, + 15 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 478, + 650, + 586, + 740 + ], + [ + 754, + 651, + 862, + 741 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0501/dart_counting.json b/captcha/dart counting/sample_0501/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..2249b025c5d558f449e3484764acdf448a2fd8f5 --- /dev/null +++ b/captcha/dart counting/sample_0501/dart_counting.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": [ + [ + 504, + 641, + 612, + 731 + ], + [ + 822, + 641, + 930, + 731 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0501/sample_info.json b/captcha/dart counting/sample_0501/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..70e0bb77454d16eafb015205205c060ad313652f --- /dev/null +++ b/captcha/dart counting/sample_0501/sample_info.json @@ -0,0 +1,147 @@ +{ + "sample_id": 501, + "target_number": 17, + "background_image": "num17.png", + "correct_answer_index": 2, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 2 + ], + "numbers_used": [ + 11, + 18 + ], + "sum": 29, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 17 + ], + "sum": 17, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 2, + 1, + 3, + 0 + ], + "numbers_used": [ + 3, + 4, + 5, + 4 + ], + "sum": 16, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 10 + ], + "sum": 10, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 3, + 1 + ], + "numbers_used": [ + 13, + 8, + 8 + ], + "sum": 29, + "is_correct": false, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + 16, + -18 + ], + "dart_extra_offset": [ + -4, + 22 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 480, + 605 + ], + "offset": [ + 30, + 5 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 798, + 605 + ], + "offset": [ + 48, + 5 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 504, + 641, + 612, + 731 + ], + [ + 822, + 641, + 930, + 731 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0506/dart_counting.json b/captcha/dart counting/sample_0506/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..d6880a1ae79737e1894234884f01d965244b3ed6 --- /dev/null +++ b/captcha/dart counting/sample_0506/dart_counting.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": [ + [ + 517, + 651, + 625, + 741 + ], + [ + 812, + 638, + 920, + 728 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0506/sample_info.json b/captcha/dart counting/sample_0506/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..512181f80864e04723aae4d1d15bdc16011b73d9 --- /dev/null +++ b/captcha/dart counting/sample_0506/sample_info.json @@ -0,0 +1,151 @@ +{ + "sample_id": 506, + "target_number": 17, + "background_image": "num17.png", + "correct_answer_index": 2, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 13 + ], + "sum": 13, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 1, + 0, + 2, + 3 + ], + "numbers_used": [ + 3, + 4, + 6, + 4 + ], + "sum": 17, + "is_correct": true, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 3, + 0, + 2 + ], + "numbers_used": [ + 2, + 7, + 5 + ], + "sum": 14, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 13 + ], + "sum": 13, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 2, + 3, + 0, + 1 + ], + "numbers_used": [ + 3, + 1, + 1, + 1 + ], + "sum": 6, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + 14, + 11 + ], + "dart_extra_offset": [ + 14, + 10 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 493, + 615 + ], + "offset": [ + 43, + 15 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 788, + 602 + ], + "offset": [ + 38, + 2 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 517, + 651, + 625, + 741 + ], + [ + 812, + 638, + 920, + 728 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0508/dart_counting.json b/captcha/dart counting/sample_0508/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..0f6d38fecb1aba5a19256c768f730a4373d34f00 --- /dev/null +++ b/captcha/dart counting/sample_0508/dart_counting.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": [ + [ + 523, + 665, + 631, + 755 + ], + [ + 727, + 644, + 835, + 734 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0508/sample_info.json b/captcha/dart counting/sample_0508/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..4545c74d7c5f8c6934977c64194ce19c281e0512 --- /dev/null +++ b/captcha/dart counting/sample_0508/sample_info.json @@ -0,0 +1,147 @@ +{ + "sample_id": 508, + "target_number": 17, + "background_image": "num17.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1, + 3 + ], + "numbers_used": [ + 8, + 9 + ], + "sum": 17, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 1, + 0, + 2, + 3 + ], + "numbers_used": [ + 6, + 8, + 7, + 2 + ], + "sum": 23, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 1 + ], + "sum": 1, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 0, + 2 + ], + "numbers_used": [ + 13, + 16 + ], + "sum": 29, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 3, + 1 + ], + "numbers_used": [ + 10, + 14 + ], + "sum": 24, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + -4, + -14 + ], + "dart_extra_offset": [ + -3, + 29 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 499, + 629 + ], + "offset": [ + 49, + 29 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 703, + 608 + ], + "offset": [ + -47, + 8 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 523, + 665, + 631, + 755 + ], + [ + 727, + 644, + 835, + 734 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0530/dart_counting.json b/captcha/dart counting/sample_0530/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..4b83c9eff8691595aaa853cb7bbeea757fba43b6 --- /dev/null +++ b/captcha/dart counting/sample_0530/dart_counting.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": [ + [ + 490, + 669, + 598, + 759 + ], + [ + 792, + 654, + 900, + 744 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0530/sample_info.json b/captcha/dart counting/sample_0530/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..63687015b2dc8700cf6bfdd3738154e560a194d0 --- /dev/null +++ b/captcha/dart counting/sample_0530/sample_info.json @@ -0,0 +1,145 @@ +{ + "sample_id": 530, + "target_number": 17, + "background_image": "num17.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 3 + ], + "numbers_used": [ + 11, + 16 + ], + "sum": 27, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 1 + ], + "sum": 1, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 12 + ], + "sum": 12, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 0 + ], + "numbers_used": [ + 11, + 6 + ], + "sum": 17, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 2, + 1, + 3, + 0 + ], + "numbers_used": [ + 6, + 2, + 10, + 9 + ], + "sum": 27, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + 0, + -6 + ], + "dart_extra_offset": [ + 8, + 29 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 466, + 633 + ], + "offset": [ + 16, + 33 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 768, + 618 + ], + "offset": [ + 18, + 18 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 490, + 669, + 598, + 759 + ], + [ + 792, + 654, + 900, + 744 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0537/dart_counting.json b/captcha/dart counting/sample_0537/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..9002c9dbc265503f098dcb4c2375d62f7ee266b1 --- /dev/null +++ b/captcha/dart counting/sample_0537/dart_counting.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": [ + [ + 483, + 661, + 591, + 751 + ], + [ + 764, + 650, + 872, + 740 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0537/sample_info.json b/captcha/dart counting/sample_0537/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..e47bab09546f891505ccb6d3f17198491b13ec8a --- /dev/null +++ b/captcha/dart counting/sample_0537/sample_info.json @@ -0,0 +1,151 @@ +{ + "sample_id": 537, + "target_number": 17, + "background_image": "num17.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 2, + 3 + ], + "numbers_used": [ + 7, + 5, + 7 + ], + "sum": 19, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 1 + ], + "numbers_used": [ + 4, + 4 + ], + "sum": 8, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 0, + 1, + 3, + 2 + ], + "numbers_used": [ + 4, + 2, + 2, + 2 + ], + "sum": 10, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 0, + 3 + ], + "numbers_used": [ + 9, + 8 + ], + "sum": 17, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 2 + ], + "numbers_used": [ + 15, + 10 + ], + "sum": 25, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + 10, + -6 + ], + "dart_extra_offset": [ + -8, + 9 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 459, + 625 + ], + "offset": [ + 9, + 25 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 740, + 614 + ], + "offset": [ + -10, + 14 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 483, + 661, + 591, + 751 + ], + [ + 764, + 650, + 872, + 740 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0539/dart_counting.json b/captcha/dart counting/sample_0539/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..95692ea4316ffd5a35266438447032ce36ca9cbd --- /dev/null +++ b/captcha/dart counting/sample_0539/dart_counting.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": [ + [ + 425, + 654, + 533, + 744 + ], + [ + 724, + 664, + 832, + 754 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0539/sample_info.json b/captcha/dart counting/sample_0539/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..a6c2c495f6439befc85a5573e23759c5d7bab6f8 --- /dev/null +++ b/captcha/dart counting/sample_0539/sample_info.json @@ -0,0 +1,151 @@ +{ + "sample_id": 539, + "target_number": 17, + "background_image": "num17.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 2 + ], + "sum": 2, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 20 + ], + "sum": 20, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 3, + 1, + 2, + 0 + ], + "numbers_used": [ + 3, + 5, + 4, + 5 + ], + "sum": 17, + "is_correct": true, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 0, + 3, + 1 + ], + "numbers_used": [ + 1, + 1, + 1, + 1 + ], + "sum": 4, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 3, + 2 + ], + "numbers_used": [ + 4, + 3, + 2 + ], + "sum": 9, + "is_correct": false, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + 19, + 15 + ], + "dart_extra_offset": [ + 7, + -1 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 401, + 618 + ], + "offset": [ + -49, + 18 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 700, + 628 + ], + "offset": [ + -50, + 28 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 425, + 654, + 533, + 744 + ], + [ + 724, + 664, + 832, + 754 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0552/dart_counting.json b/captcha/dart counting/sample_0552/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..71746d11f83841479467df72193db8b32856f617 --- /dev/null +++ b/captcha/dart counting/sample_0552/dart_counting.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": [ + [ + 479, + 640, + 587, + 730 + ], + [ + 816, + 647, + 924, + 737 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0552/sample_info.json b/captcha/dart counting/sample_0552/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..c62c8041e70d3d7f9910d19fadbf23ae310cddca --- /dev/null +++ b/captcha/dart counting/sample_0552/sample_info.json @@ -0,0 +1,149 @@ +{ + "sample_id": 552, + "target_number": 17, + "background_image": "num17.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 3, + 0 + ], + "numbers_used": [ + 5, + 9, + 8 + ], + "sum": 22, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 19 + ], + "sum": 19, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 0, + 3, + 2 + ], + "numbers_used": [ + 7, + 5, + 10, + 4 + ], + "sum": 26, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 1, + 0, + 2 + ], + "numbers_used": [ + 4, + 6, + 7 + ], + "sum": 17, + "is_correct": true, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 18 + ], + "sum": 18, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -20, + -19 + ], + "dart_extra_offset": [ + 12, + 15 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 455, + 604 + ], + "offset": [ + 5, + 4 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 792, + 611 + ], + "offset": [ + 42, + 11 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 479, + 640, + 587, + 730 + ], + [ + 816, + 647, + 924, + 737 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0555/dart_counting.json b/captcha/dart counting/sample_0555/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..e6f779cfaa91c3198893d437a894a733c0ab5c27 --- /dev/null +++ b/captcha/dart counting/sample_0555/dart_counting.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": [ + [ + 426, + 658, + 534, + 748 + ], + [ + 805, + 636, + 913, + 726 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0555/sample_info.json b/captcha/dart counting/sample_0555/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ca4fb61a04a1f84b33586b438fb71d0c983b2ab7 --- /dev/null +++ b/captcha/dart counting/sample_0555/sample_info.json @@ -0,0 +1,157 @@ +{ + "sample_id": 555, + "target_number": 17, + "background_image": "num17.png", + "correct_answer_index": 5, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 0 + ], + "numbers_used": [ + 12, + 16 + ], + "sum": 28, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 1, + 0, + 3 + ], + "numbers_used": [ + 5, + 4, + 7 + ], + "sum": 16, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 3, + 2, + 0 + ], + "numbers_used": [ + 1, + 1, + 1, + 1 + ], + "sum": 4, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 0, + 1, + 2 + ], + "numbers_used": [ + 1, + 2, + 1, + 3 + ], + "sum": 7, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 3, + 2, + 0 + ], + "numbers_used": [ + 6, + 5, + 6 + ], + "sum": 17, + "is_correct": true, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + -6, + -6 + ], + "dart_extra_offset": [ + 10, + 10 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 402, + 622 + ], + "offset": [ + -48, + 22 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 781, + 600 + ], + "offset": [ + 31, + 0 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 426, + 658, + 534, + 748 + ], + [ + 805, + 636, + 913, + 726 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0563/dart_counting.json b/captcha/dart counting/sample_0563/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..9521343ed982f5547d3ab7be0e22fb4f8bc5d706 --- /dev/null +++ b/captcha/dart counting/sample_0563/dart_counting.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": [ + [ + 503, + 661, + 611, + 751 + ], + [ + 783, + 639, + 891, + 729 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0563/sample_info.json b/captcha/dart counting/sample_0563/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b08a39772f06c76e600b06bdce584f42e9112cea --- /dev/null +++ b/captcha/dart counting/sample_0563/sample_info.json @@ -0,0 +1,153 @@ +{ + "sample_id": 563, + "target_number": 17, + "background_image": "num17.png", + "correct_answer_index": 2, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1, + 0, + 2, + 3 + ], + "numbers_used": [ + 5, + 5, + 5, + 3 + ], + "sum": 18, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 2, + 0 + ], + "numbers_used": [ + 8, + 9 + ], + "sum": 17, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 3, + 2, + 1 + ], + "numbers_used": [ + 1, + 3, + 1 + ], + "sum": 5, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 0, + 3, + 1, + 2 + ], + "numbers_used": [ + 1, + 2, + 2, + 3 + ], + "sum": 8, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 14 + ], + "sum": 14, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + 17, + -15 + ], + "dart_extra_offset": [ + 7, + 30 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 479, + 625 + ], + "offset": [ + 29, + 25 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 759, + 603 + ], + "offset": [ + 9, + 3 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 503, + 661, + 611, + 751 + ], + [ + 783, + 639, + 891, + 729 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0564/dart_counting.json b/captcha/dart counting/sample_0564/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..4ecffbefdf1a8bd3b0e6bcb60f7749db8a2b9e3b --- /dev/null +++ b/captcha/dart counting/sample_0564/dart_counting.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, + 654, + 539, + 744 + ], + [ + 728, + 663, + 836, + 753 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0564/sample_info.json b/captcha/dart counting/sample_0564/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..0aeed48cc3a25c3d626e8e17dc9f6bca78371233 --- /dev/null +++ b/captcha/dart counting/sample_0564/sample_info.json @@ -0,0 +1,145 @@ +{ + "sample_id": 564, + "target_number": 17, + "background_image": "num17.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 3, + 1, + 0 + ], + "numbers_used": [ + 7, + 10, + 6, + 2 + ], + "sum": 25, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 0, + 3, + 1 + ], + "numbers_used": [ + 7, + 6, + 16 + ], + "sum": 29, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 17 + ], + "sum": 17, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 2 + ], + "sum": 2, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 5 + ], + "sum": 5, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -9, + 17 + ], + "dart_extra_offset": [ + 9, + 29 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 407, + 618 + ], + "offset": [ + -43, + 18 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 704, + 627 + ], + "offset": [ + -46, + 27 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 431, + 654, + 539, + 744 + ], + [ + 728, + 663, + 836, + 753 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0590/dart_counting.json b/captcha/dart counting/sample_0590/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..f281f27f5675dcb64e6eae8bdc74615df242ec87 --- /dev/null +++ b/captcha/dart counting/sample_0590/dart_counting.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": [ + [ + 478, + 654, + 586, + 744 + ], + [ + 791, + 648, + 899, + 738 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0590/sample_info.json b/captcha/dart counting/sample_0590/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..7f2c7d2ea53842482a7f7a4a20f84514b3412086 --- /dev/null +++ b/captcha/dart counting/sample_0590/sample_info.json @@ -0,0 +1,151 @@ +{ + "sample_id": 590, + "target_number": 17, + "background_image": "num17.png", + "correct_answer_index": 5, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 0 + ], + "numbers_used": [ + 17, + 11 + ], + "sum": 28, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 0, + 1 + ], + "numbers_used": [ + 11, + 11 + ], + "sum": 22, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 0 + ], + "numbers_used": [ + 8, + 7 + ], + "sum": 15, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 0, + 3, + 1 + ], + "numbers_used": [ + 6, + 6, + 4, + 6 + ], + "sum": 22, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 0, + 2 + ], + "numbers_used": [ + 4, + 3, + 10 + ], + "sum": 17, + "is_correct": true, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + 1, + -6 + ], + "dart_extra_offset": [ + -10, + 27 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 454, + 618 + ], + "offset": [ + 4, + 18 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 767, + 612 + ], + "offset": [ + 17, + 12 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 478, + 654, + 586, + 744 + ], + [ + 791, + 648, + 899, + 738 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0597/dart_counting.json b/captcha/dart counting/sample_0597/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..ad75b229ad3b8299c73f45b1a07fc05174347525 --- /dev/null +++ b/captcha/dart counting/sample_0597/dart_counting.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": [ + [ + 435, + 662, + 543, + 752 + ], + [ + 784, + 647, + 892, + 737 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0597/sample_info.json b/captcha/dart counting/sample_0597/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..3df9311e44e6b2bc88f74fa8aa59b76eafd5bb59 --- /dev/null +++ b/captcha/dart counting/sample_0597/sample_info.json @@ -0,0 +1,145 @@ +{ + "sample_id": 597, + "target_number": 17, + "background_image": "num17.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 10 + ], + "sum": 10, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 1, + 0 + ], + "numbers_used": [ + 2, + 3 + ], + "sum": 5, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 0, + 3, + 2 + ], + "numbers_used": [ + 4, + 9, + 4 + ], + "sum": 17, + "is_correct": true, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 0, + 1 + ], + "numbers_used": [ + 7, + 8, + 12 + ], + "sum": 27, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 13 + ], + "sum": 13, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -14, + -8 + ], + "dart_extra_offset": [ + 1, + 27 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 411, + 626 + ], + "offset": [ + -39, + 26 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 760, + 611 + ], + "offset": [ + 10, + 11 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 435, + 662, + 543, + 752 + ], + [ + 784, + 647, + 892, + 737 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0599/dart_counting.json b/captcha/dart counting/sample_0599/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..7c3c618f3a3cc662593717479f907b3be8c4f158 --- /dev/null +++ b/captcha/dart counting/sample_0599/dart_counting.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": [ + [ + 462, + 640, + 570, + 730 + ], + [ + 743, + 675, + 851, + 765 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0599/sample_info.json b/captcha/dart counting/sample_0599/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..bc72f49c8cbbd092ffd1916bf8d6a93d1fcfdd1a --- /dev/null +++ b/captcha/dart counting/sample_0599/sample_info.json @@ -0,0 +1,149 @@ +{ + "sample_id": 599, + "target_number": 17, + "background_image": "num17.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 15 + ], + "sum": 15, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 0, + 2 + ], + "numbers_used": [ + 1, + 1, + 2 + ], + "sum": 4, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 3, + 1, + 0, + 2 + ], + "numbers_used": [ + 6, + 2, + 3, + 6 + ], + "sum": 17, + "is_correct": true, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 0, + 3, + 1 + ], + "numbers_used": [ + 3, + 2, + 2 + ], + "sum": 7, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 6 + ], + "sum": 6, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -9, + 19 + ], + "dart_extra_offset": [ + 2, + 27 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 438, + 604 + ], + "offset": [ + -12, + 4 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 719, + 639 + ], + "offset": [ + -31, + 39 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 462, + 640, + 570, + 730 + ], + [ + 743, + 675, + 851, + 765 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0612/dart_counting.json b/captcha/dart counting/sample_0612/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..fcc5b95785f46c37ae0383cd2a9f21bf78873cbf --- /dev/null +++ b/captcha/dart counting/sample_0612/dart_counting.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": [ + [ + 490, + 666, + 598, + 756 + ], + [ + 769, + 637, + 877, + 727 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0612/sample_info.json b/captcha/dart counting/sample_0612/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..d0070e0945216673c37061cf4c24010bd125c8c0 --- /dev/null +++ b/captcha/dart counting/sample_0612/sample_info.json @@ -0,0 +1,145 @@ +{ + "sample_id": 612, + "target_number": 19, + "background_image": "num19.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 11 + ], + "sum": 11, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 1, + 2, + 3, + 0 + ], + "numbers_used": [ + 7, + 6, + 7, + 4 + ], + "sum": 24, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 0, + 3 + ], + "numbers_used": [ + 6, + 13 + ], + "sum": 19, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 1 + ], + "numbers_used": [ + 16, + 13 + ], + "sum": 29, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 5 + ], + "sum": 5, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + 4, + -11 + ], + "dart_extra_offset": [ + -17, + 0 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 466, + 630 + ], + "offset": [ + 16, + 30 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 745, + 601 + ], + "offset": [ + -5, + 1 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 490, + 666, + 598, + 756 + ], + [ + 769, + 637, + 877, + 727 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0615/dart_counting.json b/captcha/dart counting/sample_0615/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..4898b9a3c90f805e25d29e451a4afd930174feb8 --- /dev/null +++ b/captcha/dart counting/sample_0615/dart_counting.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": [ + [ + 495, + 645, + 603, + 735 + ], + [ + 773, + 671, + 881, + 761 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0615/sample_info.json b/captcha/dart counting/sample_0615/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..686c33ef805999edfceea1dae2d7015e0ad93312 --- /dev/null +++ b/captcha/dart counting/sample_0615/sample_info.json @@ -0,0 +1,149 @@ +{ + "sample_id": 615, + "target_number": 19, + "background_image": "num19.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1, + 0, + 2 + ], + "numbers_used": [ + 7, + 8, + 8 + ], + "sum": 23, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 0, + 3 + ], + "numbers_used": [ + 11, + 15 + ], + "sum": 26, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 19 + ], + "sum": 19, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 0, + 1 + ], + "numbers_used": [ + 4, + 2 + ], + "sum": 6, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 2, + 1, + 0, + 3 + ], + "numbers_used": [ + 10, + 6, + 8, + 5 + ], + "sum": 29, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + -9, + -17 + ], + "dart_extra_offset": [ + 20, + 20 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 471, + 609 + ], + "offset": [ + 21, + 9 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 749, + 635 + ], + "offset": [ + -1, + 35 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 495, + 645, + 603, + 735 + ], + [ + 773, + 671, + 881, + 761 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0623/dart_counting.json b/captcha/dart counting/sample_0623/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..9a5952980ed6be729d40513e3a9a9b61797b25ea --- /dev/null +++ b/captcha/dart counting/sample_0623/dart_counting.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": [ + [ + 433, + 668, + 541, + 758 + ], + [ + 774, + 653, + 882, + 743 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0623/sample_info.json b/captcha/dart counting/sample_0623/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..11e90e73d50ca71ead65fc6702de44dc473963bc --- /dev/null +++ b/captcha/dart counting/sample_0623/sample_info.json @@ -0,0 +1,149 @@ +{ + "sample_id": 623, + "target_number": 19, + "background_image": "num19.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1, + 2, + 0 + ], + "numbers_used": [ + 8, + 4, + 6 + ], + "sum": 18, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 14 + ], + "sum": 14, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 2, + 0, + 1 + ], + "numbers_used": [ + 8, + 8, + 6 + ], + "sum": 22, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 1, + 0, + 2, + 3 + ], + "numbers_used": [ + 6, + 6, + 3, + 4 + ], + "sum": 19, + "is_correct": true, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 14 + ], + "sum": 14, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + -3, + 16 + ], + "dart_extra_offset": [ + -17, + 8 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 409, + 632 + ], + "offset": [ + -41, + 32 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 750, + 617 + ], + "offset": [ + 0, + 17 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 433, + 668, + 541, + 758 + ], + [ + 774, + 653, + 882, + 743 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0624/dart_counting.json b/captcha/dart counting/sample_0624/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..8dd923450c64c63b07ac552059a9e95d69930058 --- /dev/null +++ b/captcha/dart counting/sample_0624/dart_counting.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": [ + [ + 448, + 650, + 556, + 740 + ], + [ + 755, + 658, + 863, + 748 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0624/sample_info.json b/captcha/dart counting/sample_0624/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..12727932bacd37346c6684b7dfda26aecda09919 --- /dev/null +++ b/captcha/dart counting/sample_0624/sample_info.json @@ -0,0 +1,151 @@ +{ + "sample_id": 624, + "target_number": 19, + "background_image": "num19.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 0 + ], + "numbers_used": [ + 16, + 8 + ], + "sum": 24, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 5 + ], + "sum": 5, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 0, + 2, + 3, + 1 + ], + "numbers_used": [ + 5, + 3, + 6, + 8 + ], + "sum": 22, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 0, + 3, + 1 + ], + "numbers_used": [ + 5, + 8, + 6 + ], + "sum": 19, + "is_correct": true, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 3, + 0, + 1 + ], + "numbers_used": [ + 2, + 2, + 1 + ], + "sum": 5, + "is_correct": false, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + 10, + -6 + ], + "dart_extra_offset": [ + 4, + 17 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 424, + 614 + ], + "offset": [ + -26, + 14 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 731, + 622 + ], + "offset": [ + -19, + 22 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 448, + 650, + 556, + 740 + ], + [ + 755, + 658, + 863, + 748 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0640/dart_counting.json b/captcha/dart counting/sample_0640/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..53f4d81d3b5d31043af9ce15e37a3953ac82f214 --- /dev/null +++ b/captcha/dart counting/sample_0640/dart_counting.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": [ + [ + 464, + 674, + 572, + 764 + ], + [ + 760, + 661, + 868, + 751 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0640/sample_info.json b/captcha/dart counting/sample_0640/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..9032e5a90b75029b55626cb0fbe890bde40e9137 --- /dev/null +++ b/captcha/dart counting/sample_0640/sample_info.json @@ -0,0 +1,151 @@ +{ + "sample_id": 640, + "target_number": 19, + "background_image": "num19.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 3 + ], + "numbers_used": [ + 8, + 13 + ], + "sum": 21, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 17 + ], + "sum": 17, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 2, + 3 + ], + "numbers_used": [ + 12, + 7 + ], + "sum": 19, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 1, + 2, + 0, + 3 + ], + "numbers_used": [ + 8, + 5, + 5, + 11 + ], + "sum": 29, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 2, + 0, + 3, + 1 + ], + "numbers_used": [ + 6, + 6, + 6, + 7 + ], + "sum": 25, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + 16, + 11 + ], + "dart_extra_offset": [ + -12, + -4 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 440, + 638 + ], + "offset": [ + -10, + 38 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 736, + 625 + ], + "offset": [ + -14, + 25 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 464, + 674, + 572, + 764 + ], + [ + 760, + 661, + 868, + 751 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0641/dart_counting.json b/captcha/dart counting/sample_0641/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..c1f5cf7c2449fbd84630dc8c1addb7be95578715 --- /dev/null +++ b/captcha/dart counting/sample_0641/dart_counting.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, + 652, + 627, + 742 + ], + [ + 746, + 648, + 854, + 738 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0641/sample_info.json b/captcha/dart counting/sample_0641/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..db5bfb141aa8ddb840a114541f56fbfe76a3be8b --- /dev/null +++ b/captcha/dart counting/sample_0641/sample_info.json @@ -0,0 +1,147 @@ +{ + "sample_id": 641, + "target_number": 19, + "background_image": "num19.png", + "correct_answer_index": 5, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 0 + ], + "numbers_used": [ + 2, + 1 + ], + "sum": 3, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 2, + 1 + ], + "numbers_used": [ + 8, + 5 + ], + "sum": 13, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 18 + ], + "sum": 18, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 0, + 3, + 2 + ], + "numbers_used": [ + 8, + 10, + 9 + ], + "sum": 27, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 1, + 2 + ], + "numbers_used": [ + 6, + 5, + 8 + ], + "sum": 19, + "is_correct": true, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -20, + 11 + ], + "dart_extra_offset": [ + -6, + 15 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 495, + 616 + ], + "offset": [ + 45, + 16 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 722, + 612 + ], + "offset": [ + -28, + 12 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 519, + 652, + 627, + 742 + ], + [ + 746, + 648, + 854, + 738 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0646/dart_counting.json b/captcha/dart counting/sample_0646/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..ccaeeada6dbe7b6ae16fd65b0445ce8776a72757 --- /dev/null +++ b/captcha/dart counting/sample_0646/dart_counting.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": [ + [ + 495, + 670, + 603, + 760 + ], + [ + 741, + 671, + 849, + 761 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0646/sample_info.json b/captcha/dart counting/sample_0646/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..82c5ece68f22f3eb3cfd404d737fa6ed5ec4452a --- /dev/null +++ b/captcha/dart counting/sample_0646/sample_info.json @@ -0,0 +1,147 @@ +{ + "sample_id": 646, + "target_number": 19, + "background_image": "num19.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 3, + 2 + ], + "numbers_used": [ + 2, + 3, + 7 + ], + "sum": 12, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 2, + 0, + 1 + ], + "numbers_used": [ + 9, + 8, + 6 + ], + "sum": 23, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 2 + ], + "numbers_used": [ + 11, + 8 + ], + "sum": 19, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 17 + ], + "sum": 17, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 0 + ], + "numbers_used": [ + 9, + 11 + ], + "sum": 20, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + -12, + -2 + ], + "dart_extra_offset": [ + 4, + 0 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 471, + 634 + ], + "offset": [ + 21, + 34 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 717, + 635 + ], + "offset": [ + -33, + 35 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 495, + 670, + 603, + 760 + ], + [ + 741, + 671, + 849, + 761 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0647/dart_counting.json b/captcha/dart counting/sample_0647/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..4e63cc64d5581ae4bb2f407f5ed5e16187ee43ec --- /dev/null +++ b/captcha/dart counting/sample_0647/dart_counting.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": [ + [ + 507, + 671, + 615, + 761 + ], + [ + 738, + 660, + 846, + 750 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0647/sample_info.json b/captcha/dart counting/sample_0647/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..1761c900d464982622b660e923f52797f47d7764 --- /dev/null +++ b/captcha/dart counting/sample_0647/sample_info.json @@ -0,0 +1,153 @@ +{ + "sample_id": 647, + "target_number": 19, + "background_image": "num19.png", + "correct_answer_index": 2, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 8 + ], + "sum": 8, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 1, + 2, + 3, + 0 + ], + "numbers_used": [ + 5, + 5, + 5, + 4 + ], + "sum": 19, + "is_correct": true, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 2, + 3 + ], + "numbers_used": [ + 15, + 13 + ], + "sum": 28, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 1, + 2 + ], + "numbers_used": [ + 5, + 9, + 8 + ], + "sum": 22, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 0, + 2, + 3 + ], + "numbers_used": [ + 6, + 4, + 6, + 4 + ], + "sum": 20, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + 12, + -1 + ], + "dart_extra_offset": [ + -13, + 18 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 483, + 635 + ], + "offset": [ + 33, + 35 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 714, + 624 + ], + "offset": [ + -36, + 24 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 507, + 671, + 615, + 761 + ], + [ + 738, + 660, + 846, + 750 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0648/dart_counting.json b/captcha/dart counting/sample_0648/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..56208bfbc1b88551e0bf7697d8e7a3b7240ba438 --- /dev/null +++ b/captcha/dart counting/sample_0648/dart_counting.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": [ + [ + 467, + 648, + 575, + 738 + ], + [ + 822, + 643, + 930, + 733 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0648/sample_info.json b/captcha/dart counting/sample_0648/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..a81c57111c80f5d312c18dbad4b22c56b4da19dd --- /dev/null +++ b/captcha/dart counting/sample_0648/sample_info.json @@ -0,0 +1,147 @@ +{ + "sample_id": 648, + "target_number": 19, + "background_image": "num19.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 7 + ], + "sum": 7, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 2, + 1 + ], + "numbers_used": [ + 2, + 1, + 2 + ], + "sum": 5, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 0, + 1 + ], + "numbers_used": [ + 4, + 3 + ], + "sum": 7, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 0, + 2, + 3 + ], + "numbers_used": [ + 7, + 5, + 7 + ], + "sum": 19, + "is_correct": true, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 3 + ], + "numbers_used": [ + 1, + 1 + ], + "sum": 2, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -16, + -16 + ], + "dart_extra_offset": [ + 12, + 0 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 443, + 612 + ], + "offset": [ + -7, + 12 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 798, + 607 + ], + "offset": [ + 48, + 7 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 467, + 648, + 575, + 738 + ], + [ + 822, + 643, + 930, + 733 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0649/dart_counting.json b/captcha/dart counting/sample_0649/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..156f4d41400669e04f5836329b8951dd699ddedd --- /dev/null +++ b/captcha/dart counting/sample_0649/dart_counting.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": [ + [ + 493, + 663, + 601, + 753 + ], + [ + 763, + 651, + 871, + 741 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0649/sample_info.json b/captcha/dart counting/sample_0649/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..356807d4ff0f5a2c3d5921ea71f02fff041f9e33 --- /dev/null +++ b/captcha/dart counting/sample_0649/sample_info.json @@ -0,0 +1,151 @@ +{ + "sample_id": 649, + "target_number": 19, + "background_image": "num19.png", + "correct_answer_index": 5, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1, + 2, + 3 + ], + "numbers_used": [ + 3, + 1, + 1 + ], + "sum": 5, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 0, + 2, + 1 + ], + "numbers_used": [ + 11, + 3, + 5, + 8 + ], + "sum": 27, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 1 + ], + "sum": 1, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 0, + 3, + 2 + ], + "numbers_used": [ + 6, + 9, + 9 + ], + "sum": 24, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 1 + ], + "numbers_used": [ + 10, + 9 + ], + "sum": 19, + "is_correct": true, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + -19, + 12 + ], + "dart_extra_offset": [ + -19, + 2 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 469, + 627 + ], + "offset": [ + 19, + 27 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 739, + 615 + ], + "offset": [ + -11, + 15 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 493, + 663, + 601, + 753 + ], + [ + 763, + 651, + 871, + 741 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0670/dart_counting.json b/captcha/dart counting/sample_0670/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..0d7fcd77701c7a3f63a0cd5297682f7da4d7e86d --- /dev/null +++ b/captcha/dart counting/sample_0670/dart_counting.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": [ + [ + 502, + 647, + 610, + 737 + ], + [ + 735, + 664, + 843, + 754 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0670/sample_info.json b/captcha/dart counting/sample_0670/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..444c53d4c95a0b2d23505f3382b8b7b03671a266 --- /dev/null +++ b/captcha/dart counting/sample_0670/sample_info.json @@ -0,0 +1,155 @@ +{ + "sample_id": 670, + "target_number": 19, + "background_image": "num19.png", + "correct_answer_index": 5, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3, + 0, + 2, + 1 + ], + "numbers_used": [ + 3, + 2, + 2, + 3 + ], + "sum": 10, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 0, + 2, + 1, + 3 + ], + "numbers_used": [ + 5, + 7, + 2, + 11 + ], + "sum": 25, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 3, + 0, + 1, + 2 + ], + "numbers_used": [ + 7, + 1, + 7, + 5 + ], + "sum": 20, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 0 + ], + "numbers_used": [ + 8, + 13 + ], + "sum": 21, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 19 + ], + "sum": 19, + "is_correct": true, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + 20, + -15 + ], + "dart_extra_offset": [ + 16, + 3 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 478, + 611 + ], + "offset": [ + 28, + 11 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 711, + 628 + ], + "offset": [ + -39, + 28 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 502, + 647, + 610, + 737 + ], + [ + 735, + 664, + 843, + 754 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0671/dart_counting.json b/captcha/dart counting/sample_0671/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..5603e7f5e0df8bd6df27c7ff7d6fe99cd1c90c2f --- /dev/null +++ b/captcha/dart counting/sample_0671/dart_counting.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": [ + [ + 496, + 650, + 604, + 740 + ], + [ + 727, + 675, + 835, + 765 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0671/sample_info.json b/captcha/dart counting/sample_0671/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..a831f9c0bf6e581d8f363550f4f4df4bd6362c25 --- /dev/null +++ b/captcha/dart counting/sample_0671/sample_info.json @@ -0,0 +1,147 @@ +{ + "sample_id": 671, + "target_number": 19, + "background_image": "num19.png", + "correct_answer_index": 5, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 3 + ], + "numbers_used": [ + 9, + 8 + ], + "sum": 17, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 0, + 2 + ], + "numbers_used": [ + 9, + 7, + 9 + ], + "sum": 25, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 0 + ], + "numbers_used": [ + 7, + 11 + ], + "sum": 18, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 14 + ], + "sum": 14, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 1, + 3 + ], + "numbers_used": [ + 7, + 6, + 6 + ], + "sum": 19, + "is_correct": true, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -17, + -2 + ], + "dart_extra_offset": [ + 8, + -8 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 472, + 614 + ], + "offset": [ + 22, + 14 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 703, + 639 + ], + "offset": [ + -47, + 39 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 496, + 650, + 604, + 740 + ], + [ + 727, + 675, + 835, + 765 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0676/dart_counting.json b/captcha/dart counting/sample_0676/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..a0c502fda2752c47aac566ca379bbb19e6fa4fc9 --- /dev/null +++ b/captcha/dart counting/sample_0676/dart_counting.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": [ + [ + 468, + 656, + 576, + 746 + ], + [ + 824, + 648, + 932, + 738 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0676/sample_info.json b/captcha/dart counting/sample_0676/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..11059488f691d27af3e7c3bf66ab3ecc02493ea2 --- /dev/null +++ b/captcha/dart counting/sample_0676/sample_info.json @@ -0,0 +1,153 @@ +{ + "sample_id": 676, + "target_number": 19, + "background_image": "num19.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 3, + 2, + 1 + ], + "numbers_used": [ + 4, + 6, + 5, + 4 + ], + "sum": 19, + "is_correct": true, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 10 + ], + "sum": 10, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 3, + 2, + 1 + ], + "numbers_used": [ + 1, + 1, + 1 + ], + "sum": 3, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 0, + 3 + ], + "numbers_used": [ + 9, + 9 + ], + "sum": 18, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 2, + 3, + 1, + 0 + ], + "numbers_used": [ + 1, + 1, + 1, + 1 + ], + "sum": 4, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + 9, + 16 + ], + "dart_extra_offset": [ + 5, + 10 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 444, + 620 + ], + "offset": [ + -6, + 20 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 800, + 612 + ], + "offset": [ + 50, + 12 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 468, + 656, + 576, + 746 + ], + [ + 824, + 648, + 932, + 738 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0677/dart_counting.json b/captcha/dart counting/sample_0677/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..6e19c2fbbf5e03ee001110b312702795577da24b --- /dev/null +++ b/captcha/dart counting/sample_0677/dart_counting.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": [ + [ + 480, + 663, + 588, + 753 + ], + [ + 787, + 650, + 895, + 740 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0677/sample_info.json b/captcha/dart counting/sample_0677/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ff90e2f2b438bd7838e224df525259ce6cf397a6 --- /dev/null +++ b/captcha/dart counting/sample_0677/sample_info.json @@ -0,0 +1,153 @@ +{ + "sample_id": 677, + "target_number": 19, + "background_image": "num19.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 0 + ], + "numbers_used": [ + 5, + 5 + ], + "sum": 10, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 2, + 1, + 3 + ], + "numbers_used": [ + 3, + 5, + 3 + ], + "sum": 11, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 0, + 3, + 2, + 1 + ], + "numbers_used": [ + 4, + 9, + 4, + 8 + ], + "sum": 25, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 1, + 0, + 3, + 2 + ], + "numbers_used": [ + 8, + 6, + 3, + 2 + ], + "sum": 19, + "is_correct": true, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 7 + ], + "sum": 7, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + -15, + 16 + ], + "dart_extra_offset": [ + 2, + 7 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 456, + 627 + ], + "offset": [ + 6, + 27 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 763, + 614 + ], + "offset": [ + 13, + 14 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 480, + 663, + 588, + 753 + ], + [ + 787, + 650, + 895, + 740 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0679/dart_counting.json b/captcha/dart counting/sample_0679/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..61ebaa572d11c4ddc12072dd9dc6d4eccb9d1598 --- /dev/null +++ b/captcha/dart counting/sample_0679/dart_counting.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": [ + [ + 461, + 653, + 569, + 743 + ], + [ + 802, + 661, + 910, + 751 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0679/sample_info.json b/captcha/dart counting/sample_0679/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..a485164caaf3b551e672e5cd46309b16996805a7 --- /dev/null +++ b/captcha/dart counting/sample_0679/sample_info.json @@ -0,0 +1,147 @@ +{ + "sample_id": 679, + "target_number": 19, + "background_image": "num19.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 9 + ], + "sum": 9, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 1 + ], + "numbers_used": [ + 14, + 9 + ], + "sum": 23, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 3, + 2 + ], + "numbers_used": [ + 11, + 8 + ], + "sum": 19, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 0, + 1 + ], + "numbers_used": [ + 1, + 1, + 1 + ], + "sum": 3, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 3, + 2, + 0 + ], + "numbers_used": [ + 9, + 1, + 8 + ], + "sum": 18, + "is_correct": false, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + 9, + 3 + ], + "dart_extra_offset": [ + 17, + 21 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 437, + 617 + ], + "offset": [ + -13, + 17 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 778, + 625 + ], + "offset": [ + 28, + 25 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 461, + 653, + 569, + 743 + ], + [ + 802, + 661, + 910, + 751 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0682/dart_counting.json b/captcha/dart counting/sample_0682/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..ae71b8cd758600e8f4c0fb84b3176ff8512c2951 --- /dev/null +++ b/captcha/dart counting/sample_0682/dart_counting.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": [ + [ + 465, + 657, + 573, + 747 + ], + [ + 760, + 649, + 868, + 739 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0682/sample_info.json b/captcha/dart counting/sample_0682/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..112669ed4e6df699589192110b176f4c3f0c41f6 --- /dev/null +++ b/captcha/dart counting/sample_0682/sample_info.json @@ -0,0 +1,153 @@ +{ + "sample_id": 682, + "target_number": 19, + "background_image": "num19.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 3 + ], + "numbers_used": [ + 9, + 10 + ], + "sum": 19, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 1 + ], + "sum": 1, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 2, + 0, + 3, + 1 + ], + "numbers_used": [ + 5, + 4, + 5, + 3 + ], + "sum": 17, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 2, + 0, + 1 + ], + "numbers_used": [ + 3, + 2, + 1, + 1 + ], + "sum": 7, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 2, + 1 + ], + "numbers_used": [ + 8, + 5, + 8 + ], + "sum": 21, + "is_correct": false, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -17, + -19 + ], + "dart_extra_offset": [ + 20, + 16 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 441, + 621 + ], + "offset": [ + -9, + 21 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 736, + 613 + ], + "offset": [ + -14, + 13 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 465, + 657, + 573, + 747 + ], + [ + 760, + 649, + 868, + 739 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0683/dart_counting.json b/captcha/dart counting/sample_0683/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..836e47e9f056ec6a83adb0cb0a4dadf3f6d78091 --- /dev/null +++ b/captcha/dart counting/sample_0683/dart_counting.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, + 656, + 619, + 746 + ], + [ + 761, + 673, + 869, + 763 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0683/sample_info.json b/captcha/dart counting/sample_0683/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..64f2cb861f4837c9b8cdfdd5e6bda1dd87899e9b --- /dev/null +++ b/captcha/dart counting/sample_0683/sample_info.json @@ -0,0 +1,147 @@ +{ + "sample_id": 683, + "target_number": 19, + "background_image": "num19.png", + "correct_answer_index": 5, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 8 + ], + "sum": 8, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 1, + 3 + ], + "numbers_used": [ + 2, + 2 + ], + "sum": 4, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 10 + ], + "sum": 10, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 1, + 0, + 3 + ], + "numbers_used": [ + 2, + 5, + 2, + 2 + ], + "sum": 11, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 3, + 0 + ], + "numbers_used": [ + 8, + 2, + 9 + ], + "sum": 19, + "is_correct": true, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + -11, + -4 + ], + "dart_extra_offset": [ + 10, + -8 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 487, + 620 + ], + "offset": [ + 37, + 20 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 737, + 637 + ], + "offset": [ + -13, + 37 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 511, + 656, + 619, + 746 + ], + [ + 761, + 673, + 869, + 763 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0684/dart_counting.json b/captcha/dart counting/sample_0684/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..62b55f59f52c37aee33cc409f0acc33aeb3349da --- /dev/null +++ b/captcha/dart counting/sample_0684/dart_counting.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, + 658, + 609, + 748 + ], + [ + 739, + 637, + 847, + 727 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0684/sample_info.json b/captcha/dart counting/sample_0684/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..9496bb2c04c40b9d5f13fee36f4d7227055033c8 --- /dev/null +++ b/captcha/dart counting/sample_0684/sample_info.json @@ -0,0 +1,155 @@ +{ + "sample_id": 684, + "target_number": 19, + "background_image": "num19.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 16 + ], + "sum": 16, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 1, + 0 + ], + "numbers_used": [ + 13, + 4, + 10 + ], + "sum": 27, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 2, + 3 + ], + "numbers_used": [ + 6, + 10, + 10 + ], + "sum": 26, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 1, + 0, + 2 + ], + "numbers_used": [ + 3, + 3, + 8, + 5 + ], + "sum": 19, + "is_correct": true, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 3, + 0, + 2 + ], + "numbers_used": [ + 3, + 1, + 2, + 2 + ], + "sum": 8, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + -12, + 5 + ], + "dart_extra_offset": [ + 7, + 3 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 477, + 622 + ], + "offset": [ + 27, + 22 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 715, + 601 + ], + "offset": [ + -35, + 1 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 501, + 658, + 609, + 748 + ], + [ + 739, + 637, + 847, + 727 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0685/dart_counting.json b/captcha/dart counting/sample_0685/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..3d6a2ab6a7183214f19b026b6a2f734882ce13d1 --- /dev/null +++ b/captcha/dart counting/sample_0685/dart_counting.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": [ + [ + 487, + 645, + 595, + 735 + ], + [ + 779, + 644, + 887, + 734 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0685/sample_info.json b/captcha/dart counting/sample_0685/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..26dd5aa471b6ec6af7fc334fab78fcc64a6fc2d5 --- /dev/null +++ b/captcha/dart counting/sample_0685/sample_info.json @@ -0,0 +1,155 @@ +{ + "sample_id": 685, + "target_number": 19, + "background_image": "num19.png", + "correct_answer_index": 5, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3, + 1, + 2, + 0 + ], + "numbers_used": [ + 5, + 3, + 4, + 2 + ], + "sum": 14, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 11 + ], + "sum": 11, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 3 + ], + "numbers_used": [ + 3, + 3 + ], + "sum": 6, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 0, + 1, + 2 + ], + "numbers_used": [ + 2, + 1, + 3, + 1 + ], + "sum": 7, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 2, + 3, + 1, + 0 + ], + "numbers_used": [ + 4, + 8, + 4, + 3 + ], + "sum": 19, + "is_correct": true, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + 17, + 10 + ], + "dart_extra_offset": [ + 19, + -8 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 463, + 609 + ], + "offset": [ + 13, + 9 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 755, + 608 + ], + "offset": [ + 5, + 8 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 487, + 645, + 595, + 735 + ], + [ + 779, + 644, + 887, + 734 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0702/dart_counting.json b/captcha/dart counting/sample_0702/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..5beabd507b7e2432b6e7dd97386b191a9338486e --- /dev/null +++ b/captcha/dart counting/sample_0702/dart_counting.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": [ + [ + 432, + 660, + 540, + 750 + ], + [ + 756, + 653, + 864, + 743 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0702/sample_info.json b/captcha/dart counting/sample_0702/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..521481cebdbf87a461ee9bc0d3f69c7031296b01 --- /dev/null +++ b/captcha/dart counting/sample_0702/sample_info.json @@ -0,0 +1,153 @@ +{ + "sample_id": 702, + "target_number": 19, + "background_image": "num19.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3, + 0, + 1, + 2 + ], + "numbers_used": [ + 1, + 1, + 1, + 1 + ], + "sum": 4, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 2, + 3, + 0, + 1 + ], + "numbers_used": [ + 7, + 4, + 7, + 10 + ], + "sum": 28, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 3, + 0 + ], + "numbers_used": [ + 11, + 8 + ], + "sum": 19, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 0, + 1 + ], + "numbers_used": [ + 6, + 6 + ], + "sum": 12, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 1 + ], + "numbers_used": [ + 14, + 14 + ], + "sum": 28, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + 5, + 16 + ], + "dart_extra_offset": [ + 8, + 17 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 408, + 624 + ], + "offset": [ + -42, + 24 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 732, + 617 + ], + "offset": [ + -18, + 17 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 432, + 660, + 540, + 750 + ], + [ + 756, + 653, + 864, + 743 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0705/dart_counting.json b/captcha/dart counting/sample_0705/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..d650a6eb7d71c70c9897f14e69f0fcaffd3f4b31 --- /dev/null +++ b/captcha/dart counting/sample_0705/dart_counting.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": [ + [ + 521, + 655, + 629, + 745 + ], + [ + 800, + 639, + 908, + 729 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0705/sample_info.json b/captcha/dart counting/sample_0705/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ee37ba76d3b0a0d98eddf54c2124d91f637171f1 --- /dev/null +++ b/captcha/dart counting/sample_0705/sample_info.json @@ -0,0 +1,139 @@ +{ + "sample_id": 705, + "target_number": 19, + "background_image": "num19.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1, + 2 + ], + "numbers_used": [ + 10, + 16 + ], + "sum": 26, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 5 + ], + "sum": 5, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 19 + ], + "sum": 19, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 1, + 0 + ], + "numbers_used": [ + 6, + 9 + ], + "sum": 15, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 11 + ], + "sum": 11, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + -14, + 4 + ], + "dart_extra_offset": [ + 4, + 0 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 497, + 619 + ], + "offset": [ + 47, + 19 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 776, + 603 + ], + "offset": [ + 26, + 3 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 521, + 655, + 629, + 745 + ], + [ + 800, + 639, + 908, + 729 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0733/dart_counting.json b/captcha/dart counting/sample_0733/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..bbd46568cefd73f7815c1a4d52774c84bb6adbfa --- /dev/null +++ b/captcha/dart counting/sample_0733/dart_counting.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": [ + [ + 498, + 674, + 606, + 764 + ], + [ + 818, + 656, + 926, + 746 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0733/sample_info.json b/captcha/dart counting/sample_0733/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..8b9f2a80e10af0b58f312b666c23853411ec7c4b --- /dev/null +++ b/captcha/dart counting/sample_0733/sample_info.json @@ -0,0 +1,145 @@ +{ + "sample_id": 733, + "target_number": 19, + "background_image": "num19.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 0, + 1 + ], + "numbers_used": [ + 3, + 8, + 8 + ], + "sum": 19, + "is_correct": true, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 2, + 1 + ], + "numbers_used": [ + 11, + 12 + ], + "sum": 23, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 1 + ], + "sum": 1, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 15 + ], + "sum": 15, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 3, + 2 + ], + "numbers_used": [ + 6, + 8, + 7 + ], + "sum": 21, + "is_correct": false, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + 7, + -10 + ], + "dart_extra_offset": [ + -9, + 0 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 474, + 638 + ], + "offset": [ + 24, + 38 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 794, + 620 + ], + "offset": [ + 44, + 20 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 498, + 674, + 606, + 764 + ], + [ + 818, + 656, + 926, + 746 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0734/dart_counting.json b/captcha/dart counting/sample_0734/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..72cff8fee4eaeacded7e1fcaa48ef1225c507ee9 --- /dev/null +++ b/captcha/dart counting/sample_0734/dart_counting.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": [ + [ + 476, + 646, + 584, + 736 + ], + [ + 789, + 670, + 897, + 760 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0734/sample_info.json b/captcha/dart counting/sample_0734/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..471a1a12c543889e68c1b267bc8db4f053571254 --- /dev/null +++ b/captcha/dart counting/sample_0734/sample_info.json @@ -0,0 +1,155 @@ +{ + "sample_id": 734, + "target_number": 19, + "background_image": "num19.png", + "correct_answer_index": 5, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3, + 2, + 0 + ], + "numbers_used": [ + 5, + 4, + 3 + ], + "sum": 12, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 2, + 0, + 1 + ], + "numbers_used": [ + 1, + 1, + 1, + 1 + ], + "sum": 4, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 8 + ], + "sum": 8, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 0, + 3, + 2 + ], + "numbers_used": [ + 9, + 5, + 8 + ], + "sum": 22, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 3, + 0, + 2, + 1 + ], + "numbers_used": [ + 2, + 10, + 4, + 3 + ], + "sum": 19, + "is_correct": true, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -12, + 5 + ], + "dart_extra_offset": [ + 18, + 3 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 452, + 610 + ], + "offset": [ + 2, + 10 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 765, + 634 + ], + "offset": [ + 15, + 34 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 476, + 646, + 584, + 736 + ], + [ + 789, + 670, + 897, + 760 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0751/dart_counting.json b/captcha/dart counting/sample_0751/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..5f3b7fcf7955c5ceb63b127c5bb5c313a309ae97 --- /dev/null +++ b/captcha/dart counting/sample_0751/dart_counting.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": [ + [ + 517, + 640, + 625, + 730 + ], + [ + 793, + 663, + 901, + 753 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0751/sample_info.json b/captcha/dart counting/sample_0751/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ab744707f78f93a33cf72880f982bb9ee59680d0 --- /dev/null +++ b/captcha/dart counting/sample_0751/sample_info.json @@ -0,0 +1,147 @@ +{ + "sample_id": 751, + "target_number": 19, + "background_image": "num19.png", + "correct_answer_index": 2, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1, + 3, + 0 + ], + "numbers_used": [ + 8, + 10, + 12 + ], + "sum": 30, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 0, + 2, + 3 + ], + "numbers_used": [ + 9, + 4, + 6 + ], + "sum": 19, + "is_correct": true, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 5 + ], + "sum": 5, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 3 + ], + "numbers_used": [ + 10, + 7 + ], + "sum": 17, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 3, + 2 + ], + "numbers_used": [ + 5, + 4 + ], + "sum": 9, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + 10, + -10 + ], + "dart_extra_offset": [ + 5, + -7 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 493, + 604 + ], + "offset": [ + 43, + 4 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 769, + 627 + ], + "offset": [ + 19, + 27 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 517, + 640, + 625, + 730 + ], + [ + 793, + 663, + 901, + 753 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0756/dart_counting.json b/captcha/dart counting/sample_0756/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..ceab7819a8cdd077e448f16b2489b4a757b214e3 --- /dev/null +++ b/captcha/dart counting/sample_0756/dart_counting.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": [ + [ + 455, + 676, + 563, + 766 + ], + [ + 796, + 650, + 904, + 740 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0756/sample_info.json b/captcha/dart counting/sample_0756/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..9d6bdcd6805f4fd5221d00dbb3e113be79ab3e82 --- /dev/null +++ b/captcha/dart counting/sample_0756/sample_info.json @@ -0,0 +1,147 @@ +{ + "sample_id": 756, + "target_number": 19, + "background_image": "num19.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 0 + ], + "numbers_used": [ + 6, + 7 + ], + "sum": 13, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 0, + 1, + 3 + ], + "numbers_used": [ + 2, + 4, + 2 + ], + "sum": 8, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 1 + ], + "sum": 1, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 2, + 1, + 0 + ], + "numbers_used": [ + 6, + 7, + 3, + 3 + ], + "sum": 19, + "is_correct": true, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 15 + ], + "sum": 15, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + -14, + 20 + ], + "dart_extra_offset": [ + 5, + -3 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 431, + 640 + ], + "offset": [ + -19, + 40 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 772, + 614 + ], + "offset": [ + 22, + 14 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 455, + 676, + 563, + 766 + ], + [ + 796, + 650, + 904, + 740 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0758/dart_counting.json b/captcha/dart counting/sample_0758/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..15f8af333dded7a731444d3a5fc691b623d8a5e2 --- /dev/null +++ b/captcha/dart counting/sample_0758/dart_counting.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": [ + [ + 494, + 661, + 602, + 751 + ], + [ + 813, + 647, + 921, + 737 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0758/sample_info.json b/captcha/dart counting/sample_0758/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..19803474d88a9709d27f65ca3c5c96134357395f --- /dev/null +++ b/captcha/dart counting/sample_0758/sample_info.json @@ -0,0 +1,165 @@ +{ + "sample_id": 758, + "target_number": 19, + "background_image": "num19.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 1, + 2, + 3 + ], + "numbers_used": [ + 4, + 4, + 4, + 4 + ], + "sum": 16, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 2, + 0, + 1, + 3 + ], + "numbers_used": [ + 1, + 1, + 1, + 1 + ], + "sum": 4, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 3, + 0, + 2 + ], + "numbers_used": [ + 5, + 4, + 4, + 6 + ], + "sum": 19, + "is_correct": true, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 1, + 0, + 2, + 3 + ], + "numbers_used": [ + 1, + 1, + 1, + 1 + ], + "sum": 4, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 2, + 3, + 1, + 0 + ], + "numbers_used": [ + 7, + 3, + 6, + 7 + ], + "sum": 23, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + 14, + 4 + ], + "dart_extra_offset": [ + 9, + -5 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 470, + 625 + ], + "offset": [ + 20, + 25 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 789, + 611 + ], + "offset": [ + 39, + 11 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 494, + 661, + 602, + 751 + ], + [ + 813, + 647, + 921, + 737 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0760/dart_counting.json b/captcha/dart counting/sample_0760/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..d90829e96aa4218782151936f3a0e864918ab04f --- /dev/null +++ b/captcha/dart counting/sample_0760/dart_counting.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": [ + [ + 471, + 640, + 579, + 730 + ], + [ + 812, + 646, + 920, + 736 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0760/sample_info.json b/captcha/dart counting/sample_0760/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..8b5e0d62a11c0b86a848d0a342a4940261fc0338 --- /dev/null +++ b/captcha/dart counting/sample_0760/sample_info.json @@ -0,0 +1,155 @@ +{ + "sample_id": 760, + "target_number": 19, + "background_image": "num19.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1, + 2, + 0 + ], + "numbers_used": [ + 7, + 7, + 6 + ], + "sum": 20, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 8 + ], + "sum": 8, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 2, + 0, + 3 + ], + "numbers_used": [ + 3, + 6, + 4 + ], + "sum": 13, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 1, + 3, + 0 + ], + "numbers_used": [ + 2, + 7, + 5, + 5 + ], + "sum": 19, + "is_correct": true, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 3, + 1, + 2 + ], + "numbers_used": [ + 5, + 3, + 3, + 4 + ], + "sum": 15, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -1, + 18 + ], + "dart_extra_offset": [ + -8, + 4 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 447, + 604 + ], + "offset": [ + -3, + 4 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 788, + 610 + ], + "offset": [ + 38, + 10 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 471, + 640, + 579, + 730 + ], + [ + 812, + 646, + 920, + 736 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0767/dart_counting.json b/captcha/dart counting/sample_0767/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..48ba786b22f6e2b5d6ab8a517d636397136c8f26 --- /dev/null +++ b/captcha/dart counting/sample_0767/dart_counting.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": [ + [ + 497, + 667, + 605, + 757 + ], + [ + 735, + 639, + 843, + 729 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0767/sample_info.json b/captcha/dart counting/sample_0767/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..874d482345248b90863810b0c6477ea14de17858 --- /dev/null +++ b/captcha/dart counting/sample_0767/sample_info.json @@ -0,0 +1,145 @@ +{ + "sample_id": 767, + "target_number": 19, + "background_image": "num19.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 2 + ], + "numbers_used": [ + 16, + 10 + ], + "sum": 26, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 1, + 2 + ], + "numbers_used": [ + 5, + 6 + ], + "sum": 11, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 0, + 2 + ], + "numbers_used": [ + 15, + 14 + ], + "sum": 29, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 3, + 1 + ], + "numbers_used": [ + 7, + 1, + 11 + ], + "sum": 19, + "is_correct": true, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 18 + ], + "sum": 18, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + -12, + -5 + ], + "dart_extra_offset": [ + 12, + 9 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 473, + 631 + ], + "offset": [ + 23, + 31 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 711, + 603 + ], + "offset": [ + -39, + 3 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 497, + 667, + 605, + 757 + ], + [ + 735, + 639, + 843, + 729 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0769/dart_counting.json b/captcha/dart counting/sample_0769/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..22e9809044fcf0e1c622e5da2cf0c7a865a0464a --- /dev/null +++ b/captcha/dart counting/sample_0769/dart_counting.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": [ + [ + 505, + 661, + 613, + 751 + ], + [ + 769, + 661, + 877, + 751 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0769/sample_info.json b/captcha/dart counting/sample_0769/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..06e5ea9b0a9ce80007ffa74423088c0f704d3a6c --- /dev/null +++ b/captcha/dart counting/sample_0769/sample_info.json @@ -0,0 +1,153 @@ +{ + "sample_id": 769, + "target_number": 19, + "background_image": "num19.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 19 + ], + "sum": 19, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 14 + ], + "sum": 14, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 3, + 1, + 0, + 2 + ], + "numbers_used": [ + 3, + 12, + 8, + 7 + ], + "sum": 30, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 0, + 2, + 3, + 1 + ], + "numbers_used": [ + 1, + 1, + 1, + 1 + ], + "sum": 4, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 2, + 0, + 3 + ], + "numbers_used": [ + 8, + 2, + 6, + 8 + ], + "sum": 24, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -5, + -3 + ], + "dart_extra_offset": [ + -13, + -1 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 481, + 625 + ], + "offset": [ + 31, + 25 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 745, + 625 + ], + "offset": [ + -5, + 25 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 505, + 661, + 613, + 751 + ], + [ + 769, + 661, + 877, + 751 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0793/dart_counting.json b/captcha/dart counting/sample_0793/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..68a1a8985ea53c76b4b55c0c36a7a1c6c399fe66 --- /dev/null +++ b/captcha/dart counting/sample_0793/dart_counting.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": [ + [ + 446, + 655, + 554, + 745 + ], + [ + 789, + 667, + 897, + 757 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0793/sample_info.json b/captcha/dart counting/sample_0793/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..fc9221843378a3554e219038f71190694bf6a9e6 --- /dev/null +++ b/captcha/dart counting/sample_0793/sample_info.json @@ -0,0 +1,153 @@ +{ + "sample_id": 793, + "target_number": 19, + "background_image": "num19.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3, + 0 + ], + "numbers_used": [ + 8, + 11 + ], + "sum": 19, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 1, + 0, + 3, + 2 + ], + "numbers_used": [ + 5, + 10, + 4, + 4 + ], + "sum": 23, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 2, + 1, + 0, + 3 + ], + "numbers_used": [ + 1, + 2, + 3, + 2 + ], + "sum": 8, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 0, + 1 + ], + "numbers_used": [ + 12, + 4, + 11 + ], + "sum": 27, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 4 + ], + "sum": 4, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + -15, + -8 + ], + "dart_extra_offset": [ + 14, + 17 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 422, + 619 + ], + "offset": [ + -28, + 19 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 765, + 631 + ], + "offset": [ + 15, + 31 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 446, + 655, + 554, + 745 + ], + [ + 789, + 667, + 897, + 757 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0794/dart_counting.json b/captcha/dart counting/sample_0794/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..57f66aee4408dc3fda8b5386dd292dfa87bdc778 --- /dev/null +++ b/captcha/dart counting/sample_0794/dart_counting.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": [ + [ + 429, + 663, + 537, + 753 + ], + [ + 766, + 647, + 874, + 737 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0794/sample_info.json b/captcha/dart counting/sample_0794/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..96174df6d3b3d97d7e0968997cbad836cd43268a --- /dev/null +++ b/captcha/dart counting/sample_0794/sample_info.json @@ -0,0 +1,153 @@ +{ + "sample_id": 794, + "target_number": 19, + "background_image": "num19.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 3 + ], + "numbers_used": [ + 10, + 9 + ], + "sum": 19, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 1 + ], + "numbers_used": [ + 1, + 3 + ], + "sum": 4, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 3, + 2, + 0 + ], + "numbers_used": [ + 6, + 3, + 1, + 2 + ], + "sum": 12, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 1, + 2 + ], + "numbers_used": [ + 1, + 2 + ], + "sum": 3, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 2, + 3, + 0, + 1 + ], + "numbers_used": [ + 4, + 5, + 2, + 4 + ], + "sum": 15, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -17, + -19 + ], + "dart_extra_offset": [ + -17, + 26 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 405, + 627 + ], + "offset": [ + -45, + 27 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 742, + 611 + ], + "offset": [ + -8, + 11 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 429, + 663, + 537, + 753 + ], + [ + 766, + 647, + 874, + 737 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0813/dart_counting.json b/captcha/dart counting/sample_0813/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..edc30f6bc124a80d6dcc10a4b33c2815ebbd7d25 --- /dev/null +++ b/captcha/dart counting/sample_0813/dart_counting.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": [ + [ + 443, + 646, + 551, + 736 + ], + [ + 796, + 641, + 904, + 731 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0813/sample_info.json b/captcha/dart counting/sample_0813/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..c01d278ddf5e5d22255c87c21922802d83ebc6a7 --- /dev/null +++ b/captcha/dart counting/sample_0813/sample_info.json @@ -0,0 +1,157 @@ +{ + "sample_id": 813, + "target_number": 2, + "background_image": "num2.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 3, + 2 + ], + "numbers_used": [ + 1, + 4, + 4 + ], + "sum": 9, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 1, + 2, + 3, + 0 + ], + "numbers_used": [ + 11, + 2, + 9, + 7 + ], + "sum": 29, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 0, + 2 + ], + "numbers_used": [ + 1, + 1 + ], + "sum": 2, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 1, + 0, + 3 + ], + "numbers_used": [ + 3, + 2, + 2, + 4 + ], + "sum": 11, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 0, + 3 + ], + "numbers_used": [ + 9, + 6, + 7 + ], + "sum": 22, + "is_correct": false, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + -15, + -9 + ], + "dart_extra_offset": [ + -7, + -8 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 419, + 610 + ], + "offset": [ + -31, + 10 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 772, + 605 + ], + "offset": [ + 22, + 5 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 443, + 646, + 551, + 736 + ], + [ + 796, + 641, + 904, + 731 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0814/dart_counting.json b/captcha/dart counting/sample_0814/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..16ae415ce4cd9e2e2d8a2852f46b49e68f54ebf5 --- /dev/null +++ b/captcha/dart counting/sample_0814/dart_counting.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": [ + [ + 506, + 651, + 614, + 741 + ], + [ + 774, + 650, + 882, + 740 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0814/sample_info.json b/captcha/dart counting/sample_0814/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..9230b1e1e422a230a9aa784a0ad6fd5a8811db31 --- /dev/null +++ b/captcha/dart counting/sample_0814/sample_info.json @@ -0,0 +1,145 @@ +{ + "sample_id": 814, + "target_number": 2, + "background_image": "num2.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1, + 2, + 3, + 0 + ], + "numbers_used": [ + 2, + 3, + 3, + 2 + ], + "sum": 10, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 1, + 3 + ], + "numbers_used": [ + 2, + 3 + ], + "sum": 5, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 0, + 2 + ], + "numbers_used": [ + 2, + 1 + ], + "sum": 3, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 2 + ], + "sum": 2, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 14 + ], + "sum": 14, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + -15, + 16 + ], + "dart_extra_offset": [ + 7, + 6 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 482, + 615 + ], + "offset": [ + 32, + 15 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 750, + 614 + ], + "offset": [ + 0, + 14 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 506, + 651, + 614, + 741 + ], + [ + 774, + 650, + 882, + 740 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0815/dart_counting.json b/captcha/dart counting/sample_0815/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..097d6f1358b0ed0a00771cf906185696c40aaf0a --- /dev/null +++ b/captcha/dart counting/sample_0815/dart_counting.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": [ + [ + 500, + 652, + 608, + 742 + ], + [ + 730, + 649, + 838, + 739 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0815/sample_info.json b/captcha/dart counting/sample_0815/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..d1edcf3691273c53ebd644277b3fc81d3b308499 --- /dev/null +++ b/captcha/dart counting/sample_0815/sample_info.json @@ -0,0 +1,155 @@ +{ + "sample_id": 815, + "target_number": 2, + "background_image": "num2.png", + "correct_answer_index": 2, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 1, + 0, + 3 + ], + "numbers_used": [ + 1, + 1, + 1, + 2 + ], + "sum": 5, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 0, + 3, + 2, + 1 + ], + "numbers_used": [ + 1, + 1, + 1, + 1 + ], + "sum": 4, + "is_correct": true, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 2, + 0 + ], + "numbers_used": [ + 5, + 8 + ], + "sum": 13, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 1, + 0, + 3, + 2 + ], + "numbers_used": [ + 4, + 2, + 6, + 5 + ], + "sum": 17, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 15 + ], + "sum": 15, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + 1, + 19 + ], + "dart_extra_offset": [ + 11, + 19 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 476, + 616 + ], + "offset": [ + 26, + 16 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 706, + 613 + ], + "offset": [ + -44, + 13 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 500, + 652, + 608, + 742 + ], + [ + 730, + 649, + 838, + 739 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0822/dart_counting.json b/captcha/dart counting/sample_0822/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..3a93a6ebacef488e2cf0b86ebe01873b0f99448b --- /dev/null +++ b/captcha/dart counting/sample_0822/dart_counting.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": [ + [ + 445, + 652, + 553, + 742 + ], + [ + 797, + 656, + 905, + 746 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0822/sample_info.json b/captcha/dart counting/sample_0822/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..59f1c1ab12685280184123aa1e565be53bcbf0ae --- /dev/null +++ b/captcha/dart counting/sample_0822/sample_info.json @@ -0,0 +1,151 @@ +{ + "sample_id": 822, + "target_number": 2, + "background_image": "num2.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 3, + 1 + ], + "numbers_used": [ + 1, + 1, + 1 + ], + "sum": 3, + "is_correct": true, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 20 + ], + "sum": 20, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 0, + 2, + 3 + ], + "numbers_used": [ + 5, + 8, + 4 + ], + "sum": 17, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 1, + 3, + 0, + 2 + ], + "numbers_used": [ + 3, + 3, + 4, + 3 + ], + "sum": 13, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 3, + 2 + ], + "numbers_used": [ + 15, + 7 + ], + "sum": 22, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + -19, + 3 + ], + "dart_extra_offset": [ + 2, + 5 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 421, + 616 + ], + "offset": [ + -29, + 16 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 773, + 620 + ], + "offset": [ + 23, + 20 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 445, + 652, + 553, + 742 + ], + [ + 797, + 656, + 905, + 746 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0823/dart_counting.json b/captcha/dart counting/sample_0823/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..a93232ce6c0d6e8f822dc5b037822df62afc6e6f --- /dev/null +++ b/captcha/dart counting/sample_0823/dart_counting.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": [ + [ + 434, + 668, + 542, + 758 + ], + [ + 782, + 640, + 890, + 730 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0823/sample_info.json b/captcha/dart counting/sample_0823/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..5a7814e9abaeee57b112495aa476ab90b374dd6d --- /dev/null +++ b/captcha/dart counting/sample_0823/sample_info.json @@ -0,0 +1,145 @@ +{ + "sample_id": 823, + "target_number": 2, + "background_image": "num2.png", + "correct_answer_index": 2, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1, + 0 + ], + "numbers_used": [ + 2, + 4 + ], + "sum": 6, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 2 + ], + "numbers_used": [ + 1, + 1 + ], + "sum": 2, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 2, + 1 + ], + "numbers_used": [ + 12, + 9 + ], + "sum": 21, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 20 + ], + "sum": 20, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 0, + 3 + ], + "numbers_used": [ + 2, + 3, + 1 + ], + "sum": 6, + "is_correct": false, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -2, + 18 + ], + "dart_extra_offset": [ + -6, + -8 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 410, + 632 + ], + "offset": [ + -40, + 32 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 758, + 604 + ], + "offset": [ + 8, + 4 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 434, + 668, + 542, + 758 + ], + [ + 782, + 640, + 890, + 730 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0824/dart_counting.json b/captcha/dart counting/sample_0824/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..960061f7ba53af95ffb4a90f583fe4d312f86847 --- /dev/null +++ b/captcha/dart counting/sample_0824/dart_counting.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": [ + [ + 461, + 662, + 569, + 752 + ], + [ + 766, + 651, + 874, + 741 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0824/sample_info.json b/captcha/dart counting/sample_0824/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..8ff5b39907839e79e5365ce7a25cf8ecdcce7959 --- /dev/null +++ b/captcha/dart counting/sample_0824/sample_info.json @@ -0,0 +1,149 @@ +{ + "sample_id": 824, + "target_number": 2, + "background_image": "num2.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 0 + ], + "numbers_used": [ + 1, + 1 + ], + "sum": 2, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 3 + ], + "sum": 3, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 2 + ], + "numbers_used": [ + 11, + 13 + ], + "sum": 24, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 0, + 2, + 3, + 1 + ], + "numbers_used": [ + 4, + 5, + 2, + 4 + ], + "sum": 15, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 2, + 0 + ], + "numbers_used": [ + 11, + 6, + 11 + ], + "sum": 28, + "is_correct": false, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + -6, + -20 + ], + "dart_extra_offset": [ + -19, + 4 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 437, + 626 + ], + "offset": [ + -13, + 26 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 742, + 615 + ], + "offset": [ + -8, + 15 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 461, + 662, + 569, + 752 + ], + [ + 766, + 651, + 874, + 741 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0825/dart_counting.json b/captcha/dart counting/sample_0825/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..03d038feeee0da87ae05e3e4ce6aeb027fda1fe9 --- /dev/null +++ b/captcha/dart counting/sample_0825/dart_counting.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": [ + [ + 424, + 668, + 532, + 758 + ], + [ + 790, + 664, + 898, + 754 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0825/sample_info.json b/captcha/dart counting/sample_0825/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..474fec04e5b56d950b7750f3db3198aad9464843 --- /dev/null +++ b/captcha/dart counting/sample_0825/sample_info.json @@ -0,0 +1,143 @@ +{ + "sample_id": 825, + "target_number": 2, + "background_image": "num2.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 1 + ], + "numbers_used": [ + 1, + 1 + ], + "sum": 2, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 2 + ], + "numbers_used": [ + 15, + 14 + ], + "sum": 29, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 2 + ], + "numbers_used": [ + 6, + 5 + ], + "sum": 11, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 6 + ], + "sum": 6, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 2 + ], + "numbers_used": [ + 5, + 3 + ], + "sum": 8, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + 7, + 15 + ], + "dart_extra_offset": [ + -1, + 30 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 400, + 632 + ], + "offset": [ + -50, + 32 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 766, + 628 + ], + "offset": [ + 16, + 28 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 424, + 668, + 532, + 758 + ], + [ + 790, + 664, + 898, + 754 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0840/dart_counting.json b/captcha/dart counting/sample_0840/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..61f969bdd9e6d3c2a5b42d3a62066fa7c84dbfbd --- /dev/null +++ b/captcha/dart counting/sample_0840/dart_counting.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": [ + [ + 513, + 675, + 621, + 765 + ], + [ + 747, + 659, + 855, + 749 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0840/sample_info.json b/captcha/dart counting/sample_0840/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..94abd125f8f07571a5d80b43b018b0b8691dc010 --- /dev/null +++ b/captcha/dart counting/sample_0840/sample_info.json @@ -0,0 +1,145 @@ +{ + "sample_id": 840, + "target_number": 2, + "background_image": "num2.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 1 + ], + "numbers_used": [ + 9, + 10 + ], + "sum": 19, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 0, + 1 + ], + "numbers_used": [ + 4, + 4 + ], + "sum": 8, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 0, + 2 + ], + "numbers_used": [ + 9, + 8, + 9 + ], + "sum": 26, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 2 + ], + "sum": 2, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 2 + ], + "numbers_used": [ + 8, + 8 + ], + "sum": 16, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + -16, + 6 + ], + "dart_extra_offset": [ + -14, + -7 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 489, + 639 + ], + "offset": [ + 39, + 39 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 723, + 623 + ], + "offset": [ + -27, + 23 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 513, + 675, + 621, + 765 + ], + [ + 747, + 659, + 855, + 749 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0847/dart_counting.json b/captcha/dart counting/sample_0847/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..c9d1464a5a8b8b71567d55dee9fd4a9d99f63dde --- /dev/null +++ b/captcha/dart counting/sample_0847/dart_counting.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": [ + [ + 459, + 669, + 567, + 759 + ], + [ + 779, + 653, + 887, + 743 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0847/sample_info.json b/captcha/dart counting/sample_0847/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..bb3a60965705949a3964aeb1208255492d622e02 --- /dev/null +++ b/captcha/dart counting/sample_0847/sample_info.json @@ -0,0 +1,155 @@ +{ + "sample_id": 847, + "target_number": 2, + "background_image": "num2.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 1, + 3 + ], + "numbers_used": [ + 4, + 6, + 10 + ], + "sum": 20, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 1, + 3, + 0 + ], + "numbers_used": [ + 3, + 3, + 4 + ], + "sum": 10, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 0, + 2 + ], + "numbers_used": [ + 1, + 1 + ], + "sum": 2, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 3, + 0 + ], + "numbers_used": [ + 8, + 12, + 8 + ], + "sum": 28, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 1, + 2, + 3 + ], + "numbers_used": [ + 2, + 6, + 9, + 7 + ], + "sum": 24, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + 19, + 11 + ], + "dart_extra_offset": [ + -1, + -3 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 435, + 633 + ], + "offset": [ + -15, + 33 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 755, + 617 + ], + "offset": [ + 5, + 17 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 459, + 669, + 567, + 759 + ], + [ + 779, + 653, + 887, + 743 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0849/dart_counting.json b/captcha/dart counting/sample_0849/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..46c0586ec0cbe0634c7196648f478349c907d813 --- /dev/null +++ b/captcha/dart counting/sample_0849/dart_counting.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": [ + [ + 504, + 666, + 612, + 756 + ], + [ + 736, + 643, + 844, + 733 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0849/sample_info.json b/captcha/dart counting/sample_0849/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..9a053405db5b456a9361604264a6df93a26a11b3 --- /dev/null +++ b/captcha/dart counting/sample_0849/sample_info.json @@ -0,0 +1,145 @@ +{ + "sample_id": 849, + "target_number": 2, + "background_image": "num2.png", + "correct_answer_index": 2, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1, + 3 + ], + "numbers_used": [ + 12, + 16 + ], + "sum": 28, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 2 + ], + "sum": 2, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 2, + 0 + ], + "numbers_used": [ + 4, + 11 + ], + "sum": 15, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 17 + ], + "sum": 17, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 1, + 2, + 3 + ], + "numbers_used": [ + 8, + 10, + 7, + 5 + ], + "sum": 30, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + 4, + -15 + ], + "dart_extra_offset": [ + -3, + 12 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 480, + 630 + ], + "offset": [ + 30, + 30 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 712, + 607 + ], + "offset": [ + -38, + 7 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 504, + 666, + 612, + 756 + ], + [ + 736, + 643, + 844, + 733 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0871/dart_counting.json b/captcha/dart counting/sample_0871/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..8236fe7978fc1ec50691be6e5ffed9a1da56e4e4 --- /dev/null +++ b/captcha/dart counting/sample_0871/dart_counting.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, + 664, + 568, + 754 + ], + [ + 731, + 664, + 839, + 754 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0871/sample_info.json b/captcha/dart counting/sample_0871/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ffa0cb8b072576bafd0949f1616fb6c951ee6af7 --- /dev/null +++ b/captcha/dart counting/sample_0871/sample_info.json @@ -0,0 +1,153 @@ +{ + "sample_id": 871, + "target_number": 2, + "background_image": "num2.png", + "correct_answer_index": 5, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 3 + ], + "sum": 3, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 9 + ], + "sum": 9, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 2, + 3, + 1, + 0 + ], + "numbers_used": [ + 8, + 5, + 5, + 3 + ], + "sum": 21, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 1, + 3, + 2, + 0 + ], + "numbers_used": [ + 4, + 4, + 4, + 5 + ], + "sum": 17, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 2, + 1, + 0, + 3 + ], + "numbers_used": [ + 1, + 1, + 1, + 1 + ], + "sum": 4, + "is_correct": true, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + 18, + 6 + ], + "dart_extra_offset": [ + 1, + 30 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 436, + 628 + ], + "offset": [ + -14, + 28 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 707, + 628 + ], + "offset": [ + -43, + 28 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 460, + 664, + 568, + 754 + ], + [ + 731, + 664, + 839, + 754 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0876/dart_counting.json b/captcha/dart counting/sample_0876/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..0f75c4b8420bd6bf65ff9f420d12e0b211537a6d --- /dev/null +++ b/captcha/dart counting/sample_0876/dart_counting.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": [ + [ + 444, + 669, + 552, + 759 + ], + [ + 768, + 644, + 876, + 734 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0876/sample_info.json b/captcha/dart counting/sample_0876/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..8d3e0504f95fcd7a8c71e968d9fc1528f57fa177 --- /dev/null +++ b/captcha/dart counting/sample_0876/sample_info.json @@ -0,0 +1,149 @@ +{ + "sample_id": 876, + "target_number": 2, + "background_image": "num2.png", + "correct_answer_index": 2, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3, + 0 + ], + "numbers_used": [ + 9, + 18 + ], + "sum": 27, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 2 + ], + "sum": 2, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 17 + ], + "sum": 17, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 1, + 2, + 0, + 3 + ], + "numbers_used": [ + 5, + 3, + 5, + 8 + ], + "sum": 21, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 3, + 0, + 2 + ], + "numbers_used": [ + 7, + 3, + 9, + 2 + ], + "sum": 21, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + -10, + -19 + ], + "dart_extra_offset": [ + -7, + 17 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 420, + 633 + ], + "offset": [ + -30, + 33 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 744, + 608 + ], + "offset": [ + -6, + 8 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 444, + 669, + 552, + 759 + ], + [ + 768, + 644, + 876, + 734 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0878/dart_counting.json b/captcha/dart counting/sample_0878/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..caaad6be738fb39442f52a55a8e6c0bfd1635637 --- /dev/null +++ b/captcha/dart counting/sample_0878/dart_counting.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": [ + [ + 508, + 637, + 616, + 727 + ], + [ + 820, + 638, + 928, + 728 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0878/sample_info.json b/captcha/dart counting/sample_0878/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ebffe0d14a9fb02676344dc3a0dcd9caa057b32d --- /dev/null +++ b/captcha/dart counting/sample_0878/sample_info.json @@ -0,0 +1,147 @@ +{ + "sample_id": 878, + "target_number": 2, + "background_image": "num2.png", + "correct_answer_index": 2, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1, + 2, + 3, + 0 + ], + "numbers_used": [ + 3, + 4, + 1, + 8 + ], + "sum": 16, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 0, + 3, + 2, + 1 + ], + "numbers_used": [ + 1, + 1, + 1, + 1 + ], + "sum": 4, + "is_correct": true, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 19 + ], + "sum": 19, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 9 + ], + "sum": 9, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 13 + ], + "sum": 13, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -11, + 18 + ], + "dart_extra_offset": [ + 2, + 4 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 484, + 601 + ], + "offset": [ + 34, + 1 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 796, + 602 + ], + "offset": [ + 46, + 2 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 508, + 637, + 616, + 727 + ], + [ + 820, + 638, + 928, + 728 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0882/dart_counting.json b/captcha/dart counting/sample_0882/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..d71faf4b28584868c9fba6dcb93e968ba6e79727 --- /dev/null +++ b/captcha/dart counting/sample_0882/dart_counting.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": [ + [ + 427, + 672, + 535, + 762 + ], + [ + 767, + 656, + 875, + 746 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0882/sample_info.json b/captcha/dart counting/sample_0882/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..c190d7bae8a45d64dd916b860c961c503329cf92 --- /dev/null +++ b/captcha/dart counting/sample_0882/sample_info.json @@ -0,0 +1,145 @@ +{ + "sample_id": 882, + "target_number": 2, + "background_image": "num2.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3, + 0, + 2 + ], + "numbers_used": [ + 1, + 1, + 1 + ], + "sum": 3, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 1 + ], + "numbers_used": [ + 6, + 6 + ], + "sum": 12, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 2 + ], + "sum": 2, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 5 + ], + "sum": 5, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 3, + 0, + 2 + ], + "numbers_used": [ + 1, + 3, + 1 + ], + "sum": 5, + "is_correct": false, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + -17, + 8 + ], + "dart_extra_offset": [ + -9, + 9 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 403, + 636 + ], + "offset": [ + -47, + 36 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 743, + 620 + ], + "offset": [ + -7, + 20 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 427, + 672, + 535, + 762 + ], + [ + 767, + 656, + 875, + 746 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0885/dart_counting.json b/captcha/dart counting/sample_0885/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..4794349dd1ac1f567448a1be050947041bc91d4e --- /dev/null +++ b/captcha/dart counting/sample_0885/dart_counting.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": [ + [ + 502, + 644, + 610, + 734 + ], + [ + 814, + 657, + 922, + 747 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0885/sample_info.json b/captcha/dart counting/sample_0885/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..d2e90beca3f73c69623edc5f4ac79b5cd729aafd --- /dev/null +++ b/captcha/dart counting/sample_0885/sample_info.json @@ -0,0 +1,141 @@ +{ + "sample_id": 885, + "target_number": 2, + "background_image": "num2.png", + "correct_answer_index": 5, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 1 + ], + "numbers_used": [ + 5, + 1 + ], + "sum": 6, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 16 + ], + "sum": 16, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 10 + ], + "sum": 10, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 0 + ], + "numbers_used": [ + 7, + 2 + ], + "sum": 9, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 0 + ], + "numbers_used": [ + 1, + 1 + ], + "sum": 2, + "is_correct": true, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -19, + 10 + ], + "dart_extra_offset": [ + 13, + 6 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 478, + 608 + ], + "offset": [ + 28, + 8 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 790, + 621 + ], + "offset": [ + 40, + 21 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 502, + 644, + 610, + 734 + ], + [ + 814, + 657, + 922, + 747 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0903/dart_counting.json b/captcha/dart counting/sample_0903/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..32b38b2fa14b1f1c358c672d3ecb0fad18e26950 --- /dev/null +++ b/captcha/dart counting/sample_0903/dart_counting.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": [ + [ + 447, + 649, + 555, + 739 + ], + [ + 808, + 675, + 916, + 765 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0903/sample_info.json b/captcha/dart counting/sample_0903/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..1fd922160129ad658aec1218035d3b12ebbcdc17 --- /dev/null +++ b/captcha/dart counting/sample_0903/sample_info.json @@ -0,0 +1,151 @@ +{ + "sample_id": 903, + "target_number": 2, + "background_image": "num2.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 11 + ], + "sum": 11, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 2, + 0, + 1 + ], + "numbers_used": [ + 8, + 17, + 5 + ], + "sum": 30, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 2, + 0, + 3 + ], + "numbers_used": [ + 10, + 4, + 5 + ], + "sum": 19, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 0, + 2, + 1 + ], + "numbers_used": [ + 1, + 1, + 1, + 1 + ], + "sum": 4, + "is_correct": true, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 2, + 3 + ], + "numbers_used": [ + 16, + 10 + ], + "sum": 26, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -19, + 15 + ], + "dart_extra_offset": [ + 5, + -7 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 423, + 613 + ], + "offset": [ + -27, + 13 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 784, + 639 + ], + "offset": [ + 34, + 39 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 447, + 649, + 555, + 739 + ], + [ + 808, + 675, + 916, + 765 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0904/dart_counting.json b/captcha/dart counting/sample_0904/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..6647309104fdbc3b080666f4a10d1cbcef973de0 --- /dev/null +++ b/captcha/dart counting/sample_0904/dart_counting.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": [ + [ + 438, + 651, + 546, + 741 + ], + [ + 758, + 674, + 866, + 764 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0904/sample_info.json b/captcha/dart counting/sample_0904/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..34d7da3a6e3be0dce66f50b52798abde82d52ae0 --- /dev/null +++ b/captcha/dart counting/sample_0904/sample_info.json @@ -0,0 +1,149 @@ +{ + "sample_id": 904, + "target_number": 2, + "background_image": "num2.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 2 + ], + "sum": 2, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 1, + 2, + 3 + ], + "numbers_used": [ + 6, + 5, + 8 + ], + "sum": 19, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 3, + 2 + ], + "numbers_used": [ + 2, + 2, + 2 + ], + "sum": 6, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 1, + 3, + 0 + ], + "numbers_used": [ + 2, + 3, + 3 + ], + "sum": 8, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 2, + 1 + ], + "numbers_used": [ + 1, + 3 + ], + "sum": 4, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + -3, + -13 + ], + "dart_extra_offset": [ + -7, + -6 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 414, + 615 + ], + "offset": [ + -36, + 15 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 734, + 638 + ], + "offset": [ + -16, + 38 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 438, + 651, + 546, + 741 + ], + [ + 758, + 674, + 866, + 764 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0932/dart_counting.json b/captcha/dart counting/sample_0932/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..047cc3479a4b5e6e1f024e3a6905518395449d6c --- /dev/null +++ b/captcha/dart counting/sample_0932/dart_counting.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": [ + [ + 474, + 639, + 582, + 729 + ], + [ + 802, + 658, + 910, + 748 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0932/sample_info.json b/captcha/dart counting/sample_0932/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..176334affd766d68c6ee323a294a4b4cd6d6c3c6 --- /dev/null +++ b/captcha/dart counting/sample_0932/sample_info.json @@ -0,0 +1,149 @@ +{ + "sample_id": 932, + "target_number": 2, + "background_image": "num2.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 4 + ], + "sum": 4, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 1, + 0 + ], + "numbers_used": [ + 12, + 9 + ], + "sum": 21, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 0, + 2, + 3 + ], + "numbers_used": [ + 1, + 1, + 1, + 1 + ], + "sum": 4, + "is_correct": true, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 0, + 2, + 1 + ], + "numbers_used": [ + 7, + 4, + 5, + 7 + ], + "sum": 23, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 17 + ], + "sum": 17, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -4, + 17 + ], + "dart_extra_offset": [ + 18, + 17 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 450, + 603 + ], + "offset": [ + 0, + 3 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 778, + 622 + ], + "offset": [ + 28, + 22 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 474, + 639, + 582, + 729 + ], + [ + 802, + 658, + 910, + 748 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0935/dart_counting.json b/captcha/dart counting/sample_0935/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..cd0221ccf14a68735e641c72be54a210a517b964 --- /dev/null +++ b/captcha/dart counting/sample_0935/dart_counting.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": [ + [ + 471, + 673, + 579, + 763 + ], + [ + 787, + 656, + 895, + 746 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0935/sample_info.json b/captcha/dart counting/sample_0935/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..5b7d0dc9b7f778868f0f36d978645478ff39dbc3 --- /dev/null +++ b/captcha/dart counting/sample_0935/sample_info.json @@ -0,0 +1,149 @@ +{ + "sample_id": 935, + "target_number": 2, + "background_image": "num2.png", + "correct_answer_index": 5, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1, + 2 + ], + "numbers_used": [ + 11, + 10 + ], + "sum": 21, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 2, + 3, + 1 + ], + "numbers_used": [ + 1, + 2, + 1 + ], + "sum": 4, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 3, + 2, + 0, + 1 + ], + "numbers_used": [ + 8, + 8, + 9, + 4 + ], + "sum": 29, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 6 + ], + "sum": 6, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 2, + 3 + ], + "numbers_used": [ + 1, + 1 + ], + "sum": 2, + "is_correct": true, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -5, + -8 + ], + "dart_extra_offset": [ + 4, + 30 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 447, + 637 + ], + "offset": [ + -3, + 37 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 763, + 620 + ], + "offset": [ + 13, + 20 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 471, + 673, + 579, + 763 + ], + [ + 787, + 656, + 895, + 746 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0950/dart_counting.json b/captcha/dart counting/sample_0950/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..c5f40aa252522f06ed2d28e82d6f4f5c33470e4f --- /dev/null +++ b/captcha/dart counting/sample_0950/dart_counting.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": [ + [ + 440, + 639, + 548, + 729 + ], + [ + 753, + 651, + 861, + 741 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0950/sample_info.json b/captcha/dart counting/sample_0950/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..7d273256d1fb66686f61c8bc0f8258976eebf917 --- /dev/null +++ b/captcha/dart counting/sample_0950/sample_info.json @@ -0,0 +1,149 @@ +{ + "sample_id": 950, + "target_number": 2, + "background_image": "num2.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 3, + 0, + 1 + ], + "numbers_used": [ + 2, + 2, + 4, + 4 + ], + "sum": 12, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 5 + ], + "sum": 5, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 2 + ], + "numbers_used": [ + 1, + 1 + ], + "sum": 2, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 18 + ], + "sum": 18, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 3, + 2, + 1 + ], + "numbers_used": [ + 1, + 3, + 3, + 3 + ], + "sum": 10, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + -9, + 14 + ], + "dart_extra_offset": [ + 6, + 19 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 416, + 603 + ], + "offset": [ + -34, + 3 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 729, + 615 + ], + "offset": [ + -21, + 15 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 440, + 639, + 548, + 729 + ], + [ + 753, + 651, + 861, + 741 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0957/dart_counting.json b/captcha/dart counting/sample_0957/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..bf3509518621197012019c8ec1a30aa2c0d0f386 --- /dev/null +++ b/captcha/dart counting/sample_0957/dart_counting.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": [ + [ + 487, + 652, + 595, + 742 + ], + [ + 776, + 653, + 884, + 743 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0957/sample_info.json b/captcha/dart counting/sample_0957/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..d464c113cd73bea98e0be3e1f0e85218d4d9fc4c --- /dev/null +++ b/captcha/dart counting/sample_0957/sample_info.json @@ -0,0 +1,139 @@ +{ + "sample_id": 957, + "target_number": 2, + "background_image": "num2.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 14 + ], + "sum": 14, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 1, + 3 + ], + "numbers_used": [ + 9, + 8 + ], + "sum": 17, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 4 + ], + "sum": 4, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 0, + 1 + ], + "numbers_used": [ + 1, + 1 + ], + "sum": 2, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 15 + ], + "sum": 15, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + -6, + -17 + ], + "dart_extra_offset": [ + 6, + 22 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 463, + 616 + ], + "offset": [ + 13, + 16 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 752, + 617 + ], + "offset": [ + 2, + 17 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 487, + 652, + 595, + 742 + ], + [ + 776, + 653, + 884, + 743 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0959/dart_counting.json b/captcha/dart counting/sample_0959/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..fc5db2797d5c73eb5fed58bafab3eeafbf020189 --- /dev/null +++ b/captcha/dart counting/sample_0959/dart_counting.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": [ + [ + 468, + 642, + 576, + 732 + ], + [ + 791, + 637, + 899, + 727 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0959/sample_info.json b/captcha/dart counting/sample_0959/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..9f8d41e583ca5457b1d76cf5df02d94b53db13f1 --- /dev/null +++ b/captcha/dart counting/sample_0959/sample_info.json @@ -0,0 +1,145 @@ +{ + "sample_id": 959, + "target_number": 2, + "background_image": "num2.png", + "correct_answer_index": 5, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 0, + 1, + 3 + ], + "numbers_used": [ + 6, + 8, + 5, + 10 + ], + "sum": 29, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 20 + ], + "sum": 20, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 20 + ], + "sum": 20, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 0, + 2 + ], + "numbers_used": [ + 3, + 1 + ], + "sum": 4, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 2 + ], + "numbers_used": [ + 1, + 1 + ], + "sum": 2, + "is_correct": true, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + 14, + -7 + ], + "dart_extra_offset": [ + 7, + 13 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 444, + 606 + ], + "offset": [ + -6, + 6 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 767, + 601 + ], + "offset": [ + 17, + 1 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 468, + 642, + 576, + 732 + ], + [ + 791, + 637, + 899, + 727 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0961/dart_counting.json b/captcha/dart counting/sample_0961/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..3a4aa123a4cd08cf76be01c9e569cc162e720392 --- /dev/null +++ b/captcha/dart counting/sample_0961/dart_counting.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": [ + [ + 509, + 666, + 617, + 756 + ], + [ + 725, + 650, + 833, + 740 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0961/sample_info.json b/captcha/dart counting/sample_0961/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..387a98202bde2489171a042c47279d326a0e16cf --- /dev/null +++ b/captcha/dart counting/sample_0961/sample_info.json @@ -0,0 +1,143 @@ +{ + "sample_id": 961, + "target_number": 2, + "background_image": "num2.png", + "correct_answer_index": 2, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 20 + ], + "sum": 20, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 0, + 2 + ], + "numbers_used": [ + 1, + 1 + ], + "sum": 2, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 17 + ], + "sum": 17, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 1, + 0, + 3 + ], + "numbers_used": [ + 2, + 5, + 4 + ], + "sum": 11, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 3, + 1 + ], + "numbers_used": [ + 13, + 10 + ], + "sum": 23, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + -7, + 13 + ], + "dart_extra_offset": [ + 11, + -1 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 485, + 630 + ], + "offset": [ + 35, + 30 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 701, + 614 + ], + "offset": [ + -49, + 14 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 509, + 666, + 617, + 756 + ], + [ + 725, + 650, + 833, + 740 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0966/dart_counting.json b/captcha/dart counting/sample_0966/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..d07d5d5614f13f2185c50ceed68aea72e695bcc2 --- /dev/null +++ b/captcha/dart counting/sample_0966/dart_counting.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": [ + [ + 505, + 665, + 613, + 755 + ], + [ + 808, + 649, + 916, + 739 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0966/sample_info.json b/captcha/dart counting/sample_0966/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..0bf24c39b8b97ce694fda616a7e5c266fff8c9c2 --- /dev/null +++ b/captcha/dart counting/sample_0966/sample_info.json @@ -0,0 +1,151 @@ +{ + "sample_id": 966, + "target_number": 2, + "background_image": "num2.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 2 + ], + "numbers_used": [ + 1, + 1 + ], + "sum": 2, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 0, + 1, + 2, + 3 + ], + "numbers_used": [ + 2, + 1, + 2, + 5 + ], + "sum": 10, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 2, + 3, + 1, + 0 + ], + "numbers_used": [ + 5, + 8, + 7, + 7 + ], + "sum": 27, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 0, + 3 + ], + "numbers_used": [ + 6, + 11 + ], + "sum": 17, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 4 + ], + "sum": 4, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + -3, + -17 + ], + "dart_extra_offset": [ + 17, + -1 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 481, + 629 + ], + "offset": [ + 31, + 29 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 784, + 613 + ], + "offset": [ + 34, + 13 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 505, + 665, + 613, + 755 + ], + [ + 808, + 649, + 916, + 739 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0968/dart_counting.json b/captcha/dart counting/sample_0968/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..0125ab6d0531f1209aeac7ec208a0e1a84d12727 --- /dev/null +++ b/captcha/dart counting/sample_0968/dart_counting.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": [ + [ + 498, + 653, + 606, + 743 + ], + [ + 759, + 637, + 867, + 727 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0968/sample_info.json b/captcha/dart counting/sample_0968/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..7aa10596dc6b743f598c26e63ddcfb900fe1b6cd --- /dev/null +++ b/captcha/dart counting/sample_0968/sample_info.json @@ -0,0 +1,145 @@ +{ + "sample_id": 968, + "target_number": 2, + "background_image": "num2.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1, + 2, + 0, + 3 + ], + "numbers_used": [ + 7, + 7, + 9, + 4 + ], + "sum": 27, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 15 + ], + "sum": 15, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 2 + ], + "sum": 2, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 19 + ], + "sum": 19, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 3, + 0 + ], + "numbers_used": [ + 8, + 6, + 3 + ], + "sum": 17, + "is_correct": false, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + -14, + 0 + ], + "dart_extra_offset": [ + -20, + 29 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 474, + 617 + ], + "offset": [ + 24, + 17 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 735, + 601 + ], + "offset": [ + -15, + 1 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 498, + 653, + 606, + 743 + ], + [ + 759, + 637, + 867, + 727 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0992/dart_counting.json b/captcha/dart counting/sample_0992/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..248305c921d654359f7154423e84c1db6670a91d --- /dev/null +++ b/captcha/dart counting/sample_0992/dart_counting.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": [ + [ + 426, + 658, + 534, + 748 + ], + [ + 812, + 676, + 920, + 766 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0992/sample_info.json b/captcha/dart counting/sample_0992/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..e77a8aab19069b16f7922193c50e9eff4a63e827 --- /dev/null +++ b/captcha/dart counting/sample_0992/sample_info.json @@ -0,0 +1,145 @@ +{ + "sample_id": 992, + "target_number": 2, + "background_image": "num2.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 2 + ], + "sum": 2, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 1, + 3, + 0, + 2 + ], + "numbers_used": [ + 8, + 4, + 6, + 8 + ], + "sum": 26, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 0, + 1 + ], + "numbers_used": [ + 9, + 9 + ], + "sum": 18, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 5 + ], + "sum": 5, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 3 + ], + "numbers_used": [ + 12, + 8 + ], + "sum": 20, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + -8, + 17 + ], + "dart_extra_offset": [ + 18, + -4 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 402, + 622 + ], + "offset": [ + -48, + 22 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 788, + 640 + ], + "offset": [ + 38, + 40 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 426, + 658, + 534, + 748 + ], + [ + 812, + 676, + 920, + 766 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0995/dart_counting.json b/captcha/dart counting/sample_0995/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..eb25d01a6d3d42abd684a003b37aada04e17545b --- /dev/null +++ b/captcha/dart counting/sample_0995/dart_counting.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, + 660, + 608, + 750 + ], + [ + 767, + 652, + 875, + 742 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_0995/sample_info.json b/captcha/dart counting/sample_0995/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..da46675dfece0b4b4f1592090bfd45c21e0c9e51 --- /dev/null +++ b/captcha/dart counting/sample_0995/sample_info.json @@ -0,0 +1,143 @@ +{ + "sample_id": 995, + "target_number": 2, + "background_image": "num2.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1, + 3, + 2, + 0 + ], + "numbers_used": [ + 3, + 1, + 2, + 3 + ], + "sum": 9, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 10 + ], + "sum": 10, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 2 + ], + "sum": 2, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 1 + ], + "numbers_used": [ + 11, + 16 + ], + "sum": 27, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 4 + ], + "sum": 4, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + -19, + -2 + ], + "dart_extra_offset": [ + 13, + 12 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 476, + 624 + ], + "offset": [ + 26, + 24 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 743, + 616 + ], + "offset": [ + -7, + 16 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 500, + 660, + 608, + 750 + ], + [ + 767, + 652, + 875, + 742 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1010/dart_counting.json b/captcha/dart counting/sample_1010/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..7ed8311c480a5859503d526bced7bff01daf4cfc --- /dev/null +++ b/captcha/dart counting/sample_1010/dart_counting.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": [ + [ + 520, + 638, + 628, + 728 + ], + [ + 779, + 640, + 887, + 730 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1010/sample_info.json b/captcha/dart counting/sample_1010/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..963a407c18fc02c96bdd002a001ba334e86a4c89 --- /dev/null +++ b/captcha/dart counting/sample_1010/sample_info.json @@ -0,0 +1,145 @@ +{ + "sample_id": 1010, + "target_number": 21, + "background_image": "num21.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 0 + ], + "numbers_used": [ + 3, + 4 + ], + "sum": 7, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 11 + ], + "sum": 11, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 2, + 3 + ], + "numbers_used": [ + 7, + 14 + ], + "sum": 21, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 0, + 2 + ], + "numbers_used": [ + 4, + 4 + ], + "sum": 8, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 2, + 3, + 0 + ], + "numbers_used": [ + 4, + 8, + 4 + ], + "sum": 16, + "is_correct": false, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + -2, + -12 + ], + "dart_extra_offset": [ + -13, + 6 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 496, + 602 + ], + "offset": [ + 46, + 2 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 755, + 604 + ], + "offset": [ + 5, + 4 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 520, + 638, + 628, + 728 + ], + [ + 779, + 640, + 887, + 730 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1017/dart_counting.json b/captcha/dart counting/sample_1017/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..d8e60eb927f9c2910187a8c6b57b4878ad0aacbe --- /dev/null +++ b/captcha/dart counting/sample_1017/dart_counting.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": [ + [ + 517, + 646, + 625, + 736 + ], + [ + 741, + 670, + 849, + 760 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1017/sample_info.json b/captcha/dart counting/sample_1017/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..5584bd1a420e61b0f9804564054cde29596f6643 --- /dev/null +++ b/captcha/dart counting/sample_1017/sample_info.json @@ -0,0 +1,149 @@ +{ + "sample_id": 1017, + "target_number": 21, + "background_image": "num21.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 1 + ], + "numbers_used": [ + 9, + 9 + ], + "sum": 18, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 2, + 3 + ], + "numbers_used": [ + 1, + 1 + ], + "sum": 2, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 2, + 0 + ], + "numbers_used": [ + 3, + 3 + ], + "sum": 6, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 1, + 3, + 0 + ], + "numbers_used": [ + 2, + 3, + 8, + 8 + ], + "sum": 21, + "is_correct": true, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 1 + ], + "numbers_used": [ + 7, + 8 + ], + "sum": 15, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + 6, + 14 + ], + "dart_extra_offset": [ + 16, + 8 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 493, + 610 + ], + "offset": [ + 43, + 10 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 717, + 634 + ], + "offset": [ + -33, + 34 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 517, + 646, + 625, + 736 + ], + [ + 741, + 670, + 849, + 760 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1019/dart_counting.json b/captcha/dart counting/sample_1019/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..a3ccc6d898be1f41c18340d4394d35c4158dca77 --- /dev/null +++ b/captcha/dart counting/sample_1019/dart_counting.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": [ + [ + 511, + 665, + 619, + 755 + ], + [ + 762, + 648, + 870, + 738 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1019/sample_info.json b/captcha/dart counting/sample_1019/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..9b3bb58f00e8538fdad783d1df4bf57353ff761a --- /dev/null +++ b/captcha/dart counting/sample_1019/sample_info.json @@ -0,0 +1,143 @@ +{ + "sample_id": 1019, + "target_number": 21, + "background_image": "num21.png", + "correct_answer_index": 2, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 7 + ], + "sum": 7, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 1 + ], + "numbers_used": [ + 12, + 9 + ], + "sum": 21, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 2 + ], + "sum": 2, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 15 + ], + "sum": 15, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 2, + 0, + 3 + ], + "numbers_used": [ + 2, + 4, + 3, + 2 + ], + "sum": 11, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + -4, + 9 + ], + "dart_extra_offset": [ + -1, + 3 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 487, + 629 + ], + "offset": [ + 37, + 29 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 738, + 612 + ], + "offset": [ + -12, + 12 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 511, + 665, + 619, + 755 + ], + [ + 762, + 648, + 870, + 738 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1021/dart_counting.json b/captcha/dart counting/sample_1021/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..b48ba8e40c4f9d7a00ada5344182b261ce430055 --- /dev/null +++ b/captcha/dart counting/sample_1021/dart_counting.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": [ + [ + 467, + 663, + 575, + 753 + ], + [ + 743, + 661, + 851, + 751 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1021/sample_info.json b/captcha/dart counting/sample_1021/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..54a01c46f467f7a63917e1915042b0f888beff02 --- /dev/null +++ b/captcha/dart counting/sample_1021/sample_info.json @@ -0,0 +1,151 @@ +{ + "sample_id": 1021, + "target_number": 21, + "background_image": "num21.png", + "correct_answer_index": 5, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 1 + ], + "numbers_used": [ + 5, + 5 + ], + "sum": 10, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 0, + 1, + 2 + ], + "numbers_used": [ + 1, + 1, + 1, + 1 + ], + "sum": 4, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 3, + 1, + 2 + ], + "numbers_used": [ + 10, + 11, + 9 + ], + "sum": 30, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 0, + 1 + ], + "numbers_used": [ + 1, + 1, + 2 + ], + "sum": 4, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 21 + ], + "sum": 21, + "is_correct": true, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + -2, + -5 + ], + "dart_extra_offset": [ + -5, + 2 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 443, + 627 + ], + "offset": [ + -7, + 27 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 719, + 625 + ], + "offset": [ + -31, + 25 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 467, + 663, + 575, + 753 + ], + [ + 743, + 661, + 851, + 751 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1026/dart_counting.json b/captcha/dart counting/sample_1026/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..c412e51f18a47764456b6ed697e88a33f5bcae8e --- /dev/null +++ b/captcha/dart counting/sample_1026/dart_counting.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": [ + [ + 517, + 658, + 625, + 748 + ], + [ + 811, + 668, + 919, + 758 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1026/sample_info.json b/captcha/dart counting/sample_1026/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..42c187bb6d922192d50222c6d4e69289a9ce34db --- /dev/null +++ b/captcha/dart counting/sample_1026/sample_info.json @@ -0,0 +1,151 @@ +{ + "sample_id": 1026, + "target_number": 21, + "background_image": "num21.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 5 + ], + "sum": 5, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 2, + 1 + ], + "numbers_used": [ + 5, + 6 + ], + "sum": 11, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 3, + 2, + 0, + 1 + ], + "numbers_used": [ + 4, + 6, + 7, + 4 + ], + "sum": 21, + "is_correct": true, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 0 + ], + "numbers_used": [ + 9, + 5 + ], + "sum": 14, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 2, + 3, + 1 + ], + "numbers_used": [ + 2, + 1, + 3, + 2 + ], + "sum": 8, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + -19, + 3 + ], + "dart_extra_offset": [ + 15, + 3 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 493, + 622 + ], + "offset": [ + 43, + 22 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 787, + 632 + ], + "offset": [ + 37, + 32 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 517, + 658, + 625, + 748 + ], + [ + 811, + 668, + 919, + 758 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1028/dart_counting.json b/captcha/dart counting/sample_1028/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..068dbf8c4e68c93e79d38be166a9bac42e8f374c --- /dev/null +++ b/captcha/dart counting/sample_1028/dart_counting.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": [ + [ + 512, + 646, + 620, + 736 + ], + [ + 768, + 640, + 876, + 730 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1028/sample_info.json b/captcha/dart counting/sample_1028/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..878f778a504aeb98e1f0759be35c0cc81d67d8c7 --- /dev/null +++ b/captcha/dart counting/sample_1028/sample_info.json @@ -0,0 +1,147 @@ +{ + "sample_id": 1028, + "target_number": 21, + "background_image": "num21.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 1 + ], + "numbers_used": [ + 20, + 8 + ], + "sum": 28, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 0, + 3 + ], + "numbers_used": [ + 1, + 4 + ], + "sum": 5, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 0, + 2 + ], + "numbers_used": [ + 8, + 8, + 5 + ], + "sum": 21, + "is_correct": true, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 16 + ], + "sum": 16, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 3, + 1, + 0 + ], + "numbers_used": [ + 2, + 2, + 5 + ], + "sum": 9, + "is_correct": false, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + 14, + -5 + ], + "dart_extra_offset": [ + -14, + 27 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 488, + 610 + ], + "offset": [ + 38, + 10 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 744, + 604 + ], + "offset": [ + -6, + 4 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 512, + 646, + 620, + 736 + ], + [ + 768, + 640, + 876, + 730 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1043/dart_counting.json b/captcha/dart counting/sample_1043/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..fd809618f5e1a6e2bfed7b7e251ddcd666f87611 --- /dev/null +++ b/captcha/dart counting/sample_1043/dart_counting.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": [ + [ + 484, + 666, + 592, + 756 + ], + [ + 748, + 663, + 856, + 753 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1043/sample_info.json b/captcha/dart counting/sample_1043/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..19bbc1883953fdc6802b74ca5469d0cbbbc09f27 --- /dev/null +++ b/captcha/dart counting/sample_1043/sample_info.json @@ -0,0 +1,159 @@ +{ + "sample_id": 1043, + "target_number": 21, + "background_image": "num21.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 1, + 3, + 2 + ], + "numbers_used": [ + 6, + 7, + 4, + 4 + ], + "sum": 21, + "is_correct": true, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 6 + ], + "sum": 6, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 0, + 2, + 3 + ], + "numbers_used": [ + 2, + 2, + 1, + 1 + ], + "sum": 6, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 1, + 0, + 2, + 3 + ], + "numbers_used": [ + 2, + 3, + 1, + 1 + ], + "sum": 7, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 3, + 2, + 0 + ], + "numbers_used": [ + 2, + 4, + 3, + 4 + ], + "sum": 13, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + 1, + -17 + ], + "dart_extra_offset": [ + -10, + 0 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 460, + 630 + ], + "offset": [ + 10, + 30 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 724, + 627 + ], + "offset": [ + -26, + 27 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 484, + 666, + 592, + 756 + ], + [ + 748, + 663, + 856, + 753 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1044/dart_counting.json b/captcha/dart counting/sample_1044/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..2de297df7b0779594ed0c149dcaa65bbbc10d3a6 --- /dev/null +++ b/captcha/dart counting/sample_1044/dart_counting.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": [ + [ + 497, + 650, + 605, + 740 + ], + [ + 824, + 658, + 932, + 748 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1044/sample_info.json b/captcha/dart counting/sample_1044/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..2f1f07a1bff2b330f08bc3a7fb5b064ef48691dd --- /dev/null +++ b/captcha/dart counting/sample_1044/sample_info.json @@ -0,0 +1,147 @@ +{ + "sample_id": 1044, + "target_number": 21, + "background_image": "num21.png", + "correct_answer_index": 2, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 0, + 1 + ], + "numbers_used": [ + 8, + 10, + 11 + ], + "sum": 29, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 21 + ], + "sum": 21, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 0, + 1, + 2 + ], + "numbers_used": [ + 2, + 2, + 4 + ], + "sum": 8, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 13 + ], + "sum": 13, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 2, + 3, + 0 + ], + "numbers_used": [ + 1, + 1, + 1 + ], + "sum": 3, + "is_correct": false, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + 0, + 10 + ], + "dart_extra_offset": [ + 18, + -6 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 473, + 614 + ], + "offset": [ + 23, + 14 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 800, + 622 + ], + "offset": [ + 50, + 22 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 497, + 650, + 605, + 740 + ], + [ + 824, + 658, + 932, + 748 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1072/dart_counting.json b/captcha/dart counting/sample_1072/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..1cc4c3c6c98469138ef8c3bd89efe97feadf3a7d --- /dev/null +++ b/captcha/dart counting/sample_1072/dart_counting.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": [ + [ + 504, + 653, + 612, + 743 + ], + [ + 806, + 663, + 914, + 753 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1072/sample_info.json b/captcha/dart counting/sample_1072/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..bdb15b036f1b77e8359f367d4c2ec0165eae1ec6 --- /dev/null +++ b/captcha/dart counting/sample_1072/sample_info.json @@ -0,0 +1,149 @@ +{ + "sample_id": 1072, + "target_number": 21, + "background_image": "num21.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1, + 3, + 2 + ], + "numbers_used": [ + 6, + 10, + 5 + ], + "sum": 21, + "is_correct": true, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 2, + 0 + ], + "numbers_used": [ + 1, + 2 + ], + "sum": 3, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 7 + ], + "sum": 7, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 1, + 2, + 0 + ], + "numbers_used": [ + 1, + 1, + 1, + 1 + ], + "sum": 4, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 2 + ], + "numbers_used": [ + 1, + 1 + ], + "sum": 2, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + 3, + -15 + ], + "dart_extra_offset": [ + 13, + 20 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 480, + 617 + ], + "offset": [ + 30, + 17 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 782, + 627 + ], + "offset": [ + 32, + 27 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 504, + 653, + 612, + 743 + ], + [ + 806, + 663, + 914, + 753 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1075/dart_counting.json b/captcha/dart counting/sample_1075/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..c02eb296ea5b6cafe1f546b54eef7603c6547466 --- /dev/null +++ b/captcha/dart counting/sample_1075/dart_counting.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": [ + [ + 512, + 657, + 620, + 747 + ], + [ + 777, + 666, + 885, + 756 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1075/sample_info.json b/captcha/dart counting/sample_1075/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..8a1d2999d38b61ea34a843ddae5366e06fc3261d --- /dev/null +++ b/captcha/dart counting/sample_1075/sample_info.json @@ -0,0 +1,155 @@ +{ + "sample_id": 1075, + "target_number": 21, + "background_image": "num21.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 3, + 2, + 1 + ], + "numbers_used": [ + 4, + 2, + 3, + 2 + ], + "sum": 11, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 0 + ], + "numbers_used": [ + 7, + 9 + ], + "sum": 16, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 0, + 2, + 3, + 1 + ], + "numbers_used": [ + 5, + 4, + 4, + 8 + ], + "sum": 21, + "is_correct": true, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 14 + ], + "sum": 14, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 3, + 0, + 2 + ], + "numbers_used": [ + 6, + 7, + 7, + 4 + ], + "sum": 24, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + -6, + 4 + ], + "dart_extra_offset": [ + -8, + 3 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 488, + 621 + ], + "offset": [ + 38, + 21 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 753, + 630 + ], + "offset": [ + 3, + 30 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 512, + 657, + 620, + 747 + ], + [ + 777, + 666, + 885, + 756 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1081/dart_counting.json b/captcha/dart counting/sample_1081/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..fe8409640e74a26007fc514acb2ae0697cd59db8 --- /dev/null +++ b/captcha/dart counting/sample_1081/dart_counting.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": [ + [ + 469, + 668, + 577, + 758 + ], + [ + 731, + 649, + 839, + 739 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1081/sample_info.json b/captcha/dart counting/sample_1081/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..fbc10533191cfddf9339e945cb72c8b916396e59 --- /dev/null +++ b/captcha/dart counting/sample_1081/sample_info.json @@ -0,0 +1,149 @@ +{ + "sample_id": 1081, + "target_number": 21, + "background_image": "num21.png", + "correct_answer_index": 2, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3, + 2 + ], + "numbers_used": [ + 10, + 6 + ], + "sum": 16, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 0, + 1, + 3, + 2 + ], + "numbers_used": [ + 5, + 6, + 4, + 6 + ], + "sum": 21, + "is_correct": true, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 2, + 3, + 1, + 0 + ], + "numbers_used": [ + 3, + 2, + 2, + 1 + ], + "sum": 8, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 12 + ], + "sum": 12, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 20 + ], + "sum": 20, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + 12, + 15 + ], + "dart_extra_offset": [ + -16, + 9 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 445, + 632 + ], + "offset": [ + -5, + 32 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 707, + 613 + ], + "offset": [ + -43, + 13 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 469, + 668, + 577, + 758 + ], + [ + 731, + 649, + 839, + 739 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1086/dart_counting.json b/captcha/dart counting/sample_1086/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..2ffe876913ed1a28878dcf8827a86cd1eaa06240 --- /dev/null +++ b/captcha/dart counting/sample_1086/dart_counting.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": [ + [ + 505, + 638, + 613, + 728 + ], + [ + 752, + 651, + 860, + 741 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1086/sample_info.json b/captcha/dart counting/sample_1086/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ccf2c4468f94d57c467ef4a04ad72e17ca3f9cee --- /dev/null +++ b/captcha/dart counting/sample_1086/sample_info.json @@ -0,0 +1,153 @@ +{ + "sample_id": 1086, + "target_number": 21, + "background_image": "num21.png", + "correct_answer_index": 2, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 3, + 0, + 1 + ], + "numbers_used": [ + 2, + 2, + 2, + 1 + ], + "sum": 7, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 21 + ], + "sum": 21, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 3, + 0 + ], + "numbers_used": [ + 11, + 7 + ], + "sum": 18, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 1, + 0, + 2 + ], + "numbers_used": [ + 1, + 1, + 1, + 1 + ], + "sum": 4, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 3, + 1 + ], + "numbers_used": [ + 7, + 6, + 3 + ], + "sum": 16, + "is_correct": false, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + 2, + 17 + ], + "dart_extra_offset": [ + -3, + -2 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 481, + 602 + ], + "offset": [ + 31, + 2 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 728, + 615 + ], + "offset": [ + -22, + 15 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 505, + 638, + 613, + 728 + ], + [ + 752, + 651, + 860, + 741 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1088/dart_counting.json b/captcha/dart counting/sample_1088/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..65d4a60cd238ff6317c3d6cb336269bbb17ee1bb --- /dev/null +++ b/captcha/dart counting/sample_1088/dart_counting.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": [ + [ + 483, + 661, + 591, + 751 + ], + [ + 788, + 652, + 896, + 742 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1088/sample_info.json b/captcha/dart counting/sample_1088/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..412daaebdb1566a0716df0bbea69b7d0235ca5ce --- /dev/null +++ b/captcha/dart counting/sample_1088/sample_info.json @@ -0,0 +1,151 @@ +{ + "sample_id": 1088, + "target_number": 21, + "background_image": "num21.png", + "correct_answer_index": 2, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1, + 3, + 0, + 2 + ], + "numbers_used": [ + 1, + 1, + 1, + 1 + ], + "sum": 4, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 0, + 2 + ], + "numbers_used": [ + 10, + 11 + ], + "sum": 21, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 3, + 1 + ], + "numbers_used": [ + 6, + 9 + ], + "sum": 15, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 1, + 0, + 3, + 2 + ], + "numbers_used": [ + 2, + 1, + 2, + 3 + ], + "sum": 8, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 5 + ], + "sum": 5, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -16, + -20 + ], + "dart_extra_offset": [ + -20, + 8 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 459, + 625 + ], + "offset": [ + 9, + 25 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 764, + 616 + ], + "offset": [ + 14, + 16 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 483, + 661, + 591, + 751 + ], + [ + 788, + 652, + 896, + 742 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1100/dart_counting.json b/captcha/dart counting/sample_1100/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..43158e96e9d8cee3b5fa687588abbcfb15440678 --- /dev/null +++ b/captcha/dart counting/sample_1100/dart_counting.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": [ + [ + 453, + 665, + 561, + 755 + ], + [ + 809, + 651, + 917, + 741 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1100/sample_info.json b/captcha/dart counting/sample_1100/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b49799bf0c23117b960b97d5df1cdc526b9c01ea --- /dev/null +++ b/captcha/dart counting/sample_1100/sample_info.json @@ -0,0 +1,151 @@ +{ + "sample_id": 1100, + "target_number": 21, + "background_image": "num21.png", + "correct_answer_index": 2, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 2, + 1, + 3 + ], + "numbers_used": [ + 10, + 3, + 8, + 8 + ], + "sum": 29, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 21 + ], + "sum": 21, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 2, + 0, + 3 + ], + "numbers_used": [ + 6, + 8, + 6, + 6 + ], + "sum": 26, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 1, + 2, + 3 + ], + "numbers_used": [ + 1, + 1, + 1 + ], + "sum": 3, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 5 + ], + "sum": 5, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -8, + 2 + ], + "dart_extra_offset": [ + 19, + 26 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 429, + 629 + ], + "offset": [ + -21, + 29 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 785, + 615 + ], + "offset": [ + 35, + 15 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 453, + 665, + 561, + 755 + ], + [ + 809, + 651, + 917, + 741 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1101/dart_counting.json b/captcha/dart counting/sample_1101/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..abcd616b94016b8d3778e76a4dd326227bba27eb --- /dev/null +++ b/captcha/dart counting/sample_1101/dart_counting.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": [ + [ + 503, + 674, + 611, + 764 + ], + [ + 735, + 647, + 843, + 737 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1101/sample_info.json b/captcha/dart counting/sample_1101/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..a1803996431807a2723ea64a5f9d8f38111adcad --- /dev/null +++ b/captcha/dart counting/sample_1101/sample_info.json @@ -0,0 +1,153 @@ +{ + "sample_id": 1101, + "target_number": 21, + "background_image": "num21.png", + "correct_answer_index": 5, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 2, + 1 + ], + "numbers_used": [ + 2, + 1, + 1 + ], + "sum": 4, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 2 + ], + "sum": 2, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 2, + 3, + 0 + ], + "numbers_used": [ + 4, + 5, + 9, + 5 + ], + "sum": 23, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 1, + 0, + 2, + 3 + ], + "numbers_used": [ + 3, + 3, + 2, + 3 + ], + "sum": 11, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 3 + ], + "numbers_used": [ + 8, + 13 + ], + "sum": 21, + "is_correct": true, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + -20, + 6 + ], + "dart_extra_offset": [ + 5, + -4 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 479, + 638 + ], + "offset": [ + 29, + 38 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 711, + 611 + ], + "offset": [ + -39, + 11 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 503, + 674, + 611, + 764 + ], + [ + 735, + 647, + 843, + 737 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1106/dart_counting.json b/captcha/dart counting/sample_1106/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..9c1ed751264c70369a4f281b00f0a10e608f6442 --- /dev/null +++ b/captcha/dart counting/sample_1106/dart_counting.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": [ + [ + 518, + 636, + 626, + 726 + ], + [ + 819, + 669, + 927, + 759 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1106/sample_info.json b/captcha/dart counting/sample_1106/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..cbbaaeb0a713497f09f094bf41590e9ccaa66633 --- /dev/null +++ b/captcha/dart counting/sample_1106/sample_info.json @@ -0,0 +1,143 @@ +{ + "sample_id": 1106, + "target_number": 21, + "background_image": "num21.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 10 + ], + "sum": 10, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 20 + ], + "sum": 20, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 0, + 2 + ], + "numbers_used": [ + 13, + 8 + ], + "sum": 21, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 1, + 2 + ], + "numbers_used": [ + 11, + 8 + ], + "sum": 19, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 3, + 0 + ], + "numbers_used": [ + 3, + 5, + 1 + ], + "sum": 9, + "is_correct": false, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + 13, + -9 + ], + "dart_extra_offset": [ + -1, + 9 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 494, + 600 + ], + "offset": [ + 44, + 0 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 795, + 633 + ], + "offset": [ + 45, + 33 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 518, + 636, + 626, + 726 + ], + [ + 819, + 669, + 927, + 759 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1107/dart_counting.json b/captcha/dart counting/sample_1107/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..b3a44d5bb10930d251f9958fc73ace982f93044f --- /dev/null +++ b/captcha/dart counting/sample_1107/dart_counting.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": [ + [ + 479, + 642, + 587, + 732 + ], + [ + 769, + 650, + 877, + 740 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1107/sample_info.json b/captcha/dart counting/sample_1107/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b3a6572754d62fea2dbf24668777cfa0a11d1a36 --- /dev/null +++ b/captcha/dart counting/sample_1107/sample_info.json @@ -0,0 +1,147 @@ +{ + "sample_id": 1107, + "target_number": 21, + "background_image": "num21.png", + "correct_answer_index": 2, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1, + 3, + 2 + ], + "numbers_used": [ + 4, + 8, + 3 + ], + "sum": 15, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 21 + ], + "sum": 21, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 2, + 3 + ], + "numbers_used": [ + 7, + 2, + 6 + ], + "sum": 15, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 3 + ], + "sum": 3, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 2, + 3 + ], + "numbers_used": [ + 2, + 5, + 2 + ], + "sum": 9, + "is_correct": false, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + 3, + 0 + ], + "dart_extra_offset": [ + -16, + -10 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 455, + 606 + ], + "offset": [ + 5, + 6 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 745, + 614 + ], + "offset": [ + -5, + 14 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 479, + 642, + 587, + 732 + ], + [ + 769, + 650, + 877, + 740 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1109/dart_counting.json b/captcha/dart counting/sample_1109/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..6fda9bd6993cce1c16f2b27da4ce793883f88ce6 --- /dev/null +++ b/captcha/dart counting/sample_1109/dart_counting.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": [ + [ + 461, + 667, + 569, + 757 + ], + [ + 742, + 641, + 850, + 731 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1109/sample_info.json b/captcha/dart counting/sample_1109/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..f5d56744c13c2856002804020a33d55c5695676b --- /dev/null +++ b/captcha/dart counting/sample_1109/sample_info.json @@ -0,0 +1,151 @@ +{ + "sample_id": 1109, + "target_number": 21, + "background_image": "num21.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3, + 1 + ], + "numbers_used": [ + 13, + 9 + ], + "sum": 22, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 0, + 2 + ], + "numbers_used": [ + 7, + 3, + 5 + ], + "sum": 15, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 2, + 0 + ], + "numbers_used": [ + 9, + 4 + ], + "sum": 13, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 1 + ], + "numbers_used": [ + 11, + 10 + ], + "sum": 21, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 2, + 3, + 1, + 0 + ], + "numbers_used": [ + 3, + 2, + 3, + 3 + ], + "sum": 11, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + -5, + -13 + ], + "dart_extra_offset": [ + 6, + 24 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 437, + 631 + ], + "offset": [ + -13, + 31 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 718, + 605 + ], + "offset": [ + -32, + 5 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 461, + 667, + 569, + 757 + ], + [ + 742, + 641, + 850, + 731 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1130/dart_counting.json b/captcha/dart counting/sample_1130/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..998d2d1b689476311ee480045487bef49ac480af --- /dev/null +++ b/captcha/dart counting/sample_1130/dart_counting.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": [ + [ + 505, + 669, + 613, + 759 + ], + [ + 777, + 662, + 885, + 752 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1130/sample_info.json b/captcha/dart counting/sample_1130/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..36da98627f0949a0ee561a731751eaa7663553b4 --- /dev/null +++ b/captcha/dart counting/sample_1130/sample_info.json @@ -0,0 +1,147 @@ +{ + "sample_id": 1130, + "target_number": 21, + "background_image": "num21.png", + "correct_answer_index": 2, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1, + 0 + ], + "numbers_used": [ + 9, + 11 + ], + "sum": 20, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 0, + 3, + 1 + ], + "numbers_used": [ + 7, + 7, + 7 + ], + "sum": 21, + "is_correct": true, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 15 + ], + "sum": 15, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 0 + ], + "numbers_used": [ + 6, + 5 + ], + "sum": 11, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 3, + 2, + 1 + ], + "numbers_used": [ + 2, + 4, + 7 + ], + "sum": 13, + "is_correct": false, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -7, + -12 + ], + "dart_extra_offset": [ + 13, + 11 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 481, + 633 + ], + "offset": [ + 31, + 33 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 753, + 626 + ], + "offset": [ + 3, + 26 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 505, + 669, + 613, + 759 + ], + [ + 777, + 662, + 885, + 752 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1131/dart_counting.json b/captcha/dart counting/sample_1131/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..ab1b1af8ae4e243c664a4e06ec7d3e6ac4d81c11 --- /dev/null +++ b/captcha/dart counting/sample_1131/dart_counting.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": [ + [ + 452, + 660, + 560, + 750 + ], + [ + 741, + 647, + 849, + 737 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1131/sample_info.json b/captcha/dart counting/sample_1131/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..5470695cb9bf1290af9bae41ac971d6e9d6fd289 --- /dev/null +++ b/captcha/dart counting/sample_1131/sample_info.json @@ -0,0 +1,157 @@ +{ + "sample_id": 1131, + "target_number": 21, + "background_image": "num21.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3, + 2, + 0 + ], + "numbers_used": [ + 16, + 4, + 4 + ], + "sum": 24, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 0, + 2 + ], + "numbers_used": [ + 17, + 12 + ], + "sum": 29, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 3, + 1, + 0 + ], + "numbers_used": [ + 12, + 3, + 6 + ], + "sum": 21, + "is_correct": true, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 0, + 2, + 3, + 1 + ], + "numbers_used": [ + 1, + 2, + 2, + 1 + ], + "sum": 6, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 3, + 1, + 0, + 2 + ], + "numbers_used": [ + 1, + 2, + 2, + 1 + ], + "sum": 6, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + -16, + 6 + ], + "dart_extra_offset": [ + 14, + 9 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 428, + 624 + ], + "offset": [ + -22, + 24 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 717, + 611 + ], + "offset": [ + -33, + 11 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 452, + 660, + 560, + 750 + ], + [ + 741, + 647, + 849, + 737 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1136/dart_counting.json b/captcha/dart counting/sample_1136/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..82d57b3dd8558c6f989dbabd7bdcc36086ece393 --- /dev/null +++ b/captcha/dart counting/sample_1136/dart_counting.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": [ + [ + 425, + 665, + 533, + 755 + ], + [ + 812, + 640, + 920, + 730 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1136/sample_info.json b/captcha/dart counting/sample_1136/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..bd31c8fabbc997ef30b868541ff60d454a7ebfcd --- /dev/null +++ b/captcha/dart counting/sample_1136/sample_info.json @@ -0,0 +1,145 @@ +{ + "sample_id": 1136, + "target_number": 21, + "background_image": "num21.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 1, + 0 + ], + "numbers_used": [ + 7, + 4, + 11 + ], + "sum": 22, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 1, + 0 + ], + "numbers_used": [ + 9, + 8 + ], + "sum": 17, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 21 + ], + "sum": 21, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 0, + 1 + ], + "numbers_used": [ + 8, + 13, + 8 + ], + "sum": 29, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 1 + ], + "sum": 1, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + 0, + -15 + ], + "dart_extra_offset": [ + -1, + 17 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 401, + 629 + ], + "offset": [ + -49, + 29 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 788, + 604 + ], + "offset": [ + 38, + 4 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 425, + 665, + 533, + 755 + ], + [ + 812, + 640, + 920, + 730 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1137/dart_counting.json b/captcha/dart counting/sample_1137/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..16a4e04f884895357362563af53f5872c0c2fcb7 --- /dev/null +++ b/captcha/dart counting/sample_1137/dart_counting.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": [ + [ + 456, + 642, + 564, + 732 + ], + [ + 755, + 670, + 863, + 760 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1137/sample_info.json b/captcha/dart counting/sample_1137/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..cd50fccbae61151f10e86f3d7560fb1e59f166be --- /dev/null +++ b/captcha/dart counting/sample_1137/sample_info.json @@ -0,0 +1,155 @@ +{ + "sample_id": 1137, + "target_number": 21, + "background_image": "num21.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1, + 2, + 3 + ], + "numbers_used": [ + 11, + 5, + 5 + ], + "sum": 21, + "is_correct": true, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 0, + 1, + 2 + ], + "numbers_used": [ + 6, + 11, + 8 + ], + "sum": 25, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 0, + 3 + ], + "numbers_used": [ + 10, + 8, + 5 + ], + "sum": 23, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 1, + 0 + ], + "numbers_used": [ + 4, + 1, + 2 + ], + "sum": 7, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 3, + 1, + 2 + ], + "numbers_used": [ + 5, + 5, + 5 + ], + "sum": 15, + "is_correct": false, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + 17, + 10 + ], + "dart_extra_offset": [ + -10, + 10 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 432, + 606 + ], + "offset": [ + -18, + 6 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 731, + 634 + ], + "offset": [ + -19, + 34 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 456, + 642, + 564, + 732 + ], + [ + 755, + 670, + 863, + 760 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1138/dart_counting.json b/captcha/dart counting/sample_1138/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..d2035b1e88158541692579c3450a49c52a31bee6 --- /dev/null +++ b/captcha/dart counting/sample_1138/dart_counting.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": [ + [ + 424, + 674, + 532, + 764 + ], + [ + 783, + 638, + 891, + 728 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1138/sample_info.json b/captcha/dart counting/sample_1138/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..54421551d4688a133708fd88fef63d0c384812e4 --- /dev/null +++ b/captcha/dart counting/sample_1138/sample_info.json @@ -0,0 +1,153 @@ +{ + "sample_id": 1138, + "target_number": 21, + "background_image": "num21.png", + "correct_answer_index": 5, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3, + 2 + ], + "numbers_used": [ + 8, + 3 + ], + "sum": 11, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 1, + 2, + 3, + 0 + ], + "numbers_used": [ + 6, + 7, + 6, + 6 + ], + "sum": 25, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 2, + 0 + ], + "numbers_used": [ + 1, + 1 + ], + "sum": 2, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 0, + 2, + 1 + ], + "numbers_used": [ + 8, + 6, + 8, + 8 + ], + "sum": 30, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 2 + ], + "numbers_used": [ + 12, + 9 + ], + "sum": 21, + "is_correct": true, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -11, + 19 + ], + "dart_extra_offset": [ + 1, + 2 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 400, + 638 + ], + "offset": [ + -50, + 38 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 759, + 602 + ], + "offset": [ + 9, + 2 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 424, + 674, + 532, + 764 + ], + [ + 783, + 638, + 891, + 728 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1139/dart_counting.json b/captcha/dart counting/sample_1139/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..3520b77987913c0a6029090763fe51703dd813ae --- /dev/null +++ b/captcha/dart counting/sample_1139/dart_counting.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": [ + [ + 447, + 639, + 555, + 729 + ], + [ + 779, + 661, + 887, + 751 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1139/sample_info.json b/captcha/dart counting/sample_1139/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..c2222162036199b7f3e79b7b72148952bd727514 --- /dev/null +++ b/captcha/dart counting/sample_1139/sample_info.json @@ -0,0 +1,145 @@ +{ + "sample_id": 1139, + "target_number": 21, + "background_image": "num21.png", + "correct_answer_index": 5, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 20 + ], + "sum": 20, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 2, + 1, + 3, + 0 + ], + "numbers_used": [ + 7, + 9, + 3, + 7 + ], + "sum": 26, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 17 + ], + "sum": 17, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 1, + 2, + 3 + ], + "numbers_used": [ + 2, + 4, + 6 + ], + "sum": 12, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 21 + ], + "sum": 21, + "is_correct": true, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + 16, + -10 + ], + "dart_extra_offset": [ + 20, + 20 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 423, + 603 + ], + "offset": [ + -27, + 3 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 755, + 625 + ], + "offset": [ + 5, + 25 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 447, + 639, + 555, + 729 + ], + [ + 779, + 661, + 887, + 751 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1153/dart_counting.json b/captcha/dart counting/sample_1153/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..b895570e77f3d8008c5a0ce5f121bc65d74d7550 --- /dev/null +++ b/captcha/dart counting/sample_1153/dart_counting.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": [ + [ + 500, + 650, + 608, + 740 + ], + [ + 791, + 637, + 899, + 727 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1153/sample_info.json b/captcha/dart counting/sample_1153/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..f9391c32ccc5f2ee33c7458ac405f33e8e941e2b --- /dev/null +++ b/captcha/dart counting/sample_1153/sample_info.json @@ -0,0 +1,147 @@ +{ + "sample_id": 1153, + "target_number": 21, + "background_image": "num21.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3, + 2, + 1 + ], + "numbers_used": [ + 13, + 7, + 10 + ], + "sum": 30, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 11 + ], + "sum": 11, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 3, + 1, + 0, + 2 + ], + "numbers_used": [ + 3, + 5, + 3, + 2 + ], + "sum": 13, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 0, + 1 + ], + "numbers_used": [ + 7, + 14 + ], + "sum": 21, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 14 + ], + "sum": 14, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + 13, + -12 + ], + "dart_extra_offset": [ + 5, + 22 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 476, + 614 + ], + "offset": [ + 26, + 14 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 767, + 601 + ], + "offset": [ + 17, + 1 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 500, + 650, + 608, + 740 + ], + [ + 791, + 637, + 899, + 727 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1154/dart_counting.json b/captcha/dart counting/sample_1154/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..462eedd2ef165fc26795b6a1bd08e48c357984e8 --- /dev/null +++ b/captcha/dart counting/sample_1154/dart_counting.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": [ + [ + 469, + 676, + 577, + 766 + ], + [ + 745, + 640, + 853, + 730 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1154/sample_info.json b/captcha/dart counting/sample_1154/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..54844f353a07c76f475702ef5c2f3fcdd1f1a4b7 --- /dev/null +++ b/captcha/dart counting/sample_1154/sample_info.json @@ -0,0 +1,139 @@ +{ + "sample_id": 1154, + "target_number": 21, + "background_image": "num21.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 21 + ], + "sum": 21, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 1, + 0 + ], + "numbers_used": [ + 5, + 5 + ], + "sum": 10, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 14 + ], + "sum": 14, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 6 + ], + "sum": 6, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 2, + 1 + ], + "numbers_used": [ + 9, + 10 + ], + "sum": 19, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + -2, + -16 + ], + "dart_extra_offset": [ + -5, + 30 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 445, + 640 + ], + "offset": [ + -5, + 40 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 721, + 604 + ], + "offset": [ + -29, + 4 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 469, + 676, + 577, + 766 + ], + [ + 745, + 640, + 853, + 730 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1162/dart_counting.json b/captcha/dart counting/sample_1162/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..59dddcd57a48921865b96bd2cb87a4848b084858 --- /dev/null +++ b/captcha/dart counting/sample_1162/dart_counting.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": [ + [ + 441, + 674, + 549, + 764 + ], + [ + 784, + 673, + 892, + 763 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1162/sample_info.json b/captcha/dart counting/sample_1162/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..0e221f962d9ee62ab81b8c545eaf9e3d2631cdd7 --- /dev/null +++ b/captcha/dart counting/sample_1162/sample_info.json @@ -0,0 +1,143 @@ +{ + "sample_id": 1162, + "target_number": 21, + "background_image": "num21.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3, + 2, + 0 + ], + "numbers_used": [ + 9, + 8, + 13 + ], + "sum": 30, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 0, + 1 + ], + "numbers_used": [ + 4, + 5 + ], + "sum": 9, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 3, + 0 + ], + "numbers_used": [ + 11, + 10 + ], + "sum": 21, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 13 + ], + "sum": 13, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 12 + ], + "sum": 12, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + 18, + -7 + ], + "dart_extra_offset": [ + 1, + 0 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 417, + 638 + ], + "offset": [ + -33, + 38 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 760, + 637 + ], + "offset": [ + 10, + 37 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 441, + 674, + 549, + 764 + ], + [ + 784, + 673, + 892, + 763 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1165/dart_counting.json b/captcha/dart counting/sample_1165/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..d55224570163e24eb297fa89d94014f03eaca467 --- /dev/null +++ b/captcha/dart counting/sample_1165/dart_counting.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": [ + [ + 465, + 651, + 573, + 741 + ], + [ + 746, + 668, + 854, + 758 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1165/sample_info.json b/captcha/dart counting/sample_1165/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..e297ec71f4f6df2fb27e9b95d78f863f7d01db59 --- /dev/null +++ b/captcha/dart counting/sample_1165/sample_info.json @@ -0,0 +1,155 @@ +{ + "sample_id": 1165, + "target_number": 21, + "background_image": "num21.png", + "correct_answer_index": 5, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 0 + ], + "numbers_used": [ + 6, + 9 + ], + "sum": 15, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 0, + 3, + 1, + 2 + ], + "numbers_used": [ + 5, + 4, + 7, + 1 + ], + "sum": 17, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 3, + 1, + 0, + 2 + ], + "numbers_used": [ + 1, + 1, + 1, + 1 + ], + "sum": 4, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 7 + ], + "sum": 7, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 3, + 2, + 1, + 0 + ], + "numbers_used": [ + 7, + 6, + 4, + 4 + ], + "sum": 21, + "is_correct": true, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -10, + -14 + ], + "dart_extra_offset": [ + 14, + 1 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 441, + 615 + ], + "offset": [ + -9, + 15 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 722, + 632 + ], + "offset": [ + -28, + 32 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 465, + 651, + 573, + 741 + ], + [ + 746, + 668, + 854, + 758 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1191/dart_counting.json b/captcha/dart counting/sample_1191/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..3ebbddc2371811428c43aa18e5f1514a4d6b5361 --- /dev/null +++ b/captcha/dart counting/sample_1191/dart_counting.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": [ + [ + 429, + 636, + 537, + 726 + ], + [ + 792, + 638, + 900, + 728 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1191/sample_info.json b/captcha/dart counting/sample_1191/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..311fa0c6b0f9603423077a5e5be3c44c98e8455a --- /dev/null +++ b/captcha/dart counting/sample_1191/sample_info.json @@ -0,0 +1,155 @@ +{ + "sample_id": 1191, + "target_number": 21, + "background_image": "num21.png", + "correct_answer_index": 2, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1, + 0 + ], + "numbers_used": [ + 5, + 3 + ], + "sum": 8, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 0, + 2, + 3 + ], + "numbers_used": [ + 9, + 7, + 5 + ], + "sum": 21, + "is_correct": true, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 2, + 3, + 0 + ], + "numbers_used": [ + 8, + 6, + 7, + 2 + ], + "sum": 23, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 2, + 1, + 0 + ], + "numbers_used": [ + 10, + 5, + 7, + 5 + ], + "sum": 27, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 0 + ], + "numbers_used": [ + 2, + 2 + ], + "sum": 4, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + -14, + -16 + ], + "dart_extra_offset": [ + 9, + 20 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 405, + 600 + ], + "offset": [ + -45, + 0 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 768, + 602 + ], + "offset": [ + 18, + 2 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 429, + 636, + 537, + 726 + ], + [ + 792, + 638, + 900, + 728 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1196/dart_counting.json b/captcha/dart counting/sample_1196/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..1970815c1c9c062fa8ebc6f4b5cdbb131cf56a13 --- /dev/null +++ b/captcha/dart counting/sample_1196/dart_counting.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": [ + [ + 424, + 648, + 532, + 738 + ], + [ + 771, + 663, + 879, + 753 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1196/sample_info.json b/captcha/dart counting/sample_1196/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..928c39825147f2413344703c4e6466a8881c62bb --- /dev/null +++ b/captcha/dart counting/sample_1196/sample_info.json @@ -0,0 +1,143 @@ +{ + "sample_id": 1196, + "target_number": 21, + "background_image": "num21.png", + "correct_answer_index": 2, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 17 + ], + "sum": 17, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 2, + 3 + ], + "numbers_used": [ + 12, + 9 + ], + "sum": 21, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 20 + ], + "sum": 20, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 3, + 0 + ], + "numbers_used": [ + 1, + 1, + 1 + ], + "sum": 3, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 1 + ], + "numbers_used": [ + 10, + 10 + ], + "sum": 20, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + -19, + 6 + ], + "dart_extra_offset": [ + 7, + 28 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 400, + 612 + ], + "offset": [ + -50, + 12 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 747, + 627 + ], + "offset": [ + -3, + 27 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 424, + 648, + 532, + 738 + ], + [ + 771, + 663, + 879, + 753 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1198/dart_counting.json b/captcha/dart counting/sample_1198/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..9542fb4173f0697cd4e5a9667da3981ad1230bb5 --- /dev/null +++ b/captcha/dart counting/sample_1198/dart_counting.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": [ + [ + 481, + 655, + 589, + 745 + ], + [ + 789, + 665, + 897, + 755 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1198/sample_info.json b/captcha/dart counting/sample_1198/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..d6a7f8d3c8f6532920213f3f0bc02594e91fae7f --- /dev/null +++ b/captcha/dart counting/sample_1198/sample_info.json @@ -0,0 +1,147 @@ +{ + "sample_id": 1198, + "target_number": 21, + "background_image": "num21.png", + "correct_answer_index": 5, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1, + 2 + ], + "numbers_used": [ + 10, + 17 + ], + "sum": 27, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 0, + 1, + 3, + 2 + ], + "numbers_used": [ + 2, + 9, + 6, + 6 + ], + "sum": 23, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 2, + 1 + ], + "numbers_used": [ + 1, + 1 + ], + "sum": 2, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 9 + ], + "sum": 9, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 0 + ], + "numbers_used": [ + 9, + 12 + ], + "sum": 21, + "is_correct": true, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + 11, + 10 + ], + "dart_extra_offset": [ + -11, + 12 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 457, + 619 + ], + "offset": [ + 7, + 19 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 765, + 629 + ], + "offset": [ + 15, + 29 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 481, + 655, + 589, + 745 + ], + [ + 789, + 665, + 897, + 755 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1213/dart_counting.json b/captcha/dart counting/sample_1213/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..ea565656a46a2b3d195465f29fe88b3fac750290 --- /dev/null +++ b/captcha/dart counting/sample_1213/dart_counting.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": [ + [ + 505, + 642, + 613, + 732 + ], + [ + 762, + 637, + 870, + 727 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1213/sample_info.json b/captcha/dart counting/sample_1213/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..1cb62fae37f7d4b8d85344297875589dfe0c57bb --- /dev/null +++ b/captcha/dart counting/sample_1213/sample_info.json @@ -0,0 +1,149 @@ +{ + "sample_id": 1213, + "target_number": 26, + "background_image": "num26.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3, + 0 + ], + "numbers_used": [ + 4, + 10 + ], + "sum": 14, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 2 + ], + "sum": 2, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 3, + 0, + 2, + 1 + ], + "numbers_used": [ + 6, + 10, + 7, + 3 + ], + "sum": 26, + "is_correct": true, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 0, + 3 + ], + "numbers_used": [ + 1, + 2 + ], + "sum": 3, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 0, + 2 + ], + "numbers_used": [ + 8, + 9, + 5 + ], + "sum": 22, + "is_correct": false, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + -5, + -17 + ], + "dart_extra_offset": [ + 13, + -10 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 481, + 606 + ], + "offset": [ + 31, + 6 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 738, + 601 + ], + "offset": [ + -12, + 1 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 505, + 642, + 613, + 732 + ], + [ + 762, + 637, + 870, + 727 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1214/dart_counting.json b/captcha/dart counting/sample_1214/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..dddc37190225bca9f8cd5da2b7355aaaa615db89 --- /dev/null +++ b/captcha/dart counting/sample_1214/dart_counting.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": [ + [ + 509, + 656, + 617, + 746 + ], + [ + 805, + 636, + 913, + 726 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1214/sample_info.json b/captcha/dart counting/sample_1214/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..6a48a29f82c44d9b80b09620355c03528918cb1b --- /dev/null +++ b/captcha/dart counting/sample_1214/sample_info.json @@ -0,0 +1,141 @@ +{ + "sample_id": 1214, + "target_number": 26, + "background_image": "num26.png", + "correct_answer_index": 2, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 17 + ], + "sum": 17, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 26 + ], + "sum": 26, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 2, + 1, + 0, + 3 + ], + "numbers_used": [ + 1, + 1, + 1, + 1 + ], + "sum": 4, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 15 + ], + "sum": 15, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 7 + ], + "sum": 7, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + 10, + -11 + ], + "dart_extra_offset": [ + -10, + -4 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 485, + 620 + ], + "offset": [ + 35, + 20 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 781, + 600 + ], + "offset": [ + 31, + 0 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 509, + 656, + 617, + 746 + ], + [ + 805, + 636, + 913, + 726 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1222/dart_counting.json b/captcha/dart counting/sample_1222/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..f119bd0e3478117fc077bbd955b9580d289211c8 --- /dev/null +++ b/captcha/dart counting/sample_1222/dart_counting.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": [ + [ + 482, + 674, + 590, + 764 + ], + [ + 748, + 636, + 856, + 726 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1222/sample_info.json b/captcha/dart counting/sample_1222/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..abdd3669fe90924b6a348e08a35969eb49898a6a --- /dev/null +++ b/captcha/dart counting/sample_1222/sample_info.json @@ -0,0 +1,147 @@ +{ + "sample_id": 1222, + "target_number": 26, + "background_image": "num26.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 11 + ], + "sum": 11, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 0 + ], + "numbers_used": [ + 4, + 6 + ], + "sum": 10, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 26 + ], + "sum": 26, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 1, + 2, + 3, + 0 + ], + "numbers_used": [ + 1, + 1, + 1, + 1 + ], + "sum": 4, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 1, + 2 + ], + "numbers_used": [ + 1, + 2, + 2 + ], + "sum": 5, + "is_correct": false, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + -7, + 11 + ], + "dart_extra_offset": [ + -14, + 2 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 458, + 638 + ], + "offset": [ + 8, + 38 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 724, + 600 + ], + "offset": [ + -26, + 0 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 482, + 674, + 590, + 764 + ], + [ + 748, + 636, + 856, + 726 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1225/dart_counting.json b/captcha/dart counting/sample_1225/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..fee7839f6493a4d40e91615dac75ad4552ad2b8d --- /dev/null +++ b/captcha/dart counting/sample_1225/dart_counting.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": [ + [ + 431, + 636, + 539, + 726 + ], + [ + 774, + 668, + 882, + 758 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1225/sample_info.json b/captcha/dart counting/sample_1225/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..25b2c10a24e85a7c07894bc96cae2ddb7e69e042 --- /dev/null +++ b/captcha/dart counting/sample_1225/sample_info.json @@ -0,0 +1,149 @@ +{ + "sample_id": 1225, + "target_number": 26, + "background_image": "num26.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 1, + 3, + 2 + ], + "numbers_used": [ + 4, + 7, + 5, + 10 + ], + "sum": 26, + "is_correct": true, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 1, + 0, + 3, + 2 + ], + "numbers_used": [ + 3, + 4, + 5, + 5 + ], + "sum": 17, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 4 + ], + "sum": 4, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 2 + ], + "sum": 2, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 3, + 1 + ], + "numbers_used": [ + 1, + 2 + ], + "sum": 3, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + -2, + 2 + ], + "dart_extra_offset": [ + -18, + -4 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 407, + 600 + ], + "offset": [ + -43, + 0 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 750, + 632 + ], + "offset": [ + 0, + 32 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 431, + 636, + 539, + 726 + ], + [ + 774, + 668, + 882, + 758 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1240/dart_counting.json b/captcha/dart counting/sample_1240/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..6b728396bc86d4a3b9937bfe074e98728e2cc648 --- /dev/null +++ b/captcha/dart counting/sample_1240/dart_counting.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": [ + [ + 471, + 670, + 579, + 760 + ], + [ + 787, + 665, + 895, + 755 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1240/sample_info.json b/captcha/dart counting/sample_1240/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..aa4b08bc7cdd9e0f604448cda5eca8d75bcd3422 --- /dev/null +++ b/captcha/dart counting/sample_1240/sample_info.json @@ -0,0 +1,141 @@ +{ + "sample_id": 1240, + "target_number": 26, + "background_image": "num26.png", + "correct_answer_index": 5, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 12 + ], + "sum": 12, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 2, + 1 + ], + "numbers_used": [ + 3, + 9 + ], + "sum": 12, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 2, + 1 + ], + "numbers_used": [ + 7, + 9 + ], + "sum": 16, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 7 + ], + "sum": 7, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 3 + ], + "numbers_used": [ + 13, + 13 + ], + "sum": 26, + "is_correct": true, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + -7, + 10 + ], + "dart_extra_offset": [ + 15, + 21 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 447, + 634 + ], + "offset": [ + -3, + 34 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 763, + 629 + ], + "offset": [ + 13, + 29 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 471, + 670, + 579, + 760 + ], + [ + 787, + 665, + 895, + 755 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1247/dart_counting.json b/captcha/dart counting/sample_1247/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..2580e66da7f826448a73906de4d1a839853da61d --- /dev/null +++ b/captcha/dart counting/sample_1247/dart_counting.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": [ + [ + 447, + 642, + 555, + 732 + ], + [ + 740, + 649, + 848, + 739 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1247/sample_info.json b/captcha/dart counting/sample_1247/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..1ef4b3980f311561fcc8bdf0240ef11e2157c186 --- /dev/null +++ b/captcha/dart counting/sample_1247/sample_info.json @@ -0,0 +1,153 @@ +{ + "sample_id": 1247, + "target_number": 26, + "background_image": "num26.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 1, + 0 + ], + "numbers_used": [ + 8, + 10, + 8 + ], + "sum": 26, + "is_correct": true, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 0, + 1, + 2 + ], + "numbers_used": [ + 3, + 3, + 1, + 3 + ], + "sum": 10, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 0, + 2, + 3 + ], + "numbers_used": [ + 5, + 6, + 9 + ], + "sum": 20, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 2, + 1 + ], + "numbers_used": [ + 5, + 4, + 8 + ], + "sum": 17, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 13 + ], + "sum": 13, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + 9, + 18 + ], + "dart_extra_offset": [ + -19, + 0 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 423, + 606 + ], + "offset": [ + -27, + 6 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 716, + 613 + ], + "offset": [ + -34, + 13 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 447, + 642, + 555, + 732 + ], + [ + 740, + 649, + 848, + 739 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1249/dart_counting.json b/captcha/dart counting/sample_1249/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..391dcb87c48a159b13389410a60ad36b36c47159 --- /dev/null +++ b/captcha/dart counting/sample_1249/dart_counting.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": [ + [ + 468, + 661, + 576, + 751 + ], + [ + 738, + 671, + 846, + 761 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1249/sample_info.json b/captcha/dart counting/sample_1249/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..12382878eadc29ad5592d57c17068f9823f0af19 --- /dev/null +++ b/captcha/dart counting/sample_1249/sample_info.json @@ -0,0 +1,155 @@ +{ + "sample_id": 1249, + "target_number": 26, + "background_image": "num26.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 1, + 2 + ], + "numbers_used": [ + 11, + 7, + 8 + ], + "sum": 26, + "is_correct": true, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 0, + 1, + 2, + 3 + ], + "numbers_used": [ + 5, + 3, + 7, + 6 + ], + "sum": 21, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 2, + 1, + 3 + ], + "numbers_used": [ + 3, + 1, + 4 + ], + "sum": 8, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 0, + 1, + 2 + ], + "numbers_used": [ + 6, + 3, + 3, + 2 + ], + "sum": 14, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 2 + ], + "sum": 2, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + -4, + -11 + ], + "dart_extra_offset": [ + -13, + 30 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 444, + 625 + ], + "offset": [ + -6, + 25 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 714, + 635 + ], + "offset": [ + -36, + 35 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 468, + 661, + 576, + 751 + ], + [ + 738, + 671, + 846, + 761 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1271/dart_counting.json b/captcha/dart counting/sample_1271/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..633d6d7cccd7c5783d6d025bb623429e774f6d42 --- /dev/null +++ b/captcha/dart counting/sample_1271/dart_counting.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": [ + [ + 489, + 640, + 597, + 730 + ], + [ + 766, + 636, + 874, + 726 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1271/sample_info.json b/captcha/dart counting/sample_1271/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..69d15efa19f699bf802ff4e4a63b76c1defe739f --- /dev/null +++ b/captcha/dart counting/sample_1271/sample_info.json @@ -0,0 +1,147 @@ +{ + "sample_id": 1271, + "target_number": 26, + "background_image": "num26.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1, + 0, + 3, + 2 + ], + "numbers_used": [ + 8, + 6, + 6, + 6 + ], + "sum": 26, + "is_correct": true, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 1 + ], + "sum": 1, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 0, + 1, + 2, + 3 + ], + "numbers_used": [ + 1, + 1, + 1, + 1 + ], + "sum": 4, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 10 + ], + "sum": 10, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 11 + ], + "sum": 11, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + 12, + -17 + ], + "dart_extra_offset": [ + 10, + 26 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 465, + 604 + ], + "offset": [ + 15, + 4 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 742, + 600 + ], + "offset": [ + -8, + 0 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 489, + 640, + 597, + 730 + ], + [ + 766, + 636, + 874, + 726 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1276/dart_counting.json b/captcha/dart counting/sample_1276/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..5ff29afa057b9a111c9d0aaff9ef2e880c06a7a8 --- /dev/null +++ b/captcha/dart counting/sample_1276/dart_counting.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": [ + [ + 504, + 642, + 612, + 732 + ], + [ + 784, + 668, + 892, + 758 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1276/sample_info.json b/captcha/dart counting/sample_1276/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..7fd3b848a5b7cbaf85826d642c2db2eb22cbcd25 --- /dev/null +++ b/captcha/dart counting/sample_1276/sample_info.json @@ -0,0 +1,145 @@ +{ + "sample_id": 1276, + "target_number": 26, + "background_image": "num26.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 26 + ], + "sum": 26, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 14 + ], + "sum": 14, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 0, + 3, + 2 + ], + "numbers_used": [ + 10, + 5, + 4, + 3 + ], + "sum": 22, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 19 + ], + "sum": 19, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 2, + 3 + ], + "numbers_used": [ + 5, + 3, + 3 + ], + "sum": 11, + "is_correct": false, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + -3, + -6 + ], + "dart_extra_offset": [ + 13, + 2 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 480, + 606 + ], + "offset": [ + 30, + 6 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 760, + 632 + ], + "offset": [ + 10, + 32 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 504, + 642, + 612, + 732 + ], + [ + 784, + 668, + 892, + 758 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1278/dart_counting.json b/captcha/dart counting/sample_1278/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..15f849d26bb4272f1416dc6d1c8f93258fe3936f --- /dev/null +++ b/captcha/dart counting/sample_1278/dart_counting.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": [ + [ + 475, + 657, + 583, + 747 + ], + [ + 823, + 659, + 931, + 749 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1278/sample_info.json b/captcha/dart counting/sample_1278/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..70442faa980e0f042151ddc7d3b4943d1b56a8ac --- /dev/null +++ b/captcha/dart counting/sample_1278/sample_info.json @@ -0,0 +1,147 @@ +{ + "sample_id": 1278, + "target_number": 26, + "background_image": "num26.png", + "correct_answer_index": 5, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 2 + ], + "sum": 2, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 1, + 2, + 3, + 0 + ], + "numbers_used": [ + 3, + 4, + 2, + 3 + ], + "sum": 12, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 2, + 0 + ], + "numbers_used": [ + 2, + 2 + ], + "sum": 4, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 2 + ], + "numbers_used": [ + 1, + 1 + ], + "sum": 2, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 2 + ], + "numbers_used": [ + 16, + 10 + ], + "sum": 26, + "is_correct": true, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + 14, + 18 + ], + "dart_extra_offset": [ + 12, + 11 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 451, + 621 + ], + "offset": [ + 1, + 21 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 799, + 623 + ], + "offset": [ + 49, + 23 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 475, + 657, + 583, + 747 + ], + [ + 823, + 659, + 931, + 749 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1282/dart_counting.json b/captcha/dart counting/sample_1282/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..5712d309bf767fc8fb0c069ad7915384f9714640 --- /dev/null +++ b/captcha/dart counting/sample_1282/dart_counting.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": [ + [ + 512, + 670, + 620, + 760 + ], + [ + 728, + 642, + 836, + 732 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1282/sample_info.json b/captcha/dart counting/sample_1282/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ee49c7fa0fd88734b367e8a5c13af4ba298fdc78 --- /dev/null +++ b/captcha/dart counting/sample_1282/sample_info.json @@ -0,0 +1,147 @@ +{ + "sample_id": 1282, + "target_number": 26, + "background_image": "num26.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 1, + 0, + 3 + ], + "numbers_used": [ + 5, + 8, + 7, + 6 + ], + "sum": 26, + "is_correct": true, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 19 + ], + "sum": 19, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 2, + 1 + ], + "numbers_used": [ + 6, + 8 + ], + "sum": 14, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 10 + ], + "sum": 10, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 3, + 0, + 1 + ], + "numbers_used": [ + 2, + 3, + 4 + ], + "sum": 9, + "is_correct": false, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -10, + -2 + ], + "dart_extra_offset": [ + 6, + -5 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 488, + 634 + ], + "offset": [ + 38, + 34 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 704, + 606 + ], + "offset": [ + -46, + 6 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 512, + 670, + 620, + 760 + ], + [ + 728, + 642, + 836, + 732 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1285/dart_counting.json b/captcha/dart counting/sample_1285/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..6d1e812d7db8b78da3d7073a0a819f68e94044f2 --- /dev/null +++ b/captcha/dart counting/sample_1285/dart_counting.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": [ + [ + 457, + 654, + 565, + 744 + ], + [ + 785, + 638, + 893, + 728 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1285/sample_info.json b/captcha/dart counting/sample_1285/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..951d4662ff3f11a07895850c22078be76bd7b520 --- /dev/null +++ b/captcha/dart counting/sample_1285/sample_info.json @@ -0,0 +1,145 @@ +{ + "sample_id": 1285, + "target_number": 26, + "background_image": "num26.png", + "correct_answer_index": 5, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3, + 2 + ], + "numbers_used": [ + 6, + 5 + ], + "sum": 11, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 1, + 0 + ], + "numbers_used": [ + 10, + 9 + ], + "sum": 19, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 2 + ], + "sum": 2, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 1, + 3, + 0, + 2 + ], + "numbers_used": [ + 8, + 7, + 8, + 5 + ], + "sum": 28, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 26 + ], + "sum": 26, + "is_correct": true, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + 9, + 14 + ], + "dart_extra_offset": [ + -12, + 13 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 433, + 618 + ], + "offset": [ + -17, + 18 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 761, + 602 + ], + "offset": [ + 11, + 2 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 457, + 654, + 565, + 744 + ], + [ + 785, + 638, + 893, + 728 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1302/dart_counting.json b/captcha/dart counting/sample_1302/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..128dd91afffb750a3b3b4a7351f515581bb73fa2 --- /dev/null +++ b/captcha/dart counting/sample_1302/dart_counting.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": [ + [ + 481, + 662, + 589, + 752 + ], + [ + 818, + 656, + 926, + 746 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1302/sample_info.json b/captcha/dart counting/sample_1302/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..76c6d3c1ee7c07c9822147e75c9272166efe75b6 --- /dev/null +++ b/captcha/dart counting/sample_1302/sample_info.json @@ -0,0 +1,151 @@ +{ + "sample_id": 1302, + "target_number": 26, + "background_image": "num26.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 26 + ], + "sum": 26, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 2, + 3, + 0 + ], + "numbers_used": [ + 10, + 8, + 11 + ], + "sum": 29, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 3, + 1, + 0, + 2 + ], + "numbers_used": [ + 4, + 3, + 7, + 3 + ], + "sum": 17, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 10 + ], + "sum": 10, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 2, + 1, + 3, + 0 + ], + "numbers_used": [ + 7, + 6, + 5, + 4 + ], + "sum": 22, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -12, + -3 + ], + "dart_extra_offset": [ + 14, + 22 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 457, + 626 + ], + "offset": [ + 7, + 26 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 794, + 620 + ], + "offset": [ + 44, + 20 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 481, + 662, + 589, + 752 + ], + [ + 818, + 656, + 926, + 746 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1303/dart_counting.json b/captcha/dart counting/sample_1303/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..8a5c1b156a2f745b42f8bf0bbbc2d68aad64e893 --- /dev/null +++ b/captcha/dart counting/sample_1303/dart_counting.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": [ + [ + 457, + 641, + 565, + 731 + ], + [ + 770, + 659, + 878, + 749 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1303/sample_info.json b/captcha/dart counting/sample_1303/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..7c5cbf98c3490a6559dc08ded001a68d4f63874a --- /dev/null +++ b/captcha/dart counting/sample_1303/sample_info.json @@ -0,0 +1,151 @@ +{ + "sample_id": 1303, + "target_number": 26, + "background_image": "num26.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3, + 0, + 1 + ], + "numbers_used": [ + 8, + 9, + 6 + ], + "sum": 23, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 1, + 0 + ], + "numbers_used": [ + 13, + 17 + ], + "sum": 30, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 14 + ], + "sum": 14, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 0, + 1, + 2 + ], + "numbers_used": [ + 9, + 8, + 9 + ], + "sum": 26, + "is_correct": true, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 2, + 1, + 3 + ], + "numbers_used": [ + 3, + 7, + 4, + 4 + ], + "sum": 18, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + -17, + 4 + ], + "dart_extra_offset": [ + 4, + 30 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 433, + 605 + ], + "offset": [ + -17, + 5 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 746, + 623 + ], + "offset": [ + -4, + 23 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 457, + 641, + 565, + 731 + ], + [ + 770, + 659, + 878, + 749 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1304/dart_counting.json b/captcha/dart counting/sample_1304/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..23828ec6145eef32b629fe76d0104bb3e208982c --- /dev/null +++ b/captcha/dart counting/sample_1304/dart_counting.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": [ + [ + 489, + 671, + 597, + 761 + ], + [ + 772, + 659, + 880, + 749 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1304/sample_info.json b/captcha/dart counting/sample_1304/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..516233508baad80d321bf3148bc5119be108c48c --- /dev/null +++ b/captcha/dart counting/sample_1304/sample_info.json @@ -0,0 +1,151 @@ +{ + "sample_id": 1304, + "target_number": 26, + "background_image": "num26.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 26 + ], + "sum": 26, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 2, + 3, + 0 + ], + "numbers_used": [ + 7, + 8, + 12 + ], + "sum": 27, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 0, + 3, + 1 + ], + "numbers_used": [ + 6, + 2, + 1 + ], + "sum": 9, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 3, + 1 + ], + "numbers_used": [ + 2, + 3, + 2 + ], + "sum": 7, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 1, + 3 + ], + "numbers_used": [ + 4, + 5, + 1 + ], + "sum": 10, + "is_correct": false, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -14, + -7 + ], + "dart_extra_offset": [ + 13, + 9 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 465, + 635 + ], + "offset": [ + 15, + 35 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 748, + 623 + ], + "offset": [ + -2, + 23 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 489, + 671, + 597, + 761 + ], + [ + 772, + 659, + 880, + 749 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1305/dart_counting.json b/captcha/dart counting/sample_1305/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..ee4807992998ffbe129d76f9104a3f8977d3097d --- /dev/null +++ b/captcha/dart counting/sample_1305/dart_counting.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": [ + [ + 509, + 644, + 617, + 734 + ], + [ + 770, + 676, + 878, + 766 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1305/sample_info.json b/captcha/dart counting/sample_1305/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..4ab79424a8e3a9c4864114f675b33951fc85fed4 --- /dev/null +++ b/captcha/dart counting/sample_1305/sample_info.json @@ -0,0 +1,153 @@ +{ + "sample_id": 1305, + "target_number": 26, + "background_image": "num26.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 1 + ], + "numbers_used": [ + 11, + 16 + ], + "sum": 27, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 1, + 0 + ], + "numbers_used": [ + 4, + 9, + 8 + ], + "sum": 21, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 0, + 3 + ], + "numbers_used": [ + 11, + 9, + 6 + ], + "sum": 26, + "is_correct": true, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 1, + 3, + 2, + 0 + ], + "numbers_used": [ + 1, + 1, + 1, + 1 + ], + "sum": 4, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 2, + 0 + ], + "numbers_used": [ + 15, + 12 + ], + "sum": 27, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + -5, + -13 + ], + "dart_extra_offset": [ + -13, + 21 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 485, + 608 + ], + "offset": [ + 35, + 8 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 746, + 640 + ], + "offset": [ + -4, + 40 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 509, + 644, + 617, + 734 + ], + [ + 770, + 676, + 878, + 766 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1332/dart_counting.json b/captcha/dart counting/sample_1332/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..a8fa96cf89716adac47b1223793414c29154db72 --- /dev/null +++ b/captcha/dart counting/sample_1332/dart_counting.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": [ + [ + 433, + 636, + 541, + 726 + ], + [ + 762, + 654, + 870, + 744 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1332/sample_info.json b/captcha/dart counting/sample_1332/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..e608b46996624fbe08a47e5cef2172fa1d89eaba --- /dev/null +++ b/captcha/dart counting/sample_1332/sample_info.json @@ -0,0 +1,151 @@ +{ + "sample_id": 1332, + "target_number": 26, + "background_image": "num26.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 26 + ], + "sum": 26, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 2, + 3 + ], + "numbers_used": [ + 2, + 1 + ], + "sum": 3, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 0, + 2 + ], + "numbers_used": [ + 3, + 8, + 5 + ], + "sum": 16, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 1, + 3 + ], + "numbers_used": [ + 1, + 2, + 1 + ], + "sum": 4, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 3, + 1, + 2 + ], + "numbers_used": [ + 4, + 3, + 2, + 6 + ], + "sum": 15, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -15, + 4 + ], + "dart_extra_offset": [ + -2, + 11 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 409, + 600 + ], + "offset": [ + -41, + 0 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 738, + 618 + ], + "offset": [ + -12, + 18 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 433, + 636, + 541, + 726 + ], + [ + 762, + 654, + 870, + 744 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1333/dart_counting.json b/captcha/dart counting/sample_1333/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..82c03af7b7d30844c5ddf40987d22eb4307d1269 --- /dev/null +++ b/captcha/dart counting/sample_1333/dart_counting.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": [ + [ + 490, + 646, + 598, + 736 + ], + [ + 725, + 636, + 833, + 726 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1333/sample_info.json b/captcha/dart counting/sample_1333/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..669493f61b75996d126eba8d3adb4fc8c8fe98ce --- /dev/null +++ b/captcha/dart counting/sample_1333/sample_info.json @@ -0,0 +1,155 @@ +{ + "sample_id": 1333, + "target_number": 26, + "background_image": "num26.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 1, + 3 + ], + "numbers_used": [ + 9, + 7, + 6 + ], + "sum": 22, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 1, + 2, + 0 + ], + "numbers_used": [ + 3, + 3, + 5, + 6 + ], + "sum": 17, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 3 + ], + "numbers_used": [ + 3, + 4 + ], + "sum": 7, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 1, + 2, + 0 + ], + "numbers_used": [ + 12, + 9, + 5 + ], + "sum": 26, + "is_correct": true, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 2, + 3, + 0 + ], + "numbers_used": [ + 8, + 10, + 9 + ], + "sum": 27, + "is_correct": false, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + 9, + 17 + ], + "dart_extra_offset": [ + -2, + 18 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 466, + 610 + ], + "offset": [ + 16, + 10 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 701, + 600 + ], + "offset": [ + -49, + 0 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 490, + 646, + 598, + 736 + ], + [ + 725, + 636, + 833, + 726 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1334/dart_counting.json b/captcha/dart counting/sample_1334/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..31763499c0301f40c5f194944c3a8244975fb888 --- /dev/null +++ b/captcha/dart counting/sample_1334/dart_counting.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": [ + [ + 518, + 664, + 626, + 754 + ], + [ + 802, + 675, + 910, + 765 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1334/sample_info.json b/captcha/dart counting/sample_1334/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..70bcac8f83aaf58a41672f469e20b8dd2ffa9ab7 --- /dev/null +++ b/captcha/dart counting/sample_1334/sample_info.json @@ -0,0 +1,145 @@ +{ + "sample_id": 1334, + "target_number": 26, + "background_image": "num26.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 26 + ], + "sum": 26, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 2, + 0 + ], + "numbers_used": [ + 13, + 11 + ], + "sum": 24, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 0, + 1, + 2 + ], + "numbers_used": [ + 5, + 2, + 10 + ], + "sum": 17, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 15 + ], + "sum": 15, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 0, + 2 + ], + "numbers_used": [ + 1, + 1, + 1 + ], + "sum": 3, + "is_correct": false, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + -9, + -8 + ], + "dart_extra_offset": [ + -3, + 18 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 494, + 628 + ], + "offset": [ + 44, + 28 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 778, + 639 + ], + "offset": [ + 28, + 39 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 518, + 664, + 626, + 754 + ], + [ + 802, + 675, + 910, + 765 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1335/dart_counting.json b/captcha/dart counting/sample_1335/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..597d47a7d656ddd2df8cac1762b14856ab8ca90a --- /dev/null +++ b/captcha/dart counting/sample_1335/dart_counting.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": [ + [ + 510, + 645, + 618, + 735 + ], + [ + 768, + 638, + 876, + 728 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1335/sample_info.json b/captcha/dart counting/sample_1335/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..e8579a0ebb86b80e326ea1974850561b4522a4dd --- /dev/null +++ b/captcha/dart counting/sample_1335/sample_info.json @@ -0,0 +1,151 @@ +{ + "sample_id": 1335, + "target_number": 26, + "background_image": "num26.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3, + 0, + 1 + ], + "numbers_used": [ + 8, + 9, + 11 + ], + "sum": 28, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 2, + 1, + 3, + 0 + ], + "numbers_used": [ + 2, + 1, + 2, + 1 + ], + "sum": 6, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 26 + ], + "sum": 26, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 0, + 2, + 1, + 3 + ], + "numbers_used": [ + 6, + 6, + 4, + 5 + ], + "sum": 21, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 5 + ], + "sum": 5, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + 20, + 13 + ], + "dart_extra_offset": [ + 20, + -6 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 486, + 609 + ], + "offset": [ + 36, + 9 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 744, + 602 + ], + "offset": [ + -6, + 2 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 510, + 645, + 618, + 735 + ], + [ + 768, + 638, + 876, + 728 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1350/dart_counting.json b/captcha/dart counting/sample_1350/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..d64f23318db3c510dd1010eba4aa63de1483ebb0 --- /dev/null +++ b/captcha/dart counting/sample_1350/dart_counting.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": [ + [ + 499, + 666, + 607, + 756 + ], + [ + 747, + 647, + 855, + 737 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1350/sample_info.json b/captcha/dart counting/sample_1350/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b1ee0b8b2c1dca1c377d04f6e152a9aee41c914b --- /dev/null +++ b/captcha/dart counting/sample_1350/sample_info.json @@ -0,0 +1,145 @@ +{ + "sample_id": 1350, + "target_number": 26, + "background_image": "num26.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 2 + ], + "numbers_used": [ + 14, + 12 + ], + "sum": 26, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 1, + 2, + 0, + 3 + ], + "numbers_used": [ + 5, + 4, + 4, + 4 + ], + "sum": 17, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 0, + 3 + ], + "numbers_used": [ + 10, + 10 + ], + "sum": 20, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 17 + ], + "sum": 17, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 13 + ], + "sum": 13, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -10, + -20 + ], + "dart_extra_offset": [ + -4, + 21 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 475, + 630 + ], + "offset": [ + 25, + 30 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 723, + 611 + ], + "offset": [ + -27, + 11 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 499, + 666, + 607, + 756 + ], + [ + 747, + 647, + 855, + 737 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1357/dart_counting.json b/captcha/dart counting/sample_1357/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..a0ed538a1d9c2553c0e9a2e5e9cee28c7ce22447 --- /dev/null +++ b/captcha/dart counting/sample_1357/dart_counting.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": [ + [ + 448, + 652, + 556, + 742 + ], + [ + 806, + 674, + 914, + 764 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1357/sample_info.json b/captcha/dart counting/sample_1357/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..d34e86d20b0d192294da83c5aa2cc43574e1b112 --- /dev/null +++ b/captcha/dart counting/sample_1357/sample_info.json @@ -0,0 +1,153 @@ +{ + "sample_id": 1357, + "target_number": 26, + "background_image": "num26.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1, + 2, + 3 + ], + "numbers_used": [ + 2, + 4, + 2 + ], + "sum": 8, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 14 + ], + "sum": 14, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 0, + 3, + 2 + ], + "numbers_used": [ + 4, + 4, + 4, + 5 + ], + "sum": 17, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 1 + ], + "numbers_used": [ + 9, + 17 + ], + "sum": 26, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 1, + 2, + 3 + ], + "numbers_used": [ + 6, + 6, + 2, + 9 + ], + "sum": 23, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + -14, + 12 + ], + "dart_extra_offset": [ + 11, + 16 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 424, + 616 + ], + "offset": [ + -26, + 16 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 782, + 638 + ], + "offset": [ + 32, + 38 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 448, + 652, + 556, + 742 + ], + [ + 806, + 674, + 914, + 764 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1359/dart_counting.json b/captcha/dart counting/sample_1359/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..bd3c06f8b83bf19202f004cc5d39c292d2c94a3f --- /dev/null +++ b/captcha/dart counting/sample_1359/dart_counting.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, + 670, + 560, + 760 + ], + [ + 790, + 650, + 898, + 740 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1359/sample_info.json b/captcha/dart counting/sample_1359/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..1228372389d04560eef07be78ab82dad8c2f5c12 --- /dev/null +++ b/captcha/dart counting/sample_1359/sample_info.json @@ -0,0 +1,149 @@ +{ + "sample_id": 1359, + "target_number": 26, + "background_image": "num26.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3, + 2, + 0 + ], + "numbers_used": [ + 11, + 9, + 6 + ], + "sum": 26, + "is_correct": true, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 13 + ], + "sum": 13, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 0, + 2, + 1, + 3 + ], + "numbers_used": [ + 9, + 5, + 5, + 4 + ], + "sum": 23, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 13 + ], + "sum": 13, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 2, + 0 + ], + "numbers_used": [ + 8, + 8, + 6 + ], + "sum": 22, + "is_correct": false, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + 3, + -13 + ], + "dart_extra_offset": [ + -11, + 12 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 428, + 634 + ], + "offset": [ + -22, + 34 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 766, + 614 + ], + "offset": [ + 16, + 14 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 452, + 670, + 560, + 760 + ], + [ + 790, + 650, + 898, + 740 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1361/dart_counting.json b/captcha/dart counting/sample_1361/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..a76147c2499e22e9ffdd3f951ca97b2144a1d4b9 --- /dev/null +++ b/captcha/dart counting/sample_1361/dart_counting.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": [ + [ + 438, + 645, + 546, + 735 + ], + [ + 781, + 648, + 889, + 738 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1361/sample_info.json b/captcha/dart counting/sample_1361/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..1754ccd4f76cdd57c8504a78a573652bc3d5dcdb --- /dev/null +++ b/captcha/dart counting/sample_1361/sample_info.json @@ -0,0 +1,153 @@ +{ + "sample_id": 1361, + "target_number": 26, + "background_image": "num26.png", + "correct_answer_index": 2, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 5 + ], + "sum": 5, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 0, + 2 + ], + "numbers_used": [ + 9, + 17 + ], + "sum": 26, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 2, + 0, + 3, + 1 + ], + "numbers_used": [ + 4, + 2, + 2, + 6 + ], + "sum": 14, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 0, + 1 + ], + "numbers_used": [ + 7, + 11, + 5 + ], + "sum": 23, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 2, + 3, + 0, + 1 + ], + "numbers_used": [ + 6, + 7, + 4, + 3 + ], + "sum": 20, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + 12, + -12 + ], + "dart_extra_offset": [ + -8, + 1 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 414, + 609 + ], + "offset": [ + -36, + 9 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 757, + 612 + ], + "offset": [ + 7, + 12 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 438, + 645, + 546, + 735 + ], + [ + 781, + 648, + 889, + 738 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1366/dart_counting.json b/captcha/dart counting/sample_1366/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..370d05fd440510fe8cae60f9d741be22be606473 --- /dev/null +++ b/captcha/dart counting/sample_1366/dart_counting.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": [ + [ + 437, + 652, + 545, + 742 + ], + [ + 752, + 665, + 860, + 755 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1366/sample_info.json b/captcha/dart counting/sample_1366/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b4d43f2dea004fa7609de5dcac0d06f40a82e26c --- /dev/null +++ b/captcha/dart counting/sample_1366/sample_info.json @@ -0,0 +1,159 @@ +{ + "sample_id": 1366, + "target_number": 26, + "background_image": "num26.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1, + 0 + ], + "numbers_used": [ + 2, + 1 + ], + "sum": 3, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 2, + 0, + 1, + 3 + ], + "numbers_used": [ + 3, + 6, + 6, + 6 + ], + "sum": 21, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 2, + 3, + 1, + 0 + ], + "numbers_used": [ + 4, + 5, + 12, + 5 + ], + "sum": 26, + "is_correct": true, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 2, + 0, + 1 + ], + "numbers_used": [ + 7, + 8, + 3, + 4 + ], + "sum": 22, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 1, + 2 + ], + "numbers_used": [ + 8, + 9, + 10 + ], + "sum": 27, + "is_correct": false, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + 3, + 17 + ], + "dart_extra_offset": [ + 18, + 8 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 413, + 616 + ], + "offset": [ + -37, + 16 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 728, + 629 + ], + "offset": [ + -22, + 29 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 437, + 652, + 545, + 742 + ], + [ + 752, + 665, + 860, + 755 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1368/dart_counting.json b/captcha/dart counting/sample_1368/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..e94afd3b1a970671b12f1e668f7a613568ecdc85 --- /dev/null +++ b/captcha/dart counting/sample_1368/dart_counting.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": [ + [ + 475, + 646, + 583, + 736 + ], + [ + 807, + 640, + 915, + 730 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1368/sample_info.json b/captcha/dart counting/sample_1368/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..f015b616020a21bdf35eacd075926be7e701ed79 --- /dev/null +++ b/captcha/dart counting/sample_1368/sample_info.json @@ -0,0 +1,145 @@ +{ + "sample_id": 1368, + "target_number": 26, + "background_image": "num26.png", + "correct_answer_index": 5, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 3 + ], + "numbers_used": [ + 1, + 1 + ], + "sum": 2, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 1, + 2 + ], + "numbers_used": [ + 7, + 12, + 6 + ], + "sum": 25, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 12 + ], + "sum": 12, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 0, + 2, + 3 + ], + "numbers_used": [ + 5, + 3, + 9 + ], + "sum": 17, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 26 + ], + "sum": 26, + "is_correct": true, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + 14, + -17 + ], + "dart_extra_offset": [ + 3, + 28 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 451, + 610 + ], + "offset": [ + 1, + 10 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 783, + 604 + ], + "offset": [ + 33, + 4 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 475, + 646, + 583, + 736 + ], + [ + 807, + 640, + 915, + 730 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1392/dart_counting.json b/captcha/dart counting/sample_1392/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..d88fdf165955c33a4934542a9be7310a0afc4d47 --- /dev/null +++ b/captcha/dart counting/sample_1392/dart_counting.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": [ + [ + 440, + 651, + 548, + 741 + ], + [ + 805, + 647, + 913, + 737 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1392/sample_info.json b/captcha/dart counting/sample_1392/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..1fe91ede3c6533aabe60b470f4daacc9e0fb6b8b --- /dev/null +++ b/captcha/dart counting/sample_1392/sample_info.json @@ -0,0 +1,147 @@ +{ + "sample_id": 1392, + "target_number": 26, + "background_image": "num26.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1, + 3 + ], + "numbers_used": [ + 12, + 14 + ], + "sum": 26, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 2, + 1 + ], + "numbers_used": [ + 3, + 3 + ], + "sum": 6, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 9 + ], + "sum": 9, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 3 + ], + "numbers_used": [ + 1, + 1 + ], + "sum": 2, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 3, + 2, + 1 + ], + "numbers_used": [ + 5, + 4, + 9, + 4 + ], + "sum": 22, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + -15, + 20 + ], + "dart_extra_offset": [ + -2, + 30 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 416, + 615 + ], + "offset": [ + -34, + 15 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 781, + 611 + ], + "offset": [ + 31, + 11 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 440, + 651, + 548, + 741 + ], + [ + 805, + 647, + 913, + 737 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1395/dart_counting.json b/captcha/dart counting/sample_1395/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..04437bce9542a301dab3d9f53db2f966bcaad90f --- /dev/null +++ b/captcha/dart counting/sample_1395/dart_counting.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": [ + [ + 441, + 636, + 549, + 726 + ], + [ + 803, + 670, + 911, + 760 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1395/sample_info.json b/captcha/dart counting/sample_1395/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..911633fc0920a3d481d4228f662e43e9b87dcb5d --- /dev/null +++ b/captcha/dart counting/sample_1395/sample_info.json @@ -0,0 +1,153 @@ +{ + "sample_id": 1395, + "target_number": 26, + "background_image": "num26.png", + "correct_answer_index": 5, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 1 + ], + "numbers_used": [ + 1, + 2 + ], + "sum": 3, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 2, + 0, + 1, + 3 + ], + "numbers_used": [ + 1, + 1, + 1, + 1 + ], + "sum": 4, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 2, + 1 + ], + "numbers_used": [ + 7, + 8 + ], + "sum": 15, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 3, + 0, + 1 + ], + "numbers_used": [ + 5, + 3, + 2, + 3 + ], + "sum": 13, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 2, + 1 + ], + "numbers_used": [ + 13, + 13 + ], + "sum": 26, + "is_correct": true, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + -10, + 1 + ], + "dart_extra_offset": [ + 9, + 28 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 417, + 600 + ], + "offset": [ + -33, + 0 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 779, + 634 + ], + "offset": [ + 29, + 34 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 441, + 636, + 549, + 726 + ], + [ + 803, + 670, + 911, + 760 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1411/dart_counting.json b/captcha/dart counting/sample_1411/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..b06f3b106122119ea8b19c6f701b3d52d9f13be6 --- /dev/null +++ b/captcha/dart counting/sample_1411/dart_counting.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": [ + [ + 458, + 658, + 566, + 748 + ], + [ + 808, + 662, + 916, + 752 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1411/sample_info.json b/captcha/dart counting/sample_1411/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..70aeb2fc5533236147b6ba922e66c0b8d42bea01 --- /dev/null +++ b/captcha/dart counting/sample_1411/sample_info.json @@ -0,0 +1,143 @@ +{ + "sample_id": 1411, + "target_number": 30, + "background_image": "num30.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3, + 0 + ], + "numbers_used": [ + 12, + 18 + ], + "sum": 30, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 7 + ], + "sum": 7, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 3, + 1 + ], + "numbers_used": [ + 8, + 9 + ], + "sum": 17, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 3 + ], + "numbers_used": [ + 5, + 6 + ], + "sum": 11, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 2, + 1 + ], + "numbers_used": [ + 1, + 1 + ], + "sum": 2, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -20, + 20 + ], + "dart_extra_offset": [ + 1, + 16 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 434, + 622 + ], + "offset": [ + -16, + 22 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 784, + 626 + ], + "offset": [ + 34, + 26 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 458, + 658, + 566, + 748 + ], + [ + 808, + 662, + 916, + 752 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1416/dart_counting.json b/captcha/dart counting/sample_1416/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..e20b630c4983ca5afe26087e41c94d14c298bc83 --- /dev/null +++ b/captcha/dart counting/sample_1416/dart_counting.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": [ + [ + 492, + 674, + 600, + 764 + ], + [ + 777, + 641, + 885, + 731 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1416/sample_info.json b/captcha/dart counting/sample_1416/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..165c32586ed96acaf89ded725bfbe83151eef3b3 --- /dev/null +++ b/captcha/dart counting/sample_1416/sample_info.json @@ -0,0 +1,145 @@ +{ + "sample_id": 1416, + "target_number": 30, + "background_image": "num30.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 3 + ], + "sum": 3, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 1, + 0, + 2, + 3 + ], + "numbers_used": [ + 5, + 7, + 8, + 7 + ], + "sum": 27, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 13 + ], + "sum": 13, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 0 + ], + "numbers_used": [ + 19, + 11 + ], + "sum": 30, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 0 + ], + "numbers_used": [ + 5, + 3 + ], + "sum": 8, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + -9, + 9 + ], + "dart_extra_offset": [ + -6, + -10 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 468, + 638 + ], + "offset": [ + 18, + 38 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 753, + 605 + ], + "offset": [ + 3, + 5 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 492, + 674, + 600, + 764 + ], + [ + 777, + 641, + 885, + 731 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1418/dart_counting.json b/captcha/dart counting/sample_1418/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..3639ed556fc97b86b43f0ec58791ffd54b766300 --- /dev/null +++ b/captcha/dart counting/sample_1418/dart_counting.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": [ + [ + 434, + 672, + 542, + 762 + ], + [ + 751, + 669, + 859, + 759 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1418/sample_info.json b/captcha/dart counting/sample_1418/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..a4f6302ff0e2f9bad43cb8218505933ca8cee947 --- /dev/null +++ b/captcha/dart counting/sample_1418/sample_info.json @@ -0,0 +1,159 @@ +{ + "sample_id": 1418, + "target_number": 30, + "background_image": "num30.png", + "correct_answer_index": 5, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 3, + 2, + 1 + ], + "numbers_used": [ + 1, + 2, + 1, + 1 + ], + "sum": 5, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 0, + 2, + 1, + 3 + ], + "numbers_used": [ + 7, + 3, + 3, + 4 + ], + "sum": 17, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 2, + 0 + ], + "numbers_used": [ + 6, + 2, + 2 + ], + "sum": 10, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 1, + 0, + 3 + ], + "numbers_used": [ + 2, + 6, + 6, + 4 + ], + "sum": 18, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 2, + 1 + ], + "numbers_used": [ + 14, + 16 + ], + "sum": 30, + "is_correct": true, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + 2, + 14 + ], + "dart_extra_offset": [ + 16, + 3 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 410, + 636 + ], + "offset": [ + -40, + 36 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 727, + 633 + ], + "offset": [ + -23, + 33 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 434, + 672, + 542, + 762 + ], + [ + 751, + 669, + 859, + 759 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1420/dart_counting.json b/captcha/dart counting/sample_1420/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..27dc5cd7996d06b1e31f18976b7622c7798b2599 --- /dev/null +++ b/captcha/dart counting/sample_1420/dart_counting.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": [ + [ + 457, + 639, + 565, + 729 + ], + [ + 750, + 640, + 858, + 730 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1420/sample_info.json b/captcha/dart counting/sample_1420/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..4e7055d21a19043be699577ff039a10459c4de2f --- /dev/null +++ b/captcha/dart counting/sample_1420/sample_info.json @@ -0,0 +1,147 @@ +{ + "sample_id": 1420, + "target_number": 30, + "background_image": "num30.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 2, + 3 + ], + "numbers_used": [ + 3, + 4, + 5 + ], + "sum": 12, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 19 + ], + "sum": 19, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 0, + 2, + 3 + ], + "numbers_used": [ + 7, + 7, + 7 + ], + "sum": 21, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 0, + 3 + ], + "numbers_used": [ + 15, + 15 + ], + "sum": 30, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 2 + ], + "numbers_used": [ + 14, + 15 + ], + "sum": 29, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + 6, + 19 + ], + "dart_extra_offset": [ + -11, + 15 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 433, + 603 + ], + "offset": [ + -17, + 3 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 726, + 604 + ], + "offset": [ + -24, + 4 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 457, + 639, + 565, + 729 + ], + [ + 750, + 640, + 858, + 730 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1427/dart_counting.json b/captcha/dart counting/sample_1427/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..3aff2ef5af9f5aa571892ee534299b6944b57218 --- /dev/null +++ b/captcha/dart counting/sample_1427/dart_counting.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": [ + [ + 424, + 662, + 532, + 752 + ], + [ + 749, + 669, + 857, + 759 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1427/sample_info.json b/captcha/dart counting/sample_1427/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..885d8461388d1e0b629268d858326a416d3ce846 --- /dev/null +++ b/captcha/dart counting/sample_1427/sample_info.json @@ -0,0 +1,149 @@ +{ + "sample_id": 1427, + "target_number": 30, + "background_image": "num30.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 4 + ], + "sum": 4, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 2, + 1 + ], + "numbers_used": [ + 2, + 1 + ], + "sum": 3, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 3, + 0 + ], + "numbers_used": [ + 17, + 13 + ], + "sum": 30, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 0, + 2, + 3 + ], + "numbers_used": [ + 4, + 2, + 3 + ], + "sum": 9, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 3, + 2, + 1 + ], + "numbers_used": [ + 7, + 2, + 6, + 7 + ], + "sum": 22, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -16, + -9 + ], + "dart_extra_offset": [ + 8, + -3 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 400, + 626 + ], + "offset": [ + -50, + 26 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 725, + 633 + ], + "offset": [ + -25, + 33 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 424, + 662, + 532, + 752 + ], + [ + 749, + 669, + 857, + 759 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1429/dart_counting.json b/captcha/dart counting/sample_1429/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..860350a827c6d323e8772493d0a4e30fd6b86cc6 --- /dev/null +++ b/captcha/dart counting/sample_1429/dart_counting.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": [ + [ + 453, + 654, + 561, + 744 + ], + [ + 785, + 656, + 893, + 746 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1429/sample_info.json b/captcha/dart counting/sample_1429/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..bd6c6922dc65a2f6535874e78c28182f1eda2bb7 --- /dev/null +++ b/captcha/dart counting/sample_1429/sample_info.json @@ -0,0 +1,151 @@ +{ + "sample_id": 1429, + "target_number": 30, + "background_image": "num30.png", + "correct_answer_index": 2, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3, + 0, + 1, + 2 + ], + "numbers_used": [ + 5, + 6, + 8, + 3 + ], + "sum": 22, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 0, + 1 + ], + "numbers_used": [ + 15, + 15 + ], + "sum": 30, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 3, + 2, + 1 + ], + "numbers_used": [ + 2, + 5, + 5 + ], + "sum": 12, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 1 + ], + "numbers_used": [ + 7, + 7 + ], + "sum": 14, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 0 + ], + "numbers_used": [ + 5, + 6 + ], + "sum": 11, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + -9, + -1 + ], + "dart_extra_offset": [ + 3, + 16 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 429, + 618 + ], + "offset": [ + -21, + 18 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 761, + 620 + ], + "offset": [ + 11, + 20 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 453, + 654, + 561, + 744 + ], + [ + 785, + 656, + 893, + 746 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1442/dart_counting.json b/captcha/dart counting/sample_1442/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..67fbc66edb3a1522864f6c83030b64343409ee33 --- /dev/null +++ b/captcha/dart counting/sample_1442/dart_counting.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": [ + [ + 434, + 651, + 542, + 741 + ], + [ + 782, + 660, + 890, + 750 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1442/sample_info.json b/captcha/dart counting/sample_1442/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..90af98ab1a03e02a92196bd5b359dfb3eb7ce7be --- /dev/null +++ b/captcha/dart counting/sample_1442/sample_info.json @@ -0,0 +1,153 @@ +{ + "sample_id": 1442, + "target_number": 30, + "background_image": "num30.png", + "correct_answer_index": 5, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1, + 0, + 2 + ], + "numbers_used": [ + 2, + 2, + 1 + ], + "sum": 5, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 1, + 2, + 0 + ], + "numbers_used": [ + 3, + 5, + 1, + 2 + ], + "sum": 11, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 2, + 1, + 0 + ], + "numbers_used": [ + 1, + 2, + 2 + ], + "sum": 5, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 18 + ], + "sum": 18, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 3, + 2, + 0 + ], + "numbers_used": [ + 14, + 10, + 6 + ], + "sum": 30, + "is_correct": true, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + 16, + -11 + ], + "dart_extra_offset": [ + -16, + 28 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 410, + 615 + ], + "offset": [ + -40, + 15 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 758, + 624 + ], + "offset": [ + 8, + 24 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 434, + 651, + 542, + 741 + ], + [ + 782, + 660, + 890, + 750 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1445/dart_counting.json b/captcha/dart counting/sample_1445/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..b020ef74bcbcdce522f129d1d5b1a9d6a1c2e3eb --- /dev/null +++ b/captcha/dart counting/sample_1445/dart_counting.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": [ + [ + 506, + 652, + 614, + 742 + ], + [ + 780, + 666, + 888, + 756 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1445/sample_info.json b/captcha/dart counting/sample_1445/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ed4b1ad407816860859ab604643ed38ea6b8c7b6 --- /dev/null +++ b/captcha/dart counting/sample_1445/sample_info.json @@ -0,0 +1,159 @@ +{ + "sample_id": 1445, + "target_number": 30, + "background_image": "num30.png", + "correct_answer_index": 5, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1, + 3, + 2, + 0 + ], + "numbers_used": [ + 2, + 3, + 3, + 1 + ], + "sum": 9, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 2, + 3, + 1, + 0 + ], + "numbers_used": [ + 4, + 6, + 6, + 8 + ], + "sum": 24, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 3, + 2, + 0 + ], + "numbers_used": [ + 4, + 6, + 3 + ], + "sum": 13, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 0 + ], + "numbers_used": [ + 13, + 16 + ], + "sum": 29, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 2, + 3, + 1, + 0 + ], + "numbers_used": [ + 6, + 7, + 8, + 9 + ], + "sum": 30, + "is_correct": true, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + 19, + 18 + ], + "dart_extra_offset": [ + 9, + 13 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 482, + 616 + ], + "offset": [ + 32, + 16 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 756, + 630 + ], + "offset": [ + 6, + 30 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 506, + 652, + 614, + 742 + ], + [ + 780, + 666, + 888, + 756 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1473/dart_counting.json b/captcha/dart counting/sample_1473/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..1a0683a6ed3bd116d5736e64131cef4e05483d5f --- /dev/null +++ b/captcha/dart counting/sample_1473/dart_counting.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": [ + [ + 453, + 671, + 561, + 761 + ], + [ + 820, + 674, + 928, + 764 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1473/sample_info.json b/captcha/dart counting/sample_1473/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..5fc8dfcc100bfd2050bcc5d41aa2f6c9dcd993a9 --- /dev/null +++ b/captcha/dart counting/sample_1473/sample_info.json @@ -0,0 +1,143 @@ +{ + "sample_id": 1473, + "target_number": 30, + "background_image": "num30.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 0, + 1, + 3 + ], + "numbers_used": [ + 9, + 10, + 6, + 5 + ], + "sum": 30, + "is_correct": true, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 15 + ], + "sum": 15, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 3, + 1 + ], + "numbers_used": [ + 7, + 10 + ], + "sum": 17, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 15 + ], + "sum": 15, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 17 + ], + "sum": 17, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -13, + -3 + ], + "dart_extra_offset": [ + -16, + 5 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 429, + 635 + ], + "offset": [ + -21, + 35 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 796, + 638 + ], + "offset": [ + 46, + 38 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 453, + 671, + 561, + 761 + ], + [ + 820, + 674, + 928, + 764 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1474/dart_counting.json b/captcha/dart counting/sample_1474/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..c1892f7bc9ccf94c93f9496813fe4bda972c2c4d --- /dev/null +++ b/captcha/dart counting/sample_1474/dart_counting.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": [ + [ + 440, + 638, + 548, + 728 + ], + [ + 745, + 647, + 853, + 737 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1474/sample_info.json b/captcha/dart counting/sample_1474/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..afacc5a3ff93dfdf10027179aebe1d61fe7bb1b2 --- /dev/null +++ b/captcha/dart counting/sample_1474/sample_info.json @@ -0,0 +1,147 @@ +{ + "sample_id": 1474, + "target_number": 30, + "background_image": "num30.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 1, + 0, + 3 + ], + "numbers_used": [ + 11, + 5, + 4, + 4 + ], + "sum": 24, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 17 + ], + "sum": 17, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 3, + 2 + ], + "numbers_used": [ + 8, + 14 + ], + "sum": 22, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 0, + 2 + ], + "numbers_used": [ + 11, + 10, + 9 + ], + "sum": 30, + "is_correct": true, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 15 + ], + "sum": 15, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + 11, + 9 + ], + "dart_extra_offset": [ + -20, + 14 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 416, + 602 + ], + "offset": [ + -34, + 2 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 721, + 611 + ], + "offset": [ + -29, + 11 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 440, + 638, + 548, + 728 + ], + [ + 745, + 647, + 853, + 737 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1480/dart_counting.json b/captcha/dart counting/sample_1480/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..fedb23334b222ad4bbb43f6328bbcaeadbbd3cf9 --- /dev/null +++ b/captcha/dart counting/sample_1480/dart_counting.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": [ + [ + 477, + 674, + 585, + 764 + ], + [ + 740, + 643, + 848, + 733 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1480/sample_info.json b/captcha/dart counting/sample_1480/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..a39e2cd218c889e8d12f5d5e43735cc53a5f3c87 --- /dev/null +++ b/captcha/dart counting/sample_1480/sample_info.json @@ -0,0 +1,149 @@ +{ + "sample_id": 1480, + "target_number": 30, + "background_image": "num30.png", + "correct_answer_index": 5, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 3, + 1 + ], + "numbers_used": [ + 1, + 1, + 2 + ], + "sum": 4, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 0 + ], + "numbers_used": [ + 5, + 7 + ], + "sum": 12, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 3, + 2 + ], + "numbers_used": [ + 15, + 9 + ], + "sum": 24, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 0, + 2 + ], + "numbers_used": [ + 1, + 1 + ], + "sum": 2, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 2, + 3 + ], + "numbers_used": [ + 11, + 11, + 8 + ], + "sum": 30, + "is_correct": true, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + 7, + -15 + ], + "dart_extra_offset": [ + -16, + 20 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 453, + 638 + ], + "offset": [ + 3, + 38 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 716, + 607 + ], + "offset": [ + -34, + 7 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 477, + 674, + 585, + 764 + ], + [ + 740, + 643, + 848, + 733 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1487/dart_counting.json b/captcha/dart counting/sample_1487/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..56c54a50edf597b6e130c24b3e1477d8e6bb08b2 --- /dev/null +++ b/captcha/dart counting/sample_1487/dart_counting.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": [ + [ + 468, + 664, + 576, + 754 + ], + [ + 759, + 650, + 867, + 740 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1487/sample_info.json b/captcha/dart counting/sample_1487/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..83ece293fe9caf91691b4e0027fed6e0375886ab --- /dev/null +++ b/captcha/dart counting/sample_1487/sample_info.json @@ -0,0 +1,151 @@ +{ + "sample_id": 1487, + "target_number": 30, + "background_image": "num30.png", + "correct_answer_index": 5, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 4 + ], + "sum": 4, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 0, + 2 + ], + "numbers_used": [ + 8, + 6, + 10 + ], + "sum": 24, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 0, + 3, + 1 + ], + "numbers_used": [ + 3, + 2, + 5 + ], + "sum": 10, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 3, + 1, + 0 + ], + "numbers_used": [ + 1, + 2, + 1, + 1 + ], + "sum": 5, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 2 + ], + "numbers_used": [ + 15, + 15 + ], + "sum": 30, + "is_correct": true, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + 4, + 13 + ], + "dart_extra_offset": [ + -19, + -9 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 444, + 628 + ], + "offset": [ + -6, + 28 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 735, + 614 + ], + "offset": [ + -15, + 14 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 468, + 664, + 576, + 754 + ], + [ + 759, + 650, + 867, + 740 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1489/dart_counting.json b/captcha/dart counting/sample_1489/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..eb732a8be95c36922f03b9d208fb7a35eae2743f --- /dev/null +++ b/captcha/dart counting/sample_1489/dart_counting.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": [ + [ + 489, + 638, + 597, + 728 + ], + [ + 817, + 654, + 925, + 744 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1489/sample_info.json b/captcha/dart counting/sample_1489/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..9dd51844e75398c56fe0c8ccaf6737c6c73fcb03 --- /dev/null +++ b/captcha/dart counting/sample_1489/sample_info.json @@ -0,0 +1,147 @@ +{ + "sample_id": 1489, + "target_number": 30, + "background_image": "num30.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3, + 2, + 1 + ], + "numbers_used": [ + 4, + 5, + 6 + ], + "sum": 15, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 2, + 0 + ], + "numbers_used": [ + 11, + 6 + ], + "sum": 17, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 0 + ], + "numbers_used": [ + 4, + 6 + ], + "sum": 10, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 1 + ], + "numbers_used": [ + 14, + 16 + ], + "sum": 30, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 3, + 0 + ], + "numbers_used": [ + 1, + 1 + ], + "sum": 2, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -13, + 8 + ], + "dart_extra_offset": [ + -3, + 8 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 465, + 602 + ], + "offset": [ + 15, + 2 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 793, + 618 + ], + "offset": [ + 43, + 18 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 489, + 638, + 597, + 728 + ], + [ + 817, + 654, + 925, + 744 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1501/dart_counting.json b/captcha/dart counting/sample_1501/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..119b397deb8de36be406e6b83121ffb80948c8b3 --- /dev/null +++ b/captcha/dart counting/sample_1501/dart_counting.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": [ + [ + 503, + 669, + 611, + 759 + ], + [ + 745, + 657, + 853, + 747 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1501/sample_info.json b/captcha/dart counting/sample_1501/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..a26ab87eb00728ca57e2394e6d51189199cb29d6 --- /dev/null +++ b/captcha/dart counting/sample_1501/sample_info.json @@ -0,0 +1,139 @@ +{ + "sample_id": 1501, + "target_number": 30, + "background_image": "num30.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 3 + ], + "sum": 3, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 0, + 1 + ], + "numbers_used": [ + 9, + 15 + ], + "sum": 24, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 5 + ], + "sum": 5, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 30 + ], + "sum": 30, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 3, + 2 + ], + "numbers_used": [ + 1, + 1 + ], + "sum": 2, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + 1, + 7 + ], + "dart_extra_offset": [ + 1, + 27 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 479, + 633 + ], + "offset": [ + 29, + 33 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 721, + 621 + ], + "offset": [ + -29, + 21 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 503, + 669, + 611, + 759 + ], + [ + 745, + 657, + 853, + 747 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1506/dart_counting.json b/captcha/dart counting/sample_1506/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..02e07afd3c014f9982583a8f8cb111a541e43c3c --- /dev/null +++ b/captcha/dart counting/sample_1506/dart_counting.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": [ + [ + 486, + 671, + 594, + 761 + ], + [ + 756, + 655, + 864, + 745 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1506/sample_info.json b/captcha/dart counting/sample_1506/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..e3d5f4bc45e29f75441a77343ab20cc961f721e2 --- /dev/null +++ b/captcha/dart counting/sample_1506/sample_info.json @@ -0,0 +1,153 @@ +{ + "sample_id": 1506, + "target_number": 30, + "background_image": "num30.png", + "correct_answer_index": 5, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 8 + ], + "sum": 8, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 2, + 0, + 1 + ], + "numbers_used": [ + 5, + 6, + 4, + 7 + ], + "sum": 22, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 2, + 0, + 1, + 3 + ], + "numbers_used": [ + 3, + 4, + 3, + 6 + ], + "sum": 16, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 1, + 2, + 3, + 0 + ], + "numbers_used": [ + 7, + 6, + 5, + 6 + ], + "sum": 24, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 30 + ], + "sum": 30, + "is_correct": true, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + 20, + -16 + ], + "dart_extra_offset": [ + -9, + 2 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 462, + 635 + ], + "offset": [ + 12, + 35 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 732, + 619 + ], + "offset": [ + -18, + 19 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 486, + 671, + 594, + 761 + ], + [ + 756, + 655, + 864, + 745 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1508/dart_counting.json b/captcha/dart counting/sample_1508/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..9ae348d61e3fd2b4790dd02f410965598c527430 --- /dev/null +++ b/captcha/dart counting/sample_1508/dart_counting.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": [ + [ + 491, + 671, + 599, + 761 + ], + [ + 815, + 663, + 923, + 753 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1508/sample_info.json b/captcha/dart counting/sample_1508/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..bb9ad218279297f40f5a79a8e4515c0854256660 --- /dev/null +++ b/captcha/dart counting/sample_1508/sample_info.json @@ -0,0 +1,141 @@ +{ + "sample_id": 1508, + "target_number": 30, + "background_image": "num30.png", + "correct_answer_index": 2, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 3, + 0 + ], + "numbers_used": [ + 5, + 5, + 2 + ], + "sum": 12, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 30 + ], + "sum": 30, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 4 + ], + "sum": 4, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 1 + ], + "numbers_used": [ + 2, + 2 + ], + "sum": 4, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 4 + ], + "sum": 4, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + 17, + -14 + ], + "dart_extra_offset": [ + -20, + 21 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 467, + 635 + ], + "offset": [ + 17, + 35 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 791, + 627 + ], + "offset": [ + 41, + 27 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 491, + 671, + 599, + 761 + ], + [ + 815, + 663, + 923, + 753 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1530/dart_counting.json b/captcha/dart counting/sample_1530/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..a9ee404483459500a8ae873489e0bb5596044657 --- /dev/null +++ b/captcha/dart counting/sample_1530/dart_counting.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": [ + [ + 433, + 637, + 541, + 727 + ], + [ + 781, + 665, + 889, + 755 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1530/sample_info.json b/captcha/dart counting/sample_1530/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..c1e89d0cbdab4413d7a2d8e08d2366a148bdf2dc --- /dev/null +++ b/captcha/dart counting/sample_1530/sample_info.json @@ -0,0 +1,141 @@ +{ + "sample_id": 1530, + "target_number": 30, + "background_image": "num30.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 30 + ], + "sum": 30, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 13 + ], + "sum": 13, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 2, + 3 + ], + "numbers_used": [ + 2, + 2 + ], + "sum": 4, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 2 + ], + "numbers_used": [ + 2, + 10 + ], + "sum": 12, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 3, + 2 + ], + "numbers_used": [ + 3, + 2 + ], + "sum": 5, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + -7, + -19 + ], + "dart_extra_offset": [ + 3, + 25 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 409, + 601 + ], + "offset": [ + -41, + 1 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 757, + 629 + ], + "offset": [ + 7, + 29 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 433, + 637, + 541, + 727 + ], + [ + 781, + 665, + 889, + 755 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1537/dart_counting.json b/captcha/dart counting/sample_1537/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..7e67a843fb6b052a09b01f2ec2bcb16d10daacb5 --- /dev/null +++ b/captcha/dart counting/sample_1537/dart_counting.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": [ + [ + 445, + 638, + 553, + 728 + ], + [ + 816, + 664, + 924, + 754 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1537/sample_info.json b/captcha/dart counting/sample_1537/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..2a6275e557c7e6d82936de4c22223c96b8895480 --- /dev/null +++ b/captcha/dart counting/sample_1537/sample_info.json @@ -0,0 +1,143 @@ +{ + "sample_id": 1537, + "target_number": 30, + "background_image": "num30.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3, + 2 + ], + "numbers_used": [ + 14, + 16 + ], + "sum": 30, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 2, + 0 + ], + "numbers_used": [ + 5, + 3, + 5 + ], + "sum": 13, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 4 + ], + "sum": 4, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 5 + ], + "sum": 5, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 2 + ], + "numbers_used": [ + 1, + 1 + ], + "sum": 2, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + 6, + -4 + ], + "dart_extra_offset": [ + 11, + 11 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 421, + 602 + ], + "offset": [ + -29, + 2 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 792, + 628 + ], + "offset": [ + 42, + 28 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 445, + 638, + 553, + 728 + ], + [ + 816, + 664, + 924, + 754 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1539/dart_counting.json b/captcha/dart counting/sample_1539/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..1b50b34ef339e6ebf5f07dc4c4feee4cac769bea --- /dev/null +++ b/captcha/dart counting/sample_1539/dart_counting.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": [ + [ + 447, + 649, + 555, + 739 + ], + [ + 763, + 676, + 871, + 766 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1539/sample_info.json b/captcha/dart counting/sample_1539/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..0646491304cbb518883f2988852cfad7992eae2f --- /dev/null +++ b/captcha/dart counting/sample_1539/sample_info.json @@ -0,0 +1,147 @@ +{ + "sample_id": 1539, + "target_number": 30, + "background_image": "num30.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 13 + ], + "sum": 13, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 0, + 2 + ], + "numbers_used": [ + 6, + 14, + 6 + ], + "sum": 26, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 2, + 0 + ], + "numbers_used": [ + 5, + 4 + ], + "sum": 9, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 30 + ], + "sum": 30, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 3, + 0, + 1, + 2 + ], + "numbers_used": [ + 1, + 1, + 3, + 3 + ], + "sum": 8, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + 8, + 1 + ], + "dart_extra_offset": [ + 3, + 17 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 423, + 613 + ], + "offset": [ + -27, + 13 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 739, + 640 + ], + "offset": [ + -11, + 40 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 447, + 649, + 555, + 739 + ], + [ + 763, + 676, + 871, + 766 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1552/dart_counting.json b/captcha/dart counting/sample_1552/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..8892c3281b8003d78b68aae7b4afe3b536888366 --- /dev/null +++ b/captcha/dart counting/sample_1552/dart_counting.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": [ + [ + 505, + 660, + 613, + 750 + ], + [ + 762, + 656, + 870, + 746 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1552/sample_info.json b/captcha/dart counting/sample_1552/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..0c65e03b07068f4d5c053f171e4d8b8cb6e00d09 --- /dev/null +++ b/captcha/dart counting/sample_1552/sample_info.json @@ -0,0 +1,139 @@ +{ + "sample_id": 1552, + "target_number": 30, + "background_image": "num30.png", + "correct_answer_index": 2, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 12 + ], + "sum": 12, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 2, + 1 + ], + "numbers_used": [ + 14, + 16 + ], + "sum": 30, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 13 + ], + "sum": 13, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 9 + ], + "sum": 9, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 3 + ], + "numbers_used": [ + 3, + 2 + ], + "sum": 5, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + -14, + -17 + ], + "dart_extra_offset": [ + -20, + 13 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 481, + 624 + ], + "offset": [ + 31, + 24 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 738, + 620 + ], + "offset": [ + -12, + 20 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 505, + 660, + 613, + 750 + ], + [ + 762, + 656, + 870, + 746 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1554/dart_counting.json b/captcha/dart counting/sample_1554/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..890f9e1784623b2cf99e3b3f4c6522024d2222ec --- /dev/null +++ b/captcha/dart counting/sample_1554/dart_counting.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": [ + [ + 507, + 651, + 615, + 741 + ], + [ + 812, + 667, + 920, + 757 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1554/sample_info.json b/captcha/dart counting/sample_1554/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..f7ffa1c3038a509ec1e28a81c3521bded1a8e861 --- /dev/null +++ b/captcha/dart counting/sample_1554/sample_info.json @@ -0,0 +1,157 @@ +{ + "sample_id": 1554, + "target_number": 30, + "background_image": "num30.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1, + 2 + ], + "numbers_used": [ + 10, + 20 + ], + "sum": 30, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 1, + 0, + 3, + 2 + ], + "numbers_used": [ + 1, + 1, + 1, + 1 + ], + "sum": 4, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 0, + 3, + 2 + ], + "numbers_used": [ + 1, + 1, + 1 + ], + "sum": 3, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 1, + 3, + 2, + 0 + ], + "numbers_used": [ + 4, + 8, + 9, + 8 + ], + "sum": 29, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 3, + 0, + 1 + ], + "numbers_used": [ + 6, + 5, + 8 + ], + "sum": 19, + "is_correct": false, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + -17, + 10 + ], + "dart_extra_offset": [ + 0, + 29 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 483, + 615 + ], + "offset": [ + 33, + 15 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 788, + 631 + ], + "offset": [ + 38, + 31 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 507, + 651, + 615, + 741 + ], + [ + 812, + 667, + 920, + 757 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1555/dart_counting.json b/captcha/dart counting/sample_1555/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..ca03fc447dc4fcaa5e4cae346ea42b4612a47341 --- /dev/null +++ b/captcha/dart counting/sample_1555/dart_counting.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": [ + [ + 501, + 652, + 609, + 742 + ], + [ + 728, + 636, + 836, + 726 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1555/sample_info.json b/captcha/dart counting/sample_1555/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..3d98ca4fab184a61c713eaf7982d6b5ebe0a50e6 --- /dev/null +++ b/captcha/dart counting/sample_1555/sample_info.json @@ -0,0 +1,145 @@ +{ + "sample_id": 1555, + "target_number": 30, + "background_image": "num30.png", + "correct_answer_index": 2, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 0, + 3, + 1 + ], + "numbers_used": [ + 6, + 7, + 6, + 10 + ], + "sum": 29, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 30 + ], + "sum": 30, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 15 + ], + "sum": 15, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 0, + 1 + ], + "numbers_used": [ + 8, + 9 + ], + "sum": 17, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 2, + 3 + ], + "numbers_used": [ + 13, + 13 + ], + "sum": 26, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -20, + 7 + ], + "dart_extra_offset": [ + -7, + 24 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 477, + 616 + ], + "offset": [ + 27, + 16 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 704, + 600 + ], + "offset": [ + -46, + 0 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 501, + 652, + 609, + 742 + ], + [ + 728, + 636, + 836, + 726 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1562/dart_counting.json b/captcha/dart counting/sample_1562/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..d70867dd6efa5662539572c943108b9e7e55d46d --- /dev/null +++ b/captcha/dart counting/sample_1562/dart_counting.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": [ + [ + 501, + 663, + 609, + 753 + ], + [ + 745, + 640, + 853, + 730 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1562/sample_info.json b/captcha/dart counting/sample_1562/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..7714493ae9b24a5deada28bf874e2a9928b555ed --- /dev/null +++ b/captcha/dart counting/sample_1562/sample_info.json @@ -0,0 +1,147 @@ +{ + "sample_id": 1562, + "target_number": 30, + "background_image": "num30.png", + "correct_answer_index": 5, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 3 + ], + "numbers_used": [ + 1, + 3 + ], + "sum": 4, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 0 + ], + "numbers_used": [ + 9, + 18 + ], + "sum": 27, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 2, + 1 + ], + "numbers_used": [ + 17, + 10 + ], + "sum": 27, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 3, + 0, + 1 + ], + "numbers_used": [ + 7, + 7, + 6, + 6 + ], + "sum": 26, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 30 + ], + "sum": 30, + "is_correct": true, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + -1, + -11 + ], + "dart_extra_offset": [ + 15, + -7 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 477, + 627 + ], + "offset": [ + 27, + 27 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 721, + 604 + ], + "offset": [ + -29, + 4 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 501, + 663, + 609, + 753 + ], + [ + 745, + 640, + 853, + 730 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1563/dart_counting.json b/captcha/dart counting/sample_1563/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..f6f1aa0607285e8275c15306ea88b9fef6973213 --- /dev/null +++ b/captcha/dart counting/sample_1563/dart_counting.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": [ + [ + 430, + 655, + 538, + 745 + ], + [ + 798, + 658, + 906, + 748 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1563/sample_info.json b/captcha/dart counting/sample_1563/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..fa80d7a91be66935037155cd31ca9dbf90bef481 --- /dev/null +++ b/captcha/dart counting/sample_1563/sample_info.json @@ -0,0 +1,147 @@ +{ + "sample_id": 1563, + "target_number": 30, + "background_image": "num30.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3, + 2, + 1 + ], + "numbers_used": [ + 4, + 1, + 1 + ], + "sum": 6, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 2, + 0 + ], + "numbers_used": [ + 3, + 5, + 7 + ], + "sum": 15, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 0, + 2 + ], + "numbers_used": [ + 17, + 13 + ], + "sum": 30, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 3 + ], + "sum": 3, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 3, + 2 + ], + "numbers_used": [ + 10, + 10 + ], + "sum": 20, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + -15, + 13 + ], + "dart_extra_offset": [ + 19, + 27 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 406, + 619 + ], + "offset": [ + -44, + 19 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 774, + 622 + ], + "offset": [ + 24, + 22 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 430, + 655, + 538, + 745 + ], + [ + 798, + 658, + 906, + 748 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1564/dart_counting.json b/captcha/dart counting/sample_1564/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..b14599a830c03355429806cb274c948723160a57 --- /dev/null +++ b/captcha/dart counting/sample_1564/dart_counting.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": [ + [ + 430, + 664, + 538, + 754 + ], + [ + 759, + 661, + 867, + 751 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1564/sample_info.json b/captcha/dart counting/sample_1564/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..2df8cbdf866e557d588cb7ac2946d43c37773099 --- /dev/null +++ b/captcha/dart counting/sample_1564/sample_info.json @@ -0,0 +1,155 @@ +{ + "sample_id": 1564, + "target_number": 30, + "background_image": "num30.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 11 + ], + "sum": 11, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 1, + 3 + ], + "numbers_used": [ + 1, + 1 + ], + "sum": 2, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 2, + 3, + 0 + ], + "numbers_used": [ + 5, + 7, + 10, + 8 + ], + "sum": 30, + "is_correct": true, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 1, + 0, + 2 + ], + "numbers_used": [ + 5, + 5, + 8, + 10 + ], + "sum": 28, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 3, + 0, + 1, + 2 + ], + "numbers_used": [ + 6, + 10, + 4, + 9 + ], + "sum": 29, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + 18, + 17 + ], + "dart_extra_offset": [ + 8, + 17 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 406, + 628 + ], + "offset": [ + -44, + 28 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 735, + 625 + ], + "offset": [ + -15, + 25 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 430, + 664, + 538, + 754 + ], + [ + 759, + 661, + 867, + 751 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1565/dart_counting.json b/captcha/dart counting/sample_1565/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..35f5f904b1f54be66d45d41424428cf5e04a1645 --- /dev/null +++ b/captcha/dart counting/sample_1565/dart_counting.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": [ + [ + 447, + 673, + 555, + 763 + ], + [ + 730, + 644, + 838, + 734 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1565/sample_info.json b/captcha/dart counting/sample_1565/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b01fef04a9f01e66a6e3278c1f89c650ddcb75f2 --- /dev/null +++ b/captcha/dart counting/sample_1565/sample_info.json @@ -0,0 +1,155 @@ +{ + "sample_id": 1565, + "target_number": 30, + "background_image": "num30.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 3 + ], + "numbers_used": [ + 1, + 1 + ], + "sum": 2, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 2, + 0, + 1 + ], + "numbers_used": [ + 1, + 1, + 1, + 1 + ], + "sum": 4, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 3 + ], + "numbers_used": [ + 19, + 11 + ], + "sum": 30, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 1, + 0, + 2 + ], + "numbers_used": [ + 1, + 1, + 1 + ], + "sum": 3, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 0, + 3, + 2 + ], + "numbers_used": [ + 5, + 4, + 7, + 4 + ], + "sum": 20, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + 8, + 3 + ], + "dart_extra_offset": [ + 12, + 27 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 423, + 637 + ], + "offset": [ + -27, + 37 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 706, + 608 + ], + "offset": [ + -44, + 8 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 447, + 673, + 555, + 763 + ], + [ + 730, + 644, + 838, + 734 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1590/dart_counting.json b/captcha/dart counting/sample_1590/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..b7f2cf56e5a179b00864ce0526c343db22373119 --- /dev/null +++ b/captcha/dart counting/sample_1590/dart_counting.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": [ + [ + 507, + 657, + 615, + 747 + ], + [ + 775, + 643, + 883, + 733 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1590/sample_info.json b/captcha/dart counting/sample_1590/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..3a1e6a4fa9d04c636fbeeddfe6d051d273e81ea0 --- /dev/null +++ b/captcha/dart counting/sample_1590/sample_info.json @@ -0,0 +1,143 @@ +{ + "sample_id": 1590, + "target_number": 30, + "background_image": "num30.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 30 + ], + "sum": 30, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 0, + 3 + ], + "numbers_used": [ + 3, + 1 + ], + "sum": 4, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 17 + ], + "sum": 17, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 0, + 3, + 2 + ], + "numbers_used": [ + 4, + 7, + 7 + ], + "sum": 18, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 2 + ], + "numbers_used": [ + 10, + 12 + ], + "sum": 22, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + 17, + -19 + ], + "dart_extra_offset": [ + 19, + 1 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 483, + 621 + ], + "offset": [ + 33, + 21 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 751, + 607 + ], + "offset": [ + 1, + 7 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 507, + 657, + 615, + 747 + ], + [ + 775, + 643, + 883, + 733 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1591/dart_counting.json b/captcha/dart counting/sample_1591/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..dc386056d02f9ffc2fbe5c82c51f384c10c8cca7 --- /dev/null +++ b/captcha/dart counting/sample_1591/dart_counting.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": [ + [ + 460, + 642, + 568, + 732 + ], + [ + 771, + 664, + 879, + 754 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1591/sample_info.json b/captcha/dart counting/sample_1591/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b19cf23a1d7740faae3740069af004bb05cd8396 --- /dev/null +++ b/captcha/dart counting/sample_1591/sample_info.json @@ -0,0 +1,147 @@ +{ + "sample_id": 1591, + "target_number": 30, + "background_image": "num30.png", + "correct_answer_index": 2, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1, + 2 + ], + "numbers_used": [ + 12, + 10 + ], + "sum": 22, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 30 + ], + "sum": 30, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 2, + 0, + 1, + 3 + ], + "numbers_used": [ + 7, + 2, + 3, + 1 + ], + "sum": 13, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 1 + ], + "numbers_used": [ + 3, + 7 + ], + "sum": 10, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 0 + ], + "numbers_used": [ + 10, + 4 + ], + "sum": 14, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + 1, + 19 + ], + "dart_extra_offset": [ + -4, + -3 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 436, + 606 + ], + "offset": [ + -14, + 6 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 747, + 628 + ], + "offset": [ + -3, + 28 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 460, + 642, + 568, + 732 + ], + [ + 771, + 664, + 879, + 754 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1596/dart_counting.json b/captcha/dart counting/sample_1596/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..d8013cb701296ef77445196a3236bfa2e63de7c3 --- /dev/null +++ b/captcha/dart counting/sample_1596/dart_counting.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": [ + [ + 471, + 654, + 579, + 744 + ], + [ + 792, + 662, + 900, + 752 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1596/sample_info.json b/captcha/dart counting/sample_1596/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..f53c019fe6748885a96d5f800b7e9c06734bfd0d --- /dev/null +++ b/captcha/dart counting/sample_1596/sample_info.json @@ -0,0 +1,149 @@ +{ + "sample_id": 1596, + "target_number": 30, + "background_image": "num30.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 1 + ], + "numbers_used": [ + 10, + 20 + ], + "sum": 30, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 2, + 0 + ], + "numbers_used": [ + 1, + 1 + ], + "sum": 2, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 2, + 0 + ], + "numbers_used": [ + 1, + 1 + ], + "sum": 2, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 1, + 0, + 3 + ], + "numbers_used": [ + 15, + 5, + 7 + ], + "sum": 27, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 3, + 1 + ], + "numbers_used": [ + 6, + 5, + 11 + ], + "sum": 22, + "is_correct": false, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + -5, + 9 + ], + "dart_extra_offset": [ + 3, + 2 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 447, + 618 + ], + "offset": [ + -3, + 18 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 768, + 626 + ], + "offset": [ + 18, + 26 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 471, + 654, + 579, + 744 + ], + [ + 792, + 662, + 900, + 752 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1597/dart_counting.json b/captcha/dart counting/sample_1597/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..77a67d64ab8d1f50040667085a1d5711faeec9b5 --- /dev/null +++ b/captcha/dart counting/sample_1597/dart_counting.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": [ + [ + 478, + 646, + 586, + 736 + ], + [ + 823, + 675, + 931, + 765 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1597/sample_info.json b/captcha/dart counting/sample_1597/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..45cdfe5debb5592418d34745265c5d85c60cfdf4 --- /dev/null +++ b/captcha/dart counting/sample_1597/sample_info.json @@ -0,0 +1,155 @@ +{ + "sample_id": 1597, + "target_number": 30, + "background_image": "num30.png", + "correct_answer_index": 2, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 3 + ], + "numbers_used": [ + 3, + 3 + ], + "sum": 6, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 2, + 0, + 3, + 1 + ], + "numbers_used": [ + 8, + 8, + 3, + 11 + ], + "sum": 30, + "is_correct": true, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 3, + 1 + ], + "numbers_used": [ + 17, + 10 + ], + "sum": 27, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 1, + 2, + 0 + ], + "numbers_used": [ + 6, + 6, + 7, + 9 + ], + "sum": 28, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 3, + 0 + ], + "numbers_used": [ + 4, + 10, + 7 + ], + "sum": 21, + "is_correct": false, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + 6, + 10 + ], + "dart_extra_offset": [ + -1, + 17 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 454, + 610 + ], + "offset": [ + 4, + 10 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 799, + 639 + ], + "offset": [ + 49, + 39 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 478, + 646, + 586, + 736 + ], + [ + 823, + 675, + 931, + 765 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1599/dart_counting.json b/captcha/dart counting/sample_1599/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..6dc85f6e7d4e4f0a7841224cba455d554253576f --- /dev/null +++ b/captcha/dart counting/sample_1599/dart_counting.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": [ + [ + 481, + 662, + 589, + 752 + ], + [ + 822, + 648, + 930, + 738 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1599/sample_info.json b/captcha/dart counting/sample_1599/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..83bdd245cf7de21606ffdcf1aaf1f2372defd36f --- /dev/null +++ b/captcha/dart counting/sample_1599/sample_info.json @@ -0,0 +1,149 @@ +{ + "sample_id": 1599, + "target_number": 30, + "background_image": "num30.png", + "correct_answer_index": 2, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1, + 3 + ], + "numbers_used": [ + 3, + 3 + ], + "sum": 6, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 1, + 0, + 3 + ], + "numbers_used": [ + 9, + 12, + 9 + ], + "sum": 30, + "is_correct": true, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 3, + 1, + 0 + ], + "numbers_used": [ + 6, + 7, + 8 + ], + "sum": 21, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 1, + 2, + 3 + ], + "numbers_used": [ + 4, + 7, + 5 + ], + "sum": 16, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 5 + ], + "sum": 5, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + 11, + -9 + ], + "dart_extra_offset": [ + 5, + 7 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 457, + 626 + ], + "offset": [ + 7, + 26 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 798, + 612 + ], + "offset": [ + 48, + 12 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 481, + 662, + 589, + 752 + ], + [ + 822, + 648, + 930, + 738 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1612/dart_counting.json b/captcha/dart counting/sample_1612/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..11aef0ee2a0837af7c2a382fd4acafaec84cc001 --- /dev/null +++ b/captcha/dart counting/sample_1612/dart_counting.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": [ + [ + 479, + 675, + 587, + 765 + ], + [ + 782, + 672, + 890, + 762 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1612/sample_info.json b/captcha/dart counting/sample_1612/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..67193cde61cc8f65fcd06e0659adab1a0e784ba3 --- /dev/null +++ b/captcha/dart counting/sample_1612/sample_info.json @@ -0,0 +1,149 @@ +{ + "sample_id": 1612, + "target_number": 5, + "background_image": "num5.png", + "correct_answer_index": 5, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3, + 2 + ], + "numbers_used": [ + 7, + 3 + ], + "sum": 10, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 0, + 3 + ], + "numbers_used": [ + 2, + 5 + ], + "sum": 7, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 2, + 1, + 0, + 3 + ], + "numbers_used": [ + 7, + 6, + 7, + 10 + ], + "sum": 30, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 0, + 3 + ], + "numbers_used": [ + 3, + 7 + ], + "sum": 10, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 2, + 3 + ], + "numbers_used": [ + 4, + 1 + ], + "sum": 5, + "is_correct": true, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + 16, + 13 + ], + "dart_extra_offset": [ + 17, + 7 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 455, + 639 + ], + "offset": [ + 5, + 39 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 758, + 636 + ], + "offset": [ + 8, + 36 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 479, + 675, + 587, + 765 + ], + [ + 782, + 672, + 890, + 762 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1615/dart_counting.json b/captcha/dart counting/sample_1615/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..bfb44908c9f3c9bd9a69ef19e856236ef759d854 --- /dev/null +++ b/captcha/dart counting/sample_1615/dart_counting.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": [ + [ + 447, + 641, + 555, + 731 + ], + [ + 749, + 673, + 857, + 763 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1615/sample_info.json b/captcha/dart counting/sample_1615/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..9289d75ec7c9beffc67e5888d7e84416afbd9cde --- /dev/null +++ b/captcha/dart counting/sample_1615/sample_info.json @@ -0,0 +1,141 @@ +{ + "sample_id": 1615, + "target_number": 5, + "background_image": "num5.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 5 + ], + "sum": 5, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 10 + ], + "sum": 10, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 2, + 0, + 1 + ], + "numbers_used": [ + 9, + 9, + 10 + ], + "sum": 28, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 1 + ], + "sum": 1, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 3 + ], + "numbers_used": [ + 2, + 1 + ], + "sum": 3, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + -3, + -11 + ], + "dart_extra_offset": [ + -3, + 29 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 423, + 605 + ], + "offset": [ + -27, + 5 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 725, + 637 + ], + "offset": [ + -25, + 37 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 447, + 641, + 555, + 731 + ], + [ + 749, + 673, + 857, + 763 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1623/dart_counting.json b/captcha/dart counting/sample_1623/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..322c9da09d9a11c67a877e69af9db93bc936244b --- /dev/null +++ b/captcha/dart counting/sample_1623/dart_counting.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": [ + [ + 511, + 650, + 619, + 740 + ], + [ + 731, + 675, + 839, + 765 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1623/sample_info.json b/captcha/dart counting/sample_1623/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..bb92747ef401dc0e817bec6de3e09b343ff509ca --- /dev/null +++ b/captcha/dart counting/sample_1623/sample_info.json @@ -0,0 +1,141 @@ +{ + "sample_id": 1623, + "target_number": 5, + "background_image": "num5.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 17 + ], + "sum": 17, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 2, + 0, + 3 + ], + "numbers_used": [ + 6, + 8, + 3 + ], + "sum": 17, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 7 + ], + "sum": 7, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 3 + ], + "numbers_used": [ + 2, + 3 + ], + "sum": 5, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 4 + ], + "sum": 4, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + -17, + -19 + ], + "dart_extra_offset": [ + 15, + 15 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 487, + 614 + ], + "offset": [ + 37, + 14 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 707, + 639 + ], + "offset": [ + -43, + 39 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 511, + 650, + 619, + 740 + ], + [ + 731, + 675, + 839, + 765 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1624/dart_counting.json b/captcha/dart counting/sample_1624/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..0a3b2ee0847590474396aab0339174d0066dfdbf --- /dev/null +++ b/captcha/dart counting/sample_1624/dart_counting.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": [ + [ + 499, + 666, + 607, + 756 + ], + [ + 806, + 642, + 914, + 732 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1624/sample_info.json b/captcha/dart counting/sample_1624/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..e2b864d254cb9fcd763e92f16faa6b41585e8192 --- /dev/null +++ b/captcha/dart counting/sample_1624/sample_info.json @@ -0,0 +1,155 @@ +{ + "sample_id": 1624, + "target_number": 5, + "background_image": "num5.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 1, + 0 + ], + "numbers_used": [ + 5, + 7, + 11 + ], + "sum": 23, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 1, + 3, + 0, + 2 + ], + "numbers_used": [ + 3, + 3, + 5, + 2 + ], + "sum": 13, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 2, + 1 + ], + "numbers_used": [ + 2, + 1 + ], + "sum": 3, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 0, + 3, + 1 + ], + "numbers_used": [ + 2, + 1, + 1, + 1 + ], + "sum": 5, + "is_correct": true, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 2 + ], + "numbers_used": [ + 8, + 5 + ], + "sum": 13, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + 15, + 0 + ], + "dart_extra_offset": [ + 16, + 2 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 475, + 630 + ], + "offset": [ + 25, + 30 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 782, + 606 + ], + "offset": [ + 32, + 6 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 499, + 666, + 607, + 756 + ], + [ + 806, + 642, + 914, + 732 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1641/dart_counting.json b/captcha/dart counting/sample_1641/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..1f0b94205c59dfec5a773a2bab243a3bb7d9fd19 --- /dev/null +++ b/captcha/dart counting/sample_1641/dart_counting.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": [ + [ + 471, + 646, + 579, + 736 + ], + [ + 742, + 655, + 850, + 745 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1641/sample_info.json b/captcha/dart counting/sample_1641/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..83d779b3ef688a7a92d68b96734e7c37d6cb8fa6 --- /dev/null +++ b/captcha/dart counting/sample_1641/sample_info.json @@ -0,0 +1,147 @@ +{ + "sample_id": 1641, + "target_number": 5, + "background_image": "num5.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 3, + 0 + ], + "numbers_used": [ + 2, + 1, + 2 + ], + "sum": 5, + "is_correct": true, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 1, + 2 + ], + "numbers_used": [ + 8, + 11, + 8 + ], + "sum": 27, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 18 + ], + "sum": 18, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 1 + ], + "numbers_used": [ + 7, + 13 + ], + "sum": 20, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 2, + 1 + ], + "numbers_used": [ + 2, + 1 + ], + "sum": 3, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + 19, + 5 + ], + "dart_extra_offset": [ + 6, + -8 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 447, + 610 + ], + "offset": [ + -3, + 10 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 718, + 619 + ], + "offset": [ + -32, + 19 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 471, + 646, + 579, + 736 + ], + [ + 742, + 655, + 850, + 745 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1646/dart_counting.json b/captcha/dart counting/sample_1646/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..53affb45a0b57a87fbd2bdabe781b05e3ca12226 --- /dev/null +++ b/captcha/dart counting/sample_1646/dart_counting.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": [ + [ + 463, + 653, + 571, + 743 + ], + [ + 798, + 640, + 906, + 730 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1646/sample_info.json b/captcha/dart counting/sample_1646/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..f1d365b4983ed6a4be5e75f4e87c2886810f18f6 --- /dev/null +++ b/captcha/dart counting/sample_1646/sample_info.json @@ -0,0 +1,147 @@ +{ + "sample_id": 1646, + "target_number": 5, + "background_image": "num5.png", + "correct_answer_index": 2, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 10 + ], + "sum": 10, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 5 + ], + "sum": 5, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 2, + 0 + ], + "numbers_used": [ + 15, + 10 + ], + "sum": 25, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 0, + 3, + 2 + ], + "numbers_used": [ + 12, + 5, + 7 + ], + "sum": 24, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 3, + 1, + 0, + 2 + ], + "numbers_used": [ + 1, + 1, + 1, + 1 + ], + "sum": 4, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + 5, + 5 + ], + "dart_extra_offset": [ + -11, + 29 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 439, + 617 + ], + "offset": [ + -11, + 17 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 774, + 604 + ], + "offset": [ + 24, + 4 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 463, + 653, + 571, + 743 + ], + [ + 798, + 640, + 906, + 730 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1648/dart_counting.json b/captcha/dart counting/sample_1648/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..dd916459122e7171a27505aa5d6cbdc1bdbbe40a --- /dev/null +++ b/captcha/dart counting/sample_1648/dart_counting.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": [ + [ + 483, + 667, + 591, + 757 + ], + [ + 750, + 669, + 858, + 759 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1648/sample_info.json b/captcha/dart counting/sample_1648/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..a27a4db22742d6b3ba990e65bd409eaa6ac5d522 --- /dev/null +++ b/captcha/dart counting/sample_1648/sample_info.json @@ -0,0 +1,149 @@ +{ + "sample_id": 1648, + "target_number": 5, + "background_image": "num5.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 1, + 0, + 3 + ], + "numbers_used": [ + 1, + 1, + 2, + 1 + ], + "sum": 5, + "is_correct": true, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 15 + ], + "sum": 15, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 2, + 0, + 1, + 3 + ], + "numbers_used": [ + 5, + 8, + 5, + 12 + ], + "sum": 30, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 0 + ], + "numbers_used": [ + 6, + 2 + ], + "sum": 8, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 7 + ], + "sum": 7, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + -10, + -9 + ], + "dart_extra_offset": [ + -14, + -1 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 459, + 631 + ], + "offset": [ + 9, + 31 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 726, + 633 + ], + "offset": [ + -24, + 33 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 483, + 667, + 591, + 757 + ], + [ + 750, + 669, + 858, + 759 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1670/dart_counting.json b/captcha/dart counting/sample_1670/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..438cedb9a07234014a528a8ca1b04e73902be029 --- /dev/null +++ b/captcha/dart counting/sample_1670/dart_counting.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": [ + [ + 479, + 668, + 587, + 758 + ], + [ + 804, + 648, + 912, + 738 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1670/sample_info.json b/captcha/dart counting/sample_1670/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..4f7767dad8629125175eccfd8d4a7918ec7aeb43 --- /dev/null +++ b/captcha/dart counting/sample_1670/sample_info.json @@ -0,0 +1,151 @@ +{ + "sample_id": 1670, + "target_number": 5, + "background_image": "num5.png", + "correct_answer_index": 5, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3, + 1 + ], + "numbers_used": [ + 16, + 11 + ], + "sum": 27, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 0, + 3 + ], + "numbers_used": [ + 10, + 9 + ], + "sum": 19, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 0, + 3, + 2 + ], + "numbers_used": [ + 3, + 4, + 2, + 4 + ], + "sum": 13, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 1 + ], + "numbers_used": [ + 14, + 16 + ], + "sum": 30, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 1, + 3 + ], + "numbers_used": [ + 2, + 1, + 2 + ], + "sum": 5, + "is_correct": true, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -12, + -5 + ], + "dart_extra_offset": [ + 1, + -7 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 455, + 632 + ], + "offset": [ + 5, + 32 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 780, + 612 + ], + "offset": [ + 30, + 12 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 479, + 668, + 587, + 758 + ], + [ + 804, + 648, + 912, + 738 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1677/dart_counting.json b/captcha/dart counting/sample_1677/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..2dedb3f79b0221a1dd739c53b9b7f6b9c84ac87e --- /dev/null +++ b/captcha/dart counting/sample_1677/dart_counting.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": [ + [ + 446, + 670, + 554, + 760 + ], + [ + 749, + 664, + 857, + 754 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1677/sample_info.json b/captcha/dart counting/sample_1677/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..0deb194ae9a00e8fd6566e5f64b7cefa19a8ca01 --- /dev/null +++ b/captcha/dart counting/sample_1677/sample_info.json @@ -0,0 +1,159 @@ +{ + "sample_id": 1677, + "target_number": 5, + "background_image": "num5.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 3, + 1, + 0 + ], + "numbers_used": [ + 2, + 2, + 1, + 1 + ], + "sum": 6, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 1, + 0, + 2, + 3 + ], + "numbers_used": [ + 4, + 7, + 5, + 2 + ], + "sum": 18, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 0, + 2, + 3 + ], + "numbers_used": [ + 6, + 8, + 7 + ], + "sum": 21, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 1, + 2, + 0, + 3 + ], + "numbers_used": [ + 2, + 1, + 1, + 1 + ], + "sum": 5, + "is_correct": true, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 2, + 1 + ], + "numbers_used": [ + 12, + 13 + ], + "sum": 25, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + 5, + -4 + ], + "dart_extra_offset": [ + -14, + 20 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 422, + 634 + ], + "offset": [ + -28, + 34 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 725, + 628 + ], + "offset": [ + -25, + 28 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 446, + 670, + 554, + 760 + ], + [ + 749, + 664, + 857, + 754 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1679/dart_counting.json b/captcha/dart counting/sample_1679/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..5edfc8ff2176cbf688d30c88dc16a22ea780bffd --- /dev/null +++ b/captcha/dart counting/sample_1679/dart_counting.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": [ + [ + 469, + 655, + 577, + 745 + ], + [ + 752, + 653, + 860, + 743 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1679/sample_info.json b/captcha/dart counting/sample_1679/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..1465c15da1165b7d845c0896d5e512ff48e2b769 --- /dev/null +++ b/captcha/dart counting/sample_1679/sample_info.json @@ -0,0 +1,147 @@ +{ + "sample_id": 1679, + "target_number": 5, + "background_image": "num5.png", + "correct_answer_index": 2, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3, + 1, + 0 + ], + "numbers_used": [ + 9, + 7, + 12 + ], + "sum": 28, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 5 + ], + "sum": 5, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 0, + 3, + 2 + ], + "numbers_used": [ + 3, + 4, + 5, + 3 + ], + "sum": 15, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 13 + ], + "sum": 13, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 3 + ], + "numbers_used": [ + 10, + 4 + ], + "sum": 14, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -16, + 1 + ], + "dart_extra_offset": [ + 17, + 21 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 445, + 619 + ], + "offset": [ + -5, + 19 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 728, + 617 + ], + "offset": [ + -22, + 17 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 469, + 655, + 577, + 745 + ], + [ + 752, + 653, + 860, + 743 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1683/dart_counting.json b/captcha/dart counting/sample_1683/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..fe96fd4a361de8acc06a6b9dfc98778c3df7abf2 --- /dev/null +++ b/captcha/dart counting/sample_1683/dart_counting.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": [ + [ + 496, + 668, + 604, + 758 + ], + [ + 803, + 661, + 911, + 751 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1683/sample_info.json b/captcha/dart counting/sample_1683/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..88abc9e0ef19a4392eb7a10bb7e7c035520828ae --- /dev/null +++ b/captcha/dart counting/sample_1683/sample_info.json @@ -0,0 +1,149 @@ +{ + "sample_id": 1683, + "target_number": 5, + "background_image": "num5.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 3, + 1 + ], + "numbers_used": [ + 2, + 6, + 6 + ], + "sum": 14, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 2, + 1, + 3, + 0 + ], + "numbers_used": [ + 1, + 2, + 2, + 1 + ], + "sum": 6, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 7 + ], + "sum": 7, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 5 + ], + "sum": 5, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 2, + 0, + 3 + ], + "numbers_used": [ + 8, + 4, + 4 + ], + "sum": 16, + "is_correct": false, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + -9, + -12 + ], + "dart_extra_offset": [ + 1, + 12 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 472, + 632 + ], + "offset": [ + 22, + 32 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 779, + 625 + ], + "offset": [ + 29, + 25 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 496, + 668, + 604, + 758 + ], + [ + 803, + 661, + 911, + 751 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1684/dart_counting.json b/captcha/dart counting/sample_1684/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..1089fd8d9cb72233fe344d13557a53fbf9d6687d --- /dev/null +++ b/captcha/dart counting/sample_1684/dart_counting.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": [ + [ + 517, + 640, + 625, + 730 + ], + [ + 812, + 654, + 920, + 744 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1684/sample_info.json b/captcha/dart counting/sample_1684/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..85b2c0dae56f39bdeadcea7b61b807d4ac21e6dc --- /dev/null +++ b/captcha/dart counting/sample_1684/sample_info.json @@ -0,0 +1,139 @@ +{ + "sample_id": 1684, + "target_number": 5, + "background_image": "num5.png", + "correct_answer_index": 5, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 2 + ], + "sum": 2, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 2 + ], + "sum": 2, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 3, + 1, + 0 + ], + "numbers_used": [ + 3, + 3, + 1 + ], + "sum": 7, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 10 + ], + "sum": 10, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 5 + ], + "sum": 5, + "is_correct": true, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + 12, + 7 + ], + "dart_extra_offset": [ + -12, + 30 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 493, + 604 + ], + "offset": [ + 43, + 4 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 788, + 618 + ], + "offset": [ + 38, + 18 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 517, + 640, + 625, + 730 + ], + [ + 812, + 654, + 920, + 744 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1702/dart_counting.json b/captcha/dart counting/sample_1702/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..a3043767161c103b90c8a5fa7ed2ac530ea74831 --- /dev/null +++ b/captcha/dart counting/sample_1702/dart_counting.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": [ + [ + 425, + 661, + 533, + 751 + ], + [ + 750, + 667, + 858, + 757 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1702/sample_info.json b/captcha/dart counting/sample_1702/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..221d3bfb942d9a9836e1ef8964b41e3b08539b45 --- /dev/null +++ b/captcha/dart counting/sample_1702/sample_info.json @@ -0,0 +1,145 @@ +{ + "sample_id": 1702, + "target_number": 5, + "background_image": "num5.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 5 + ], + "sum": 5, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 2, + 3, + 1 + ], + "numbers_used": [ + 10, + 5, + 8 + ], + "sum": 23, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 2, + 1 + ], + "numbers_used": [ + 9, + 8 + ], + "sum": 17, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 1, + 3 + ], + "numbers_used": [ + 9, + 12 + ], + "sum": 21, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 2 + ], + "numbers_used": [ + 4, + 5 + ], + "sum": 9, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + 13, + -16 + ], + "dart_extra_offset": [ + 11, + 21 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 401, + 625 + ], + "offset": [ + -49, + 25 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 726, + 631 + ], + "offset": [ + -24, + 31 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 425, + 661, + 533, + 751 + ], + [ + 750, + 667, + 858, + 757 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1705/dart_counting.json b/captcha/dart counting/sample_1705/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..bd58ff56f4e9d827464f721203cbb018a7a94fa4 --- /dev/null +++ b/captcha/dart counting/sample_1705/dart_counting.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": [ + [ + 453, + 660, + 561, + 750 + ], + [ + 813, + 662, + 921, + 752 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1705/sample_info.json b/captcha/dart counting/sample_1705/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ee4776842747edd5e6611357f73014d5a4fca7aa --- /dev/null +++ b/captcha/dart counting/sample_1705/sample_info.json @@ -0,0 +1,153 @@ +{ + "sample_id": 1705, + "target_number": 5, + "background_image": "num5.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1, + 0, + 3, + 2 + ], + "numbers_used": [ + 1, + 1, + 1, + 2 + ], + "sum": 5, + "is_correct": true, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 1, + 3, + 2, + 0 + ], + "numbers_used": [ + 1, + 1, + 1, + 1 + ], + "sum": 4, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 0, + 3 + ], + "numbers_used": [ + 7, + 7 + ], + "sum": 14, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 15 + ], + "sum": 15, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 2, + 0 + ], + "numbers_used": [ + 3, + 7, + 7 + ], + "sum": 17, + "is_correct": false, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + 13, + 3 + ], + "dart_extra_offset": [ + 4, + 29 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 429, + 624 + ], + "offset": [ + -21, + 24 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 789, + 626 + ], + "offset": [ + 39, + 26 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 453, + 660, + 561, + 750 + ], + [ + 813, + 662, + 921, + 752 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1733/dart_counting.json b/captcha/dart counting/sample_1733/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..0a88e9cd84b9565b25cb7c150484204a1c9e6903 --- /dev/null +++ b/captcha/dart counting/sample_1733/dart_counting.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": [ + [ + 429, + 648, + 537, + 738 + ], + [ + 810, + 671, + 918, + 761 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1733/sample_info.json b/captcha/dart counting/sample_1733/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..18ae7cf2be9068f346e3e4e275ca03d619b6d1d6 --- /dev/null +++ b/captcha/dart counting/sample_1733/sample_info.json @@ -0,0 +1,159 @@ +{ + "sample_id": 1733, + "target_number": 5, + "background_image": "num5.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3, + 1, + 2, + 0 + ], + "numbers_used": [ + 1, + 1, + 1, + 1 + ], + "sum": 4, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 0, + 2, + 3, + 1 + ], + "numbers_used": [ + 2, + 4, + 4, + 4 + ], + "sum": 14, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 0, + 3, + 1, + 2 + ], + "numbers_used": [ + 6, + 7, + 9, + 5 + ], + "sum": 27, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 1, + 0 + ], + "numbers_used": [ + 1, + 2, + 2 + ], + "sum": 5, + "is_correct": true, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 2 + ], + "numbers_used": [ + 4, + 4 + ], + "sum": 8, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + 1, + 14 + ], + "dart_extra_offset": [ + 13, + -10 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 405, + 612 + ], + "offset": [ + -45, + 12 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 786, + 635 + ], + "offset": [ + 36, + 35 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 429, + 648, + 537, + 738 + ], + [ + 810, + 671, + 918, + 761 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1734/dart_counting.json b/captcha/dart counting/sample_1734/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..87333d5444da67eb18c777a1b0bf4fb1a3ea45d2 --- /dev/null +++ b/captcha/dart counting/sample_1734/dart_counting.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": [ + [ + 429, + 637, + 537, + 727 + ], + [ + 758, + 664, + 866, + 754 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1734/sample_info.json b/captcha/dart counting/sample_1734/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..71a84bd0c486f4f281637b98e384df91c7039103 --- /dev/null +++ b/captcha/dart counting/sample_1734/sample_info.json @@ -0,0 +1,151 @@ +{ + "sample_id": 1734, + "target_number": 5, + "background_image": "num5.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1, + 0, + 2, + 3 + ], + "numbers_used": [ + 5, + 2, + 9, + 3 + ], + "sum": 19, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 0 + ], + "numbers_used": [ + 6, + 4 + ], + "sum": 10, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 3, + 0 + ], + "numbers_used": [ + 5, + 4 + ], + "sum": 9, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 0, + 1, + 3 + ], + "numbers_used": [ + 1, + 2, + 1, + 1 + ], + "sum": 5, + "is_correct": true, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 14 + ], + "sum": 14, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -15, + -15 + ], + "dart_extra_offset": [ + -18, + 24 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 405, + 601 + ], + "offset": [ + -45, + 1 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 734, + 628 + ], + "offset": [ + -16, + 28 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 429, + 637, + 537, + 727 + ], + [ + 758, + 664, + 866, + 754 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1750/dart_counting.json b/captcha/dart counting/sample_1750/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..9eb72bf4bd7e0c698c1b92d24336bffe5440eef2 --- /dev/null +++ b/captcha/dart counting/sample_1750/dart_counting.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": [ + [ + 431, + 666, + 539, + 756 + ], + [ + 750, + 645, + 858, + 735 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1750/sample_info.json b/captcha/dart counting/sample_1750/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..6bc62c1aa5b6c5cc0581b62d903f3e3b69cde719 --- /dev/null +++ b/captcha/dart counting/sample_1750/sample_info.json @@ -0,0 +1,145 @@ +{ + "sample_id": 1750, + "target_number": 5, + "background_image": "num5.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 2 + ], + "numbers_used": [ + 2, + 3 + ], + "sum": 5, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 1, + 2 + ], + "numbers_used": [ + 12, + 9 + ], + "sum": 21, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 0, + 2 + ], + "numbers_used": [ + 1, + 1 + ], + "sum": 2, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 1, + 2, + 3 + ], + "numbers_used": [ + 7, + 7, + 16 + ], + "sum": 30, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 10 + ], + "sum": 10, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + 19, + -9 + ], + "dart_extra_offset": [ + 18, + -7 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 407, + 630 + ], + "offset": [ + -43, + 30 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 726, + 609 + ], + "offset": [ + -24, + 9 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 431, + 666, + 539, + 756 + ], + [ + 750, + 645, + 858, + 735 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1751/dart_counting.json b/captcha/dart counting/sample_1751/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..ba40d49aa592c80a11500f518d26cb069a70486b --- /dev/null +++ b/captcha/dart counting/sample_1751/dart_counting.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": [ + [ + 459, + 675, + 567, + 765 + ], + [ + 779, + 646, + 887, + 736 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1751/sample_info.json b/captcha/dart counting/sample_1751/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..e0f3c644989e85d7629c0a2d497b62b93e9b92d7 --- /dev/null +++ b/captcha/dart counting/sample_1751/sample_info.json @@ -0,0 +1,149 @@ +{ + "sample_id": 1751, + "target_number": 5, + "background_image": "num5.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 5 + ], + "sum": 5, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 0, + 1, + 3 + ], + "numbers_used": [ + 5, + 2, + 11 + ], + "sum": 18, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 2, + 0 + ], + "numbers_used": [ + 8, + 4, + 3 + ], + "sum": 15, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 1, + 3, + 0 + ], + "numbers_used": [ + 4, + 5, + 4, + 3 + ], + "sum": 16, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 13 + ], + "sum": 13, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + -9, + 17 + ], + "dart_extra_offset": [ + 9, + 14 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 435, + 639 + ], + "offset": [ + -15, + 39 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 755, + 610 + ], + "offset": [ + 5, + 10 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 459, + 675, + 567, + 765 + ], + [ + 779, + 646, + 887, + 736 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1756/dart_counting.json b/captcha/dart counting/sample_1756/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..fb2cfa16cda0ceba56d41f7b2cc5b21e509806a5 --- /dev/null +++ b/captcha/dart counting/sample_1756/dart_counting.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": [ + [ + 482, + 669, + 590, + 759 + ], + [ + 818, + 638, + 926, + 728 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1756/sample_info.json b/captcha/dart counting/sample_1756/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..8dba3409a6e11b84e5094657eb42c4bb6355a0b4 --- /dev/null +++ b/captcha/dart counting/sample_1756/sample_info.json @@ -0,0 +1,151 @@ +{ + "sample_id": 1756, + "target_number": 5, + "background_image": "num5.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3, + 2 + ], + "numbers_used": [ + 3, + 2 + ], + "sum": 5, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 0 + ], + "numbers_used": [ + 4, + 10 + ], + "sum": 14, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 3 + ], + "numbers_used": [ + 17, + 13 + ], + "sum": 30, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 0, + 3, + 2 + ], + "numbers_used": [ + 1, + 1, + 2 + ], + "sum": 4, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 2, + 3, + 1 + ], + "numbers_used": [ + 7, + 3, + 6, + 7 + ], + "sum": 23, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + 12, + -10 + ], + "dart_extra_offset": [ + 15, + 21 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 458, + 633 + ], + "offset": [ + 8, + 33 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 794, + 602 + ], + "offset": [ + 44, + 2 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 482, + 669, + 590, + 759 + ], + [ + 818, + 638, + 926, + 728 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1757/dart_counting.json b/captcha/dart counting/sample_1757/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..3c862abfd79d69a62eadf48712df6291ff3bdccd --- /dev/null +++ b/captcha/dart counting/sample_1757/dart_counting.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": [ + [ + 518, + 660, + 626, + 750 + ], + [ + 749, + 656, + 857, + 746 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1757/sample_info.json b/captcha/dart counting/sample_1757/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..e0440803648f1e6e22c338a65c3e6836ed4b9721 --- /dev/null +++ b/captcha/dart counting/sample_1757/sample_info.json @@ -0,0 +1,151 @@ +{ + "sample_id": 1757, + "target_number": 5, + "background_image": "num5.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1, + 3, + 2 + ], + "numbers_used": [ + 10, + 10, + 4 + ], + "sum": 24, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 2, + 1, + 0 + ], + "numbers_used": [ + 5, + 3, + 2, + 1 + ], + "sum": 11, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 2, + 1, + 3 + ], + "numbers_used": [ + 11, + 12, + 5 + ], + "sum": 28, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 0, + 1 + ], + "numbers_used": [ + 4, + 1 + ], + "sum": 5, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 8 + ], + "sum": 8, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + 15, + 11 + ], + "dart_extra_offset": [ + -14, + -2 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 494, + 624 + ], + "offset": [ + 44, + 24 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 725, + 620 + ], + "offset": [ + -25, + 20 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 518, + 660, + 626, + 750 + ], + [ + 749, + 656, + 857, + 746 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1758/dart_counting.json b/captcha/dart counting/sample_1758/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..9103638604d6e224577b8e9fb0cb092dd2db55bf --- /dev/null +++ b/captcha/dart counting/sample_1758/dart_counting.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": [ + [ + 464, + 674, + 572, + 764 + ], + [ + 816, + 671, + 924, + 761 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1758/sample_info.json b/captcha/dart counting/sample_1758/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..432d819adf9037e2418b9df33531497f47b8b1e4 --- /dev/null +++ b/captcha/dart counting/sample_1758/sample_info.json @@ -0,0 +1,157 @@ +{ + "sample_id": 1758, + "target_number": 5, + "background_image": "num5.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 1, + 0, + 3 + ], + "numbers_used": [ + 1, + 2, + 1, + 1 + ], + "sum": 5, + "is_correct": true, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 0, + 1, + 2 + ], + "numbers_used": [ + 3, + 6, + 3, + 7 + ], + "sum": 19, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 0, + 3, + 2 + ], + "numbers_used": [ + 2, + 1, + 4, + 3 + ], + "sum": 10, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 0, + 2 + ], + "numbers_used": [ + 7, + 7 + ], + "sum": 14, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 3, + 1 + ], + "numbers_used": [ + 8, + 17 + ], + "sum": 25, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + -10, + -12 + ], + "dart_extra_offset": [ + -18, + -5 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 440, + 638 + ], + "offset": [ + -10, + 38 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 792, + 635 + ], + "offset": [ + 42, + 35 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 464, + 674, + 572, + 764 + ], + [ + 816, + 671, + 924, + 761 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1759/dart_counting.json b/captcha/dart counting/sample_1759/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..d1fd074230e49c449b09c36bd66bd7d8235fbb8f --- /dev/null +++ b/captcha/dart counting/sample_1759/dart_counting.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": [ + [ + 457, + 672, + 565, + 762 + ], + [ + 801, + 673, + 909, + 763 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1759/sample_info.json b/captcha/dart counting/sample_1759/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ff5ab5c4f9effc897b25c8edcc4aef88086d307e --- /dev/null +++ b/captcha/dart counting/sample_1759/sample_info.json @@ -0,0 +1,147 @@ +{ + "sample_id": 1759, + "target_number": 5, + "background_image": "num5.png", + "correct_answer_index": 2, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 12 + ], + "sum": 12, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 2, + 0 + ], + "numbers_used": [ + 1, + 2, + 2 + ], + "sum": 5, + "is_correct": true, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 2, + 0, + 3 + ], + "numbers_used": [ + 1, + 1, + 1, + 1 + ], + "sum": 4, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 1, + 0 + ], + "numbers_used": [ + 12, + 11 + ], + "sum": 23, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 14 + ], + "sum": 14, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + 10, + 15 + ], + "dart_extra_offset": [ + -14, + 23 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 433, + 636 + ], + "offset": [ + -17, + 36 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 777, + 637 + ], + "offset": [ + 27, + 37 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 457, + 672, + 565, + 762 + ], + [ + 801, + 673, + 909, + 763 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1760/dart_counting.json b/captcha/dart counting/sample_1760/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..0d4d187abaa65b3a9cbe279c88e9be96749f0f8d --- /dev/null +++ b/captcha/dart counting/sample_1760/dart_counting.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": [ + [ + 472, + 676, + 580, + 766 + ], + [ + 824, + 655, + 932, + 745 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1760/sample_info.json b/captcha/dart counting/sample_1760/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ff7a90f1abc3fb7947e23d77213c9050625efd81 --- /dev/null +++ b/captcha/dart counting/sample_1760/sample_info.json @@ -0,0 +1,163 @@ +{ + "sample_id": 1760, + "target_number": 5, + "background_image": "num5.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 1, + 3, + 2 + ], + "numbers_used": [ + 1, + 1, + 1, + 2 + ], + "sum": 5, + "is_correct": true, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 2, + 1, + 0, + 3 + ], + "numbers_used": [ + 6, + 10, + 8, + 4 + ], + "sum": 28, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 3, + 2, + 1, + 0 + ], + "numbers_used": [ + 1, + 1, + 1, + 1 + ], + "sum": 4, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 1, + 3 + ], + "numbers_used": [ + 4, + 3, + 5 + ], + "sum": 12, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 3, + 1, + 2 + ], + "numbers_used": [ + 3, + 3, + 3, + 2 + ], + "sum": 11, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + -7, + 8 + ], + "dart_extra_offset": [ + 5, + 20 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 448, + 640 + ], + "offset": [ + -2, + 40 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 800, + 619 + ], + "offset": [ + 50, + 19 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 472, + 676, + 580, + 766 + ], + [ + 824, + 655, + 932, + 745 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1761/dart_counting.json b/captcha/dart counting/sample_1761/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..4f3f72d46ff79fbb638cb3fdcbb59ba3e06f115c --- /dev/null +++ b/captcha/dart counting/sample_1761/dart_counting.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": [ + [ + 498, + 656, + 606, + 746 + ], + [ + 724, + 644, + 832, + 734 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1761/sample_info.json b/captcha/dart counting/sample_1761/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..88ca336c453d6663c608d1c08f0b43c2faa2a67e --- /dev/null +++ b/captcha/dart counting/sample_1761/sample_info.json @@ -0,0 +1,149 @@ +{ + "sample_id": 1761, + "target_number": 5, + "background_image": "num5.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 3, + 0, + 1 + ], + "numbers_used": [ + 1, + 3, + 1, + 2 + ], + "sum": 7, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 0, + 3 + ], + "numbers_used": [ + 15, + 9 + ], + "sum": 24, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 3, + 0 + ], + "numbers_used": [ + 7, + 7, + 6 + ], + "sum": 20, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 5 + ], + "sum": 5, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 2, + 0 + ], + "numbers_used": [ + 16, + 12 + ], + "sum": 28, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + -7, + 9 + ], + "dart_extra_offset": [ + 2, + 26 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 474, + 620 + ], + "offset": [ + 24, + 20 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 700, + 608 + ], + "offset": [ + -50, + 8 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 498, + 656, + 606, + 746 + ], + [ + 724, + 644, + 832, + 734 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1766/dart_counting.json b/captcha/dart counting/sample_1766/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..d44c0d338190241078745784b2389ce87bbc09e3 --- /dev/null +++ b/captcha/dart counting/sample_1766/dart_counting.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": [ + [ + 483, + 673, + 591, + 763 + ], + [ + 754, + 664, + 862, + 754 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1766/sample_info.json b/captcha/dart counting/sample_1766/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..c077d44e6e5ad675ac2a7dc9a98575339e6e3df0 --- /dev/null +++ b/captcha/dart counting/sample_1766/sample_info.json @@ -0,0 +1,149 @@ +{ + "sample_id": 1766, + "target_number": 5, + "background_image": "num5.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 1, + 3 + ], + "numbers_used": [ + 11, + 10, + 8 + ], + "sum": 29, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 1, + 3, + 2, + 0 + ], + "numbers_used": [ + 3, + 1, + 3, + 3 + ], + "sum": 10, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 10 + ], + "sum": 10, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 1, + 2, + 0 + ], + "numbers_used": [ + 1, + 2, + 2 + ], + "sum": 5, + "is_correct": true, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 9 + ], + "sum": 9, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + 0, + 9 + ], + "dart_extra_offset": [ + 16, + 18 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 459, + 637 + ], + "offset": [ + 9, + 37 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 730, + 628 + ], + "offset": [ + -20, + 28 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 483, + 673, + 591, + 763 + ], + [ + 754, + 664, + 862, + 754 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1767/dart_counting.json b/captcha/dart counting/sample_1767/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..845606246167ac6f418685a02b21b66097d92b66 --- /dev/null +++ b/captcha/dart counting/sample_1767/dart_counting.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": [ + [ + 479, + 651, + 587, + 741 + ], + [ + 753, + 669, + 861, + 759 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1767/sample_info.json b/captcha/dart counting/sample_1767/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..9b4b919b91dc7808d736329fa16fc0a1086760a7 --- /dev/null +++ b/captcha/dart counting/sample_1767/sample_info.json @@ -0,0 +1,149 @@ +{ + "sample_id": 1767, + "target_number": 5, + "background_image": "num5.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 4 + ], + "sum": 4, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 2 + ], + "numbers_used": [ + 7, + 9 + ], + "sum": 16, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 2, + 3 + ], + "numbers_used": [ + 1, + 1 + ], + "sum": 2, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 0, + 3 + ], + "numbers_used": [ + 1, + 2, + 2 + ], + "sum": 5, + "is_correct": true, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 2, + 1, + 0, + 3 + ], + "numbers_used": [ + 7, + 5, + 5, + 7 + ], + "sum": 24, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + 16, + 16 + ], + "dart_extra_offset": [ + -11, + 30 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 455, + 615 + ], + "offset": [ + 5, + 15 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 729, + 633 + ], + "offset": [ + -21, + 33 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 479, + 651, + 587, + 741 + ], + [ + 753, + 669, + 861, + 759 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1768/dart_counting.json b/captcha/dart counting/sample_1768/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..5f17e796144783ff54688bc94a39ec209171b226 --- /dev/null +++ b/captcha/dart counting/sample_1768/dart_counting.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, + 659, + 576, + 749 + ], + [ + 729, + 672, + 837, + 762 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1768/sample_info.json b/captcha/dart counting/sample_1768/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..4341c93c607c48a7b0c073258c38d24aab7b591e --- /dev/null +++ b/captcha/dart counting/sample_1768/sample_info.json @@ -0,0 +1,153 @@ +{ + "sample_id": 1768, + "target_number": 5, + "background_image": "num5.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1, + 3, + 0 + ], + "numbers_used": [ + 3, + 2, + 5 + ], + "sum": 10, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 2, + 0, + 3, + 1 + ], + "numbers_used": [ + 1, + 1, + 1, + 1 + ], + "sum": 4, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 3 + ], + "numbers_used": [ + 3, + 2 + ], + "sum": 5, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 6 + ], + "sum": 6, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 2, + 1, + 3 + ], + "numbers_used": [ + 2, + 3, + 3, + 2 + ], + "sum": 10, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + 4, + 20 + ], + "dart_extra_offset": [ + 6, + 7 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 444, + 623 + ], + "offset": [ + -6, + 23 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 705, + 636 + ], + "offset": [ + -45, + 36 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 468, + 659, + 576, + 749 + ], + [ + 729, + 672, + 837, + 762 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1769/dart_counting.json b/captcha/dart counting/sample_1769/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..4819665053174111db32476ebbe531896d27b885 --- /dev/null +++ b/captcha/dart counting/sample_1769/dart_counting.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": [ + [ + 486, + 670, + 594, + 760 + ], + [ + 794, + 671, + 902, + 761 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1769/sample_info.json b/captcha/dart counting/sample_1769/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..04e9b376524c065f80f87c8a505d2b2cdfc92527 --- /dev/null +++ b/captcha/dart counting/sample_1769/sample_info.json @@ -0,0 +1,147 @@ +{ + "sample_id": 1769, + "target_number": 5, + "background_image": "num5.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 5 + ], + "sum": 5, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 0, + 1 + ], + "numbers_used": [ + 8, + 6 + ], + "sum": 14, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 3, + 2, + 0, + 1 + ], + "numbers_used": [ + 1, + 1, + 3, + 3 + ], + "sum": 8, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 1 + ], + "numbers_used": [ + 19, + 10 + ], + "sum": 29, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 3 + ], + "numbers_used": [ + 1, + 3 + ], + "sum": 4, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -13, + 8 + ], + "dart_extra_offset": [ + 1, + -4 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 462, + 634 + ], + "offset": [ + 12, + 34 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 770, + 635 + ], + "offset": [ + 20, + 35 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 486, + 670, + 594, + 760 + ], + [ + 794, + 671, + 902, + 761 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1792/dart_counting.json b/captcha/dart counting/sample_1792/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..4db4692f0db004d513c92b7a323fbe70a71d263e --- /dev/null +++ b/captcha/dart counting/sample_1792/dart_counting.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": [ + [ + 515, + 669, + 623, + 759 + ], + [ + 818, + 664, + 926, + 754 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1792/sample_info.json b/captcha/dart counting/sample_1792/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ce2665a9ecd05557a0f7d5c890b5f7cde4a5a8d8 --- /dev/null +++ b/captcha/dart counting/sample_1792/sample_info.json @@ -0,0 +1,155 @@ +{ + "sample_id": 1792, + "target_number": 5, + "background_image": "num5.png", + "correct_answer_index": 2, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1, + 0, + 2 + ], + "numbers_used": [ + 9, + 11, + 9 + ], + "sum": 29, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 1, + 0, + 3 + ], + "numbers_used": [ + 2, + 2, + 1 + ], + "sum": 5, + "is_correct": true, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 19 + ], + "sum": 19, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 0, + 2, + 1 + ], + "numbers_used": [ + 7, + 9, + 7, + 4 + ], + "sum": 27, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 2, + 3, + 0 + ], + "numbers_used": [ + 6, + 2, + 3, + 4 + ], + "sum": 15, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + -3, + -15 + ], + "dart_extra_offset": [ + 7, + 26 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 491, + 633 + ], + "offset": [ + 41, + 33 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 794, + 628 + ], + "offset": [ + 44, + 28 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 515, + 669, + 623, + 759 + ], + [ + 818, + 664, + 926, + 754 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1793/dart_counting.json b/captcha/dart counting/sample_1793/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..16e893d9513b39622521f672a8641c08b34741d3 --- /dev/null +++ b/captcha/dart counting/sample_1793/dart_counting.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": [ + [ + 468, + 647, + 576, + 737 + ], + [ + 773, + 657, + 881, + 747 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1793/sample_info.json b/captcha/dart counting/sample_1793/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..0768f0db9371f44b1aa87b12231c09db84a220a7 --- /dev/null +++ b/captcha/dart counting/sample_1793/sample_info.json @@ -0,0 +1,147 @@ +{ + "sample_id": 1793, + "target_number": 5, + "background_image": "num5.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 15 + ], + "sum": 15, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 0, + 3, + 1, + 2 + ], + "numbers_used": [ + 7, + 4, + 4, + 5 + ], + "sum": 20, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 2, + 0, + 3, + 1 + ], + "numbers_used": [ + 7, + 6, + 6, + 7 + ], + "sum": 26, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 5 + ], + "sum": 5, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 16 + ], + "sum": 16, + "is_correct": false, + "dart_count": 1 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + -10, + 16 + ], + "dart_extra_offset": [ + 17, + 29 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 444, + 611 + ], + "offset": [ + -6, + 11 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 749, + 621 + ], + "offset": [ + -1, + 21 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 468, + 647, + 576, + 737 + ], + [ + 773, + 657, + 881, + 747 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1794/dart_counting.json b/captcha/dart counting/sample_1794/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..312b8a081260f5a719065be9423c220c89c504fc --- /dev/null +++ b/captcha/dart counting/sample_1794/dart_counting.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": [ + [ + 464, + 669, + 572, + 759 + ], + [ + 813, + 656, + 921, + 746 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1794/sample_info.json b/captcha/dart counting/sample_1794/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..66e8544424d92a48e835c98d0dae3097bf15926c --- /dev/null +++ b/captcha/dart counting/sample_1794/sample_info.json @@ -0,0 +1,151 @@ +{ + "sample_id": 1794, + "target_number": 5, + "background_image": "num5.png", + "correct_answer_index": 5, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1, + 3, + 2 + ], + "numbers_used": [ + 7, + 4, + 9 + ], + "sum": 20, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 9 + ], + "sum": 9, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 3, + 1, + 0, + 2 + ], + "numbers_used": [ + 3, + 5, + 4, + 3 + ], + "sum": 15, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 1 + ], + "numbers_used": [ + 4, + 7 + ], + "sum": 11, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 2, + 1 + ], + "numbers_used": [ + 1, + 2, + 2 + ], + "sum": 5, + "is_correct": true, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + -12, + 10 + ], + "dart_extra_offset": [ + 6, + 12 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 440, + 633 + ], + "offset": [ + -10, + 33 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 789, + 620 + ], + "offset": [ + 39, + 20 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 464, + 669, + 572, + 759 + ], + [ + 813, + 656, + 921, + 746 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1795/dart_counting.json b/captcha/dart counting/sample_1795/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..941913e95d56c9161e3b9a9416c36e69b3f938ca --- /dev/null +++ b/captcha/dart counting/sample_1795/dart_counting.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": [ + [ + 493, + 668, + 601, + 758 + ], + [ + 740, + 645, + 848, + 735 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1795/sample_info.json b/captcha/dart counting/sample_1795/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..05cfa0028e0e0e396cfcffb2bafc6cdc5abc88e4 --- /dev/null +++ b/captcha/dart counting/sample_1795/sample_info.json @@ -0,0 +1,159 @@ +{ + "sample_id": 1795, + "target_number": 5, + "background_image": "num5.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 1, + 2, + 3 + ], + "numbers_used": [ + 2, + 1, + 1, + 1 + ], + "sum": 5, + "is_correct": true, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 1, + 0, + 2 + ], + "numbers_used": [ + 3, + 7, + 9, + 7 + ], + "sum": 26, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 2 + ], + "sum": 2, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 2, + 1, + 0 + ], + "numbers_used": [ + 2, + 3, + 2, + 2 + ], + "sum": 9, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 2, + 1, + 3, + 0 + ], + "numbers_used": [ + 6, + 8, + 5, + 8 + ], + "sum": 27, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + -14, + 3 + ], + "dart_extra_offset": [ + 14, + 23 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 469, + 632 + ], + "offset": [ + 19, + 32 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 716, + 609 + ], + "offset": [ + -34, + 9 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 493, + 668, + 601, + 758 + ], + [ + 740, + 645, + 848, + 735 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1813/dart_counting.json b/captcha/dart counting/sample_1813/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..bd60c32ea4c7031a2b8dff7254cc11a05cdd15fc --- /dev/null +++ b/captcha/dart counting/sample_1813/dart_counting.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": [ + [ + 509, + 662, + 617, + 752 + ], + [ + 753, + 663, + 861, + 753 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1813/sample_info.json b/captcha/dart counting/sample_1813/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..723a188292bf678de2486f401300fb8b5ebea242 --- /dev/null +++ b/captcha/dart counting/sample_1813/sample_info.json @@ -0,0 +1,147 @@ +{ + "sample_id": 1813, + "target_number": 7, + "background_image": "num7.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 13 + ], + "sum": 13, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 0, + 2, + 3 + ], + "numbers_used": [ + 8, + 5, + 5 + ], + "sum": 18, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 2 + ], + "numbers_used": [ + 5, + 2 + ], + "sum": 7, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 0, + 1, + 3 + ], + "numbers_used": [ + 1, + 1, + 1 + ], + "sum": 3, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 3, + 2 + ], + "numbers_used": [ + 1, + 1 + ], + "sum": 2, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + 18, + -2 + ], + "dart_extra_offset": [ + -16, + 9 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 485, + 626 + ], + "offset": [ + 35, + 26 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 729, + 627 + ], + "offset": [ + -21, + 27 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 509, + 662, + 617, + 752 + ], + [ + 753, + 663, + 861, + 753 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1814/dart_counting.json b/captcha/dart counting/sample_1814/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..15d228cd79dca9151f64dc8a9ac6924b8024d64c --- /dev/null +++ b/captcha/dart counting/sample_1814/dart_counting.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, + 641, + 608, + 731 + ], + [ + 815, + 648, + 923, + 738 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1814/sample_info.json b/captcha/dart counting/sample_1814/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..fd29dd9dc1b2cbae41a4a3373b46a3f1f30b9029 --- /dev/null +++ b/captcha/dart counting/sample_1814/sample_info.json @@ -0,0 +1,149 @@ +{ + "sample_id": 1814, + "target_number": 7, + "background_image": "num7.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 17 + ], + "sum": 17, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 2, + 0, + 3, + 1 + ], + "numbers_used": [ + 6, + 2, + 8, + 2 + ], + "sum": 18, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 0 + ], + "numbers_used": [ + 2, + 5 + ], + "sum": 7, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 3, + 0 + ], + "numbers_used": [ + 16, + 7, + 6 + ], + "sum": 29, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 3 + ], + "numbers_used": [ + 10, + 12 + ], + "sum": 22, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -8, + 17 + ], + "dart_extra_offset": [ + 6, + 19 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 476, + 605 + ], + "offset": [ + 26, + 5 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 791, + 612 + ], + "offset": [ + 41, + 12 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 500, + 641, + 608, + 731 + ], + [ + 815, + 648, + 923, + 738 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1822/dart_counting.json b/captcha/dart counting/sample_1822/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..66eed06cc7b0a134985652fb821a3f142543c716 --- /dev/null +++ b/captcha/dart counting/sample_1822/dart_counting.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": [ + [ + 470, + 669, + 578, + 759 + ], + [ + 732, + 640, + 840, + 730 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1822/sample_info.json b/captcha/dart counting/sample_1822/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..13100e3076d0abe6ebe1a0b0e18c6c534f54cafd --- /dev/null +++ b/captcha/dart counting/sample_1822/sample_info.json @@ -0,0 +1,147 @@ +{ + "sample_id": 1822, + "target_number": 7, + "background_image": "num7.png", + "correct_answer_index": 5, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 15 + ], + "sum": 15, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 0, + 2 + ], + "numbers_used": [ + 5, + 5, + 2 + ], + "sum": 12, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 2, + 1, + 3 + ], + "numbers_used": [ + 10, + 8, + 12 + ], + "sum": 30, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 1, + 0 + ], + "numbers_used": [ + 1, + 1 + ], + "sum": 2, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 3 + ], + "numbers_used": [ + 2, + 5 + ], + "sum": 7, + "is_correct": true, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -2, + 7 + ], + "dart_extra_offset": [ + 11, + 13 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 446, + 633 + ], + "offset": [ + -4, + 33 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 708, + 604 + ], + "offset": [ + -42, + 4 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 470, + 669, + 578, + 759 + ], + [ + 732, + 640, + 840, + 730 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1825/dart_counting.json b/captcha/dart counting/sample_1825/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..f6b873f94439bce374e643a8400bb74bb3b97014 --- /dev/null +++ b/captcha/dart counting/sample_1825/dart_counting.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": [ + [ + 469, + 671, + 577, + 761 + ], + [ + 732, + 659, + 840, + 749 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1825/sample_info.json b/captcha/dart counting/sample_1825/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..c0ae779e8cfd608b6ba2a616a3685db673fcfb9b --- /dev/null +++ b/captcha/dart counting/sample_1825/sample_info.json @@ -0,0 +1,147 @@ +{ + "sample_id": 1825, + "target_number": 7, + "background_image": "num7.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 13 + ], + "sum": 13, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 0, + 2 + ], + "numbers_used": [ + 1, + 5 + ], + "sum": 6, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 19 + ], + "sum": 19, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 0, + 1, + 3 + ], + "numbers_used": [ + 2, + 4, + 1 + ], + "sum": 7, + "is_correct": true, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 2, + 1, + 3, + 0 + ], + "numbers_used": [ + 4, + 2, + 7, + 3 + ], + "sum": 16, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -14, + 17 + ], + "dart_extra_offset": [ + -7, + 13 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 445, + 635 + ], + "offset": [ + -5, + 35 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 708, + 623 + ], + "offset": [ + -42, + 23 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 469, + 671, + 577, + 761 + ], + [ + 732, + 659, + 840, + 749 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1840/dart_counting.json b/captcha/dart counting/sample_1840/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..7af1d34fb9458274a74417476507fa3d656cde2d --- /dev/null +++ b/captcha/dart counting/sample_1840/dart_counting.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": [ + [ + 510, + 675, + 618, + 765 + ], + [ + 787, + 650, + 895, + 740 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1840/sample_info.json b/captcha/dart counting/sample_1840/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..92c4380447114fa62412d1f3f8b2ccd812ede3a9 --- /dev/null +++ b/captcha/dart counting/sample_1840/sample_info.json @@ -0,0 +1,155 @@ +{ + "sample_id": 1840, + "target_number": 7, + "background_image": "num7.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1, + 3 + ], + "numbers_used": [ + 5, + 5 + ], + "sum": 10, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 1, + 2, + 3, + 0 + ], + "numbers_used": [ + 1, + 1, + 1, + 1 + ], + "sum": 4, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 3, + 1 + ], + "numbers_used": [ + 3, + 4 + ], + "sum": 7, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 1, + 0 + ], + "numbers_used": [ + 11, + 4, + 7 + ], + "sum": 22, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 2, + 3, + 1 + ], + "numbers_used": [ + 1, + 1, + 1, + 1 + ], + "sum": 4, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -19, + 16 + ], + "dart_extra_offset": [ + 9, + 12 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 486, + 639 + ], + "offset": [ + 36, + 39 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 763, + 614 + ], + "offset": [ + 13, + 14 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 510, + 675, + 618, + 765 + ], + [ + 787, + 650, + 895, + 740 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1847/dart_counting.json b/captcha/dart counting/sample_1847/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..85f06a67491ed732fabf9a347e8c0ee09300f647 --- /dev/null +++ b/captcha/dart counting/sample_1847/dart_counting.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": [ + [ + 523, + 642, + 631, + 732 + ], + [ + 810, + 661, + 918, + 751 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1847/sample_info.json b/captcha/dart counting/sample_1847/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..0486b007311d920a40850d4dda1eb47f61f1b03e --- /dev/null +++ b/captcha/dart counting/sample_1847/sample_info.json @@ -0,0 +1,147 @@ +{ + "sample_id": 1847, + "target_number": 7, + "background_image": "num7.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 19 + ], + "sum": 19, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 1, + 3 + ], + "numbers_used": [ + 14, + 16 + ], + "sum": 30, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 15 + ], + "sum": 15, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 2, + 1, + 0 + ], + "numbers_used": [ + 2, + 3, + 1, + 1 + ], + "sum": 7, + "is_correct": true, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 2, + 3 + ], + "numbers_used": [ + 1, + 1, + 1 + ], + "sum": 3, + "is_correct": false, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + 15, + 20 + ], + "dart_extra_offset": [ + 2, + 17 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 499, + 606 + ], + "offset": [ + 49, + 6 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 786, + 625 + ], + "offset": [ + 36, + 25 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 523, + 642, + 631, + 732 + ], + [ + 810, + 661, + 918, + 751 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1849/dart_counting.json b/captcha/dart counting/sample_1849/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..f2b9784f188e994413a5c5438a002764e75481ed --- /dev/null +++ b/captcha/dart counting/sample_1849/dart_counting.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": [ + [ + 484, + 676, + 592, + 766 + ], + [ + 725, + 664, + 833, + 754 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1849/sample_info.json b/captcha/dart counting/sample_1849/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ebc5a575752d04f960d0cbc6cb82e618476e0870 --- /dev/null +++ b/captcha/dart counting/sample_1849/sample_info.json @@ -0,0 +1,151 @@ +{ + "sample_id": 1849, + "target_number": 7, + "background_image": "num7.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 11 + ], + "sum": 11, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 2, + 1, + 3, + 0 + ], + "numbers_used": [ + 8, + 6, + 7, + 4 + ], + "sum": 25, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 0, + 3, + 1 + ], + "numbers_used": [ + 3, + 1, + 3 + ], + "sum": 7, + "is_correct": true, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 13 + ], + "sum": 13, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 2, + 1, + 3, + 0 + ], + "numbers_used": [ + 1, + 2, + 5, + 1 + ], + "sum": 9, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + 15, + 18 + ], + "dart_extra_offset": [ + 3, + 2 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 460, + 640 + ], + "offset": [ + 10, + 40 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 701, + 628 + ], + "offset": [ + -49, + 28 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 484, + 676, + 592, + 766 + ], + [ + 725, + 664, + 833, + 754 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1871/dart_counting.json b/captcha/dart counting/sample_1871/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..742d0f5548241c1d0bfb0881d2a984465bb0c21d --- /dev/null +++ b/captcha/dart counting/sample_1871/dart_counting.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": [ + [ + 499, + 647, + 607, + 737 + ], + [ + 796, + 643, + 904, + 733 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1871/sample_info.json b/captcha/dart counting/sample_1871/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..1c32bd1636e300409b1746346f75b9e8d2823871 --- /dev/null +++ b/captcha/dart counting/sample_1871/sample_info.json @@ -0,0 +1,157 @@ +{ + "sample_id": 1871, + "target_number": 7, + "background_image": "num7.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 1, + 3, + 0 + ], + "numbers_used": [ + 5, + 8, + 2, + 3 + ], + "sum": 18, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 1, + 2, + 0, + 3 + ], + "numbers_used": [ + 1, + 2, + 1, + 1 + ], + "sum": 5, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 15 + ], + "sum": 15, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 2, + 1, + 0 + ], + "numbers_used": [ + 3, + 1, + 1, + 2 + ], + "sum": 7, + "is_correct": true, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 3, + 2, + 1 + ], + "numbers_used": [ + 1, + 1, + 1 + ], + "sum": 3, + "is_correct": false, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -9, + -15 + ], + "dart_extra_offset": [ + -5, + -4 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 475, + 611 + ], + "offset": [ + 25, + 11 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 772, + 607 + ], + "offset": [ + 22, + 7 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 499, + 647, + 607, + 737 + ], + [ + 796, + 643, + 904, + 733 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1876/dart_counting.json b/captcha/dart counting/sample_1876/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..ec7e82e16f604ba1c0f5ce3ede87243408eedf8c --- /dev/null +++ b/captcha/dart counting/sample_1876/dart_counting.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": [ + [ + 475, + 644, + 583, + 734 + ], + [ + 789, + 648, + 897, + 738 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1876/sample_info.json b/captcha/dart counting/sample_1876/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..f2d165a42076255c965b3b73b89079a5aefd17ef --- /dev/null +++ b/captcha/dart counting/sample_1876/sample_info.json @@ -0,0 +1,141 @@ +{ + "sample_id": 1876, + "target_number": 7, + "background_image": "num7.png", + "correct_answer_index": 2, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3, + 0, + 2 + ], + "numbers_used": [ + 6, + 2, + 2 + ], + "sum": 10, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 7 + ], + "sum": 7, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 8 + ], + "sum": 8, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 10 + ], + "sum": 10, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 2, + 3 + ], + "numbers_used": [ + 7, + 6 + ], + "sum": 13, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + -3, + 7 + ], + "dart_extra_offset": [ + -6, + 17 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 451, + 608 + ], + "offset": [ + 1, + 8 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 765, + 612 + ], + "offset": [ + 15, + 12 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 475, + 644, + 583, + 734 + ], + [ + 789, + 648, + 897, + 738 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1878/dart_counting.json b/captcha/dart counting/sample_1878/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..f794e390eaa9a391dd1004d28c37938c1053f077 --- /dev/null +++ b/captcha/dart counting/sample_1878/dart_counting.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": [ + [ + 424, + 639, + 532, + 729 + ], + [ + 785, + 669, + 893, + 759 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1878/sample_info.json b/captcha/dart counting/sample_1878/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..643cf4dcee7f176fc2a702de208eff3e00f6b561 --- /dev/null +++ b/captcha/dart counting/sample_1878/sample_info.json @@ -0,0 +1,151 @@ +{ + "sample_id": 1878, + "target_number": 7, + "background_image": "num7.png", + "correct_answer_index": 5, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1, + 3, + 2 + ], + "numbers_used": [ + 1, + 1, + 1 + ], + "sum": 3, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 18 + ], + "sum": 18, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 2, + 3 + ], + "numbers_used": [ + 1, + 1, + 1 + ], + "sum": 3, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 1, + 3, + 2 + ], + "numbers_used": [ + 6, + 5, + 6 + ], + "sum": 17, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 2, + 1 + ], + "numbers_used": [ + 2, + 3, + 2 + ], + "sum": 7, + "is_correct": true, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + 16, + -14 + ], + "dart_extra_offset": [ + 18, + 21 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 400, + 603 + ], + "offset": [ + -50, + 3 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 761, + 633 + ], + "offset": [ + 11, + 33 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 424, + 639, + 532, + 729 + ], + [ + 785, + 669, + 893, + 759 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1882/dart_counting.json b/captcha/dart counting/sample_1882/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..25eae0d6ceb3822dba27952b3707b1aebfe1c88c --- /dev/null +++ b/captcha/dart counting/sample_1882/dart_counting.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": [ + [ + 474, + 639, + 582, + 729 + ], + [ + 737, + 676, + 845, + 766 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1882/sample_info.json b/captcha/dart counting/sample_1882/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..5d2a8cc3df014edbfc311156c4e1ef1c6a24ced5 --- /dev/null +++ b/captcha/dart counting/sample_1882/sample_info.json @@ -0,0 +1,143 @@ +{ + "sample_id": 1882, + "target_number": 7, + "background_image": "num7.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 5 + ], + "sum": 5, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 0, + 3, + 1 + ], + "numbers_used": [ + 1, + 1, + 1 + ], + "sum": 3, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 7 + ], + "sum": 7, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 8 + ], + "sum": 8, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 3, + 1, + 0 + ], + "numbers_used": [ + 4, + 3, + 4 + ], + "sum": 11, + "is_correct": false, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + 4, + -11 + ], + "dart_extra_offset": [ + -10, + -2 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 450, + 603 + ], + "offset": [ + 0, + 3 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 713, + 640 + ], + "offset": [ + -37, + 40 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 474, + 639, + 582, + 729 + ], + [ + 737, + 676, + 845, + 766 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1885/dart_counting.json b/captcha/dart counting/sample_1885/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..b6628466b3f1b661cdb677e9351470a17a50f497 --- /dev/null +++ b/captcha/dart counting/sample_1885/dart_counting.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": [ + [ + 447, + 671, + 555, + 761 + ], + [ + 761, + 640, + 869, + 730 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1885/sample_info.json b/captcha/dart counting/sample_1885/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..98388b93a4e25fe255b836157c161acc32844e1e --- /dev/null +++ b/captcha/dart counting/sample_1885/sample_info.json @@ -0,0 +1,153 @@ +{ + "sample_id": 1885, + "target_number": 7, + "background_image": "num7.png", + "correct_answer_index": 2, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1, + 0 + ], + "numbers_used": [ + 2, + 4 + ], + "sum": 6, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 0, + 3, + 2 + ], + "numbers_used": [ + 2, + 3, + 2 + ], + "sum": 7, + "is_correct": true, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 3, + 2, + 0 + ], + "numbers_used": [ + 9, + 5, + 12 + ], + "sum": 26, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 1, + 3, + 0 + ], + "numbers_used": [ + 5, + 1, + 3, + 3 + ], + "sum": 12, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 3, + 2 + ], + "numbers_used": [ + 10, + 8 + ], + "sum": 18, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -5, + 2 + ], + "dart_extra_offset": [ + -15, + 8 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 423, + 635 + ], + "offset": [ + -27, + 35 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 737, + 604 + ], + "offset": [ + -13, + 4 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 447, + 671, + 555, + 761 + ], + [ + 761, + 640, + 869, + 730 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1902/dart_counting.json b/captcha/dart counting/sample_1902/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..5cec20c7ef71f6e607deb52e38e301a590b2cfbd --- /dev/null +++ b/captcha/dart counting/sample_1902/dart_counting.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": [ + [ + 522, + 672, + 630, + 762 + ], + [ + 814, + 648, + 922, + 738 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1902/sample_info.json b/captcha/dart counting/sample_1902/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..85fa0da88ad3ed8f28b386516a1f8ecb099d0b9d --- /dev/null +++ b/captcha/dart counting/sample_1902/sample_info.json @@ -0,0 +1,147 @@ +{ + "sample_id": 1902, + "target_number": 7, + "background_image": "num7.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 3, + 1 + ], + "numbers_used": [ + 4, + 6, + 2 + ], + "sum": 12, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 3 + ], + "sum": 3, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 7 + ], + "sum": 7, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 0 + ], + "numbers_used": [ + 8, + 10 + ], + "sum": 18, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 2, + 0, + 3, + 1 + ], + "numbers_used": [ + 3, + 4, + 3, + 1 + ], + "sum": 11, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + 15, + -4 + ], + "dart_extra_offset": [ + -10, + 19 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 498, + 636 + ], + "offset": [ + 48, + 36 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 790, + 612 + ], + "offset": [ + 40, + 12 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 522, + 672, + 630, + 762 + ], + [ + 814, + 648, + 922, + 738 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1903/dart_counting.json b/captcha/dart counting/sample_1903/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..7e7b9d3a1485cf86e79795db7fe8314abca4513f --- /dev/null +++ b/captcha/dart counting/sample_1903/dart_counting.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": [ + [ + 513, + 657, + 621, + 747 + ], + [ + 787, + 639, + 895, + 729 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1903/sample_info.json b/captcha/dart counting/sample_1903/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..a3802f23d758cc520dc747f76efa6203d0ccd9be --- /dev/null +++ b/captcha/dart counting/sample_1903/sample_info.json @@ -0,0 +1,153 @@ +{ + "sample_id": 1903, + "target_number": 7, + "background_image": "num7.png", + "correct_answer_index": 5, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 1 + ], + "numbers_used": [ + 9, + 11 + ], + "sum": 20, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 0, + 1, + 2 + ], + "numbers_used": [ + 3, + 10, + 9, + 6 + ], + "sum": 28, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 3, + 0 + ], + "numbers_used": [ + 10, + 7, + 7 + ], + "sum": 24, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 10 + ], + "sum": 10, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 3, + 1, + 0, + 2 + ], + "numbers_used": [ + 1, + 2, + 2, + 2 + ], + "sum": 7, + "is_correct": true, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + 13, + -16 + ], + "dart_extra_offset": [ + -13, + 18 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 489, + 621 + ], + "offset": [ + 39, + 21 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 763, + 603 + ], + "offset": [ + 13, + 3 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 513, + 657, + 621, + 747 + ], + [ + 787, + 639, + 895, + 729 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1904/dart_counting.json b/captcha/dart counting/sample_1904/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..5085fd19906672253322fa91e0edec7001a92d94 --- /dev/null +++ b/captcha/dart counting/sample_1904/dart_counting.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": [ + [ + 471, + 650, + 579, + 740 + ], + [ + 796, + 658, + 904, + 748 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1904/sample_info.json b/captcha/dart counting/sample_1904/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..fa39e3613059be24bbc9c0c97779d7b0665ce7b0 --- /dev/null +++ b/captcha/dart counting/sample_1904/sample_info.json @@ -0,0 +1,143 @@ +{ + "sample_id": 1904, + "target_number": 7, + "background_image": "num7.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 2 + ], + "numbers_used": [ + 3, + 4 + ], + "sum": 7, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 2 + ], + "numbers_used": [ + 10, + 19 + ], + "sum": 29, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 0, + 3 + ], + "numbers_used": [ + 2, + 4 + ], + "sum": 6, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 16 + ], + "sum": 16, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 2, + 3 + ], + "numbers_used": [ + 1, + 1 + ], + "sum": 2, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + 17, + 13 + ], + "dart_extra_offset": [ + 12, + 19 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 447, + 614 + ], + "offset": [ + -3, + 14 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 772, + 622 + ], + "offset": [ + 22, + 22 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 471, + 650, + 579, + 740 + ], + [ + 796, + 658, + 904, + 748 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1905/dart_counting.json b/captcha/dart counting/sample_1905/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..cdcf5244573a6bab57e80d0180503a0bc56812a4 --- /dev/null +++ b/captcha/dart counting/sample_1905/dart_counting.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": [ + [ + 469, + 640, + 577, + 730 + ], + [ + 734, + 664, + 842, + 754 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1905/sample_info.json b/captcha/dart counting/sample_1905/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..3894a0d3a29c611f965a7f9edb9f18d208006803 --- /dev/null +++ b/captcha/dart counting/sample_1905/sample_info.json @@ -0,0 +1,159 @@ +{ + "sample_id": 1905, + "target_number": 7, + "background_image": "num7.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 0, + 3 + ], + "numbers_used": [ + 7, + 11, + 10 + ], + "sum": 28, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 0, + 3, + 1, + 2 + ], + "numbers_used": [ + 11, + 4, + 6, + 7 + ], + "sum": 28, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 3, + 2 + ], + "numbers_used": [ + 4, + 1, + 2 + ], + "sum": 7, + "is_correct": true, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 1, + 3 + ], + "numbers_used": [ + 4, + 3, + 4 + ], + "sum": 11, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 2, + 3, + 1 + ], + "numbers_used": [ + 8, + 4, + 7, + 4 + ], + "sum": 23, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + -10, + 9 + ], + "dart_extra_offset": [ + 3, + 24 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 445, + 604 + ], + "offset": [ + -5, + 4 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 710, + 628 + ], + "offset": [ + -40, + 28 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 469, + 640, + 577, + 730 + ], + [ + 734, + 664, + 842, + 754 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1932/dart_counting.json b/captcha/dart counting/sample_1932/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..011bb35a50967376d204edb6cdac9d674060131a --- /dev/null +++ b/captcha/dart counting/sample_1932/dart_counting.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": [ + [ + 484, + 654, + 592, + 744 + ], + [ + 822, + 637, + 930, + 727 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1932/sample_info.json b/captcha/dart counting/sample_1932/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..490e09dd2e41cfb43eb79768d94383fee2e30325 --- /dev/null +++ b/captcha/dart counting/sample_1932/sample_info.json @@ -0,0 +1,145 @@ +{ + "sample_id": 1932, + "target_number": 7, + "background_image": "num7.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3, + 1, + 2 + ], + "numbers_used": [ + 3, + 2, + 2 + ], + "sum": 7, + "is_correct": true, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 1, + 3 + ], + "numbers_used": [ + 12, + 8 + ], + "sum": 20, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 6 + ], + "sum": 6, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 0 + ], + "numbers_used": [ + 13, + 11 + ], + "sum": 24, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 2 + ], + "numbers_used": [ + 3, + 1 + ], + "sum": 4, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -5, + -10 + ], + "dart_extra_offset": [ + -8, + -7 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 460, + 618 + ], + "offset": [ + 10, + 18 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 798, + 601 + ], + "offset": [ + 48, + 1 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 484, + 654, + 592, + 744 + ], + [ + 822, + 637, + 930, + 727 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1933/dart_counting.json b/captcha/dart counting/sample_1933/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..26b8aa2435b1d28fc9d3b7d0996a138799f5f78b --- /dev/null +++ b/captcha/dart counting/sample_1933/dart_counting.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": [ + [ + 504, + 640, + 612, + 730 + ], + [ + 771, + 649, + 879, + 739 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1933/sample_info.json b/captcha/dart counting/sample_1933/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ab404ad0df084343645f4db4848154b887f3141e --- /dev/null +++ b/captcha/dart counting/sample_1933/sample_info.json @@ -0,0 +1,153 @@ +{ + "sample_id": 1933, + "target_number": 7, + "background_image": "num7.png", + "correct_answer_index": 2, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 2, + 1 + ], + "numbers_used": [ + 6, + 5, + 10 + ], + "sum": 21, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 0, + 2 + ], + "numbers_used": [ + 3, + 3, + 1 + ], + "sum": 7, + "is_correct": true, + "dart_count": 3 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 2 + ], + "numbers_used": [ + 7, + 16 + ], + "sum": 23, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 1 + ], + "numbers_used": [ + 2, + 1 + ], + "sum": 3, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 2, + 3, + 0 + ], + "numbers_used": [ + 1, + 1, + 1, + 1 + ], + "sum": 4, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + 2, + 15 + ], + "dart_extra_offset": [ + -5, + 28 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 480, + 604 + ], + "offset": [ + 30, + 4 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 747, + 613 + ], + "offset": [ + -3, + 13 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 504, + 640, + 612, + 730 + ], + [ + 771, + 649, + 879, + 739 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1935/dart_counting.json b/captcha/dart counting/sample_1935/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..86f7ade17b23b8d1907a08c0f7802b32577ca581 --- /dev/null +++ b/captcha/dart counting/sample_1935/dart_counting.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": [ + [ + 455, + 644, + 563, + 734 + ], + [ + 772, + 668, + 880, + 758 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1935/sample_info.json b/captcha/dart counting/sample_1935/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..7175dae919f3a3650edc073498d4ae30430c29ae --- /dev/null +++ b/captcha/dart counting/sample_1935/sample_info.json @@ -0,0 +1,151 @@ +{ + "sample_id": 1935, + "target_number": 7, + "background_image": "num7.png", + "correct_answer_index": 4, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 5 + ], + "sum": 5, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 2, + 0, + 1, + 3 + ], + "numbers_used": [ + 8, + 5, + 6, + 6 + ], + "sum": 25, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 3, + 0, + 2 + ], + "numbers_used": [ + 8, + 5, + 4 + ], + "sum": 17, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 1, + 2 + ], + "numbers_used": [ + 3, + 2, + 2 + ], + "sum": 7, + "is_correct": true, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 3, + 2 + ], + "numbers_used": [ + 5, + 4 + ], + "sum": 9, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + -13, + -18 + ], + "dart_extra_offset": [ + 15, + -5 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 431, + 608 + ], + "offset": [ + -19, + 8 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 748, + 632 + ], + "offset": [ + -2, + 32 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 455, + 644, + 563, + 734 + ], + [ + 772, + 668, + 880, + 758 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_4.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1950/dart_counting.json b/captcha/dart counting/sample_1950/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..5aeeaa0df80b2a6e7dfebb317b1ef8dad1651c31 --- /dev/null +++ b/captcha/dart counting/sample_1950/dart_counting.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": [ + [ + 444, + 640, + 552, + 730 + ], + [ + 814, + 637, + 922, + 727 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1950/sample_info.json b/captcha/dart counting/sample_1950/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..34930295a1207bfdbe01fa68bd0c14f4b6c26472 --- /dev/null +++ b/captcha/dart counting/sample_1950/sample_info.json @@ -0,0 +1,157 @@ +{ + "sample_id": 1950, + "target_number": 7, + "background_image": "num7.png", + "correct_answer_index": 1, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 3, + 1, + 2 + ], + "numbers_used": [ + 3, + 1, + 1, + 2 + ], + "sum": 7, + "is_correct": true, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 3, + 0 + ], + "numbers_used": [ + 1, + 3 + ], + "sum": 4, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 0, + 2 + ], + "numbers_used": [ + 6, + 7 + ], + "sum": 13, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 4, + "dart_positions": [ + 0, + 1, + 2, + 3 + ], + "numbers_used": [ + 2, + 2, + 2, + 3 + ], + "sum": 9, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 3, + 2, + 1 + ], + "numbers_used": [ + 4, + 5, + 6, + 4 + ], + "sum": 19, + "is_correct": false, + "dart_count": 4 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -16, + 7 + ], + "dart_extra_offset": [ + -17, + 14 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 420, + 604 + ], + "offset": [ + -30, + 4 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 790, + 601 + ], + "offset": [ + 40, + 1 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 444, + 640, + 552, + 730 + ], + [ + 814, + 637, + 922, + 727 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_1.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1957/dart_counting.json b/captcha/dart counting/sample_1957/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..486b8ae33eaeb7ba018153f3164a0fa0d702e131 --- /dev/null +++ b/captcha/dart counting/sample_1957/dart_counting.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": [ + [ + 431, + 641, + 539, + 731 + ], + [ + 779, + 658, + 887, + 748 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1957/sample_info.json b/captcha/dart counting/sample_1957/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..f0b1d02e48b06b4d0dd788515cbca69ee5c70243 --- /dev/null +++ b/captcha/dart counting/sample_1957/sample_info.json @@ -0,0 +1,143 @@ +{ + "sample_id": 1957, + "target_number": 7, + "background_image": "num7.png", + "correct_answer_index": 5, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 3, + 2, + 0 + ], + "numbers_used": [ + 8, + 7, + 6 + ], + "sum": 21, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 5 + ], + "sum": 5, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 3 + ], + "sum": 3, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 1, + 0 + ], + "numbers_used": [ + 13, + 4 + ], + "sum": 17, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 5, + "dart_positions": [ + 2, + 0 + ], + "numbers_used": [ + 3, + 4 + ], + "sum": 7, + "is_correct": true, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + -19, + 17 + ], + "dart_extra_offset": [ + 0, + 13 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 407, + 605 + ], + "offset": [ + -43, + 5 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 755, + 622 + ], + "offset": [ + 5, + 22 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 431, + 641, + 539, + 731 + ], + [ + 779, + 658, + 887, + 748 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1959/dart_counting.json b/captcha/dart counting/sample_1959/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..3e2e665f95bec6e001f0fe3b7640d753fd6ab52d --- /dev/null +++ b/captcha/dart counting/sample_1959/dart_counting.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": [ + [ + 473, + 653, + 581, + 743 + ], + [ + 757, + 656, + 865, + 746 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1959/sample_info.json b/captcha/dart counting/sample_1959/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..94502f66eb44b405ab8740a5bdcd9e94898d80ee --- /dev/null +++ b/captcha/dart counting/sample_1959/sample_info.json @@ -0,0 +1,143 @@ +{ + "sample_id": 1959, + "target_number": 7, + "background_image": "num7.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 5 + ], + "sum": 5, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 0, + 2 + ], + "numbers_used": [ + 9, + 6 + ], + "sum": 15, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 2 + ], + "numbers_used": [ + 7 + ], + "sum": 7, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 2, + 1 + ], + "numbers_used": [ + 3, + 1, + 1 + ], + "sum": 5, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 3, + 0 + ], + "numbers_used": [ + 4, + 6 + ], + "sum": 10, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + -6, + 12 + ], + "dart_extra_offset": [ + -4, + 13 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 449, + 617 + ], + "offset": [ + -1, + 17 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 733, + 620 + ], + "offset": [ + -17, + 20 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 473, + 653, + 581, + 743 + ], + [ + 757, + 656, + 865, + 746 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1961/dart_counting.json b/captcha/dart counting/sample_1961/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..8dd50c49cdf884f7a1a00e6401a17d40acdc3331 --- /dev/null +++ b/captcha/dart counting/sample_1961/dart_counting.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": [ + [ + 479, + 648, + 587, + 738 + ], + [ + 792, + 660, + 900, + 750 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1961/sample_info.json b/captcha/dart counting/sample_1961/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..23e6fb9725cbc89e287a579b62b595911e096e62 --- /dev/null +++ b/captcha/dart counting/sample_1961/sample_info.json @@ -0,0 +1,153 @@ +{ + "sample_id": 1961, + "target_number": 7, + "background_image": "num7.png", + "correct_answer_index": 2, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 1, + 3 + ], + "numbers_used": [ + 1, + 1, + 2 + ], + "sum": 4, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 2, + "dart_positions": [ + 1, + 0 + ], + "numbers_used": [ + 2, + 5 + ], + "sum": 7, + "is_correct": true, + "dart_count": 2 + }, + { + "image_index": 3, + "dart_positions": [ + 3, + 1, + 0, + 2 + ], + "numbers_used": [ + 4, + 2, + 3, + 3 + ], + "sum": 12, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 2, + 1, + 3 + ], + "numbers_used": [ + 8, + 7, + 4 + ], + "sum": 19, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 3, + 0 + ], + "numbers_used": [ + 14, + 14 + ], + "sum": 28, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi.png", + "base_offset": [ + 8, + 3 + ], + "dart_extra_offset": [ + 18, + 9 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 455, + 612 + ], + "offset": [ + 5, + 12 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 768, + 624 + ], + "offset": [ + 18, + 24 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 479, + 648, + 587, + 738 + ], + [ + 792, + 660, + 900, + 750 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1966/dart_counting.json b/captcha/dart counting/sample_1966/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..1541038fb5928e5aa624771ddaa3da6a617393b0 --- /dev/null +++ b/captcha/dart counting/sample_1966/dart_counting.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": [ + [ + 474, + 640, + 582, + 730 + ], + [ + 758, + 645, + 866, + 735 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1966/sample_info.json b/captcha/dart counting/sample_1966/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..c8f2ea4b91b4421ac18e3d54f52f0c1dd1c93e2e --- /dev/null +++ b/captcha/dart counting/sample_1966/sample_info.json @@ -0,0 +1,153 @@ +{ + "sample_id": 1966, + "target_number": 7, + "background_image": "num7.png", + "correct_answer_index": 5, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 2, + 3 + ], + "numbers_used": [ + 7, + 9 + ], + "sum": 16, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 1 + ], + "numbers_used": [ + 10 + ], + "sum": 10, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 2, + 0, + 3 + ], + "numbers_used": [ + 3, + 2, + 2, + 3 + ], + "sum": 10, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 0, + 2, + 1 + ], + "numbers_used": [ + 6, + 7, + 5, + 3 + ], + "sum": 21, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 5, + "dart_positions": [ + 0, + 1, + 2 + ], + "numbers_used": [ + 3, + 2, + 2 + ], + "sum": 7, + "is_correct": true, + "dart_count": 3 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + -19, + 5 + ], + "dart_extra_offset": [ + 0, + 5 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 450, + 604 + ], + "offset": [ + 0, + 4 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 734, + 609 + ], + "offset": [ + -16, + 9 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 474, + 640, + 582, + 730 + ], + [ + 758, + 645, + 866, + 735 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_5.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1968/dart_counting.json b/captcha/dart counting/sample_1968/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..eab4f030a401294fe469321a03f202233be68c2b --- /dev/null +++ b/captcha/dart counting/sample_1968/dart_counting.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": [ + [ + 506, + 638, + 614, + 728 + ], + [ + 767, + 663, + 875, + 753 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1968/sample_info.json b/captcha/dart counting/sample_1968/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..a6affc1223e615211f59f7b83063df5f9b43bf34 --- /dev/null +++ b/captcha/dart counting/sample_1968/sample_info.json @@ -0,0 +1,151 @@ +{ + "sample_id": 1968, + "target_number": 7, + "background_image": "num7.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 1 + ], + "sum": 1, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 2, + "dart_positions": [ + 0, + 2, + 3, + 1 + ], + "numbers_used": [ + 5, + 8, + 8, + 6 + ], + "sum": 27, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 1, + 0, + 2 + ], + "numbers_used": [ + 2, + 3, + 2 + ], + "sum": 7, + "is_correct": true, + "dart_count": 3 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 2, + 1 + ], + "numbers_used": [ + 2, + 3, + 3 + ], + "sum": 8, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 1, + 3 + ], + "numbers_used": [ + 12, + 16 + ], + "sum": 28, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + -15, + -20 + ], + "dart_extra_offset": [ + 9, + -1 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 482, + 602 + ], + "offset": [ + 32, + 2 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 743, + 627 + ], + "offset": [ + -7, + 27 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 506, + 638, + 614, + 728 + ], + [ + 767, + 663, + 875, + 753 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1992/dart_counting.json b/captcha/dart counting/sample_1992/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..35d6729092916fbecfcdc27ee77f6c91aa2ecd67 --- /dev/null +++ b/captcha/dart counting/sample_1992/dart_counting.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": [ + [ + 460, + 661, + 568, + 751 + ], + [ + 823, + 662, + 931, + 752 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1992/sample_info.json b/captcha/dart counting/sample_1992/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..47958f9574b800869e84fada6f49b4be1e0543a9 --- /dev/null +++ b/captcha/dart counting/sample_1992/sample_info.json @@ -0,0 +1,149 @@ +{ + "sample_id": 1992, + "target_number": 7, + "background_image": "num7.png", + "correct_answer_index": 3, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 1, + 0 + ], + "numbers_used": [ + 4, + 4 + ], + "sum": 8, + "is_correct": false, + "dart_count": 2 + }, + { + "image_index": 2, + "dart_positions": [ + 2, + 3, + 1, + 0 + ], + "numbers_used": [ + 9, + 8, + 8, + 4 + ], + "sum": 29, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 0 + ], + "numbers_used": [ + 7 + ], + "sum": 7, + "is_correct": true, + "dart_count": 1 + }, + { + "image_index": 4, + "dart_positions": [ + 3, + 2, + 1 + ], + "numbers_used": [ + 6, + 11, + 4 + ], + "sum": 21, + "is_correct": false, + "dart_count": 3 + }, + { + "image_index": 5, + "dart_positions": [ + 2, + 0 + ], + "numbers_used": [ + 6, + 7 + ], + "sum": 13, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "dart.png", + "base_offset": [ + 5, + 6 + ], + "dart_extra_offset": [ + -1, + -8 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 436, + 625 + ], + "offset": [ + -14, + 25 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 799, + 626 + ], + "offset": [ + 49, + 26 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 460, + 661, + 568, + 751 + ], + [ + 823, + 662, + 931, + 752 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_3.png" + } +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1995/dart_counting.json b/captcha/dart counting/sample_1995/dart_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..379ed116f375596010e09de4b0dd51eae74b0433 --- /dev/null +++ b/captcha/dart counting/sample_1995/dart_counting.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": [ + [ + 438, + 650, + 546, + 740 + ], + [ + 753, + 641, + 861, + 731 + ] + ], + "submit_box": [ + 50, + 625, + 375, + 750 + ] +} \ No newline at end of file diff --git a/captcha/dart counting/sample_1995/sample_info.json b/captcha/dart counting/sample_1995/sample_info.json new file mode 100644 index 0000000000000000000000000000000000000000..abaace93f3f6eabb47fc9c16953e434ac772b9fc --- /dev/null +++ b/captcha/dart counting/sample_1995/sample_info.json @@ -0,0 +1,155 @@ +{ + "sample_id": 1995, + "target_number": 7, + "background_image": "num7.png", + "correct_answer_index": 2, + "all_configurations": [ + { + "image_index": 1, + "dart_positions": [ + 0, + 1, + 3, + 2 + ], + "numbers_used": [ + 4, + 1, + 7, + 5 + ], + "sum": 17, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 2, + "dart_positions": [ + 1, + 3, + 0, + 2 + ], + "numbers_used": [ + 2, + 2, + 2, + 1 + ], + "sum": 7, + "is_correct": true, + "dart_count": 4 + }, + { + "image_index": 3, + "dart_positions": [ + 2, + 0, + 1, + 3 + ], + "numbers_used": [ + 4, + 2, + 3, + 4 + ], + "sum": 13, + "is_correct": false, + "dart_count": 4 + }, + { + "image_index": 4, + "dart_positions": [ + 3 + ], + "numbers_used": [ + 4 + ], + "sum": 4, + "is_correct": false, + "dart_count": 1 + }, + { + "image_index": 5, + "dart_positions": [ + 2, + 3 + ], + "numbers_used": [ + 6, + 8 + ], + "sum": 14, + "is_correct": false, + "dart_count": 2 + } + ], + "position_adjustments": { + "dart_icon_used": "bazi-2.png", + "base_offset": [ + 5, + 19 + ], + "dart_extra_offset": [ + -20, + 0 + ], + "arrow_adjustments": [ + { + "original": [ + 450, + 600 + ], + "adjusted": [ + 414, + 614 + ], + "offset": [ + -36, + 14 + ] + }, + { + "original": [ + 750, + 600 + ], + "adjusted": [ + 729, + 605 + ], + "offset": [ + -21, + 5 + ] + } + ], + "final_coordinates": { + "submit_box": [ + 50, + 625, + 375, + 750 + ], + "arrow_boxes": [ + [ + 438, + 650, + 546, + 740 + ], + [ + 753, + 641, + 861, + 731 + ] + ] + } + }, + "generation_info": { + "total_images": 5, + "correct_answer_image": "image_2.png" + } +} \ No newline at end of file