Datasets:
Tasks:
Visual Question Answering
Formats:
imagefolder
Sub-tasks:
multiple-choice-qa
Languages:
English
Size:
1K - 10K
License:
File size: 332,003 Bytes
94f6334 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 | {"file_name":"images/a9a8286d0caa0597093aa1390e8acc24abcba73ecff1b02938cdc746da7b7dc0.jpg","question":"Is there any defect in this wind turbine?","answer":"B","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/a9a8286d0caa0597093aa1390e8acc24abcba73ecff1b02938cdc746da7b7dc0.jpg","question":"How many defects are on the wind turbine structure?","answer":"D","options":{"A":"1.","B":"2.","C":"3.","D":"0."},"task_type":"counting"}
{"file_name":"images/a9a8286d0caa0597093aa1390e8acc24abcba73ecff1b02938cdc746da7b7dc0.jpg","question":"What type of defect is on the wind turbine structure?","answer":"B","options":{"A":"oil.","B":"no defect.","C":"lightning_strike.","D":"peeling."},"task_type":"classification"}
{"file_name":"images/a9a8286d0caa0597093aa1390e8acc24abcba73ecff1b02938cdc746da7b7dc0.jpg","question":"What is the inspection implication here?","answer":"B","options":{"A":"Immediate repair is required.","B":"No visible defect-related risk is indicated.","C":"Lightning damage must be mapped.","D":"Oil leakage needs confirmation."},"task_type":"analysis"}
{"file_name":"images/21fd030361eb03eb266289bc5b324892c5d1b95622bcd4b78eef935a6119cce6.jpg","question":"Is there any defect in this wind turbine?","answer":"B","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/21fd030361eb03eb266289bc5b324892c5d1b95622bcd4b78eef935a6119cce6.jpg","question":"How many defects are on the wind turbine structure?","answer":"D","options":{"A":"1.","B":"2.","C":"3.","D":"0."},"task_type":"counting"}
{"file_name":"images/21fd030361eb03eb266289bc5b324892c5d1b95622bcd4b78eef935a6119cce6.jpg","question":"What type of defect is on the wind turbine structure?","answer":"B","options":{"A":"oil.","B":"no defect.","C":"lightning_strike.","D":"peeling."},"task_type":"classification"}
{"file_name":"images/21fd030361eb03eb266289bc5b324892c5d1b95622bcd4b78eef935a6119cce6.jpg","question":"What is the inspection implication here?","answer":"A","options":{"A":"No visible defect-related risk.","B":"Immediate structural repair is needed.","C":"Lightning damage is confirmed.","D":"Blade erosion is severe."},"task_type":"analysis"}
{"file_name":"images/d08980458714fc5e3efa7c65fe1d07efb769121a35216a10b656653db1029565.jpg","question":"Is there any defect in this wind turbine?","answer":"B","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/d08980458714fc5e3efa7c65fe1d07efb769121a35216a10b656653db1029565.jpg","question":"How many defects are on the wind turbine structure?","answer":"D","options":{"A":"1.","B":"2.","C":"4.","D":"0."},"task_type":"counting"}
{"file_name":"images/d08980458714fc5e3efa7c65fe1d07efb769121a35216a10b656653db1029565.jpg","question":"Why is the visible surface cue benign?","answer":"A","options":{"A":"It appears to be normal shading.","B":"It is clear lightning damage.","C":"It shows severe erosion.","D":"It indicates delamination."},"task_type":"analysis"}
{"file_name":"images/50f2a6d7db3103ceb84ef81e796463948731c0dc88ff5ee24628dd0f6b81e5e6.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/50f2a6d7db3103ceb84ef81e796463948731c0dc88ff5ee24628dd0f6b81e5e6.jpg","question":"How many defects are on the wind turbine structure?","answer":"A","options":{"A":"1.","B":"2.","C":"3.","D":"0."},"task_type":"counting"}
{"file_name":"images/50f2a6d7db3103ceb84ef81e796463948731c0dc88ff5ee24628dd0f6b81e5e6.jpg","question":"What type of defect is on the wind turbine structure?","answer":"C","options":{"A":"oil.","B":"painting.","C":"lightning_strike.","D":"peeling."},"task_type":"classification"}
{"file_name":"images/50f2a6d7db3103ceb84ef81e796463948731c0dc88ff5ee24628dd0f6b81e5e6.jpg","question":"What most likely caused this mark?","answer":"D","options":{"A":"Routine surface shading.","B":"Harmless blade seam.","C":"Paint overspray residue.","D":"Lightning strike impact."},"task_type":"analysis"}
{"file_name":"images/928a9b76d8570c617b2ef3b3497a0c277fc747cac7bffaaab030be2391e2722d.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/928a9b76d8570c617b2ef3b3497a0c277fc747cac7bffaaab030be2391e2722d.jpg","question":"What type of defect is on the wind turbine structure?","answer":"D","options":{"A":"oil.","B":"painting.","C":"lightning_strike.","D":"peeling."},"task_type":"classification"}
{"file_name":"images/928a9b76d8570c617b2ef3b3497a0c277fc747cac7bffaaab030be2391e2722d.jpg","question":"What most likely caused this visible cue?","answer":"C","options":{"A":"Normal shadow from the blade.","B":"Freshly applied protective paint.","C":"Coating loss from weathering or erosion.","D":"Oil leaking from the hub."},"task_type":"analysis"}
{"file_name":"images/41b9d355abdf00972606df067a955bfc114e7b7453cc413058776bb4c6e5dbae.jpg","question":"Is there any defect in this wind turbine?","answer":"B","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/41b9d355abdf00972606df067a955bfc114e7b7453cc413058776bb4c6e5dbae.jpg","question":"How many defects are on the wind turbine structure?","answer":"D","options":{"A":"1.","B":"2.","C":"4.","D":"0."},"task_type":"counting"}
{"file_name":"images/41b9d355abdf00972606df067a955bfc114e7b7453cc413058776bb4c6e5dbae.jpg","question":"What type of defect is on the wind turbine structure?","answer":"B","options":{"A":"oil.","B":"no defect.","C":"lightning_strike.","D":"peeling."},"task_type":"classification"}
{"file_name":"images/41b9d355abdf00972606df067a955bfc114e7b7453cc413058776bb4c6e5dbae.jpg","question":"Why is the dark tone not a defect cue?","answer":"B","options":{"A":"It indicates oil leakage.","B":"It is normal lighting shadow.","C":"It shows peeling paint.","D":"It marks impact damage."},"task_type":"analysis"}
{"file_name":"images/2d7ac115ac5127ec066b24d411beaca3dee610a2766c1b361701996cdaa14005.jpg","question":"Is there any defect in this wind turbine?","answer":"B","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/2d7ac115ac5127ec066b24d411beaca3dee610a2766c1b361701996cdaa14005.jpg","question":"How many defects are on the wind turbine structure?","answer":"D","options":{"A":"1.","B":"2.","C":"4.","D":"0."},"task_type":"counting"}
{"file_name":"images/2d7ac115ac5127ec066b24d411beaca3dee610a2766c1b361701996cdaa14005.jpg","question":"What type of defect is on the wind turbine structure?","answer":"B","options":{"A":"oil.","B":"no defect.","C":"lightning_strike.","D":"peeling."},"task_type":"classification"}
{"file_name":"images/2d7ac115ac5127ec066b24d411beaca3dee610a2766c1b361701996cdaa14005.jpg","question":"What is the likely inspection implication?","answer":"D","options":{"A":"Immediate structural repair is needed.","B":"Lightning damage is spreading.","C":"Oil leakage must be traced.","D":"No visible defect-related risk."},"task_type":"analysis"}
{"file_name":"images/3f53521fa43fbea3115b6fc85faf359ebb88dd2860cb01f17e5eeb940da06540.jpg","question":"Is there any defect in this wind turbine?","answer":"B","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/3f53521fa43fbea3115b6fc85faf359ebb88dd2860cb01f17e5eeb940da06540.jpg","question":"How many defects are on the wind turbine structure?","answer":"D","options":{"A":"1.","B":"2-3.","C":"4-5.","D":"0."},"task_type":"counting"}
{"file_name":"images/3f53521fa43fbea3115b6fc85faf359ebb88dd2860cb01f17e5eeb940da06540.jpg","question":"What type of defect is on the wind turbine structure?","answer":"C","options":{"A":"oil.","B":"lightning_strike.","C":"no defect.","D":"peeling."},"task_type":"classification"}
{"file_name":"images/3f53521fa43fbea3115b6fc85faf359ebb88dd2860cb01f17e5eeb940da06540.jpg","question":"What is the inspection implication here?","answer":"C","options":{"A":"Immediate structural repair is needed.","B":"Lightning damage is likely spreading.","C":"No visible defect-related risk is indicated.","D":"Oil leakage must be traced."},"task_type":"analysis"}
{"file_name":"images/9077624800643e3abeb4a9c75f8d925e06ebe3ec209f93fdad6aa2b314ba94e2.jpg","question":"Is there any defect in this wind turbine?","answer":"B","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/9077624800643e3abeb4a9c75f8d925e06ebe3ec209f93fdad6aa2b314ba94e2.jpg","question":"How many defects are on the wind turbine structure?","answer":"D","options":{"A":"1.","B":"2-3.","C":"4-5.","D":"0."},"task_type":"counting"}
{"file_name":"images/9077624800643e3abeb4a9c75f8d925e06ebe3ec209f93fdad6aa2b314ba94e2.jpg","question":"What type of defect is on the wind turbine structure?","answer":"C","options":{"A":"oil.","B":"lightning_strike.","C":"no defect.","D":"peeling."},"task_type":"classification"}
{"file_name":"images/9077624800643e3abeb4a9c75f8d925e06ebe3ec209f93fdad6aa2b314ba94e2.jpg","question":"What does the blade surface appear to show?","answer":"A","options":{"A":"No visible defect marks.","B":"A large peeling patch.","C":"A lightning burn scar.","D":"Oil leaking down the blade."},"task_type":"analysis"}
{"file_name":"images/ac4b7c86695764e6639fa61f7cb66a520945dd97528fe7d7f888e4d1448d2dbc.jpg","question":"Is there any defect in this wind turbine?","answer":"B","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/ac4b7c86695764e6639fa61f7cb66a520945dd97528fe7d7f888e4d1448d2dbc.jpg","question":"How many defects are on the wind turbine structure?","answer":"D","options":{"A":"1.","B":"2-3.","C":"4-5.","D":"0."},"task_type":"counting"}
{"file_name":"images/ac4b7c86695764e6639fa61f7cb66a520945dd97528fe7d7f888e4d1448d2dbc.jpg","question":"What type of defect is on the wind turbine structure?","answer":"C","options":{"A":"oil.","B":"lightning_strike.","C":"no defect.","D":"peeling."},"task_type":"classification"}
{"file_name":"images/ac4b7c86695764e6639fa61f7cb66a520945dd97528fe7d7f888e4d1448d2dbc.jpg","question":"Why should the visible cue not be treated as damage?","answer":"B","options":{"A":"It shows impact cracking.","B":"It appears to be normal shading.","C":"It is exposed fiberglass.","D":"It indicates surface peeling."},"task_type":"analysis"}
{"file_name":"images/f847c4b1c407e1f9e5a096c8bba0cb9ae350e30990235c9d3da2d62b1c65c957.jpg","question":"Is there any defect in this wind turbine?","answer":"B","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/f847c4b1c407e1f9e5a096c8bba0cb9ae350e30990235c9d3da2d62b1c65c957.jpg","question":"How many defects are on the wind turbine structure?","answer":"D","options":{"A":"1.","B":"2-3.","C":"4-5.","D":"0."},"task_type":"counting"}
{"file_name":"images/f847c4b1c407e1f9e5a096c8bba0cb9ae350e30990235c9d3da2d62b1c65c957.jpg","question":"What type of defect is on the wind turbine structure?","answer":"C","options":{"A":"oil.","B":"lightning_strike.","C":"no defect.","D":"peeling."},"task_type":"classification"}
{"file_name":"images/f847c4b1c407e1f9e5a096c8bba0cb9ae350e30990235c9d3da2d62b1c65c957.jpg","question":"What is the inspection implication here?","answer":"D","options":{"A":"Immediate structural repair is needed.","B":"Blade shutdown is required.","C":"Lightning damage must be confirmed.","D":"No visible defect-related risk."},"task_type":"analysis"}
{"file_name":"images/ebfde8914508576e558b8cb3f82515f6765006a04137dd91ecbd68bbd54e9c8a.jpg","question":"Is there any defect in this wind turbine?","answer":"B","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/ebfde8914508576e558b8cb3f82515f6765006a04137dd91ecbd68bbd54e9c8a.jpg","question":"How many defects are on the wind turbine structure?","answer":"D","options":{"A":"1.","B":"2-3.","C":"4-5.","D":"0."},"task_type":"counting"}
{"file_name":"images/ebfde8914508576e558b8cb3f82515f6765006a04137dd91ecbd68bbd54e9c8a.jpg","question":"What type of defect is on the wind turbine structure?","answer":"C","options":{"A":"oil.","B":"lightning_strike.","C":"no defect.","D":"peeling."},"task_type":"classification"}
{"file_name":"images/ebfde8914508576e558b8cb3f82515f6765006a04137dd91ecbd68bbd54e9c8a.jpg","question":"Why should the visible shading be considered benign?","answer":"D","options":{"A":"It shows coating peeling.","B":"It indicates oil leakage.","C":"It marks impact damage.","D":"It matches normal lighting."},"task_type":"analysis"}
{"file_name":"images/bed4d31e7a8ab54b172136691531207a76fe6e04317cbbcadc4a2cc44e20ef61.jpg","question":"Is there any defect in this wind turbine?","answer":"B","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/bed4d31e7a8ab54b172136691531207a76fe6e04317cbbcadc4a2cc44e20ef61.jpg","question":"How many defects are on the wind turbine structure?","answer":"D","options":{"A":"1.","B":"2-3.","C":"4-5.","D":"0."},"task_type":"counting"}
{"file_name":"images/bed4d31e7a8ab54b172136691531207a76fe6e04317cbbcadc4a2cc44e20ef61.jpg","question":"What type of defect is on the wind turbine structure?","answer":"C","options":{"A":"oil.","B":"crack.","C":"no defect.","D":"peeling."},"task_type":"classification"}
{"file_name":"images/bed4d31e7a8ab54b172136691531207a76fe6e04317cbbcadc4a2cc44e20ef61.jpg","question":"What is the inspection implication here?","answer":"B","options":{"A":"Immediate structural repair is needed.","B":"No visible defect-related risk.","C":"Oil leakage must be confirmed.","D":"Crack growth should be measured."},"task_type":"analysis"}
{"file_name":"images/c7a63086a362d41736a6b76b5a1e1088d62bf12eb1cc07e917a1b9d20d5f01f4.jpg","question":"Is there any defect in this wind turbine?","answer":"B","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/c7a63086a362d41736a6b76b5a1e1088d62bf12eb1cc07e917a1b9d20d5f01f4.jpg","question":"How many defects are on the wind turbine structure?","answer":"D","options":{"A":"1.","B":"2-3.","C":"4-5.","D":"0."},"task_type":"counting"}
{"file_name":"images/c7a63086a362d41736a6b76b5a1e1088d62bf12eb1cc07e917a1b9d20d5f01f4.jpg","question":"What type of defect is on the wind turbine structure?","answer":"C","options":{"A":"oil.","B":"crack.","C":"no defect.","D":"peeling."},"task_type":"classification"}
{"file_name":"images/c7a63086a362d41736a6b76b5a1e1088d62bf12eb1cc07e917a1b9d20d5f01f4.jpg","question":"Why should the visible cues be considered benign?","answer":"B","options":{"A":"They show active cracking.","B":"They appear as normal surface shading.","C":"They indicate oil contamination.","D":"They reveal peeled material."},"task_type":"analysis"}
{"file_name":"images/d54f0f5c786874f1d505935ad0f3a1961cf8cb48b0d521155660beb3a36c6449.jpg","question":"Is there any defect in this wind turbine?","answer":"B","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/d54f0f5c786874f1d505935ad0f3a1961cf8cb48b0d521155660beb3a36c6449.jpg","question":"How many defects are on the wind turbine structure?","answer":"D","options":{"A":"1.","B":"2-3.","C":"4-5.","D":"0."},"task_type":"counting"}
{"file_name":"images/d54f0f5c786874f1d505935ad0f3a1961cf8cb48b0d521155660beb3a36c6449.jpg","question":"What type of defect is on the wind turbine structure?","answer":"C","options":{"A":"oil.","B":"crack.","C":"no defect.","D":"peeling."},"task_type":"classification"}
{"file_name":"images/d54f0f5c786874f1d505935ad0f3a1961cf8cb48b0d521155660beb3a36c6449.jpg","question":"What is the inspection implication here?","answer":"D","options":{"A":"Immediate structural repair is needed.","B":"Oil leakage is spreading.","C":"Crack growth should be measured.","D":"No visible defect-related risk."},"task_type":"analysis"}
{"file_name":"images/1395c0919dd496f9308f0065a23f38dc54765ab145d128f61cc33e0fd8e24924.jpg","question":"Is there any defect in this wind turbine?","answer":"B","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/1395c0919dd496f9308f0065a23f38dc54765ab145d128f61cc33e0fd8e24924.jpg","question":"How many defects are on the wind turbine structure?","answer":"D","options":{"A":"1.","B":"2-3.","C":"4-5.","D":"0."},"task_type":"counting"}
{"file_name":"images/1395c0919dd496f9308f0065a23f38dc54765ab145d128f61cc33e0fd8e24924.jpg","question":"What type of defect is on the wind turbine structure?","answer":"C","options":{"A":"oil.","B":"crack.","C":"no defect.","D":"peeling."},"task_type":"classification"}
{"file_name":"images/1395c0919dd496f9308f0065a23f38dc54765ab145d128f61cc33e0fd8e24924.jpg","question":"Why should the dark areas not be treated as defects?","answer":"D","options":{"A":"They show open cracking.","B":"They indicate coating loss.","C":"They are active oil stains.","D":"They appear to be normal shadows."},"task_type":"analysis"}
{"file_name":"images/60b44f04a68f4137c9cfdad410f5aaa894a364f7b1174c6dd46cdff3d9291102.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/60b44f04a68f4137c9cfdad410f5aaa894a364f7b1174c6dd46cdff3d9291102.jpg","question":"How many defects are on the wind turbine structure?","answer":"A","options":{"A":"1.","B":"2-3.","C":"4-5.","D":"0."},"task_type":"counting"}
{"file_name":"images/60b44f04a68f4137c9cfdad410f5aaa894a364f7b1174c6dd46cdff3d9291102.jpg","question":"Where is the defect located in the image?","answer":"C","options":{"A":"Bottom.","B":"Top.","C":"Center."},"task_type":"localization"}
{"file_name":"images/60b44f04a68f4137c9cfdad410f5aaa894a364f7b1174c6dd46cdff3d9291102.jpg","question":"What is the most likely cause of the visible cue?","answer":"C","options":{"A":"Normal shadow from the turbine body.","B":"Paint reflection from the sky.","C":"Corrosion staining around a fitting or fastener.","D":"A missing blade tip."},"task_type":"analysis"}
{"file_name":"images/67b77c3555f5e7cb28d4adfefe202fd307221ac2a040daa4c618158e4fff1662.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/67b77c3555f5e7cb28d4adfefe202fd307221ac2a040daa4c618158e4fff1662.jpg","question":"What type of defect is on the wind turbine structure?","answer":"D","options":{"A":"hole.","B":"crack.","C":"no defect.","D":"peeling."},"task_type":"classification"}
{"file_name":"images/67b77c3555f5e7cb28d4adfefe202fd307221ac2a040daa4c618158e4fff1662.jpg","question":"What most likely caused this cue?","answer":"B","options":{"A":"Normal blade shadowing.","B":"Coating adhesion failure.","C":"A factory seam line.","D":"Grass reflected on the blade."},"task_type":"analysis"}
{"file_name":"images/6a8745061720032d8fc4e33d10c802071397dcef3c0ea3636b298c9046ea01d8.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/6a8745061720032d8fc4e33d10c802071397dcef3c0ea3636b298c9046ea01d8.jpg","question":"What type of defect is on the wind turbine structure?","answer":"D","options":{"A":"hole.","B":"crack.","C":"no defect.","D":"erosion."},"task_type":"classification"}
{"file_name":"images/6a8745061720032d8fc4e33d10c802071397dcef3c0ea3636b298c9046ea01d8.jpg","question":"What is a likely inspection concern?","answer":"D","options":{"A":"It improves airflow efficiency.","B":"It confirms no maintenance is needed.","C":"It only changes the logo color.","D":"It may expose material to weathering."},"task_type":"analysis"}
{"file_name":"images/154a41c84b29fd3064b65aada1e0b35fc64618e11bf444d79f00226f38815f05.jpg","question":"Is there any defect in this wind turbine?","answer":"B","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/154a41c84b29fd3064b65aada1e0b35fc64618e11bf444d79f00226f38815f05.jpg","question":"How many defects are on the wind turbine structure?","answer":"D","options":{"A":"1.","B":"2-3.","C":"4-5.","D":"0."},"task_type":"counting"}
{"file_name":"images/154a41c84b29fd3064b65aada1e0b35fc64618e11bf444d79f00226f38815f05.jpg","question":"What type of defect is on the wind turbine structure?","answer":"C","options":{"A":"oil.","B":"crack.","C":"no defect.","D":"peeling."},"task_type":"classification"}
{"file_name":"images/154a41c84b29fd3064b65aada1e0b35fc64618e11bf444d79f00226f38815f05.jpg","question":"Why should the visible shading be treated as benign?","answer":"D","options":{"A":"It indicates a deep crack.","B":"It shows coating peeling.","C":"It confirms oil contamination.","D":"It appears to be normal lighting."},"task_type":"analysis"}
{"file_name":"images/3cd192b6f9106515af5792ccd18ebc69967869c288aadbc94dee5e58704dd8db.jpg","question":"Is there any defect in this wind turbine?","answer":"B","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/3cd192b6f9106515af5792ccd18ebc69967869c288aadbc94dee5e58704dd8db.jpg","question":"How many defects are on the wind turbine structure?","answer":"D","options":{"A":"1.","B":"2-3.","C":"4-5.","D":"0."},"task_type":"counting"}
{"file_name":"images/3cd192b6f9106515af5792ccd18ebc69967869c288aadbc94dee5e58704dd8db.jpg","question":"What type of defect is on the wind turbine structure?","answer":"C","options":{"A":"oil.","B":"crack.","C":"no defect.","D":"peeling."},"task_type":"classification"}
{"file_name":"images/3cd192b6f9106515af5792ccd18ebc69967869c288aadbc94dee5e58704dd8db.jpg","question":"Why should the visible shading not be treated as damage?","answer":"C","options":{"A":"It is exposed internal laminate.","B":"It is a leaking fluid trail.","C":"It appears to be normal lighting.","D":"It shows paint peeling."},"task_type":"analysis"}
{"file_name":"images/c54c487fcb2065d2d5c58a19428848a8b24d9eaac75c6fcfeb03162a01c7ca38.jpg","question":"Is there any defect in this wind turbine?","answer":"B","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/c54c487fcb2065d2d5c58a19428848a8b24d9eaac75c6fcfeb03162a01c7ca38.jpg","question":"How many defects are on the wind turbine structure?","answer":"D","options":{"A":"1.","B":"2-3.","C":"4-5.","D":"0."},"task_type":"counting"}
{"file_name":"images/c54c487fcb2065d2d5c58a19428848a8b24d9eaac75c6fcfeb03162a01c7ca38.jpg","question":"What type of defect is on the wind turbine structure?","answer":"C","options":{"A":"oil.","B":"crack.","C":"no defect.","D":"peeling."},"task_type":"classification"}
{"file_name":"images/c54c487fcb2065d2d5c58a19428848a8b24d9eaac75c6fcfeb03162a01c7ca38.jpg","question":"What is the inspection implication here?","answer":"A","options":{"A":"No visible defect-related risk.","B":"Immediate structural repair needed.","C":"Oil leakage is likely spreading.","D":"Crack growth requires shutdown."},"task_type":"analysis"}
{"file_name":"images/8088fa9d787cd608dc0a228049d2ee9643001d7449f1640084d42866d130686b.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/8088fa9d787cd608dc0a228049d2ee9643001d7449f1640084d42866d130686b.jpg","question":"What type of defect is on the wind turbine structure?","answer":"C","options":{"A":"hole.","B":"crack.","C":"ice.","D":"peeling."},"task_type":"classification"}
{"file_name":"images/8088fa9d787cd608dc0a228049d2ee9643001d7449f1640084d42866d130686b.jpg","question":"Where exactly is this defect located on the wind turbine structure?","answer":"C","options":{"A":"Near the leading edge in the tip region","B":"Near the trailing edge in the mid-span region","C":"Close to the blade root attachment point","D":"Centered at the midpoint of the blade span"},"task_type":"localization"}
{"file_name":"images/8088fa9d787cd608dc0a228049d2ee9643001d7449f1640084d42866d130686b.jpg","question":"What is a likely risk of this defect?","answer":"D","options":{"A":"It improves aerodynamic efficiency.","B":"It only changes the blade color.","C":"It confirms the blade is undamaged.","D":"It can disrupt airflow and add load."},"task_type":"analysis"}
{"file_name":"images/5528465a0e850ee9762653139d3d1089897bbcfc605d237117df43edcc33bcb3.jpg","question":"Can you identify any defects on this blade surface?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/5528465a0e850ee9762653139d3d1089897bbcfc605d237117df43edcc33bcb3.jpg","question":"What is the type of the defect?","answer":"A","options":{"A":"oil.","B":"paint.","C":"chip.","D":"scratch."},"task_type":"classification"}
{"file_name":"images/5528465a0e850ee9762653139d3d1089897bbcfc605d237117df43edcc33bcb3.jpg","question":"Where is the main defect distributed in the given image?","answer":"A","options":{"A":"center left.","B":"bottom right.","C":"top right.","D":"center right."},"task_type":"localization"}
{"file_name":"images/5528465a0e850ee9762653139d3d1089897bbcfc605d237117df43edcc33bcb3.jpg","question":"What most likely caused this cue?","answer":"D","options":{"A":"Blade tip impact damage.","B":"Fresh white paint overspray.","C":"Normal shadow from lighting only.","D":"Oil or fluid residue on the surface."},"task_type":"analysis"}
{"file_name":"images/ba97dfe5ed1c0a7b6fa5556ee06c573d6c7543ccab9002ed06b56912c5a5e649.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/ba97dfe5ed1c0a7b6fa5556ee06c573d6c7543ccab9002ed06b56912c5a5e649.jpg","question":"How many defects are there?","answer":"A","options":{"A":"1.","B":"2-3.","C":"4-5.","D":"More than 5."},"task_type":"counting"}
{"file_name":"images/ba97dfe5ed1c0a7b6fa5556ee06c573d6c7543ccab9002ed06b56912c5a5e649.jpg","question":"What is the type of the defect?","answer":"C","options":{"A":"lightning_strike.","B":"oil.","C":"crack.","D":"deformity."},"task_type":"classification"}
{"file_name":"images/ba97dfe5ed1c0a7b6fa5556ee06c573d6c7543ccab9002ed06b56912c5a5e649.jpg","question":"Where is the defect located in the image?","answer":"C","options":{"A":"Bottom.","B":"Top.","C":"Center."},"task_type":"localization"}
{"file_name":"images/ba97dfe5ed1c0a7b6fa5556ee06c573d6c7543ccab9002ed06b56912c5a5e649.jpg","question":"Why treat this mark as a defect?","answer":"C","options":{"A":"It is uniform shading.","B":"It follows a normal seam.","C":"It is an irregular surface break.","D":"It is only background dirt."},"task_type":"analysis"}
{"file_name":"images/8d245c2a00af41e4cb32428f4d2afc9668fff1c50251a9d9ae20335386fe251f.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/8d245c2a00af41e4cb32428f4d2afc9668fff1c50251a9d9ae20335386fe251f.jpg","question":"How many defects are there?","answer":"A","options":{"A":"1.","B":"2-3.","C":"4-5.","D":"More than 5."},"task_type":"counting"}
{"file_name":"images/8d245c2a00af41e4cb32428f4d2afc9668fff1c50251a9d9ae20335386fe251f.jpg","question":"What is the type of the defect?","answer":"D","options":{"A":"painting.","B":"crack.","C":"lightning_strike.","D":"erosion."},"task_type":"classification"}
{"file_name":"images/8d245c2a00af41e4cb32428f4d2afc9668fff1c50251a9d9ae20335386fe251f.jpg","question":"Where is the defect located in the image?","answer":"C","options":{"A":"Bottom.","B":"Top.","C":"Center."},"task_type":"localization"}
{"file_name":"images/8d245c2a00af41e4cb32428f4d2afc9668fff1c50251a9d9ae20335386fe251f.jpg","question":"What is a likely inspection concern?","answer":"A","options":{"A":"Surface erosion may worsen over time.","B":"It improves aerodynamic efficiency.","C":"It confirms no maintenance is needed.","D":"It only affects the background."},"task_type":"analysis"}
{"file_name":"images/1dba07bd218e3669758fec047af5e7312ce2277a482e1a04d36c9aa535dd6a10.jpg","question":"Does this wind turbine blade show any signs of damage or defects?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/1dba07bd218e3669758fec047af5e7312ce2277a482e1a04d36c9aa535dd6a10.jpg","question":"What best describes the defect found on this blade surface?","answer":"B","options":{"A":"peeling.","B":"erosion.","C":"others.","D":"scratch."},"task_type":"classification"}
{"file_name":"images/1dba07bd218e3669758fec047af5e7312ce2277a482e1a04d36c9aa535dd6a10.jpg","question":"Where is the main defect distributed in the given image?","answer":"B","options":{"A":"top right.","B":"top left.","C":"bottom right.","D":"bottom left."},"task_type":"localization"}
{"file_name":"images/1dba07bd218e3669758fec047af5e7312ce2277a482e1a04d36c9aa535dd6a10.jpg","question":"What most likely caused this visible wear?","answer":"A","options":{"A":"Repeated surface abrasion from weather exposure.","B":"A shadow from the blade edge.","C":"Normal printed lettering texture.","D":"Temporary camera glare."},"task_type":"analysis"}
{"file_name":"images/da753fcabe88dcb9f24dd1cc554e5f8836ebc955622826a4bc898cdbb9f336ab.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/da753fcabe88dcb9f24dd1cc554e5f8836ebc955622826a4bc898cdbb9f336ab.jpg","question":"What is the type of the defect?","answer":"A","options":{"A":"peeling.","B":"crack.","C":"lightning_strike.","D":"erosion."},"task_type":"classification"}
{"file_name":"images/da753fcabe88dcb9f24dd1cc554e5f8836ebc955622826a4bc898cdbb9f336ab.jpg","question":"Where exactly is this defect located on the wind turbine structure?","answer":"B","options":{"A":"On the upper tower section just below the nacelle.","B":"Near the trailing edge in the mid-span region.","C":"Close to the blade root attachment point.","D":"Centered at the midpoint of the blade span."},"task_type":"localization"}
{"file_name":"images/da753fcabe88dcb9f24dd1cc554e5f8836ebc955622826a4bc898cdbb9f336ab.jpg","question":"What most likely explains this cue?","answer":"D","options":{"A":"Normal blade shadowing.","B":"A tower paint seam.","C":"Camera glare on a smooth surface.","D":"Coating peeling near the trailing edge."},"task_type":"analysis"}
{"file_name":"images/ca21a2eb8961bfb3ec1ade5bd3c8a817d0f2f11e4364c9919a105de9fe5fde4d.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/ca21a2eb8961bfb3ec1ade5bd3c8a817d0f2f11e4364c9919a105de9fe5fde4d.jpg","question":"How many defects are there?","answer":"A","options":{"A":"2-3.","B":"1.","C":"0.","D":"More than 3."},"task_type":"counting"}
{"file_name":"images/ca21a2eb8961bfb3ec1ade5bd3c8a817d0f2f11e4364c9919a105de9fe5fde4d.jpg","question":"What is the type of the defect?","answer":"B","options":{"A":"oil.","B":"peeling.","C":"erosion.","D":"lightning_strike."},"task_type":"classification"}
{"file_name":"images/ca21a2eb8961bfb3ec1ade5bd3c8a817d0f2f11e4364c9919a105de9fe5fde4d.jpg","question":"Why treat these marks as defects?","answer":"C","options":{"A":"They are just shadows.","B":"They are blade seams.","C":"Coating appears locally peeled.","D":"They are normal glare."},"task_type":"analysis"}
{"file_name":"images/1b49034aa5d8ea0aed48f4d0e63b12c9c7a9c6123407a6fac95641fb67b633de.jpg","question":"Can you identify any defects on this blade surface?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/1b49034aa5d8ea0aed48f4d0e63b12c9c7a9c6123407a6fac95641fb67b633de.jpg","question":"What is the total number of defects visible on this blade surface?","answer":"D","options":{"A":"More than 3.","B":"1.","C":"0.","D":"2-3."},"task_type":"counting"}
{"file_name":"images/1b49034aa5d8ea0aed48f4d0e63b12c9c7a9c6123407a6fac95641fb67b633de.jpg","question":"Where is the main defect distributed in the given image?","answer":"C","options":{"A":"top.","B":"center.","C":"bottom."},"task_type":"localization"}
{"file_name":"images/1b49034aa5d8ea0aed48f4d0e63b12c9c7a9c6123407a6fac95641fb67b633de.jpg","question":"What is the inspection implication of these marks?","answer":"A","options":{"A":"They may need closer follow-up inspection.","B":"They indicate improved surface condition.","C":"They remove the need for inspection.","D":"They only affect image brightness."},"task_type":"analysis"}
{"file_name":"images/72ac2a8d42c7b989af3d9e58664c454796e16ce8f4920a3a86d0ceb91cc9d65e.jpg","question":"Does this wind turbine blade show any signs of damage or defects?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/72ac2a8d42c7b989af3d9e58664c454796e16ce8f4920a3a86d0ceb91cc9d65e.jpg","question":"What is the total number of defects visible on this blade surface?","answer":"B","options":{"A":"0.","B":"2-3.","C":"1.","D":"More than 3."},"task_type":"counting"}
{"file_name":"images/72ac2a8d42c7b989af3d9e58664c454796e16ce8f4920a3a86d0ceb91cc9d65e.jpg","question":"Where is the main defect distributed in the given image?","answer":"B","options":{"A":"top.","B":"center.","C":"bottom."},"task_type":"localization"}
{"file_name":"images/72ac2a8d42c7b989af3d9e58664c454796e16ce8f4920a3a86d0ceb91cc9d65e.jpg","question":"What does the central defect look like?","answer":"C","options":{"A":"A broad clean white patch.","B":"A smooth unmarked seam.","C":"Small dark marks near the center seam.","D":"A large missing blade section."},"task_type":"analysis"}
{"file_name":"images/ce1b997c0ecb609541fe383ed04810c0110a62e949d3f67d099c36ddddc3744c.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/ce1b997c0ecb609541fe383ed04810c0110a62e949d3f67d099c36ddddc3744c.jpg","question":"How many defects are there?","answer":"B","options":{"A":"1.","B":"2-3.","C":"4-5.","D":"More than 5."},"task_type":"counting"}
{"file_name":"images/ce1b997c0ecb609541fe383ed04810c0110a62e949d3f67d099c36ddddc3744c.jpg","question":"Where is the defect relative to the picture?","answer":"B","options":{"A":"Bottom center.","B":"Top right.","C":"Center.","D":"Bottom right."},"task_type":"localization"}
{"file_name":"images/ce1b997c0ecb609541fe383ed04810c0110a62e949d3f67d099c36ddddc3744c.jpg","question":"What does the visible defect look like?","answer":"B","options":{"A":"A smooth clean surface.","B":"Small dark marks near the top right.","C":"A large central hole.","D":"A bottom-edge missing section."},"task_type":"analysis"}
{"file_name":"images/ce1b997c0ecb609541fe383ed04810c0110a62e949d3f67d099c36ddddc3744c.jpg","question":"What is the likely inspection implication?","answer":"C","options":{"A":"No follow-up is needed.","B":"It improves blade aerodynamics.","C":"The top-right marks should be checked closely.","D":"Only the grass needs inspection."},"task_type":"analysis"}
{"file_name":"images/ce1b997c0ecb609541fe383ed04810c0110a62e949d3f67d099c36ddddc3744c.jpg","question":"What most likely caused the visible cue?","answer":"D","options":{"A":"Normal sky reflection only.","B":"A painted alignment stripe.","C":"Harmless grass shadow.","D":"Localized surface damage or contamination."},"task_type":"analysis"}
{"file_name":"images/b2837aad134da00d2abb9be9727eda2512350d6d373c108b4c446b93b757a83c.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/b2837aad134da00d2abb9be9727eda2512350d6d373c108b4c446b93b757a83c.jpg","question":"How many defects are there?","answer":"A","options":{"A":"1.","B":"2.","C":"3.","D":"4."},"task_type":"counting"}
{"file_name":"images/b2837aad134da00d2abb9be9727eda2512350d6d373c108b4c446b93b757a83c.jpg","question":"What is the type of the defect?","answer":"D","options":{"A":"oil.","B":"lightning_strike.","C":"crack.","D":"peeling."},"task_type":"classification"}
{"file_name":"images/b2837aad134da00d2abb9be9727eda2512350d6d373c108b4c446b93b757a83c.jpg","question":"Where exactly is this defect located on the wind turbine structure?","answer":"D","options":{"A":"Near the leading edge in the tip region.","B":"Near the trailing edge in the mid-span region.","C":"Close to the blade root attachment point.","D":"Centered at the midpoint of the blade span."},"task_type":"localization"}
{"file_name":"images/b2837aad134da00d2abb9be9727eda2512350d6d373c108b4c446b93b757a83c.jpg","question":"What does the visible defect look like?","answer":"A","options":{"A":"A rough peeled coating patch.","B":"A thin lightning burn line.","C":"A dark oil streak.","D":"A clean smooth surface."},"task_type":"analysis"}
{"file_name":"images/0dcb885daf98f76d88d9829be98bd5dfe81e4b158278eb541cd322967319dbc3.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/0dcb885daf98f76d88d9829be98bd5dfe81e4b158278eb541cd322967319dbc3.jpg","question":"How many defects are there?","answer":"A","options":{"A":"1.","B":"2-3.","C":"4-5.","D":"More than 5."},"task_type":"counting"}
{"file_name":"images/0dcb885daf98f76d88d9829be98bd5dfe81e4b158278eb541cd322967319dbc3.jpg","question":"What is the type of the defect?","answer":"A","options":{"A":"oil.","B":"crack.","C":"lightning_strike.","D":"erosion."},"task_type":"classification"}
{"file_name":"images/0dcb885daf98f76d88d9829be98bd5dfe81e4b158278eb541cd322967319dbc3.jpg","question":"Where is the defect located in the image?","answer":"B","options":{"A":"Bottom.","B":"Top left.","C":"Center.","D":"Top right."},"task_type":"localization"}
{"file_name":"images/0dcb885daf98f76d88d9829be98bd5dfe81e4b158278eb541cd322967319dbc3.jpg","question":"What most likely caused the visible mark?","answer":"B","options":{"A":"Severe leading-edge erosion.","B":"Oil or grease residue.","C":"Normal shadow only.","D":"Bird impact cracking."},"task_type":"analysis"}
{"file_name":"images/2f351195ff44ba86a92b65f3b8aa00b7652603d82201912c782ce75352c4acf4.jpg","question":"Does this wind turbine blade show any signs of damage or defects?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/2f351195ff44ba86a92b65f3b8aa00b7652603d82201912c782ce75352c4acf4.jpg","question":"How many defects are there?","answer":"C","options":{"A":"1.","B":"0.","C":"2-3.","D":"More than 3."},"task_type":"counting"}
{"file_name":"images/2f351195ff44ba86a92b65f3b8aa00b7652603d82201912c782ce75352c4acf4.jpg","question":"What best describes the defect found on this blade surface?","answer":"C","options":{"A":"crack.","B":"oil.","C":"peeling.","D":"others."},"task_type":"classification"}
{"file_name":"images/2f351195ff44ba86a92b65f3b8aa00b7652603d82201912c782ce75352c4acf4.jpg","question":"Where in the image is the primary defect located?","answer":"C","options":{"A":"bottom left.","B":"bottom right.","C":"top left.","D":"top right."},"task_type":"localization"}
{"file_name":"images/2f351195ff44ba86a92b65f3b8aa00b7652603d82201912c782ce75352c4acf4.jpg","question":"What is a likely inspection concern?","answer":"D","options":{"A":"It confirms no maintenance is needed.","B":"It only changes background color.","C":"It improves aerodynamic smoothness.","D":"Exposed coating may worsen with weathering."},"task_type":"analysis"}
{"file_name":"images/a3665af6e830ebbd40ceaf6ec97ae50186fcf63c5f472b140f1f7bd7e2d97c41.jpg","question":"Does this wind turbine blade show any signs of damage or defects?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/a3665af6e830ebbd40ceaf6ec97ae50186fcf63c5f472b140f1f7bd7e2d97c41.jpg","question":"How many distinct defect areas can be identified on this blade?","answer":"D","options":{"A":"4-5.","B":"1.","C":"More than 5.","D":"2-3."},"task_type":"counting"}
{"file_name":"images/a3665af6e830ebbd40ceaf6ec97ae50186fcf63c5f472b140f1f7bd7e2d97c41.jpg","question":"Why should these cues be treated as defects?","answer":"D","options":{"A":"They match normal blade shading.","B":"They are only background vegetation.","C":"They are regular manufacturing seams.","D":"They appear as localized damage spots."},"task_type":"analysis"}
{"file_name":"images/a9faa74117c1771a0e04263cefb9f133be0458ffc412acd40a6196ac7479f709.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/a9faa74117c1771a0e04263cefb9f133be0458ffc412acd40a6196ac7479f709.jpg","question":"What are the type of the defects?","answer":"D","options":{"A":"crack.","B":"lightning_strike.","C":"oil.","D":"peeling."},"task_type":"classification"}
{"file_name":"images/a9faa74117c1771a0e04263cefb9f133be0458ffc412acd40a6196ac7479f709.jpg","question":"What is a likely inspection concern?","answer":"B","options":{"A":"It confirms perfect surface condition.","B":"Coating loss may expose material.","C":"It improves aerodynamic smoothness.","D":"It indicates no follow-up needed."},"task_type":"analysis"}
{"file_name":"images/bcfb0546849edccd5ebb211770b3f3a92d368256ad8d247203ea5013372d064e.jpg","question":"Is there any defect in this wind turbine?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/bcfb0546849edccd5ebb211770b3f3a92d368256ad8d247203ea5013372d064e.jpg","question":"How many defects are there?","answer":"B","options":{"A":"0.","B":"2-3.","C":"1.","D":"More than 3."},"task_type":"counting"}
{"file_name":"images/bcfb0546849edccd5ebb211770b3f3a92d368256ad8d247203ea5013372d064e.jpg","question":"What type of defect is visible on this wind turbine?","answer":"B","options":{"A":"crack.","B":"erosion.","C":"others.","D":"oil."},"task_type":"classification"}
{"file_name":"images/bcfb0546849edccd5ebb211770b3f3a92d368256ad8d247203ea5013372d064e.jpg","question":"Where is the main defect located in the image?","answer":"A","options":{"A":"bottom right.","B":"bottom left.","C":"top left.","D":"top left."},"task_type":"localization"}
{"file_name":"images/bcfb0546849edccd5ebb211770b3f3a92d368256ad8d247203ea5013372d064e.jpg","question":"What most likely caused the visible damage?","answer":"B","options":{"A":"Normal blade shadow.","B":"Repeated surface wear and erosion.","C":"Fresh paint reflection.","D":"Camera blur only."},"task_type":"analysis"}
{"file_name":"images/72554d334c87ec418b276894e3c0a1e5e2556c78811d624d0dd65bbe1b1d690e.jpg","question":"Does this wind turbine blade show any signs of damage or defects?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/72554d334c87ec418b276894e3c0a1e5e2556c78811d624d0dd65bbe1b1d690e.jpg","question":"What type of defect is visible on this wind turbine?","answer":"A","options":{"A":"erosion.","B":"scratch.","C":"paint.","D":"peeling."},"task_type":"classification"}
{"file_name":"images/72554d334c87ec418b276894e3c0a1e5e2556c78811d624d0dd65bbe1b1d690e.jpg","question":"Where in the image is the primary defect located?","answer":"D","options":{"A":"bottom left.","B":"bottom right.","C":"top left.","D":"top right."},"task_type":"localization"}
{"file_name":"images/72554d334c87ec418b276894e3c0a1e5e2556c78811d624d0dd65bbe1b1d690e.jpg","question":"What most likely caused this cue?","answer":"A","options":{"A":"Erosion from weather and particle impact.","B":"A painted alignment mark.","C":"Normal camera glare.","D":"A blade root fastener."},"task_type":"analysis"}
{"file_name":"images/6d30c072584ee21f96a6b0d8782b5407729e51772b5e4d85f878947bfc7e8d98.jpg","question":"Does this wind turbine blade show any signs of damage or defects?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/6d30c072584ee21f96a6b0d8782b5407729e51772b5e4d85f878947bfc7e8d98.jpg","question":"What best describes the defect found on this blade surface?","answer":"B","options":{"A":"oil.","B":"crack.","C":"scratch.","D":"paint."},"task_type":"classification"}
{"file_name":"images/6d30c072584ee21f96a6b0d8782b5407729e51772b5e4d85f878947bfc7e8d98.jpg","question":"How many distinct defect areas can be identified on this blade?","answer":"C","options":{"A":"1.","B":"0.","C":"2-3.","D":"More than 3."},"task_type":"counting"}
{"file_name":"images/6d30c072584ee21f96a6b0d8782b5407729e51772b5e4d85f878947bfc7e8d98.jpg","question":"Where in the image is the primary defect located?","answer":"B","options":{"A":"bottom right.","B":"center left.","C":"center right.","D":"bottom left."},"task_type":"localization"}
{"file_name":"images/6d30c072584ee21f96a6b0d8782b5407729e51772b5e4d85f878947bfc7e8d98.jpg","question":"What does the damaged area look like?","answer":"B","options":{"A":"Smooth uniform blade coating.","B":"Jagged cracks with chipped coating.","C":"A round oil stain.","D":"A clean painted stripe."},"task_type":"analysis"}
{"file_name":"images/37e1be23a46d1667cd8a175f484c366d2a3a218dba3e71ff6a1b964b47e3181e.jpg","question":"Can you identify any defects on this blade surface?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/37e1be23a46d1667cd8a175f484c366d2a3a218dba3e71ff6a1b964b47e3181e.jpg","question":"How many distinct defect areas can be identified on this blade?","answer":"A","options":{"A":"4-5.","B":"1.","C":"2-3.","D":"More than 5."},"task_type":"counting"}
{"file_name":"images/37e1be23a46d1667cd8a175f484c366d2a3a218dba3e71ff6a1b964b47e3181e.jpg","question":"What type of defect is visible on the wind turbine?","answer":"A","options":{"A":"erosion, peeling.","B":"Only peeling.","C":"Only erosion.","D":"others."},"task_type":"classification"}
{"file_name":"images/37e1be23a46d1667cd8a175f484c366d2a3a218dba3e71ff6a1b964b47e3181e.jpg","question":"Where in the image is the peeling defect located?","answer":"B","options":{"A":"bottom left.","B":"top left.","C":"bottom right.","D":"center right."},"task_type":"localization"}
{"file_name":"images/37e1be23a46d1667cd8a175f484c366d2a3a218dba3e71ff6a1b964b47e3181e.jpg","question":"What most likely caused these visible marks?","answer":"C","options":{"A":"Camera blur alone.","B":"Normal blade seam coloring.","C":"Coating degradation from wear or impact.","D":"Reflections from nearby clouds."},"task_type":"analysis"}
{"file_name":"images/55a89072921e5c1f93731292587ca1834b43f1349b9c01559ff6510812fd956f.jpg","question":"Can you identify any defects on this blade surface?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/55a89072921e5c1f93731292587ca1834b43f1349b9c01559ff6510812fd956f.jpg","question":"What is the total number of defects visible on this blade surface?","answer":"A","options":{"A":"1.","B":"4-5.","C":"More than 5.","D":"2-3."},"task_type":"counting"}
{"file_name":"images/55a89072921e5c1f93731292587ca1834b43f1349b9c01559ff6510812fd956f.jpg","question":"What best describes the defect found on this blade surface?","answer":"B","options":{"A":"erosion.","B":"crack.","C":"peeling.","D":"chip."},"task_type":"classification"}
{"file_name":"images/55a89072921e5c1f93731292587ca1834b43f1349b9c01559ff6510812fd956f.jpg","question":"Why should this cue be treated as a defect?","answer":"B","options":{"A":"It is just blade curvature.","B":"It is an irregular fracture line.","C":"It is normal paint gloss.","D":"It is a reflection from lighting."},"task_type":"analysis"}
{"file_name":"images/d92174d6bb19dd1f5f00942b3d5b9f0be1105706aedf68314d23e17c1073846c.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/d92174d6bb19dd1f5f00942b3d5b9f0be1105706aedf68314d23e17c1073846c.jpg","question":"What is the type of the defect?","answer":"C","options":{"A":"chip.","B":"peeling.","C":"erosion.","D":"others."},"task_type":"classification"}
{"file_name":"images/d92174d6bb19dd1f5f00942b3d5b9f0be1105706aedf68314d23e17c1073846c.jpg","question":"Where in the image is the primary defect located?","answer":"A","options":{"A":"top left.","B":"bottom left.","C":"bottom right.","D":"center left."},"task_type":"localization"}
{"file_name":"images/d92174d6bb19dd1f5f00942b3d5b9f0be1105706aedf68314d23e17c1073846c.jpg","question":"What does the visible defect look like?","answer":"C","options":{"A":"A clean smooth edge.","B":"A bright painted stripe.","C":"A worn, darkened edge patch.","D":"A round bolt opening."},"task_type":"analysis"}
{"file_name":"images/a3ad968ae50c2cba39b14221c7acac9bf794851b8d3aa09bb896d15ec2fce995.jpg","question":"Can you identify any defects on this wind turbine surface?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/a3ad968ae50c2cba39b14221c7acac9bf794851b8d3aa09bb896d15ec2fce995.jpg","question":"What type of defect is visible on this wind turbine?","answer":"C","options":{"A":"crack.","B":"others.","C":"erosion.","D":"peeling."},"task_type":"classification"}
{"file_name":"images/a3ad968ae50c2cba39b14221c7acac9bf794851b8d3aa09bb896d15ec2fce995.jpg","question":"What is a likely inspection concern?","answer":"C","options":{"A":"It confirms perfect surface condition.","B":"It only changes the logo color.","C":"It may worsen coating loss over time.","D":"It eliminates maintenance needs."},"task_type":"analysis"}
{"file_name":"images/f003840159045496dad98e658f708bb2004f0170e230e13794fe9244e7a50e5e.jpg","question":"Does this wind turbine blade show any signs of damage or defects?","answer":"A","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/f003840159045496dad98e658f708bb2004f0170e230e13794fe9244e7a50e5e.jpg","question":"How many defects are there?","answer":"C","options":{"A":"2-3.","B":"More than 3.","C":"0.","D":"1."},"task_type":"counting"}
{"file_name":"images/f003840159045496dad98e658f708bb2004f0170e230e13794fe9244e7a50e5e.jpg","question":"What types of defects are present on this blade?","answer":"B","options":{"A":"deformity.","B":"no defect.","C":"erosion.","D":"Unable to determine."},"task_type":"classification"}
{"file_name":"images/f003840159045496dad98e658f708bb2004f0170e230e13794fe9244e7a50e5e.jpg","question":"What is the likely inspection implication?","answer":"B","options":{"A":"Immediate repair is required.","B":"No visible defect-related risk.","C":"Severe structural weakening is likely.","D":"Blade replacement is needed."},"task_type":"analysis"}
{"file_name":"images/7feff59900655e63247ecd835b786ac50fe22860cd482e42a0c11411270cdee8.jpg","question":"Can you identify any defects on this blade surface?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/7feff59900655e63247ecd835b786ac50fe22860cd482e42a0c11411270cdee8.jpg","question":"What type of defect is visible on this wind turbine?","answer":"D","options":{"A":"oil.","B":"scratch.","C":"others.","D":"erosion."},"task_type":"classification"}
{"file_name":"images/7feff59900655e63247ecd835b786ac50fe22860cd482e42a0c11411270cdee8.jpg","question":"What most likely caused the worn area?","answer":"B","options":{"A":"Fresh paint overspray.","B":"Repeated weather and particle impact.","C":"Camera lens distortion only.","D":"Normal bolt pattern markings."},"task_type":"analysis"}
{"file_name":"images/272cdbbc4ee3be772a293c4cdd5e3292c3a61200ae7dd611f5156045cc42d6c4.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/272cdbbc4ee3be772a293c4cdd5e3292c3a61200ae7dd611f5156045cc42d6c4.jpg","question":"How many defects are there?","answer":"D","options":{"A":"1.","B":"4-5.","C":"More than 5.","D":"2-3."},"task_type":"counting"}
{"file_name":"images/272cdbbc4ee3be772a293c4cdd5e3292c3a61200ae7dd611f5156045cc42d6c4.jpg","question":"What is the type of the defect?","answer":"A","options":{"A":"peeling.","B":"lightning_strike.","C":"crack.","D":"chip."},"task_type":"classification"}
{"file_name":"images/272cdbbc4ee3be772a293c4cdd5e3292c3a61200ae7dd611f5156045cc42d6c4.jpg","question":"Where in the image is the primary defect located?","answer":"B","options":{"A":"bottom.","B":"center.","C":"top."},"task_type":"localization"}
{"file_name":"images/272cdbbc4ee3be772a293c4cdd5e3292c3a61200ae7dd611f5156045cc42d6c4.jpg","question":"What is a likely inspection concern?","answer":"D","options":{"A":"It confirms perfect blade condition.","B":"It only changes background visibility.","C":"It improves aerodynamic smoothness.","D":"Peeling may expose material to weathering."},"task_type":"analysis"}
{"file_name":"images/588b1281c345b5c2142645c67c982155b73adc7f70b970ee9806fac5bf5ddc05.jpg","question":"How many defects are there?","answer":"B","options":{"A":"1.","B":"2-3.","C":"4-5.","D":"More than 5."},"task_type":"counting"}
{"file_name":"images/588b1281c345b5c2142645c67c982155b73adc7f70b970ee9806fac5bf5ddc05.jpg","question":"What is the type of the defect?","answer":"A","options":{"A":"dirt.","B":"crack.","C":"lightning_strike.","D":"erosion."},"task_type":"classification"}
{"file_name":"images/588b1281c345b5c2142645c67c982155b73adc7f70b970ee9806fac5bf5ddc05.jpg","question":"Where exactly is this defect located on the wind turbine structure?","answer":"A","options":{"A":"Near the leading edge in the tip region.","B":"Near the trailing edge in the mid-span region.","C":"Close to the blade root attachment point.","D":"Centered at the midpoint of the blade span."},"task_type":"localization"}
{"file_name":"images/588b1281c345b5c2142645c67c982155b73adc7f70b970ee9806fac5bf5ddc05.jpg","question":"Is there any defect in this wind turbine?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/588b1281c345b5c2142645c67c982155b73adc7f70b970ee9806fac5bf5ddc05.jpg","question":"Where is the main defect located in the image?","answer":"A","options":{"A":"center.","B":"bottom.","C":"top."},"task_type":"localization"}
{"file_name":"images/588b1281c345b5c2142645c67c982155b73adc7f70b970ee9806fac5bf5ddc05.jpg","question":"What type of defect is visible on the wind turbine?","answer":"D","options":{"A":"peeling.","B":"crack.","C":"others.","D":"dirt."},"task_type":"classification"}
{"file_name":"images/588b1281c345b5c2142645c67c982155b73adc7f70b970ee9806fac5bf5ddc05.jpg","question":"How many distinct defect areas can be identified on this blade?","answer":"B","options":{"A":"More than 5.","B":"2-3.","C":"1.","D":"4-5."},"task_type":"counting"}
{"file_name":"images/588b1281c345b5c2142645c67c982155b73adc7f70b970ee9806fac5bf5ddc05.jpg","question":"What is the likely inspection implication?","answer":"C","options":{"A":"No follow-up is needed.","B":"It confirms severe structural failure.","C":"The soiled area should be checked and cleaned.","D":"It indicates the blade root is detached."},"task_type":"analysis"}
{"file_name":"images/582b0fb7a9431cb738c1f913134d1830a76e770970d1ff0ddce15de587bff187.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/582b0fb7a9431cb738c1f913134d1830a76e770970d1ff0ddce15de587bff187.jpg","question":"How many defects are there?","answer":"A","options":{"A":"1.","B":"2.","C":"3.","D":"4."},"task_type":"counting"}
{"file_name":"images/582b0fb7a9431cb738c1f913134d1830a76e770970d1ff0ddce15de587bff187.jpg","question":"What is the type of the defect?","answer":"D","options":{"A":"painting.","B":"crack.","C":"lightning_strike.","D":"erosion."},"task_type":"classification"}
{"file_name":"images/582b0fb7a9431cb738c1f913134d1830a76e770970d1ff0ddce15de587bff187.jpg","question":"Where exactly is this defect located on the wind turbine structure?","answer":"B","options":{"A":"On the upper tower section just below the nacelle.","B":"At the nacelle of the wind turbine.","C":"Close to the blade root attachment point.","D":"Centered at the midpoint of the blade span."},"task_type":"localization"}
{"file_name":"images/582b0fb7a9431cb738c1f913134d1830a76e770970d1ff0ddce15de587bff187.jpg","question":"What most likely caused the visible cue?","answer":"C","options":{"A":"Normal shadow from the tower.","B":"A printed marking on the surface.","C":"Coating erosion exposing underlying material.","D":"A blade root manufacturing seam."},"task_type":"analysis"}
{"file_name":"images/ced99ca5952fb69c5c04c1c77ca5c0776bcd5375516ae8c9ca3c44b2eca398d2.jpg","question":"How many defects are there?","answer":"B","options":{"A":"1.","B":"2-3.","C":"4-5.","D":"More than 5."},"task_type":"counting"}
{"file_name":"images/ced99ca5952fb69c5c04c1c77ca5c0776bcd5375516ae8c9ca3c44b2eca398d2.jpg","question":"Where exactly is this defect located on the wind turbine structure?","answer":"A","options":{"A":"Near the leading edge in the tip region.","B":"Near the trailing edge in the mid-span region.","C":"Close to the blade root attachment point.","D":"Centered at the midpoint of the blade span."},"task_type":"localization"}
{"file_name":"images/ced99ca5952fb69c5c04c1c77ca5c0776bcd5375516ae8c9ca3c44b2eca398d2.jpg","question":"What most likely caused the visible cue?","answer":"B","options":{"A":"Normal blade paint gradient.","B":"Impact or erosion near the tip edge.","C":"A shadow from the tower base.","D":"Camera lens border artifact."},"task_type":"analysis"}
{"file_name":"images/ccb5ad68b58544bb8f91e3733a9b31d1c1b9c6405577136d2c361b49b850d27a.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/ccb5ad68b58544bb8f91e3733a9b31d1c1b9c6405577136d2c361b49b850d27a.jpg","question":"How many defects are there?","answer":"B","options":{"A":"1.","B":"2.","C":"3.","D":"4."},"task_type":"counting"}
{"file_name":"images/ccb5ad68b58544bb8f91e3733a9b31d1c1b9c6405577136d2c361b49b850d27a.jpg","question":"Where is the defect?","answer":"B","options":{"A":"Turbine.","B":"Blade tip.","C":"Blade center."},"task_type":"localization"}
{"file_name":"images/ccb5ad68b58544bb8f91e3733a9b31d1c1b9c6405577136d2c361b49b850d27a.jpg","question":"What does the blade-tip defect look like?","answer":"C","options":{"A":"Smooth clean coating.","B":"Uniform shadow only.","C":"Two small dark marks near the tip.","D":"A full-length crack."},"task_type":"analysis"}
{"file_name":"images/c06971115a20fde626cf58fd8ee3d15fbfbe90c3e0844d2cb367bacd4b07f619.jpg","question":"Can you identify any defects on this blade surface?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/c06971115a20fde626cf58fd8ee3d15fbfbe90c3e0844d2cb367bacd4b07f619.jpg","question":"What best describes the defect found on this blade surface?","answer":"D","options":{"A":"scratch.","B":"crack.","C":"others.","D":"oil."},"task_type":"classification"}
{"file_name":"images/c06971115a20fde626cf58fd8ee3d15fbfbe90c3e0844d2cb367bacd4b07f619.jpg","question":"Where is the main defect distributed in the given image?","answer":"B","options":{"A":"top right.","B":"bottom left.","C":"top left.","D":"bottom right."},"task_type":"localization"}
{"file_name":"images/c06971115a20fde626cf58fd8ee3d15fbfbe90c3e0844d2cb367bacd4b07f619.jpg","question":"What inspection concern does this defect raise?","answer":"C","options":{"A":"It confirms no maintenance is needed.","B":"It only changes background visibility.","C":"It may indicate leakage or contamination.","D":"It improves aerodynamic smoothness."},"task_type":"analysis"}
{"file_name":"images/a134d5c306f1c242771bffe42f5e3d6464ab43af53684c4802a8b3bd7a40e213.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/a134d5c306f1c242771bffe42f5e3d6464ab43af53684c4802a8b3bd7a40e213.jpg","question":"What best describes the defect found on this blade surface?","answer":"A","options":{"A":"erosion.","B":"peeling.","C":"lightning_strike.","D":"crack."},"task_type":"classification"}
{"file_name":"images/a134d5c306f1c242771bffe42f5e3d6464ab43af53684c4802a8b3bd7a40e213.jpg","question":"Where is the main defect distributed in the given image?","answer":"B","options":{"A":"top right.","B":"center right.","C":"top left.","D":"center left."},"task_type":"localization"}
{"file_name":"images/a134d5c306f1c242771bffe42f5e3d6464ab43af53684c4802a8b3bd7a40e213.jpg","question":"What most likely caused this cue?","answer":"C","options":{"A":"Factory seam alignment.","B":"Camera shadow only.","C":"Rain or particle erosion.","D":"Internal spar delamination."},"task_type":"analysis"}
{"file_name":"images/8f50208e9b4eec198724fcb4e7a358649c294109e4bb35a408c0307e55e92dbd.jpg","question":"Does this wind turbine blade show any signs of damage or defects?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/8f50208e9b4eec198724fcb4e7a358649c294109e4bb35a408c0307e55e92dbd.jpg","question":"What best describes the defect found on this blade surface?","answer":"A","options":{"A":"oil.","B":"paint.","C":"damage.","D":"others."},"task_type":"classification"}
{"file_name":"images/8f50208e9b4eec198724fcb4e7a358649c294109e4bb35a408c0307e55e92dbd.jpg","question":"In which region of the image is the defect most prominent?","answer":"C","options":{"A":"center.","B":"top.","C":"bottom."},"task_type":"localization"}
{"file_name":"images/8f50208e9b4eec198724fcb4e7a358649c294109e4bb35a408c0307e55e92dbd.jpg","question":"What most likely caused the dark lower marks?","answer":"B","options":{"A":"Fresh blade paint overspray.","B":"Oil residue running onto the surface.","C":"Normal leading-edge reflection.","D":"A missing structural panel."},"task_type":"analysis"}
{"file_name":"images/d83c91b5d2aeaa35436f81c0495cc4e6fd935d70e4032b2aae5530e7cf6834d4.jpg","question":"Can you identify any defects on this blade surface?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/d83c91b5d2aeaa35436f81c0495cc4e6fd935d70e4032b2aae5530e7cf6834d4.jpg","question":"What best describes the defect found on this blade surface?","answer":"B","options":{"A":"chip.","B":"erosion.","C":"crack.","D":"deformity."},"task_type":"classification"}
{"file_name":"images/d83c91b5d2aeaa35436f81c0495cc4e6fd935d70e4032b2aae5530e7cf6834d4.jpg","question":"What most likely caused this surface damage?","answer":"A","options":{"A":"Repeated rain, dust, or particle impact.","B":"Normal blade paint pattern.","C":"Camera lens distortion.","D":"Temporary tape marking."},"task_type":"analysis"}
{"file_name":"images/17a27f8b3bbe6089c04e47e0a0800b6e823a5d1b6da32f46c55cf729d731ab76.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/17a27f8b3bbe6089c04e47e0a0800b6e823a5d1b6da32f46c55cf729d731ab76.jpg","question":"How many defects are there?","answer":"A","options":{"A":"1.","B":"2.","C":"3.","D":"4."},"task_type":"counting"}
{"file_name":"images/17a27f8b3bbe6089c04e47e0a0800b6e823a5d1b6da32f46c55cf729d731ab76.jpg","question":"What is the type of the defect?","answer":"A","options":{"A":"peeling.","B":"crack.","C":"lightning_strike.","D":"erosion."},"task_type":"classification"}
{"file_name":"images/17a27f8b3bbe6089c04e47e0a0800b6e823a5d1b6da32f46c55cf729d731ab76.jpg","question":"Where is the defect located in the image?","answer":"D","options":{"A":"Bottom center.","B":"Center left.","C":"Center.","D":"Top right."},"task_type":"localization"}
{"file_name":"images/17a27f8b3bbe6089c04e47e0a0800b6e823a5d1b6da32f46c55cf729d731ab76.jpg","question":"What is the potential inspection concern?","answer":"C","options":{"A":"It improves surface protection.","B":"It is only background shadow.","C":"Coating loss may worsen.","D":"It confirms no repair need."},"task_type":"analysis"}
{"file_name":"images/2ea1d58d915b0d6263588afa8dc7a0443d33f56f368f1b080dc3f9e412072b69.jpg","question":"Does this wind turbine blade show any signs of damage or defects?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/2ea1d58d915b0d6263588afa8dc7a0443d33f56f368f1b080dc3f9e412072b69.jpg","question":"What best describes the defect found on this blade surface?","answer":"B","options":{"A":"chip.","B":"oil.","C":"peeling.","D":"lightning_strike."},"task_type":"classification"}
{"file_name":"images/2ea1d58d915b0d6263588afa8dc7a0443d33f56f368f1b080dc3f9e412072b69.jpg","question":"How many distinct defect areas can be identified on this blade?","answer":"B","options":{"A":"1.","B":"More than 3.","C":"2.","D":"3."},"task_type":"counting"}
{"file_name":"images/2ea1d58d915b0d6263588afa8dc7a0443d33f56f368f1b080dc3f9e412072b69.jpg","question":"What most likely caused these marks?","answer":"C","options":{"A":"Normal blade shading.","B":"Paint curing pattern.","C":"Leaked oil or grease contamination.","D":"Bird shadow on the surface."},"task_type":"analysis"}
{"file_name":"images/cd36d9fae2591ea89157833973f1fcefe83457130ce272633764d46458e4f0a5.jpg","question":"Does this wind turbine blade show any signs of damage or defects?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/cd36d9fae2591ea89157833973f1fcefe83457130ce272633764d46458e4f0a5.jpg","question":"What best describes the defect found on this blade surface?","answer":"C","options":{"A":"lightning_strike.","B":"crack.","C":"erosion.","D":"peeling."},"task_type":"classification"}
{"file_name":"images/cd36d9fae2591ea89157833973f1fcefe83457130ce272633764d46458e4f0a5.jpg","question":"Where is the main defect distributed in the given image?","answer":"C","options":{"A":"top.","B":"bottom.","C":"center."},"task_type":"localization"}
{"file_name":"images/cd36d9fae2591ea89157833973f1fcefe83457130ce272633764d46458e4f0a5.jpg","question":"What most likely caused this cue?","answer":"B","options":{"A":"A lightning strike scar.","B":"Leading-edge weathering and abrasion.","C":"Normal shadow from lighting.","D":"A manufacturing seam only."},"task_type":"analysis"}
{"file_name":"images/e36172106526f5ff06efa859023802596e69369ebf88cfc644ce81837c0620d9.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/e36172106526f5ff06efa859023802596e69369ebf88cfc644ce81837c0620d9.jpg","question":"How many defects are there?","answer":"B","options":{"A":"1.","B":"2-3.","C":"3-4.","D":"5 or above."},"task_type":"counting"}
{"file_name":"images/e36172106526f5ff06efa859023802596e69369ebf88cfc644ce81837c0620d9.jpg","question":"What is the likely inspection implication?","answer":"D","options":{"A":"It confirms no follow-up is needed.","B":"It improves aerodynamic performance.","C":"It only affects the background turbines.","D":"It should be checked for surface damage or leakage."},"task_type":"analysis"}
{"file_name":"images/4a81e6a35822ebac9a48b51264c9e9abf3c7b244c8fd6352144580f4be763b1d.jpg","question":"Can you identify any defects on this blade surface?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/4a81e6a35822ebac9a48b51264c9e9abf3c7b244c8fd6352144580f4be763b1d.jpg","question":"What type of defect is visible on this wind turbine?","answer":"B","options":{"A":"chip.","B":"erosion.","C":"crack.","D":"deformity."},"task_type":"classification"}
{"file_name":"images/4a81e6a35822ebac9a48b51264c9e9abf3c7b244c8fd6352144580f4be763b1d.jpg","question":"How many defects are there?","answer":"B","options":{"A":"More than 3.","B":"2-3.","C":"1.","D":"0."},"task_type":"counting"}
{"file_name":"images/4a81e6a35822ebac9a48b51264c9e9abf3c7b244c8fd6352144580f4be763b1d.jpg","question":"What does the visible defect look like?","answer":"B","options":{"A":"A long open crack.","B":"Brown worn erosion patches.","C":"A smooth clean surface.","D":"A raised plastic bubble."},"task_type":"analysis"}
{"file_name":"images/40fe23c465a1fd828b9c5be524eabf65c038e0e626e1227353cbc48588f686ec.jpg","question":"Is there any defect in this wind turbine?","answer":"B","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/40fe23c465a1fd828b9c5be524eabf65c038e0e626e1227353cbc48588f686ec.jpg","question":"How many defects are on the wind turbine structure?","answer":"D","options":{"A":"1.","B":"2-3.","C":"4-5.","D":"0."},"task_type":"counting"}
{"file_name":"images/40fe23c465a1fd828b9c5be524eabf65c038e0e626e1227353cbc48588f686ec.jpg","question":"What type of defect is on the wind turbine structure?","answer":"C","options":{"A":"oil.","B":"crack.","C":"no defect.","D":"peeling."},"task_type":"classification"}
{"file_name":"images/40fe23c465a1fd828b9c5be524eabf65c038e0e626e1227353cbc48588f686ec.jpg","question":"Why should the visible shading be treated as benign?","answer":"C","options":{"A":"It indicates leaking oil.","B":"It shows coating loss.","C":"It appears to be normal lighting.","D":"It confirms a crack."},"task_type":"analysis"}
{"file_name":"images/f842b96b122c21e2425bf7efe81b4e45a8ab3c33457171c1f7018a6619dafcc2.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/f842b96b122c21e2425bf7efe81b4e45a8ab3c33457171c1f7018a6619dafcc2.jpg","question":"How many distinct defect areas can be identified on this blade?","answer":"A","options":{"A":"1.","B":"0.","C":"2-3.","D":"More than 3."},"task_type":"counting"}
{"file_name":"images/f842b96b122c21e2425bf7efe81b4e45a8ab3c33457171c1f7018a6619dafcc2.jpg","question":"What best describes the defect found on this blade surface?","answer":"C","options":{"A":"scratch.","B":"crack.","C":"lightning_strike.","D":"chip."},"task_type":"classification"}
{"file_name":"images/f842b96b122c21e2425bf7efe81b4e45a8ab3c33457171c1f7018a6619dafcc2.jpg","question":"Where in the image is the primary defect located?","answer":"C","options":{"A":"top left.","B":"bottom left.","C":"center right.","D":"bottom right."},"task_type":"localization"}
{"file_name":"images/f842b96b122c21e2425bf7efe81b4e45a8ab3c33457171c1f7018a6619dafcc2.jpg","question":"What most likely caused the dark mark?","answer":"B","options":{"A":"Normal blade seam shading.","B":"A lightning strike on the blade.","C":"Routine paint polishing.","D":"Camera lens blur only."},"task_type":"analysis"}
{"file_name":"images/c56a4cb1e5ec535b62fd87049287cddd5ffc05dda3e5200e1eeef363a77ebc4a.jpg","question":"Is there any defect in this wind turbine?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/c56a4cb1e5ec535b62fd87049287cddd5ffc05dda3e5200e1eeef363a77ebc4a.jpg","question":"What is the type of the defect?","answer":"B","options":{"A":"crack.","B":"erosion.","C":"others.","D":"lightning_strike."},"task_type":"classification"}
{"file_name":"images/c56a4cb1e5ec535b62fd87049287cddd5ffc05dda3e5200e1eeef363a77ebc4a.jpg","question":"Where in the image is the primary defect located?","answer":"B","options":{"A":"bottom left.","B":"top left.","C":"top right.","D":"bottom right."},"task_type":"localization"}
{"file_name":"images/c56a4cb1e5ec535b62fd87049287cddd5ffc05dda3e5200e1eeef363a77ebc4a.jpg","question":"What most likely caused this cue?","answer":"A","options":{"A":"Rain or particle erosion.","B":"Normal tower shadow.","C":"Camera lens blur.","D":"Painted alignment marking."},"task_type":"analysis"}
{"file_name":"images/f6905a81c09e6c8de8f1f17a75fce29a45950805b27ac185b7ecc5d0609d6a09.jpg","question":"Is there any defect in this wind turbine?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/f6905a81c09e6c8de8f1f17a75fce29a45950805b27ac185b7ecc5d0609d6a09.jpg","question":"What type of defect is visible on this wind turbine?","answer":"B","options":{"A":"erosion.","B":"discolored.","C":"peeling.","D":"crack."},"task_type":"classification"}
{"file_name":"images/f6905a81c09e6c8de8f1f17a75fce29a45950805b27ac185b7ecc5d0609d6a09.jpg","question":"How many distinct defect areas can be identified on this blade?","answer":"B","options":{"A":"More than 3.","B":"1.","C":"0.","D":"2-3."},"task_type":"counting"}
{"file_name":"images/f6905a81c09e6c8de8f1f17a75fce29a45950805b27ac185b7ecc5d0609d6a09.jpg","question":"In which region of the image is the defect most prominent?","answer":"D","options":{"A":"bottom right.","B":"center left.","C":"bottom left.","D":"center right."},"task_type":"localization"}
{"file_name":"images/f6905a81c09e6c8de8f1f17a75fce29a45950805b27ac185b7ecc5d0609d6a09.jpg","question":"What is the likely inspection implication?","answer":"C","options":{"A":"No inspection is needed.","B":"It confirms total blade failure.","C":"It should be monitored for coating degradation.","D":"It improves aerodynamic performance."},"task_type":"analysis"}
{"file_name":"images/5fe2a5520e23d359b39412428b524fce54c29776f9b82cc7f0c0407caebcd45c.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/5fe2a5520e23d359b39412428b524fce54c29776f9b82cc7f0c0407caebcd45c.jpg","question":"What is the type of the defect?","answer":"D","options":{"A":"painting.","B":"crack.","C":"lightning_strike.","D":"erosion."},"task_type":"classification"}
{"file_name":"images/5fe2a5520e23d359b39412428b524fce54c29776f9b82cc7f0c0407caebcd45c.jpg","question":"Where exactly is this defect located on the wind turbine structure?","answer":"C","options":{"A":"At the nacelle of the wind turbine.","B":"Near the trailing edge in the mid-span region.","C":"Close to the blade root attachment point.","D":"Centered at the midpoint of the blade span."},"task_type":"localization"}
{"file_name":"images/5fe2a5520e23d359b39412428b524fce54c29776f9b82cc7f0c0407caebcd45c.jpg","question":"What is a likely inspection concern here?","answer":"B","options":{"A":"It eliminates aerodynamic drag.","B":"Erosion may worsen coating loss near the root.","C":"It proves the nacelle is cracked.","D":"It indicates normal blade manufacturing marks only."},"task_type":"analysis"}
{"file_name":"images/19f3ff9b90bd8265d3bf23914340082cb1bb45f69ac79e71bfc284a03ca70120.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/19f3ff9b90bd8265d3bf23914340082cb1bb45f69ac79e71bfc284a03ca70120.jpg","question":"What kind of defect is on the blade?","answer":"A","options":{"A":"peeling.","B":"lightning_strike.","C":"paint.","D":"crack."},"task_type":"classification"}
{"file_name":"images/19f3ff9b90bd8265d3bf23914340082cb1bb45f69ac79e71bfc284a03ca70120.jpg","question":"Why should this cue be treated as damage?","answer":"B","options":{"A":"It is only a blade shadow.","B":"Surface coating is visibly lifting.","C":"It is normal panel shading.","D":"It is just distant terrain."},"task_type":"analysis"}
{"file_name":"images/10b74b5c04ddd609ae1109284a6ed5037979a1b417f1ee01ae6ac710e6c17482.jpg","question":"Does this wind turbine blade show any signs of damage or defects?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/10b74b5c04ddd609ae1109284a6ed5037979a1b417f1ee01ae6ac710e6c17482.jpg","question":"How many defects are there?","answer":"B","options":{"A":"More than 3.","B":"2-3.","C":"1.","D":"0."},"task_type":"counting"}
{"file_name":"images/10b74b5c04ddd609ae1109284a6ed5037979a1b417f1ee01ae6ac710e6c17482.jpg","question":"What type of defect is visible on this wind turbine?","answer":"B","options":{"A":"others.","B":"peeling.","C":"lightning_strike.","D":"paint."},"task_type":"classification"}
{"file_name":"images/10b74b5c04ddd609ae1109284a6ed5037979a1b417f1ee01ae6ac710e6c17482.jpg","question":"What is a likely inspection concern?","answer":"D","options":{"A":"It improves aerodynamics.","B":"It confirms no maintenance need.","C":"It only changes the background.","D":"Exposed coating may worsen."},"task_type":"analysis"}
{"file_name":"images/bc043642c73dcf002acc3dc77e89c079ab86f8afe419d35377ced838c997d059.jpg","question":"Does this wind turbine blade show any signs of damage or defects?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/bc043642c73dcf002acc3dc77e89c079ab86f8afe419d35377ced838c997d059.jpg","question":"How many distinct defect areas can be identified on this blade?","answer":"C","options":{"A":"1.","B":"More than 5.","C":"2-3.","D":"4-5."},"task_type":"counting"}
{"file_name":"images/bc043642c73dcf002acc3dc77e89c079ab86f8afe419d35377ced838c997d059.jpg","question":"What type of defect is visible on the wind turbine?","answer":"B","options":{"A":"Only peeling.","B":"erosion, peeling.","C":"Unable to determine.","D":"Only erosion."},"task_type":"classification"}
{"file_name":"images/bc043642c73dcf002acc3dc77e89c079ab86f8afe419d35377ced838c997d059.jpg","question":"What does the visible blade damage look like?","answer":"B","options":{"A":"Smooth, uniform white coating.","B":"Dark eroded streaks with peeling edges.","C":"Round rust spots only.","D":"Clean reflection from sunlight."},"task_type":"analysis"}
{"file_name":"images/80fd7e7769df9f63db0fe46488208772433b1043b8d9eb3abe946bcebdd880b6.jpg","question":"Does this wind turbine blade show any signs of damage or defects?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/80fd7e7769df9f63db0fe46488208772433b1043b8d9eb3abe946bcebdd880b6.jpg","question":"What is the type of the defect?","answer":"A","options":{"A":"peeling.","B":"oil.","C":"deformity.","D":"lightning_strike."},"task_type":"classification"}
{"file_name":"images/80fd7e7769df9f63db0fe46488208772433b1043b8d9eb3abe946bcebdd880b6.jpg","question":"What does the visible defect look like?","answer":"A","options":{"A":"Flaking, peeled surface coating.","B":"Smooth unbroken paint.","C":"Round oil stain.","D":"Deep impact hole."},"task_type":"analysis"}
{"file_name":"images/311d83054f538b84c80861d38970174fcacbfb951be344c921d70b99dbbb2450.jpg","question":"Does this wind turbine blade show any signs of damage or defects?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/311d83054f538b84c80861d38970174fcacbfb951be344c921d70b99dbbb2450.jpg","question":"What is the total number of defects visible on this blade surface?","answer":"D","options":{"A":"2-3.","B":"1.","C":"More than 5.","D":"4-5."},"task_type":"counting"}
{"file_name":"images/311d83054f538b84c80861d38970174fcacbfb951be344c921d70b99dbbb2450.jpg","question":"What is the type of the defect?","answer":"B","options":{"A":"peeling.","B":"crack.","C":"paint.","D":"erosion."},"task_type":"classification"}
{"file_name":"images/311d83054f538b84c80861d38970174fcacbfb951be344c921d70b99dbbb2450.jpg","question":"Why should this cue be treated as damage?","answer":"B","options":{"A":"It follows normal blade curvature.","B":"Irregular lines indicate cracking.","C":"It is a clean panel seam.","D":"It is just rain residue."},"task_type":"analysis"}
{"file_name":"images/6e209cf9a0c6bb52ca7a76b9e773e346c04ea1592642eef631c10c6d71a3be24.jpg","question":"Is there any defect in this wind turbine?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/6e209cf9a0c6bb52ca7a76b9e773e346c04ea1592642eef631c10c6d71a3be24.jpg","question":"How many distinct defect areas can be identified on this blade?","answer":"C","options":{"A":"3.","B":"1.","C":"2.","D":"more than 3."},"task_type":"counting"}
{"file_name":"images/6e209cf9a0c6bb52ca7a76b9e773e346c04ea1592642eef631c10c6d71a3be24.jpg","question":"What type of defect is visible on this wind turbine?","answer":"A","options":{"A":"oil.","B":"others.","C":"scratch.","D":"deformity."},"task_type":"classification"}
{"file_name":"images/6e209cf9a0c6bb52ca7a76b9e773e346c04ea1592642eef631c10c6d71a3be24.jpg","question":"Where is the main defect distributed in the given image?","answer":"B","options":{"A":"bottom right.","B":"center right.","C":"top right.","D":"bottom left."},"task_type":"localization"}
{"file_name":"images/6e209cf9a0c6bb52ca7a76b9e773e346c04ea1592642eef631c10c6d71a3be24.jpg","question":"What is the most likely cause of the dark marks?","answer":"A","options":{"A":"Oil or grease leakage residue.","B":"Normal blade shadowing.","C":"Paint color variation only.","D":"A missing blade section."},"task_type":"analysis"}
{"file_name":"images/1c032abf1ffb39e7a1e66eb6b2d0b139f5e148f9d6d0bb5da00457b22dcdc7ed.jpg","question":"Does this wind turbine blade show any signs of damage or defects?","answer":"B","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/1c032abf1ffb39e7a1e66eb6b2d0b139f5e148f9d6d0bb5da00457b22dcdc7ed.jpg","question":"What is the total number of defects visible on this blade surface?","answer":"B","options":{"A":"2-3.","B":"0.","C":"1.","D":"More than 3."},"task_type":"counting"}
{"file_name":"images/1c032abf1ffb39e7a1e66eb6b2d0b139f5e148f9d6d0bb5da00457b22dcdc7ed.jpg","question":"What is the inspection implication here?","answer":"C","options":{"A":"Immediate repair is required.","B":"Structural failure is likely.","C":"No visible defect-related risk.","D":"Blade shutdown is necessary."},"task_type":"analysis"}
{"file_name":"images/96be8f67f3c1a155a939ccfe2badb674d67939be00c54f95e58cd6459de5e305.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/96be8f67f3c1a155a939ccfe2badb674d67939be00c54f95e58cd6459de5e305.jpg","question":"What best describes the defect found on this blade surface?","answer":"B","options":{"A":"erosion.","B":"crack.","C":"chip.","D":"others."},"task_type":"classification"}
{"file_name":"images/96be8f67f3c1a155a939ccfe2badb674d67939be00c54f95e58cd6459de5e305.jpg","question":"In which region of the image is the defect most prominent?","answer":"D","options":{"A":"bottom right.","B":"center right.","C":"bottom left.","D":"center left."},"task_type":"localization"}
{"file_name":"images/96be8f67f3c1a155a939ccfe2badb674d67939be00c54f95e58cd6459de5e305.jpg","question":"Why treat the mark as a defect?","answer":"C","options":{"A":"It is just distant scenery.","B":"It is normal blade curvature.","C":"It appears as a surface crack.","D":"It is only uniform lighting."},"task_type":"analysis"}
{"file_name":"images/1e79660fe60b62aafb7f2e7355c3e8ee88dbfa94fab3d44455408173bff055bf.jpg","question":"Can you identify any defects on this blade surface?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/1e79660fe60b62aafb7f2e7355c3e8ee88dbfa94fab3d44455408173bff055bf.jpg","question":"What best describes the defect found on this blade surface?","answer":"C","options":{"A":"paint.","B":"peeling.","C":"erosion.","D":"deformity."},"task_type":"classification"}
{"file_name":"images/1e79660fe60b62aafb7f2e7355c3e8ee88dbfa94fab3d44455408173bff055bf.jpg","question":"What most likely caused the visible wear?","answer":"B","options":{"A":"Factory color marking.","B":"Particle and weather abrasion.","C":"A harmless lighting reflection.","D":"New protective coating."},"task_type":"analysis"}
{"file_name":"images/b8e2326429d237e82be4f99d2a250454fc55113324fb8c8e973dba01a1d520e4.jpg","question":"Can you identify any defects on this blade surface?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/b8e2326429d237e82be4f99d2a250454fc55113324fb8c8e973dba01a1d520e4.jpg","question":"What types of defects are present on this blade?","answer":"D","options":{"A":"Only erosion.","B":"Only peeling.","C":"Unable to determine.","D":"erosion, peeling."},"task_type":"classification"}
{"file_name":"images/b8e2326429d237e82be4f99d2a250454fc55113324fb8c8e973dba01a1d520e4.jpg","question":"What most likely caused these visible marks?","answer":"A","options":{"A":"Surface coating erosion and peeling.","B":"Normal shadow from the blade curve.","C":"Reflections from nearby equipment.","D":"A painted alignment stripe."},"task_type":"analysis"}
{"file_name":"images/d6cfbbe0bf6c081891070f68fb36fadbf44b74de35129c3a03590e61c4b5b08e.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/d6cfbbe0bf6c081891070f68fb36fadbf44b74de35129c3a03590e61c4b5b08e.jpg","question":"How many defects are there?","answer":"C","options":{"A":"1.","B":"2-3.","C":"4-5.","D":"More than 5."},"task_type":"counting"}
{"file_name":"images/d6cfbbe0bf6c081891070f68fb36fadbf44b74de35129c3a03590e61c4b5b08e.jpg","question":"What is the type of the defect?","answer":"A","options":{"A":"dirt.","B":"crack.","C":"lightning_strike.","D":"erosion."},"task_type":"classification"}
{"file_name":"images/d6cfbbe0bf6c081891070f68fb36fadbf44b74de35129c3a03590e61c4b5b08e.jpg","question":"Where exactly is this defect located on the wind turbine structure?","answer":"A","options":{"A":"Near the leading edge in the mid-span region.","B":"Near the trailing edge in the mid-span region.","C":"Close to the blade root attachment point.","D":"Centered at the midpoint of the blade span."},"task_type":"localization"}
{"file_name":"images/d6cfbbe0bf6c081891070f68fb36fadbf44b74de35129c3a03590e61c4b5b08e.jpg","question":"What most likely caused these marks?","answer":"D","options":{"A":"Severe structural splitting.","B":"Direct lightning damage.","C":"Trailing-edge delamination.","D":"Accumulated dirt along airflow."},"task_type":"analysis"}
{"file_name":"images/b64016d422c61fc2c37bed5bb3c2433e2e9f6d9a2954fcd5e6017b465384f5ae.jpg","question":"Can you identify any defects on this blade surface?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/b64016d422c61fc2c37bed5bb3c2433e2e9f6d9a2954fcd5e6017b465384f5ae.jpg","question":"How many distinct defect areas can be identified on this blade?","answer":"B","options":{"A":"3.","B":"1.","C":"2.","D":"more than 3."},"task_type":"counting"}
{"file_name":"images/b64016d422c61fc2c37bed5bb3c2433e2e9f6d9a2954fcd5e6017b465384f5ae.jpg","question":"What type of defect is visible on this wind turbine?","answer":"A","options":{"A":"peeling.","B":"oil.","C":"deformity.","D":"scratch."},"task_type":"classification"}
{"file_name":"images/b64016d422c61fc2c37bed5bb3c2433e2e9f6d9a2954fcd5e6017b465384f5ae.jpg","question":"In which region of the image is the defect most prominent?","answer":"C","options":{"A":"bottom left.","B":"center left.","C":"top right.","D":"top left."},"task_type":"localization"}
{"file_name":"images/b64016d422c61fc2c37bed5bb3c2433e2e9f6d9a2954fcd5e6017b465384f5ae.jpg","question":"Why should this cue be treated as a defect?","answer":"C","options":{"A":"It is only background shadow.","B":"It is normal blade texture.","C":"It shows localized coating peeling.","D":"It is the distant turbine tower."},"task_type":"analysis"}
{"file_name":"images/1f34f6c73bdd2f29782314cf7a43d162b6b8fe58823f831ead53c70fb576aafd.jpg","question":"Does this wind turbine blade show any signs of damage or defects?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/1f34f6c73bdd2f29782314cf7a43d162b6b8fe58823f831ead53c70fb576aafd.jpg","question":"How many defects are there?","answer":"B","options":{"A":"2-3.","B":"1.","C":"0.","D":"More than 3."},"task_type":"counting"}
{"file_name":"images/1f34f6c73bdd2f29782314cf7a43d162b6b8fe58823f831ead53c70fb576aafd.jpg","question":"What type of defect is visible on this wind turbine?","answer":"B","options":{"A":"erosion.","B":"lightning_strike.","C":"scratch.","D":"crack."},"task_type":"classification"}
{"file_name":"images/1f34f6c73bdd2f29782314cf7a43d162b6b8fe58823f831ead53c70fb576aafd.jpg","question":"Where is the main defect distributed in the given image?","answer":"A","options":{"A":"center right.","B":"top left.","C":"bottom left.","D":"center left."},"task_type":"localization"}
{"file_name":"images/1f34f6c73bdd2f29782314cf7a43d162b6b8fe58823f831ead53c70fb576aafd.jpg","question":"What most likely caused this damage?","answer":"B","options":{"A":"Normal blade shadowing.","B":"A lightning strike event.","C":"Routine rain cleaning.","D":"Camera lens distortion."},"task_type":"analysis"}
{"file_name":"images/6de3d05a3a58a39561e54ca66375fca34b55a4472af5244481c38f8f9afc6183.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/6de3d05a3a58a39561e54ca66375fca34b55a4472af5244481c38f8f9afc6183.jpg","question":"How many defects are there?","answer":"D","options":{"A":"More than 5.","B":"1.","C":"4-5.","D":"2-3."},"task_type":"counting"}
{"file_name":"images/6de3d05a3a58a39561e54ca66375fca34b55a4472af5244481c38f8f9afc6183.jpg","question":"What is the type of the defect?","answer":"A","options":{"A":"oil.","B":"paint.","C":"peeling.","D":"crack."},"task_type":"classification"}
{"file_name":"images/6de3d05a3a58a39561e54ca66375fca34b55a4472af5244481c38f8f9afc6183.jpg","question":"Where in the image is the primary defect located?","answer":"B","options":{"A":"bottom right.","B":"bottom left.","C":"center left.","D":"center right."},"task_type":"localization"}
{"file_name":"images/6de3d05a3a58a39561e54ca66375fca34b55a4472af5244481c38f8f9afc6183.jpg","question":"What most likely caused the visible marks?","answer":"A","options":{"A":"Oil leakage or residue running down the blade.","B":"Normal shadow from the blade edge.","C":"Paint intentionally applied for marking.","D":"A distant cloud reflection."},"task_type":"analysis"}
{"file_name":"images/f79ec02971a80f86fbc2cbdaec748e6fcdd06b1bb4edf6bb2cfafa2f57a11579.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/f79ec02971a80f86fbc2cbdaec748e6fcdd06b1bb4edf6bb2cfafa2f57a11579.jpg","question":"How many defects are there?","answer":"B","options":{"A":"1.","B":"2-3.","C":"4-5.","D":"More than 5."},"task_type":"counting"}
{"file_name":"images/f79ec02971a80f86fbc2cbdaec748e6fcdd06b1bb4edf6bb2cfafa2f57a11579.jpg","question":"Where exactly is this defect located on the wind turbine structure?","answer":"A","options":{"A":"Near the leading edge in the tip region.","B":"Near the trailing edge in the mid-span region.","C":"Close to the blade root attachment point.","D":"Centered at the midpoint of the blade span."},"task_type":"localization"}
{"file_name":"images/f79ec02971a80f86fbc2cbdaec748e6fcdd06b1bb4edf6bb2cfafa2f57a11579.jpg","question":"What does the visible defect look like?","answer":"B","options":{"A":"Smooth clean white coating.","B":"Brown chipped edge patches near the tip.","C":"A long mid-span black crack.","D":"A root-area bolt stain."},"task_type":"analysis"}
{"file_name":"images/935bc88ac823af40fe394c796e42383ae8dd693189b1dd1a9d1517d83756781b.jpg","question":"Does this wind turbine blade show any signs of damage or defects?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/935bc88ac823af40fe394c796e42383ae8dd693189b1dd1a9d1517d83756781b.jpg","question":"What is the type of the defect?","answer":"C","options":{"A":"crack.","B":"peeling.","C":"erosion.","D":"oil."},"task_type":"classification"}
{"file_name":"images/935bc88ac823af40fe394c796e42383ae8dd693189b1dd1a9d1517d83756781b.jpg","question":"What most likely caused this visible edge damage?","answer":"C","options":{"A":"Normal blade seam shadow.","B":"Fresh paint application.","C":"Abrasion from windborne particles.","D":"Oil leaking from the hub."},"task_type":"analysis"}
{"file_name":"images/f2b405da2129f0fadb17a238124b0d15e372e6096b9d675a19a6768e1a49e1b5.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/f2b405da2129f0fadb17a238124b0d15e372e6096b9d675a19a6768e1a49e1b5.jpg","question":"What are the types of the defects?","answer":"A","options":{"A":"erosion.","B":"deformity.","C":"crack.","D":"others."},"task_type":"classification"}
{"file_name":"images/f2b405da2129f0fadb17a238124b0d15e372e6096b9d675a19a6768e1a49e1b5.jpg","question":"Where exactly is this defect located on the wind turbine structure?","answer":"D","options":{"A":"Near the leading edge in the tip region.","B":"Near the trailing edge in the mid-span region.","C":"Close to the blade root attachment point.","D":"At the nacelle of the wind turbine."},"task_type":"localization"}
{"file_name":"images/f2b405da2129f0fadb17a238124b0d15e372e6096b9d675a19a6768e1a49e1b5.jpg","question":"What most likely caused the visible nacelle marking?","answer":"B","options":{"A":"Fresh paint overspray only.","B":"Weathering and surface erosion.","C":"A shadow from the blade.","D":"Normal grass reflection."},"task_type":"analysis"}
{"file_name":"images/88e847c89a328d5561959db29d3559455d8141fa268ec14ecd2b559042bdd016.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/88e847c89a328d5561959db29d3559455d8141fa268ec14ecd2b559042bdd016.jpg","question":"How many defects are there?","answer":"A","options":{"A":"1.","B":"2.","C":"3.","D":"4."},"task_type":"counting"}
{"file_name":"images/88e847c89a328d5561959db29d3559455d8141fa268ec14ecd2b559042bdd016.jpg","question":"Where exactly is this defect located on the wind turbine structure?","answer":"A","options":{"A":"Near the leading edge in the tip region.","B":"Near the trailing edge in the mid-span region.","C":"Close to the blade root attachment point.","D":"Centered at the midpoint of the blade span."},"task_type":"localization"}
{"file_name":"images/88e847c89a328d5561959db29d3559455d8141fa268ec14ecd2b559042bdd016.jpg","question":"What does the visible defect look like?","answer":"C","options":{"A":"A clean, uniform blade surface.","B":"A smooth factory seam line.","C":"A dark chipped patch near the tip edge.","D":"A shadow on the tower only."},"task_type":"analysis"}
{"file_name":"images/de86479df5550b17d22e7a1834b0818781d5818c2fdc5775c09831f930577b68.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/de86479df5550b17d22e7a1834b0818781d5818c2fdc5775c09831f930577b68.jpg","question":"How many defects are there?","answer":"B","options":{"A":"More than 5.","B":"1.","C":"4-5.","D":"2-3."},"task_type":"counting"}
{"file_name":"images/de86479df5550b17d22e7a1834b0818781d5818c2fdc5775c09831f930577b68.jpg","question":"What best describes the defect found on this blade surface?","answer":"C","options":{"A":"crack.","B":"deformity.","C":"peeling.","D":"lightning_strike."},"task_type":"classification"}
{"file_name":"images/de86479df5550b17d22e7a1834b0818781d5818c2fdc5775c09831f930577b68.jpg","question":"Where in the image is the primary defect located?","answer":"B","options":{"A":"center right.","B":"center left.","C":"top left.","D":"bottom left."},"task_type":"localization"}
{"file_name":"images/de86479df5550b17d22e7a1834b0818781d5818c2fdc5775c09831f930577b68.jpg","question":"What most likely caused this visible cue?","answer":"D","options":{"A":"Normal blade shadowing.","B":"Camera lens glare only.","C":"A blade manufacturing seam.","D":"Coating loss from wear or impact."},"task_type":"analysis"}
{"file_name":"images/918f67b9c99659bd7ab4278d5cd0c4c1241ad82a9301588b8c3d5f4b9ba737ed.jpg","question":"Does this wind turbine blade show any signs of damage or defects?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/918f67b9c99659bd7ab4278d5cd0c4c1241ad82a9301588b8c3d5f4b9ba737ed.jpg","question":"What type of defect is visible on this wind turbine?","answer":"D","options":{"A":"chip.","B":"lightning_strike.","C":"oil.","D":"peeling."},"task_type":"classification"}
{"file_name":"images/918f67b9c99659bd7ab4278d5cd0c4c1241ad82a9301588b8c3d5f4b9ba737ed.jpg","question":"Why should the cue be treated as damage?","answer":"C","options":{"A":"It is just normal shadowing.","B":"It is a painted design stripe.","C":"The coating appears lifted and worn.","D":"It is only distant scenery."},"task_type":"analysis"}
{"file_name":"images/3ce039935fcb8228fce507f24fbb6753714fdd67cd2a16a94126e9ddc89a229e.jpg","question":"Does this wind turbine blade show any signs of damage or defects?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/3ce039935fcb8228fce507f24fbb6753714fdd67cd2a16a94126e9ddc89a229e.jpg","question":"What type of defect is visible on this wind turbine?","answer":"A","options":{"A":"peeling.","B":"oil.","C":"crack.","D":"deformity."},"task_type":"classification"}
{"file_name":"images/3ce039935fcb8228fce507f24fbb6753714fdd67cd2a16a94126e9ddc89a229e.jpg","question":"What most likely caused this cue?","answer":"B","options":{"A":"A shadow from the tower.","B":"Coating adhesion loss or weathering.","C":"Fresh oil leaking outward.","D":"Normal blade seam coloring."},"task_type":"analysis"}
{"file_name":"images/8b6987a2e204937e1d60ba57ebaeea97548e1459969d1960947bb71587ea53c8.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/8b6987a2e204937e1d60ba57ebaeea97548e1459969d1960947bb71587ea53c8.jpg","question":"How many defects can be counted on this turbine blade surface?","answer":"A","options":{"A":"0.","B":"2-3.","C":"1.","D":"More than 3."},"task_type":"counting"}
{"file_name":"images/8b6987a2e204937e1d60ba57ebaeea97548e1459969d1960947bb71587ea53c8.jpg","question":"Why should the visible shading not indicate damage?","answer":"A","options":{"A":"It appears to be normal lighting or surface shading.","B":"It is exposed internal laminate.","C":"It is a lightning burn mark.","D":"It shows active delamination."},"task_type":"analysis"}
{"file_name":"images/ecb5da596c0fa55a9f06415a1fedc2128df18c9f6d320e84a012c686e58c0879.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/ecb5da596c0fa55a9f06415a1fedc2128df18c9f6d320e84a012c686e58c0879.jpg","question":"What is the type of the defects?","answer":"A","options":{"A":"erosion or peeling.","B":"crack.","C":"lightning_strike.","D":"Unable to determine."},"task_type":"classification"}
{"file_name":"images/ecb5da596c0fa55a9f06415a1fedc2128df18c9f6d320e84a012c686e58c0879.jpg","question":"What most likely caused the visible cue?","answer":"D","options":{"A":"Normal shadow from the camera.","B":"A printed marking on the blade.","C":"A lightning puncture through the surface.","D":"Weathering causing coating erosion or peeling."},"task_type":"analysis"}
{"file_name":"images/c37b62f0d311e1671d899e10a4aeba7929a41eeef0261a7543fa15650fac2f72.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/c37b62f0d311e1671d899e10a4aeba7929a41eeef0261a7543fa15650fac2f72.jpg","question":"How many distinct defect areas can be identified on this blade?","answer":"A","options":{"A":"2-3.","B":"0.","C":"More than 3.","D":"1."},"task_type":"counting"}
{"file_name":"images/c37b62f0d311e1671d899e10a4aeba7929a41eeef0261a7543fa15650fac2f72.jpg","question":"What is the type of the defect?","answer":"C","options":{"A":"scratch.","B":"deformity.","C":"oil.","D":"others."},"task_type":"classification"}
{"file_name":"images/c37b62f0d311e1671d899e10a4aeba7929a41eeef0261a7543fa15650fac2f72.jpg","question":"What most likely caused these marks?","answer":"C","options":{"A":"Lightning burn through the shell.","B":"Normal leading-edge seam tape.","C":"Oil or grease residue on the surface.","D":"Fresh paint reflecting sunlight."},"task_type":"analysis"}
{"file_name":"images/64bbacd2eb38725a87cd9459344d68e7aa61f419776b84f0ca27142de9556f62.jpg","question":"Can you identify any defects on this blade surface?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/64bbacd2eb38725a87cd9459344d68e7aa61f419776b84f0ca27142de9556f62.jpg","question":"How many defects are there?","answer":"C","options":{"A":"1.","B":"More than 3.","C":"2-3.","D":"0."},"task_type":"counting"}
{"file_name":"images/64bbacd2eb38725a87cd9459344d68e7aa61f419776b84f0ca27142de9556f62.jpg","question":"What best describes the defect found on this blade surface?","answer":"A","options":{"A":"crack.","B":"erosion.","C":"paint.","D":"deformity."},"task_type":"classification"}
{"file_name":"images/64bbacd2eb38725a87cd9459344d68e7aa61f419776b84f0ca27142de9556f62.jpg","question":"Where in the image is the primary defect located?","answer":"B","options":{"A":"bottom.","B":"center.","C":"top."},"task_type":"localization"}
{"file_name":"images/64bbacd2eb38725a87cd9459344d68e7aa61f419776b84f0ca27142de9556f62.jpg","question":"Why should this cue be treated as damage?","answer":"B","options":{"A":"It is just blade shadow.","B":"It forms narrow crack-like lines.","C":"It is uniform surface gloss.","D":"It matches normal leading edge."},"task_type":"analysis"}
{"file_name":"images/38b660b7d1be3bf946b27672084cc0162146c49fc207cd820e1bf18d9b7142c9.jpg","question":"Does this wind turbine blade show any signs of damage or defects?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/38b660b7d1be3bf946b27672084cc0162146c49fc207cd820e1bf18d9b7142c9.jpg","question":"What is the total number of defects visible on this blade surface?","answer":"A","options":{"A":"2-3.","B":"0.","C":"1.","D":"More than 3."},"task_type":"counting"}
{"file_name":"images/38b660b7d1be3bf946b27672084cc0162146c49fc207cd820e1bf18d9b7142c9.jpg","question":"What is the type of the defect?","answer":"C","options":{"A":"others.","B":"deformity.","C":"lightning_strike.","D":"crack."},"task_type":"classification"}
{"file_name":"images/38b660b7d1be3bf946b27672084cc0162146c49fc207cd820e1bf18d9b7142c9.jpg","question":"Where in the image is the primary defect located?","answer":"C","options":{"A":"bottom right.","B":"bottom left.","C":"top right.","D":"top left."},"task_type":"localization"}
{"file_name":"images/38b660b7d1be3bf946b27672084cc0162146c49fc207cd820e1bf18d9b7142c9.jpg","question":"What most likely caused these marks?","answer":"A","options":{"A":"A lightning strike event.","B":"Normal blade curvature.","C":"Camera lens distortion.","D":"Painted alignment markings."},"task_type":"analysis"}
{"file_name":"images/92451b14a21c0a500096c850ef50620f046dda9cf9bfc198973333dc17e48921.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/92451b14a21c0a500096c850ef50620f046dda9cf9bfc198973333dc17e48921.jpg","question":"Where is the defect relative to the picture?","answer":"B","options":{"A":"Bottom center.","B":"Top left.","C":"Center.","D":"Bottom right."},"task_type":"localization"}
{"file_name":"images/92451b14a21c0a500096c850ef50620f046dda9cf9bfc198973333dc17e48921.jpg","question":"What is the type of the defect?","answer":"A","options":{"A":"oil.","B":"deformity.","C":"crack.","D":"lightning_strike."},"task_type":"classification"}
{"file_name":"images/92451b14a21c0a500096c850ef50620f046dda9cf9bfc198973333dc17e48921.jpg","question":"What is the most likely cause of this cue?","answer":"D","options":{"A":"Blade tip lightning damage.","B":"A manufacturing seam line.","C":"Normal shadow from the edge.","D":"Oil leaking onto the surface."},"task_type":"analysis"}
{"file_name":"images/42c2b6ba2215eac2be60f88d37208ed072a7570811ab2cc0339a4b52baa4feb9.jpg","question":"Can you identify any defects on this blade surface?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/42c2b6ba2215eac2be60f88d37208ed072a7570811ab2cc0339a4b52baa4feb9.jpg","question":"What is the type of the defect?","answer":"C","options":{"A":"others.","B":"crack.","C":"peeling.","D":"erosion."},"task_type":"classification"}
{"file_name":"images/42c2b6ba2215eac2be60f88d37208ed072a7570811ab2cc0339a4b52baa4feb9.jpg","question":"Where is the main defect distributed in the given image?","answer":"D","options":{"A":"top right.","B":"center left.","C":"center right.","D":"bottom left."},"task_type":"localization"}
{"file_name":"images/42c2b6ba2215eac2be60f88d37208ed072a7570811ab2cc0339a4b52baa4feb9.jpg","question":"What most likely caused this visible cue?","answer":"C","options":{"A":"Normal shadow from the blade curve.","B":"A harmless manufacturing seam.","C":"Coating delamination or paint loss.","D":"Camera glare on an intact surface."},"task_type":"analysis"}
{"file_name":"images/76c004ebf94d66888ec736b1f216e6dc5dced51ceb837e331b7ff1c7e501c970.jpg","question":"Is there any defect in this wind turbine?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/76c004ebf94d66888ec736b1f216e6dc5dced51ceb837e331b7ff1c7e501c970.jpg","question":"How many defects are there?","answer":"C","options":{"A":"More than 4.","B":"1.","C":"2-3.","D":"0."},"task_type":"counting"}
{"file_name":"images/76c004ebf94d66888ec736b1f216e6dc5dced51ceb837e331b7ff1c7e501c970.jpg","question":"Why treat the marked spots as defects?","answer":"A","options":{"A":"They interrupt the smooth blade surface.","B":"They are normal grass reflections.","C":"They are tower shadow lines.","D":"They are blade serial numbers."},"task_type":"analysis"}
{"file_name":"images/714999936b60d0732132da73a1e10ec9e6466bb2fdbbf560a6bde17c4a7d9d2f.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/714999936b60d0732132da73a1e10ec9e6466bb2fdbbf560a6bde17c4a7d9d2f.jpg","question":"How many defects are there?","answer":"A","options":{"A":"2-3.","B":"1.","C":"More than 4.","D":"0."},"task_type":"counting"}
{"file_name":"images/714999936b60d0732132da73a1e10ec9e6466bb2fdbbf560a6bde17c4a7d9d2f.jpg","question":"What type of defect is visible on the wind turbine?","answer":"B","options":{"A":"Unable to determine.","B":"crack, missing_teeth.","C":"Only crack.","D":"Only missing_teeth."},"task_type":"classification"}
{"file_name":"images/714999936b60d0732132da73a1e10ec9e6466bb2fdbbf560a6bde17c4a7d9d2f.jpg","question":"Why should this cue be treated as damage?","answer":"D","options":{"A":"It matches normal blade shading.","B":"It is just field background.","C":"It follows a clean seam line.","D":"Irregular cracks and edge loss are visible."},"task_type":"analysis"}
{"file_name":"images/2de9e874ad52432895f52cfb39ffbf30f1c4faa17e348afeed77a3c49f74a032.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/2de9e874ad52432895f52cfb39ffbf30f1c4faa17e348afeed77a3c49f74a032.jpg","question":"How many defects are there?","answer":"B","options":{"A":"More than 3.","B":"0.","C":"1.","D":"2."},"task_type":"counting"}
{"file_name":"images/2de9e874ad52432895f52cfb39ffbf30f1c4faa17e348afeed77a3c49f74a032.jpg","question":"Why is no defect cause identified?","answer":"C","options":{"A":"Lightning damage is visible.","B":"Impact marks are obvious.","C":"Only normal surface shading appears.","D":"Erosion caused the cue."},"task_type":"analysis"}
{"file_name":"images/93b063d1df3a38443828acf25f9453fc45c67ea644500e0329719e7e8a191b46.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/93b063d1df3a38443828acf25f9453fc45c67ea644500e0329719e7e8a191b46.jpg","question":"What is the type of the defect?","answer":"A","options":{"A":"erosion.","B":"lightning_strike.","C":"crack.","D":"peeling."},"task_type":"classification"}
{"file_name":"images/93b063d1df3a38443828acf25f9453fc45c67ea644500e0329719e7e8a191b46.jpg","question":"Where is the main defect located in the image?","answer":"B","options":{"A":"center.","B":"top.","C":"bottom.","D":"no defect."},"task_type":"localization"}
{"file_name":"images/93b063d1df3a38443828acf25f9453fc45c67ea644500e0329719e7e8a191b46.jpg","question":"What most likely caused this cue?","answer":"B","options":{"A":"Electrical arc impact.","B":"Weather-driven leading edge wear.","C":"Factory seam shadow.","D":"Bird droppings only."},"task_type":"analysis"}
{"file_name":"images/f21d9df7617efa76d25493dc30d43a14e9ec65bd74154351ca80527b38d53ea8.jpg","question":"Is there any defect in this wind turbine?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/f21d9df7617efa76d25493dc30d43a14e9ec65bd74154351ca80527b38d53ea8.jpg","question":"What is the type of the defect?","answer":"A","options":{"A":"missing_teeth.","B":"crack.","C":"peeling.","D":"erosion."},"task_type":"classification"}
{"file_name":"images/f21d9df7617efa76d25493dc30d43a14e9ec65bd74154351ca80527b38d53ea8.jpg","question":"Where is the main defect located in the image?","answer":"B","options":{"A":"center left.","B":"bottom right.","C":"top left.","D":"top right."},"task_type":"localization"}
{"file_name":"images/f21d9df7617efa76d25493dc30d43a14e9ec65bd74154351ca80527b38d53ea8.jpg","question":"Why treat this cue as a defect?","answer":"A","options":{"A":"Edge teeth appear absent.","B":"It is normal shading.","C":"It is background vegetation.","D":"It is a tower seam."},"task_type":"analysis"}
{"file_name":"images/112ee5236d255e488bdef35d56be6e1a19aad7cca31b89588d28d5e272c319e6.jpg","question":"Is there any defect in this wind turbine?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/112ee5236d255e488bdef35d56be6e1a19aad7cca31b89588d28d5e272c319e6.jpg","question":"How many defects are there?","answer":"C","options":{"A":"0.","B":"More than 4.","C":"2-3.","D":"1."},"task_type":"counting"}
{"file_name":"images/112ee5236d255e488bdef35d56be6e1a19aad7cca31b89588d28d5e272c319e6.jpg","question":"What type of defect is visible on the wind turbine?","answer":"B","options":{"A":"Only missing_teeth.","B":"crack, missing_teeth.","C":"Unable to determine.","D":"Only crack."},"task_type":"classification"}
{"file_name":"images/112ee5236d255e488bdef35d56be6e1a19aad7cca31b89588d28d5e272c319e6.jpg","question":"Why should this cue be treated as damage?","answer":"D","options":{"A":"It is only field background texture.","B":"It matches normal blade paint.","C":"It is just lighting glare.","D":"Material loss and cracking are visible."},"task_type":"analysis"}
{"file_name":"images/82a9b74e4364fef3c9e524280c0b11a1e9874547e8be2f074112b0bdf1b31749.jpg","question":"Is there any defect in this wind turbine?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/82a9b74e4364fef3c9e524280c0b11a1e9874547e8be2f074112b0bdf1b31749.jpg","question":"Why treat the mark as a defect?","answer":"C","options":{"A":"It is just grass reflection.","B":"It is normal blade shading.","C":"Surface coating appears missing.","D":"It is a designed seam."},"task_type":"analysis"}
{"file_name":"images/82a9b74e4364fef3c9e524280c0b11a1e9874547e8be2f074112b0bdf1b31749.jpg","question":"What type of defect is on the wind turbine structure?","answer":"D","options":{"A":"oil.","B":"crack.","C":"no defect.","D":"peeling."},"task_type":"classification"}
{"file_name":"images/3a14117f4a4f06dbc651ac4d8480c95e06f34c059bae2bcf3b27772d84ff799a.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/3a14117f4a4f06dbc651ac4d8480c95e06f34c059bae2bcf3b27772d84ff799a.jpg","question":"How many defects are there?","answer":"C","options":{"A":"More than 3.","B":"2.","C":"0.","D":"1."},"task_type":"counting"}
{"file_name":"images/3a14117f4a4f06dbc651ac4d8480c95e06f34c059bae2bcf3b27772d84ff799a.jpg","question":"What is the type of the defect?","answer":"A","options":{"A":"no defect.","B":"peeling.","C":"crack.","D":"erosion."},"task_type":"classification"}
{"file_name":"images/3a14117f4a4f06dbc651ac4d8480c95e06f34c059bae2bcf3b27772d84ff799a.jpg","question":"Why should the visible cues seem benign?","answer":"B","options":{"A":"They show crack growth.","B":"Normal surface shading.","C":"They indicate peeling.","D":"They expose laminate."},"task_type":"analysis"}
{"file_name":"images/9fe6358ecf6ad9bc32d9835f22d05eb76811a2546ef1c788c510370111c8eedb.jpg","question":"Is there any defect in this wind turbine?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/9fe6358ecf6ad9bc32d9835f22d05eb76811a2546ef1c788c510370111c8eedb.jpg","question":"What is the type of the defect?","answer":"A","options":{"A":"erosion.","B":"lightning_strike.","C":"crack.","D":"peeling."},"task_type":"classification"}
{"file_name":"images/9fe6358ecf6ad9bc32d9835f22d05eb76811a2546ef1c788c510370111c8eedb.jpg","question":"Where is the main defect located in the image?","answer":"B","options":{"A":"center left.","B":"bottom right.","C":"top left.","D":"top right."},"task_type":"localization"}
{"file_name":"images/9fe6358ecf6ad9bc32d9835f22d05eb76811a2546ef1c788c510370111c8eedb.jpg","question":"What most likely caused this cue?","answer":"A","options":{"A":"Weather-driven surface wear.","B":"A direct lightning strike.","C":"A manufacturing seam.","D":"Normal blade shadow."},"task_type":"analysis"}
{"file_name":"images/79edd404d6c4ec99927abed084e5e111d1467bca9b11cee1d9ff85e672b054a3.jpg","question":"Is there any defect in this wind turbine?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/79edd404d6c4ec99927abed084e5e111d1467bca9b11cee1d9ff85e672b054a3.jpg","question":"What most likely caused the visible cue?","answer":"D","options":{"A":"Normal grass reflection.","B":"Camera shadow only.","C":"Blade manufacturing seam.","D":"Coating adhesion loss."},"task_type":"analysis"}
{"file_name":"images/79edd404d6c4ec99927abed084e5e111d1467bca9b11cee1d9ff85e672b054a3.jpg","question":"What type of defect is on the wind turbine structure?","answer":"D","options":{"A":"oil.","B":"crack.","C":"no defect.","D":"peeling."},"task_type":"classification"}
{"file_name":"images/a323d21b693d20b15b34cea6b56afdb0814f3a5e1b5865f47976874a51543370.jpg","question":"Is there any defect in this wind turbine?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/a323d21b693d20b15b34cea6b56afdb0814f3a5e1b5865f47976874a51543370.jpg","question":"What is the type of the defect?","answer":"C","options":{"A":"erosion.","B":"crack.","C":"missing_teeth.","D":"peeling."},"task_type":"classification"}
{"file_name":"images/a323d21b693d20b15b34cea6b56afdb0814f3a5e1b5865f47976874a51543370.jpg","question":"Where is the main defect located in the image?","answer":"B","options":{"A":"center left.","B":"center right.","C":"bottom right.","D":"top left."},"task_type":"localization"}
{"file_name":"images/a323d21b693d20b15b34cea6b56afdb0814f3a5e1b5865f47976874a51543370.jpg","question":"Why treat this cue as damage?","answer":"C","options":{"A":"It is just grass reflection.","B":"It is normal blade shading.","C":"Some serration teeth are missing.","D":"It is a factory seam."},"task_type":"analysis"}
{"file_name":"images/bbece16b227dddd509e21a98a919c87977d5e7b92ce83ddd81d284c188419dcc.jpg","question":"Is there any defect in this wind turbine?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/bbece16b227dddd509e21a98a919c87977d5e7b92ce83ddd81d284c188419dcc.jpg","question":"How many defects are there?","answer":"C","options":{"A":"1-3.","B":"4-6.","C":"More than 6.","D":"0."},"task_type":"counting"}
{"file_name":"images/bbece16b227dddd509e21a98a919c87977d5e7b92ce83ddd81d284c188419dcc.jpg","question":"Why treat these cues as defects?","answer":"B","options":{"A":"They are normal shadows.","B":"Multiple lifted surface features appear abnormal.","C":"They are distant birds.","D":"They mark the camera lens."},"task_type":"analysis"}
{"file_name":"images/7a4786d52e7742790c6616338ece06b923ae1ec6c36aa5ec95a7df3e7bab6bf4.jpg","question":"Is there any defect in this wind turbine?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/7a4786d52e7742790c6616338ece06b923ae1ec6c36aa5ec95a7df3e7bab6bf4.jpg","question":"What is the type of the defect?","answer":"C","options":{"A":"erosion.","B":"peeling.","C":"dirt.","D":"crack."},"task_type":"classification"}
{"file_name":"images/7a4786d52e7742790c6616338ece06b923ae1ec6c36aa5ec95a7df3e7bab6bf4.jpg","question":"Where exactly is this defect located on the wind turbine structure?","answer":"A","options":{"A":"On the blade tip.","B":"Near the trailing edge in the mid-span region.","C":"Close to the blade root attachment point.","D":"Centered at the midpoint of the blade span."},"task_type":"localization"}
{"file_name":"images/7a4786d52e7742790c6616338ece06b923ae1ec6c36aa5ec95a7df3e7bab6bf4.jpg","question":"What most likely caused this visible cue?","answer":"A","options":{"A":"Deposited dirt on the tip.","B":"Lightning splitting the shell.","C":"Paint peeling from heat.","D":"Root bolt loosening."},"task_type":"analysis"}
{"file_name":"images/8656edfec095329dbb7b75d2319e5e0077d8880be65ba5909cc116fb0301f2ce.jpg","question":"Is there any defect in this wind turbine?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/8656edfec095329dbb7b75d2319e5e0077d8880be65ba5909cc116fb0301f2ce.jpg","question":"What is the type of the defect?","answer":"C","options":{"A":"lightning_strike.","B":"erosion.","C":"peeling.","D":"missing_teeth."},"task_type":"classification"}
{"file_name":"images/8656edfec095329dbb7b75d2319e5e0077d8880be65ba5909cc116fb0301f2ce.jpg","question":"Where is the main defect located in the image?","answer":"A","options":{"A":"center.","B":"bottom.","C":"top."},"task_type":"localization"}
{"file_name":"images/8656edfec095329dbb7b75d2319e5e0077d8880be65ba5909cc116fb0301f2ce.jpg","question":"Why treat this mark as peeling?","answer":"D","options":{"A":"It follows a straight seam.","B":"It is only a shadow.","C":"It is distant landscape reflection.","D":"Surface coating appears detached."},"task_type":"analysis"}
{"file_name":"images/2fe436ea8005037eaf3f67b0bd3e1c63c9cdf805f2ca04165c230821d08fe4ce.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/2fe436ea8005037eaf3f67b0bd3e1c63c9cdf805f2ca04165c230821d08fe4ce.jpg","question":"What is the type of the defect?","answer":"A","options":{"A":"no defect.","B":"peeling.","C":"crack.","D":"erosion."},"task_type":"classification"}
{"file_name":"images/2fe436ea8005037eaf3f67b0bd3e1c63c9cdf805f2ca04165c230821d08fe4ce.jpg","question":"How many defects are there?","answer":"C","options":{"A":"More than 3.","B":"2.","C":"0.","D":"1."},"task_type":"counting"}
{"file_name":"images/2fe436ea8005037eaf3f67b0bd3e1c63c9cdf805f2ca04165c230821d08fe4ce.jpg","question":"Why is no defect cause identified?","answer":"C","options":{"A":"Impact damage is obvious.","B":"Erosion has removed coating.","C":"Only normal surface shading is visible.","D":"A crack source is clear."},"task_type":"analysis"}
{"file_name":"images/abafa6c22ad8c5f99aa929efb8e2e318eb068f11015f06146eb83abf98360f60.jpg","question":"Can you identify any defects on this blade surface?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/abafa6c22ad8c5f99aa929efb8e2e318eb068f11015f06146eb83abf98360f60.jpg","question":"What is the total number of defects visible on this blade surface?","answer":"C","options":{"A":"2-3.","B":"0.","C":"1.","D":"More than 3."},"task_type":"counting"}
{"file_name":"images/abafa6c22ad8c5f99aa929efb8e2e318eb068f11015f06146eb83abf98360f60.jpg","question":"What best describes the defect found on this blade surface?","answer":"D","options":{"A":"peeling.","B":"erosion.","C":"others.","D":"crack."},"task_type":"classification"}
{"file_name":"images/abafa6c22ad8c5f99aa929efb8e2e318eb068f11015f06146eb83abf98360f60.jpg","question":"Where in the image is the primary defect located?","answer":"B","options":{"A":"bottom left.","B":"bottom right.","C":"top left.","D":"top right."},"task_type":"localization"}
{"file_name":"images/abafa6c22ad8c5f99aa929efb8e2e318eb068f11015f06146eb83abf98360f60.jpg","question":"Why treat the cue as a defect?","answer":"B","options":{"A":"It is only surface glare.","B":"It shows a continuous crack-like line.","C":"It is a normal blade seam.","D":"It is just background shadow."},"task_type":"analysis"}
{"file_name":"images/8ab341f80726226c4116cb369706e1856fe47c27c76c0e2158284f9f14d254d2.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/8ab341f80726226c4116cb369706e1856fe47c27c76c0e2158284f9f14d254d2.jpg","question":"How many defects are there?","answer":"B","options":{"A":"More than 3.","B":"2-3.","C":"1.","D":"0."},"task_type":"counting"}
{"file_name":"images/8ab341f80726226c4116cb369706e1856fe47c27c76c0e2158284f9f14d254d2.jpg","question":"Where is the main defect distributed in the given image?","answer":"A","options":{"A":"left.","B":"center.","C":"right."},"task_type":"localization"}
{"file_name":"images/8ab341f80726226c4116cb369706e1856fe47c27c76c0e2158284f9f14d254d2.jpg","question":"What is a likely cause of the visible cue?","answer":"A","options":{"A":"Surface wear or minor coating damage.","B":"Only shadow from the background.","C":"A camera lens border.","D":"Normal blade seam alignment."},"task_type":"analysis"}
{"file_name":"images/58b86e6675052019fefdfa96b24af6bcdcd2a888a5c589a709117598880d6304.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/58b86e6675052019fefdfa96b24af6bcdcd2a888a5c589a709117598880d6304.jpg","question":"How many defects are there?","answer":"B","options":{"A":"1.","B":"2-3.","C":"4-5.","D":"More than 5."},"task_type":"counting"}
{"file_name":"images/58b86e6675052019fefdfa96b24af6bcdcd2a888a5c589a709117598880d6304.jpg","question":"Where exactly is this defect located on the wind turbine structure?","answer":"A","options":{"A":"Near the leading edge in the tip region.","B":"Near the trailing edge in the mid-span region.","C":"Close to the blade root attachment point.","D":"Centered at the midpoint of the blade span."},"task_type":"localization"}
{"file_name":"images/58b86e6675052019fefdfa96b24af6bcdcd2a888a5c589a709117598880d6304.jpg","question":"What most likely caused the cue?","answer":"D","options":{"A":"Normal blade shading.","B":"Root bolt corrosion.","C":"Camera dirt only.","D":"Leading-edge impact or erosion wear."},"task_type":"analysis"}
{"file_name":"images/1117f4d6e765da9f09d39249643bf1dff027160ac3c614c803bc7d2f313e28a2.jpg","question":"How many defects are there?","answer":"A","options":{"A":"1.","B":"2-3.","C":"4-5.","D":"More than 5."},"task_type":"counting"}
{"file_name":"images/1117f4d6e765da9f09d39249643bf1dff027160ac3c614c803bc7d2f313e28a2.jpg","question":"What is the type of the defect?","answer":"D","options":{"A":"painting.","B":"crack.","C":"lightning_strike.","D":"chip."},"task_type":"classification"}
{"file_name":"images/1117f4d6e765da9f09d39249643bf1dff027160ac3c614c803bc7d2f313e28a2.jpg","question":"What most likely caused this visible cue?","answer":"C","options":{"A":"Normal surface shading.","B":"A manufacturing seam only.","C":"Impact or erosion removed coating.","D":"Camera glare on clean paint."},"task_type":"analysis"}
{"file_name":"images/1060a5ab8ca51c7be224815f41492fa6ed429cf2d090776d6985f1d377e36c04.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/1060a5ab8ca51c7be224815f41492fa6ed429cf2d090776d6985f1d377e36c04.jpg","question":"How many defects are there?","answer":"B","options":{"A":"1.","B":"2-3.","C":"4-5.","D":"More than 5."},"task_type":"counting"}
{"file_name":"images/1060a5ab8ca51c7be224815f41492fa6ed429cf2d090776d6985f1d377e36c04.jpg","question":"Where are the defects located in the image?","answer":"B","options":{"A":"Top.","B":"Center.","C":"Bottom."},"task_type":"localization"}
{"file_name":"images/1060a5ab8ca51c7be224815f41492fa6ed429cf2d090776d6985f1d377e36c04.jpg","question":"What most likely caused these visible marks?","answer":"B","options":{"A":"Normal blade seam only.","B":"Abrasion or surface contact.","C":"Camera lens glare.","D":"Internal sensor failure."},"task_type":"analysis"}
{"file_name":"images/71324c486ccc4d7f6e1dccda8f6b4f3ece40c39e8ae613cbbd0df2bc990cb8a8.jpg","question":"Is there any defect in this wind turbine?","answer":"B","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/71324c486ccc4d7f6e1dccda8f6b4f3ece40c39e8ae613cbbd0df2bc990cb8a8.jpg","question":"What type of defect is visible on the wind turbine?","answer":"D","options":{"A":"crack.","B":"erosion.","C":"peeling.","D":"no defect."},"task_type":"classification"}
{"file_name":"images/71324c486ccc4d7f6e1dccda8f6b4f3ece40c39e8ae613cbbd0df2bc990cb8a8.jpg","question":"Why should the visible surface cue be considered benign?","answer":"A","options":{"A":"It appears as normal shading.","B":"It is caused by deep cracking.","C":"It shows coating delamination.","D":"It indicates impact damage."},"task_type":"analysis"}
{"file_name":"images/77c8ef05c3a98b867860aed343c2f75611373d7cedff4565241a9f2af80828ff.jpg","question":"Does this wind turbine blade show any signs of damage or defects?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/77c8ef05c3a98b867860aed343c2f75611373d7cedff4565241a9f2af80828ff.jpg","question":"What type of defect is visible on this wind turbine?","answer":"B","options":{"A":"lightning_strike.","B":"peeling.","C":"deformity.","D":"others."},"task_type":"classification"}
{"file_name":"images/77c8ef05c3a98b867860aed343c2f75611373d7cedff4565241a9f2af80828ff.jpg","question":"What most likely caused this cue?","answer":"D","options":{"A":"Normal shadow from the blade.","B":"A camera lens reflection only.","C":"A manufacturing seam with no damage.","D":"Weathered coating or tape delamination."},"task_type":"analysis"}
{"file_name":"images/4b44e679072a6e78e601cd8b6abcd9932ea55ad81c8c031a5f25c11bf0aac85c.jpg","question":"Is there any defect in this wind turbine?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/4b44e679072a6e78e601cd8b6abcd9932ea55ad81c8c031a5f25c11bf0aac85c.jpg","question":"What is the type of the defect?","answer":"A","options":{"A":"peeling.","B":"oil.","C":"deformity.","D":"lightning_strike."},"task_type":"classification"}
{"file_name":"images/4b44e679072a6e78e601cd8b6abcd9932ea55ad81c8c031a5f25c11bf0aac85c.jpg","question":"What most likely caused the visible cue?","answer":"C","options":{"A":"Normal shadow from lighting.","B":"Fresh factory paint pattern.","C":"Coating adhesion loss or erosion.","D":"Camera lens distortion only."},"task_type":"analysis"}
{"file_name":"images/448b4392f412f9b6d28ededa89bd603cb8deaa9cfb8bf07825dc1c8cb4632ef1.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/448b4392f412f9b6d28ededa89bd603cb8deaa9cfb8bf07825dc1c8cb4632ef1.jpg","question":"What type of defect is visible on this wind turbine?","answer":"C","options":{"A":"crack.","B":"deformity.","C":"erosion.","D":"paint."},"task_type":"classification"}
{"file_name":"images/448b4392f412f9b6d28ededa89bd603cb8deaa9cfb8bf07825dc1c8cb4632ef1.jpg","question":"Where is the main defect distributed in the given image?","answer":"A","options":{"A":"bottom left.","B":"center right.","C":"top right.","D":"top left."},"task_type":"localization"}
{"file_name":"images/448b4392f412f9b6d28ededa89bd603cb8deaa9cfb8bf07825dc1c8cb4632ef1.jpg","question":"What most likely caused this cue?","answer":"B","options":{"A":"Factory seam alignment.","B":"Particle and rain impact wear.","C":"Shadow from the tower.","D":"Camera lens reflection."},"task_type":"analysis"}
{"file_name":"images/24b217d143c4748aab07352a04432099b098a96dacfde2ff7807492ed09b304f.jpg","question":"Is there any defect in this wind turbine?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/24b217d143c4748aab07352a04432099b098a96dacfde2ff7807492ed09b304f.jpg","question":"How many distinct defect areas can be identified on this blade?","answer":"D","options":{"A":"More than 3.","B":"1.","C":"0.","D":"2-3."},"task_type":"counting"}
{"file_name":"images/24b217d143c4748aab07352a04432099b098a96dacfde2ff7807492ed09b304f.jpg","question":"What is the type of the defect?","answer":"B","options":{"A":"chip.","B":"oil.","C":"paint.","D":"peeling."},"task_type":"classification"}
{"file_name":"images/24b217d143c4748aab07352a04432099b098a96dacfde2ff7807492ed09b304f.jpg","question":"In which region of the image is the defect most prominent?","answer":"B","options":{"A":"top.","B":"center.","C":"bottom."},"task_type":"localization"}
{"file_name":"images/24b217d143c4748aab07352a04432099b098a96dacfde2ff7807492ed09b304f.jpg","question":"What most likely caused the visible marks?","answer":"A","options":{"A":"Oil or lubricant leaking downward.","B":"Normal red tip paint.","C":"A shadow from another blade.","D":"Uniform factory coating."},"task_type":"analysis"}
{"file_name":"images/10d63b98a32610340a80f931e5c85e7c5353747c8e75a1ae5acebcae7ee4da4c.jpg","question":"Does this wind turbine blade show any signs of damage or defects?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/10d63b98a32610340a80f931e5c85e7c5353747c8e75a1ae5acebcae7ee4da4c.jpg","question":"What is the total number of defects visible on this blade surface?","answer":"C","options":{"A":"2-3.","B":"0.","C":"1.","D":"More than 3."},"task_type":"counting"}
{"file_name":"images/10d63b98a32610340a80f931e5c85e7c5353747c8e75a1ae5acebcae7ee4da4c.jpg","question":"Where in the image is the primary defect located?","answer":"C","options":{"A":"bottom left.","B":"top right.","C":"center left.","D":"bottom right."},"task_type":"localization"}
{"file_name":"images/10d63b98a32610340a80f931e5c85e7c5353747c8e75a1ae5acebcae7ee4da4c.jpg","question":"What most likely caused this cue?","answer":"D","options":{"A":"Normal blade curvature only.","B":"Camera compression in the sky.","C":"A painted alignment stripe.","D":"A scratch or crack from surface damage."},"task_type":"analysis"}
{"file_name":"images/189e4af2ad280e36677bf722544cba097aecd109c92aaea47b0d873d4d97a113.jpg","question":"Can you identify any defects on this blade surface?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/189e4af2ad280e36677bf722544cba097aecd109c92aaea47b0d873d4d97a113.jpg","question":"What is the total number of defects visible on this blade surface?","answer":"C","options":{"A":"1.","B":"More than 3.","C":"2-3.","D":"0."},"task_type":"counting"}
{"file_name":"images/189e4af2ad280e36677bf722544cba097aecd109c92aaea47b0d873d4d97a113.jpg","question":"What types of defects are present on this blade?","answer":"B","options":{"A":"oil.","B":"peeling.","C":"others.","D":"erosion."},"task_type":"classification"}
{"file_name":"images/189e4af2ad280e36677bf722544cba097aecd109c92aaea47b0d873d4d97a113.jpg","question":"Where is the main defect located in the image?","answer":"B","options":{"A":"center.","B":"bottom.","C":"top."},"task_type":"localization"}
{"file_name":"images/189e4af2ad280e36677bf722544cba097aecd109c92aaea47b0d873d4d97a113.jpg","question":"What most likely explains the visible cue?","answer":"C","options":{"A":"Normal grass reflection on the blade.","B":"A clean factory seam line.","C":"Local coating peeling from wear or adhesion loss.","D":"Temporary motion blur only."},"task_type":"analysis"}
{"file_name":"images/ef7b73b4b33442dbaae9ed6c0bb624aeb0b9140c48e24b2f41c184aa77f6b0d8.jpg","question":"Is there any defect in this wind turbine?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/ef7b73b4b33442dbaae9ed6c0bb624aeb0b9140c48e24b2f41c184aa77f6b0d8.jpg","question":"How many distinct defect areas can be identified on this blade?","answer":"C","options":{"A":"More than 3.","B":"0.","C":"1.","D":"2-3."},"task_type":"counting"}
{"file_name":"images/ef7b73b4b33442dbaae9ed6c0bb624aeb0b9140c48e24b2f41c184aa77f6b0d8.jpg","question":"Where is the main defect distributed in the given image?","answer":"A","options":{"A":"top right.","B":"top left.","C":"bottom left.","D":"center left."},"task_type":"localization"}
{"file_name":"images/ef7b73b4b33442dbaae9ed6c0bb624aeb0b9140c48e24b2f41c184aa77f6b0d8.jpg","question":"What most likely explains the visible cue?","answer":"B","options":{"A":"Normal uniform blade shading.","B":"A localized surface blemish or impact mark.","C":"A shadow from the ground only.","D":"A blade manufacturing label."},"task_type":"analysis"}
{"file_name":"images/311c3875d59202c828543212750bfe1e7764912c767c8d0139da2ef42da0f98f.jpg","question":"Does this wind turbine blade show any signs of damage or defects?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/311c3875d59202c828543212750bfe1e7764912c767c8d0139da2ef42da0f98f.jpg","question":"What is the type of the defect?","answer":"D","options":{"A":"others.","B":"paint.","C":"scratch.","D":"erosion."},"task_type":"classification"}
{"file_name":"images/311c3875d59202c828543212750bfe1e7764912c767c8d0139da2ef42da0f98f.jpg","question":"Where is the main defect distributed in the given image?","answer":"C","options":{"A":"center left.","B":"center right.","C":"bottom right.","D":"bottom left."},"task_type":"localization"}
{"file_name":"images/311c3875d59202c828543212750bfe1e7764912c767c8d0139da2ef42da0f98f.jpg","question":"What most likely caused the visible damage?","answer":"A","options":{"A":"Particle or weather erosion on the blade surface.","B":"A harmless shadow from lighting.","C":"A manufacturing seam only.","D":"Camera blur without surface damage."},"task_type":"analysis"}
{"file_name":"images/ea95d4fc1bb23c176e1030ecf711f11d1fa707eda97eb9f052ad47fcdfc99fe6.jpg","question":"Does this wind turbine blade show any signs of damage or defects?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/ea95d4fc1bb23c176e1030ecf711f11d1fa707eda97eb9f052ad47fcdfc99fe6.jpg","question":"What type of defect is visible on this wind turbine?","answer":"B","options":{"A":"crack.","B":"erosion.","C":"scratch.","D":"oil."},"task_type":"classification"}
{"file_name":"images/ea95d4fc1bb23c176e1030ecf711f11d1fa707eda97eb9f052ad47fcdfc99fe6.jpg","question":"Where in the image is the primary defect located?","answer":"D","options":{"A":"bottom left.","B":"bottom right.","C":"top left.","D":"top right."},"task_type":"localization"}
{"file_name":"images/ea95d4fc1bb23c176e1030ecf711f11d1fa707eda97eb9f052ad47fcdfc99fe6.jpg","question":"What most likely caused this cue?","answer":"D","options":{"A":"Camera shadow on the blade.","B":"A painted design feature.","C":"Oil leaking from the hub.","D":"Repeated leading-edge erosion."},"task_type":"analysis"}
{"file_name":"images/6f5df0e953e4418e36c3173bb3db0e479522858c98a97646f0e2f4fc350f07f2.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/6f5df0e953e4418e36c3173bb3db0e479522858c98a97646f0e2f4fc350f07f2.jpg","question":"How many defects are there?","answer":"A","options":{"A":"1.","B":"2.","C":"3.","D":"4."},"task_type":"counting"}
{"file_name":"images/6f5df0e953e4418e36c3173bb3db0e479522858c98a97646f0e2f4fc350f07f2.jpg","question":"There are some defect in the blade. What is the type of the defect?","answer":"A","options":{"A":"peeling.","B":"crack.","C":"lightning_strike.","D":"erosion."},"task_type":"classification"}
{"file_name":"images/6f5df0e953e4418e36c3173bb3db0e479522858c98a97646f0e2f4fc350f07f2.jpg","question":"Why should this cue be treated as a defect?","answer":"C","options":{"A":"It is only normal shadowing.","B":"It is a blade seam line.","C":"The coating appears locally peeled away.","D":"It is just camera glare."},"task_type":"analysis"}
{"file_name":"images/7caa690703c885ee3d5a3f129950f4777f783d046661a08c337b67d60491039e.jpg","question":"Can you identify any defects on this blade surface?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/7caa690703c885ee3d5a3f129950f4777f783d046661a08c337b67d60491039e.jpg","question":"What type of defect is visible on this wind turbine?","answer":"C","options":{"A":"erosion.","B":"others.","C":"oil.","D":"lightning_strike."},"task_type":"classification"}
{"file_name":"images/7caa690703c885ee3d5a3f129950f4777f783d046661a08c337b67d60491039e.jpg","question":"Where in the image is the primary defect located?","answer":"A","options":{"A":"top left.","B":"bottom left.","C":"top right.","D":"bottom right."},"task_type":"localization"}
{"file_name":"images/7caa690703c885ee3d5a3f129950f4777f783d046661a08c337b67d60491039e.jpg","question":"What most likely caused the visible cue?","answer":"B","options":{"A":"Hail impact cracking.","B":"Oil or grease residue on the surface.","C":"Normal blade seam shading.","D":"Lightning puncture through the shell."},"task_type":"analysis"}
{"file_name":"images/8ddc3c1c7f4f6c52dee7fca00b2b6da643bb360e57f63e39403a1fe0b2400a81.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/8ddc3c1c7f4f6c52dee7fca00b2b6da643bb360e57f63e39403a1fe0b2400a81.jpg","question":"How many defects are there?","answer":"A","options":{"A":"1.","B":"2.","C":"3.","D":"4."},"task_type":"counting"}
{"file_name":"images/8ddc3c1c7f4f6c52dee7fca00b2b6da643bb360e57f63e39403a1fe0b2400a81.jpg","question":"What is the type of the defect?","answer":"D","options":{"A":"painting.","B":"crack.","C":"lightning_strike.","D":"surface_eyes."},"task_type":"classification"}
{"file_name":"images/8ddc3c1c7f4f6c52dee7fca00b2b6da643bb360e57f63e39403a1fe0b2400a81.jpg","question":"Where exactly is this defect located on the wind turbine structure?","answer":"B","options":{"A":"On the upper tower section just below the nacelle.","B":"Near the trailing edge in the mid-span region.","C":"Close to the blade root attachment point.","D":"Centered at the midpoint of the blade span."},"task_type":"localization"}
{"file_name":"images/8ddc3c1c7f4f6c52dee7fca00b2b6da643bb360e57f63e39403a1fe0b2400a81.jpg","question":"Why should this cue be treated as a defect?","answer":"A","options":{"A":"It is a localized surface eye.","B":"It is only sky reflection.","C":"It is the tower shadow.","D":"It is a normal edge seam."},"task_type":"analysis"}
{"file_name":"images/811e7088334c0386f64373906e6e33f0daa03edf937c7f3c2f098890fd447cda.jpg","question":"How many defects are there?","answer":"B","options":{"A":"1.","B":"2.","C":"3.","D":"4."},"task_type":"counting"}
{"file_name":"images/811e7088334c0386f64373906e6e33f0daa03edf937c7f3c2f098890fd447cda.jpg","question":"What is the type of the defect?","answer":"D","options":{"A":"painting.","B":"crack.","C":"lightning_strike.","D":"surface_eyes."},"task_type":"classification"}
{"file_name":"images/811e7088334c0386f64373906e6e33f0daa03edf937c7f3c2f098890fd447cda.jpg","question":"Why should these marks be treated as defects?","answer":"D","options":{"A":"They are only blade shadows.","B":"They are normal seam lines.","C":"They are camera compression artifacts.","D":"They resemble surface-eye coating flaws."},"task_type":"analysis"}
{"file_name":"images/1265474d4138360f45670df08599caa17669f48cf7e3b147aaa2c2d78ca46310.jpg","question":"Can you identify any defects on this blade surface?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/1265474d4138360f45670df08599caa17669f48cf7e3b147aaa2c2d78ca46310.jpg","question":"What is the total number of defects visible on this blade surface?","answer":"A","options":{"A":"1.","B":"2.","C":"3.","D":"0."},"task_type":"counting"}
{"file_name":"images/1265474d4138360f45670df08599caa17669f48cf7e3b147aaa2c2d78ca46310.jpg","question":"What is the type of the defect?","answer":"C","options":{"A":"crack.","B":"peeling.","C":"oil.","D":"scratch."},"task_type":"classification"}
{"file_name":"images/1265474d4138360f45670df08599caa17669f48cf7e3b147aaa2c2d78ca46310.jpg","question":"Where in the image is the primary defect located?","answer":"D","options":{"A":"bottom left.","B":"top right.","C":"bottom right.","D":"top left."},"task_type":"localization"}
{"file_name":"images/1265474d4138360f45670df08599caa17669f48cf7e3b147aaa2c2d78ca46310.jpg","question":"What most likely caused this mark?","answer":"C","options":{"A":"Normal blade seam shading.","B":"Sun glare on the surface.","C":"Leaked or smeared oil.","D":"Paint uniformly curing."},"task_type":"analysis"}
{"file_name":"images/cab01dc3ecffa12e69d50bd2a1c666fa7a9eefb7c09f0ed384bc4f43f73829f1.jpg","question":"Is there any defect in this wind turbine?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/cab01dc3ecffa12e69d50bd2a1c666fa7a9eefb7c09f0ed384bc4f43f73829f1.jpg","question":"What type of defect is visible on this wind turbine?","answer":"C","options":{"A":"scratch.","B":"paint.","C":"oil.","D":"lightning_strike."},"task_type":"classification"}
{"file_name":"images/cab01dc3ecffa12e69d50bd2a1c666fa7a9eefb7c09f0ed384bc4f43f73829f1.jpg","question":"Where in the image is the primary defect located?","answer":"C","options":{"A":"top right.","B":"top left.","C":"bottom left.","D":"bottom right."},"task_type":"localization"}
{"file_name":"images/cab01dc3ecffa12e69d50bd2a1c666fa7a9eefb7c09f0ed384bc4f43f73829f1.jpg","question":"What most likely caused the dark cue?","answer":"B","options":{"A":"Normal sunlight reflection.","B":"Oil leakage or residue on the blade.","C":"Fresh white paint application.","D":"A missing blade tip."},"task_type":"analysis"}
{"file_name":"images/8e430b6064ab15508bf10316eb17489eca80ae76a335435ef7bc1b9a38f84815.jpg","question":"Is there any defect in this wind turbine?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/8e430b6064ab15508bf10316eb17489eca80ae76a335435ef7bc1b9a38f84815.jpg","question":"What is the type of the defect?","answer":"B","options":{"A":"scratch.","B":"oil.","C":"crack.","D":"lightning_strike."},"task_type":"classification"}
{"file_name":"images/8e430b6064ab15508bf10316eb17489eca80ae76a335435ef7bc1b9a38f84815.jpg","question":"What most likely caused the visible streaking?","answer":"A","options":{"A":"Oil or grease running over the surface.","B":"A direct lightning strike crater.","C":"Deep impact cracking through the blade.","D":"Normal shadow from the tower."},"task_type":"analysis"}
{"file_name":"images/5e06339472f7dda7e8a113e0a2cf712a9ea952ce22b7edeab88a7c9f8f5bd6a6.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/5e06339472f7dda7e8a113e0a2cf712a9ea952ce22b7edeab88a7c9f8f5bd6a6.jpg","question":"What is the type of the defect?","answer":"C","options":{"A":"lightning_strike.","B":"oil.","C":"crack.","D":"deformity."},"task_type":"classification"}
{"file_name":"images/5e06339472f7dda7e8a113e0a2cf712a9ea952ce22b7edeab88a7c9f8f5bd6a6.jpg","question":"How many defects are there?","answer":"B","options":{"A":"0.","B":"1.","C":"2.","D":"3."},"task_type":"counting"}
{"file_name":"images/5e06339472f7dda7e8a113e0a2cf712a9ea952ce22b7edeab88a7c9f8f5bd6a6.jpg","question":"Where is the defect located in the image?","answer":"C","options":{"A":"Bottom.","B":"Top.","C":"Center."},"task_type":"localization"}
{"file_name":"images/5e06339472f7dda7e8a113e0a2cf712a9ea952ce22b7edeab88a7c9f8f5bd6a6.jpg","question":"Why should this cue be treated as a defect?","answer":"D","options":{"A":"It is only sky reflection.","B":"It is a normal blade seam.","C":"It is uniform surface color.","D":"It shows a narrow surface split."},"task_type":"analysis"}
{"file_name":"images/b421b57d23f79f32da7c1422b695612b5360c87e77e478cbf5ac8313faa88e49.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/b421b57d23f79f32da7c1422b695612b5360c87e77e478cbf5ac8313faa88e49.jpg","question":"What is the type of the defect?","answer":"C","options":{"A":"painting.","B":"crack.","C":"peeling.","D":"erosion."},"task_type":"classification"}
{"file_name":"images/b421b57d23f79f32da7c1422b695612b5360c87e77e478cbf5ac8313faa88e49.jpg","question":"Where exactly is this defect located on the wind turbine structure?","answer":"A","options":{"A":"Near the leading edge in the tip region.","B":"Near the trailing edge in the mid-span region.","C":"Close to the blade root attachment point.","D":"Centered at the midpoint of the blade span."},"task_type":"localization"}
{"file_name":"images/b421b57d23f79f32da7c1422b695612b5360c87e77e478cbf5ac8313faa88e49.jpg","question":"What most likely caused this visible cue?","answer":"C","options":{"A":"Normal shadow from the blade.","B":"A factory seam line only.","C":"Coating wear from edge exposure.","D":"Snow on the camera lens."},"task_type":"analysis"}
{"file_name":"images/cb778a051eb9cfc5c28167ff6f7a2d7e3109198c77663f9e95c3f094340ecca0.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/cb778a051eb9cfc5c28167ff6f7a2d7e3109198c77663f9e95c3f094340ecca0.jpg","question":"What best describes the defect found on this blade surface?","answer":"D","options":{"A":"crack.","B":"paint.","C":"lightning_strike.","D":"oil."},"task_type":"classification"}
{"file_name":"images/cb778a051eb9cfc5c28167ff6f7a2d7e3109198c77663f9e95c3f094340ecca0.jpg","question":"Where in the image is the primary defect located?","answer":"C","options":{"A":"top right.","B":"bottom left.","C":"center right.","D":"bottom right."},"task_type":"localization"}
{"file_name":"images/cb778a051eb9cfc5c28167ff6f7a2d7e3109198c77663f9e95c3f094340ecca0.jpg","question":"What most likely caused this cue?","answer":"B","options":{"A":"A blade-edge fracture.","B":"Oil or grease residue.","C":"Fresh paint overspray.","D":"Normal shadow from lighting."},"task_type":"analysis"}
{"file_name":"images/66aac48f285e2484d99dd663f9936d55b21432343c84b81df524de24b2a69a85.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/66aac48f285e2484d99dd663f9936d55b21432343c84b81df524de24b2a69a85.jpg","question":"How many defects are there?","answer":"A","options":{"A":"1.","B":"2.","C":"3.","D":"4."},"task_type":"counting"}
{"file_name":"images/66aac48f285e2484d99dd663f9936d55b21432343c84b81df524de24b2a69a85.jpg","question":"What is the type of the defect?","answer":"D","options":{"A":"painting.","B":"crack.","C":"lightning_strike.","D":"erosion."},"task_type":"classification"}
{"file_name":"images/66aac48f285e2484d99dd663f9936d55b21432343c84b81df524de24b2a69a85.jpg","question":"Where is the defect located in the image?","answer":"C","options":{"A":"Bottom.","B":"Top left.","C":"Center left.","D":"center right."},"task_type":"localization"}
{"file_name":"images/66aac48f285e2484d99dd663f9936d55b21432343c84b81df524de24b2a69a85.jpg","question":"What most likely caused this cue?","answer":"A","options":{"A":"Leading-edge erosion from exposure.","B":"Normal blade seam shading.","C":"Camera focus blur only.","D":"Fresh paint overspray."},"task_type":"analysis"}
{"file_name":"images/ff5a67352f14470254d844a3bea9e06d05e51a6b1390b0f11ff64836eeec7d15.jpg","question":"Can you identify any defects on this blade surface?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/ff5a67352f14470254d844a3bea9e06d05e51a6b1390b0f11ff64836eeec7d15.jpg","question":"What type of defect is visible on this wind turbine?","answer":"A","options":{"A":"erosion.","B":"crack.","C":"lightning_strike.","D":"oil."},"task_type":"classification"}
{"file_name":"images/ff5a67352f14470254d844a3bea9e06d05e51a6b1390b0f11ff64836eeec7d15.jpg","question":"What most likely caused this visible damage?","answer":"D","options":{"A":"A harmless shadow.","B":"Normal blade seam shading.","C":"Fresh oil leaking outward.","D":"Leading-edge erosion from weather exposure."},"task_type":"analysis"}
{"file_name":"images/a6314ce20b62f33f032dbfe249ad44f956b773ffcced3931e13fe036a42fcc68.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/a6314ce20b62f33f032dbfe249ad44f956b773ffcced3931e13fe036a42fcc68.jpg","question":"What is the type of the defects?","answer":"A","options":{"A":"erosion or peeling.","B":"crack.","C":"lightning_strike.","D":"Unable to determine."},"task_type":"classification"}
{"file_name":"images/a6314ce20b62f33f032dbfe249ad44f956b773ffcced3931e13fe036a42fcc68.jpg","question":"What most likely caused this visible cue?","answer":"C","options":{"A":"Camera glare on a smooth surface.","B":"A shadow from the tower.","C":"Coating wear from erosion or peeling.","D":"Normal blade joint markings only."},"task_type":"analysis"}
{"file_name":"images/787c94759e76171e8bbfed2bc8e3203e82bd7b6401770f23c7ad5755ea352086.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/787c94759e76171e8bbfed2bc8e3203e82bd7b6401770f23c7ad5755ea352086.jpg","question":"Where is the defect?","answer":"B","options":{"A":"Bottom center.","B":"Center.","C":"Top right.","D":"Bottom right."},"task_type":"localization"}
{"file_name":"images/787c94759e76171e8bbfed2bc8e3203e82bd7b6401770f23c7ad5755ea352086.jpg","question":"What most likely caused the visible cue?","answer":"B","options":{"A":"Normal blade seam shading.","B":"Abrasion or coating damage.","C":"A distant cloud reflection.","D":"Camera lens distortion only."},"task_type":"analysis"}
{"file_name":"images/acbf54442336b6a9ab1f100acfd849fd1677d5c9be8ebf40afa2662119829166.jpg","question":"Does this wind turbine blade show any signs of damage or defects?","answer":"B","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/acbf54442336b6a9ab1f100acfd849fd1677d5c9be8ebf40afa2662119829166.jpg","question":"Based on inspection, how many defect areas are present on this blade?","answer":"C","options":{"A":"More than 3.","B":"2-3.","C":"0.","D":"1."},"task_type":"counting"}
{"file_name":"images/acbf54442336b6a9ab1f100acfd849fd1677d5c9be8ebf40afa2662119829166.jpg","question":"What is the type of the defect?","answer":"D","options":{"A":"oil.","B":"lightning_strike.","C":"erosion.","D":"no defect."},"task_type":"classification"}
{"file_name":"images/acbf54442336b6a9ab1f100acfd849fd1677d5c9be8ebf40afa2662119829166.jpg","question":"What most likely explains the visible surface cues?","answer":"A","options":{"A":"Normal surface shading.","B":"Lightning strike damage.","C":"Leading-edge erosion.","D":"Oil leakage from the hub."},"task_type":"analysis"}
{"file_name":"images/64aa12fae4036fbad527f2c491104207ddefe40df3596d5311d1998470163d06.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/64aa12fae4036fbad527f2c491104207ddefe40df3596d5311d1998470163d06.jpg","question":"How many defects are there?","answer":"B","options":{"A":"More than 5.","B":"2-3.","C":"1.","D":"4-5."},"task_type":"counting"}
{"file_name":"images/64aa12fae4036fbad527f2c491104207ddefe40df3596d5311d1998470163d06.jpg","question":"What type of defect is visible on this wind turbine?","answer":"A","options":{"A":"oil.","B":"erosion.","C":"crack.","D":"lightning_strike."},"task_type":"classification"}
{"file_name":"images/64aa12fae4036fbad527f2c491104207ddefe40df3596d5311d1998470163d06.jpg","question":"What most likely caused the visible marks?","answer":"D","options":{"A":"Normal blade shadow only.","B":"Fresh structural fracture.","C":"Uniform factory paint seam.","D":"Oil or grease residue on the blade."},"task_type":"analysis"}
{"file_name":"images/75d51df4ba08bde42f6c59c064bcdd06809cb367503a0444033b3901a8a67e6b.jpg","question":"Is there any defect in this wind turbine?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/75d51df4ba08bde42f6c59c064bcdd06809cb367503a0444033b3901a8a67e6b.jpg","question":"What is the total number of defects visible on this blade surface?","answer":"B","options":{"A":"1.","B":"2.","C":"3.","D":"0."},"task_type":"counting"}
{"file_name":"images/75d51df4ba08bde42f6c59c064bcdd06809cb367503a0444033b3901a8a67e6b.jpg","question":"What best describes the defect found on this blade surface?","answer":"A","options":{"A":"peeling.","B":"chip.","C":"crack.","D":"scratch."},"task_type":"classification"}
{"file_name":"images/75d51df4ba08bde42f6c59c064bcdd06809cb367503a0444033b3901a8a67e6b.jpg","question":"Where is the main defect located in the image?","answer":"A","options":{"A":"center right.","B":"bottom left.","C":"top left.","D":"center left."},"task_type":"localization"}
{"file_name":"images/75d51df4ba08bde42f6c59c064bcdd06809cb367503a0444033b3901a8a67e6b.jpg","question":"What most likely caused the visible cue?","answer":"C","options":{"A":"Normal shadow from the hub.","B":"Camera lens reflection only.","C":"Coating loss from wear or impact.","D":"Painted alignment markings."},"task_type":"analysis"}
{"file_name":"images/52fbb5a322d419b987c9be25d1614153fe64f0cb60a24b1925ef055573a20be7.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/52fbb5a322d419b987c9be25d1614153fe64f0cb60a24b1925ef055573a20be7.jpg","question":"Where is the defect relative to the picture?","answer":"D","options":{"A":"Bottom center.","B":"Top left.","C":"Center.","D":"Bottom right."},"task_type":"localization"}
{"file_name":"images/52fbb5a322d419b987c9be25d1614153fe64f0cb60a24b1925ef055573a20be7.jpg","question":"What most likely caused the visible cue?","answer":"B","options":{"A":"Normal grass reflection.","B":"Coating damage exposing corroded material.","C":"A harmless camera blur.","D":"Uniform factory paint finish."},"task_type":"analysis"}
{"file_name":"images/7f8dbd76dea29c7a2b8fb88a316c2a4e047101b2f3548e29d2c6e6ec7e4184d2.jpg","question":"Can you identify any defects on this blade surface?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/7f8dbd76dea29c7a2b8fb88a316c2a4e047101b2f3548e29d2c6e6ec7e4184d2.jpg","question":"What best describes the defect found on this blade surface?","answer":"C","options":{"A":"crack.","B":"deformity.","C":"lightning_strike.","D":"oil."},"task_type":"classification"}
{"file_name":"images/7f8dbd76dea29c7a2b8fb88a316c2a4e047101b2f3548e29d2c6e6ec7e4184d2.jpg","question":"How many distinct defect areas can be identified on this blade?","answer":"B","options":{"A":"More than 3.","B":"1.","C":"0.","D":"2-3."},"task_type":"counting"}
{"file_name":"images/7f8dbd76dea29c7a2b8fb88a316c2a4e047101b2f3548e29d2c6e6ec7e4184d2.jpg","question":"Where is the main defect distributed in the given image?","answer":"D","options":{"A":"center right.","B":"bottom left.","C":"center left.","D":"bottom right."},"task_type":"localization"}
{"file_name":"images/7f8dbd76dea29c7a2b8fb88a316c2a4e047101b2f3548e29d2c6e6ec7e4184d2.jpg","question":"What most likely caused the dark mark?","answer":"A","options":{"A":"A lightning strike impact point.","B":"Normal blade shadowing.","C":"A camera lens reflection.","D":"Routine surface gloss."},"task_type":"analysis"}
{"file_name":"images/9ae4338ce2175273e9da721c4bc3678ac675f68d3a4cf51e0e2b0fc50b00f8f6.jpg","question":"Does this wind turbine blade show any signs of damage or defects?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/9ae4338ce2175273e9da721c4bc3678ac675f68d3a4cf51e0e2b0fc50b00f8f6.jpg","question":"What is the total number of defects visible on this blade surface?","answer":"A","options":{"A":"2-3.","B":"0.","C":"1.","D":"More than 3."},"task_type":"counting"}
{"file_name":"images/9ae4338ce2175273e9da721c4bc3678ac675f68d3a4cf51e0e2b0fc50b00f8f6.jpg","question":"What type of defect is visible on this wind turbine?","answer":"C","options":{"A":"chip.","B":"crack.","C":"oil.","D":"peeling."},"task_type":"classification"}
{"file_name":"images/9ae4338ce2175273e9da721c4bc3678ac675f68d3a4cf51e0e2b0fc50b00f8f6.jpg","question":"What most likely caused the dark streaking?","answer":"D","options":{"A":"Blade-tip impact damage.","B":"Paint peeling from erosion.","C":"A structural crack spreading.","D":"Oil residue running over the blade."},"task_type":"analysis"}
{"file_name":"images/41ca4e7184350767f41be247250c1daa209118529952ce0789f83fe8057ab22b.jpg","question":"Does this wind turbine blade show any signs of damage or defects?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/41ca4e7184350767f41be247250c1daa209118529952ce0789f83fe8057ab22b.jpg","question":"What best describes the defect found on this blade surface?","answer":"B","options":{"A":"crack.","B":"oil.","C":"peeling.","D":"scratch."},"task_type":"classification"}
{"file_name":"images/41ca4e7184350767f41be247250c1daa209118529952ce0789f83fe8057ab22b.jpg","question":"Where is the main defect distributed in the given image?","answer":"B","options":{"A":"top left.","B":"bottom right.","C":"bottom left.","D":"center left."},"task_type":"localization"}
{"file_name":"images/41ca4e7184350767f41be247250c1daa209118529952ce0789f83fe8057ab22b.jpg","question":"What most likely caused the visible cue?","answer":"C","options":{"A":"Normal sunlight reflection.","B":"A shadow from the tower only.","C":"Oil leakage or residue buildup.","D":"Fresh white paint application."},"task_type":"analysis"}
{"file_name":"images/4b982b5c47f9685eec3efec13dedc25e9bf0d670535ed072afec09912a1b63bc.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/4b982b5c47f9685eec3efec13dedc25e9bf0d670535ed072afec09912a1b63bc.jpg","question":"How many distinct defect areas can be identified on this blade?","answer":"B","options":{"A":"1.","B":"0.","C":"2-3.","D":"More than 3."},"task_type":"counting"}
{"file_name":"images/4b982b5c47f9685eec3efec13dedc25e9bf0d670535ed072afec09912a1b63bc.jpg","question":"What best describes the defect found on this blade surface?","answer":"C","options":{"A":"oil.","B":"erosion.","C":"no defect.","D":"peeling."},"task_type":"classification"}
{"file_name":"images/4b982b5c47f9685eec3efec13dedc25e9bf0d670535ed072afec09912a1b63bc.jpg","question":"What best explains the visible surface cues?","answer":"B","options":{"A":"Severe impact damage.","B":"Normal surface shading.","C":"Coating delamination.","D":"Burn marks from lightning."},"task_type":"analysis"}
{"file_name":"images/dbcad5d5d912629b57a820622b760177804c44e8bd31e6868bea969b87340a50.jpg","question":"Is there any defect in this wind turbine?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/dbcad5d5d912629b57a820622b760177804c44e8bd31e6868bea969b87340a50.jpg","question":"What type of defect is visible on this wind turbine?","answer":"B","options":{"A":"peeling.","B":"oil.","C":"crack.","D":"others."},"task_type":"classification"}
{"file_name":"images/dbcad5d5d912629b57a820622b760177804c44e8bd31e6868bea969b87340a50.jpg","question":"Where in the image is the primary defect located?","answer":"A","options":{"A":"center left.","B":"top right.","C":"bottom right.","D":"center right."},"task_type":"localization"}
{"file_name":"images/dbcad5d5d912629b57a820622b760177804c44e8bd31e6868bea969b87340a50.jpg","question":"What most likely caused the dark streaks?","answer":"A","options":{"A":"Oil residue running along the blade.","B":"Normal sunlight reflection.","C":"Fresh paint overspray only.","D":"A lightning burn hole."},"task_type":"analysis"}
{"file_name":"images/338dc35605cfd12e5c3d0a8dbacf92c169f0b097d8e72e49a903ad03ee973805.jpg","question":"Can you identify any defects on this blade surface?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/338dc35605cfd12e5c3d0a8dbacf92c169f0b097d8e72e49a903ad03ee973805.jpg","question":"How many distinct defect areas can be identified on this blade?","answer":"C","options":{"A":"1.","B":"4-5.","C":"2-3.","D":"More than 5."},"task_type":"counting"}
{"file_name":"images/338dc35605cfd12e5c3d0a8dbacf92c169f0b097d8e72e49a903ad03ee973805.jpg","question":"What type of defect is visible on the wind turbine?","answer":"A","options":{"A":"peeling.","B":"crack.","C":"erosion.","D":"oil."},"task_type":"classification"}
{"file_name":"images/338dc35605cfd12e5c3d0a8dbacf92c169f0b097d8e72e49a903ad03ee973805.jpg","question":"Where is the main defect distributed in the given image?","answer":"C","options":{"A":"center.","B":"top.","C":"bottom."},"task_type":"localization"}
{"file_name":"images/338dc35605cfd12e5c3d0a8dbacf92c169f0b097d8e72e49a903ad03ee973805.jpg","question":"Why should these marks be treated as defects?","answer":"D","options":{"A":"They are only shadows.","B":"They are normal fasteners.","C":"They are grass reflections.","D":"The coating appears locally peeled."},"task_type":"analysis"}
{"file_name":"images/af075699df82e4d8a186d8131473b8f9bd644b00be889a931804dee58bea0479.jpg","question":"Can you identify any defects on this blade surface?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/af075699df82e4d8a186d8131473b8f9bd644b00be889a931804dee58bea0479.jpg","question":"What is the total number of defects visible on this blade surface?","answer":"B","options":{"A":"More than 3.","B":"1.","C":"0.","D":"2-3."},"task_type":"counting"}
{"file_name":"images/af075699df82e4d8a186d8131473b8f9bd644b00be889a931804dee58bea0479.jpg","question":"Where is the main defect distributed in the given image?","answer":"B","options":{"A":"center right.","B":"center left.","C":"top left.","D":"top right."},"task_type":"localization"}
{"file_name":"images/af075699df82e4d8a186d8131473b8f9bd644b00be889a931804dee58bea0479.jpg","question":"What most likely caused this visible cue?","answer":"C","options":{"A":"Normal blade seam shadow.","B":"Camera lens reflection only.","C":"Minor impact or surface wear.","D":"Uniform factory paint texture."},"task_type":"analysis"}
{"file_name":"images/3e3cb4eb321b3678c4b7033c3f0436be6467178520858d14c4ad2e8539e77af8.jpg","question":"How many defects are there?","answer":"A","options":{"A":"1.","B":"2.","C":"3.","D":"4."},"task_type":"counting"}
{"file_name":"images/3e3cb4eb321b3678c4b7033c3f0436be6467178520858d14c4ad2e8539e77af8.jpg","question":"What is the type of the defect?","answer":"C","options":{"A":"painting.","B":"crack.","C":"lightning_strike.","D":"erosion."},"task_type":"classification"}
{"file_name":"images/3e3cb4eb321b3678c4b7033c3f0436be6467178520858d14c4ad2e8539e77af8.jpg","question":"Where is the defect located in the image?","answer":"B","options":{"A":"Bottom.","B":"Top.","C":"Center."},"task_type":"localization"}
{"file_name":"images/3e3cb4eb321b3678c4b7033c3f0436be6467178520858d14c4ad2e8539e77af8.jpg","question":"What most likely caused this damage?","answer":"B","options":{"A":"Normal blade shading.","B":"A lightning strike impact.","C":"Routine paint polishing.","D":"A harmless inspection mark."},"task_type":"analysis"}
{"file_name":"images/7a91d90b02de6d1e3507a6b42f3a9ba4c88e5dd68e980b2791cc2aa7e8ce97d6.jpg","question":"Can you identify any defects on this blade surface?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/7a91d90b02de6d1e3507a6b42f3a9ba4c88e5dd68e980b2791cc2aa7e8ce97d6.jpg","question":"What best describes the defect found on this blade surface?","answer":"B","options":{"A":"crack.","B":"oil.","C":"peeling.","D":"erosion."},"task_type":"classification"}
{"file_name":"images/7a91d90b02de6d1e3507a6b42f3a9ba4c88e5dd68e980b2791cc2aa7e8ce97d6.jpg","question":"What most likely caused the dark streaks?","answer":"A","options":{"A":"Oil leaking and spreading.","B":"Normal blade shadowing.","C":"Leading-edge erosion only.","D":"Fresh repair tape."},"task_type":"analysis"}
{"file_name":"images/b256f204b9b57d418655024399c7f3e89c05c00e08db411462f130ee3743bb28.jpg","question":"Can you identify any defects on this blade surface?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/b256f204b9b57d418655024399c7f3e89c05c00e08db411462f130ee3743bb28.jpg","question":"What type of defect is visible on the wind turbine?","answer":"C","options":{"A":"lightning_strike.","B":"peeling.","C":"oil.","D":"crack."},"task_type":"classification"}
{"file_name":"images/b256f204b9b57d418655024399c7f3e89c05c00e08db411462f130ee3743bb28.jpg","question":"What most likely caused the visible streaking?","answer":"D","options":{"A":"Normal blade seam geometry only.","B":"Impact from a large object.","C":"Thermal burning through the laminate.","D":"Oil or grease residue running down."},"task_type":"analysis"}
{"file_name":"images/91fa065b37cc81d9349cc538e3e2fba575d83e0166c13acf938382d645df2763.jpg","question":"Can you identify any defects on this blade surface?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/91fa065b37cc81d9349cc538e3e2fba575d83e0166c13acf938382d645df2763.jpg","question":"What type of defect is visible on this wind turbine?","answer":"C","options":{"A":"chip.","B":"crack.","C":"oil.","D":"deformity."},"task_type":"classification"}
{"file_name":"images/91fa065b37cc81d9349cc538e3e2fba575d83e0166c13acf938382d645df2763.jpg","question":"Where in the image is the primary defect located?","answer":"B","options":{"A":"bottom left.","B":"top left.","C":"center left.","D":"top right."},"task_type":"localization"}
{"file_name":"images/91fa065b37cc81d9349cc538e3e2fba575d83e0166c13acf938382d645df2763.jpg","question":"What is the most likely cause of this mark?","answer":"C","options":{"A":"Normal shadow from the landscape.","B":"Paint color variation only.","C":"Oil or fluid residue on the blade.","D":"A bird perched on the surface."},"task_type":"analysis"}
{"file_name":"images/0dce836e22ad466e3297f93f8a72c2057afc1d8f3fb22a739467eb7ccfbd8f12.jpg","question":"Is there any defect in this wind turbine?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/0dce836e22ad466e3297f93f8a72c2057afc1d8f3fb22a739467eb7ccfbd8f12.jpg","question":"What best describes the defect found on this blade surface?","answer":"C","options":{"A":"scratch.","B":"crack.","C":"oil.","D":"chip."},"task_type":"classification"}
{"file_name":"images/0dce836e22ad466e3297f93f8a72c2057afc1d8f3fb22a739467eb7ccfbd8f12.jpg","question":"What most likely caused the visible staining?","answer":"B","options":{"A":"Impact from debris.","B":"Oil or grease leakage.","C":"Normal shadow only.","D":"Manufacturing seam paint."},"task_type":"analysis"}
{"file_name":"images/72b61dae46295deaf826656c5bcfe74f49523193f27d676ad6355c0e830b1645.jpg","question":"Does this wind turbine blade show any signs of damage or defects?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/72b61dae46295deaf826656c5bcfe74f49523193f27d676ad6355c0e830b1645.jpg","question":"What is the total number of defects visible on this blade surface?","answer":"A","options":{"A":"2-3.","B":"0.","C":"More than 3.","D":"1."},"task_type":"counting"}
{"file_name":"images/72b61dae46295deaf826656c5bcfe74f49523193f27d676ad6355c0e830b1645.jpg","question":"What type of defect is visible on this wind turbine?","answer":"A","options":{"A":"peeling.","B":"oil.","C":"deformity.","D":"scratch."},"task_type":"classification"}
{"file_name":"images/72b61dae46295deaf826656c5bcfe74f49523193f27d676ad6355c0e830b1645.jpg","question":"Why should the marks be treated as defects?","answer":"A","options":{"A":"Coating appears peeled away.","B":"They match normal shadows.","C":"They are bolt holes.","D":"They are grass reflections."},"task_type":"analysis"}
{"file_name":"images/fa1e4e3cb79f2f273b257d9ea70ed3eb020d7d7346f3802022c7b446762d5861.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/fa1e4e3cb79f2f273b257d9ea70ed3eb020d7d7346f3802022c7b446762d5861.jpg","question":"How many defects are there?","answer":"B","options":{"A":"More than 5.","B":"1.","C":"4-5.","D":"2-3."},"task_type":"counting"}
{"file_name":"images/fa1e4e3cb79f2f273b257d9ea70ed3eb020d7d7346f3802022c7b446762d5861.jpg","question":"What is the type of the defect?","answer":"A","options":{"A":"peeling.","B":"erosion.","C":"oil.","D":"others."},"task_type":"classification"}
{"file_name":"images/fa1e4e3cb79f2f273b257d9ea70ed3eb020d7d7346f3802022c7b446762d5861.jpg","question":"Where in the image is the primary defect located?","answer":"D","options":{"A":"top left.","B":"bottom left.","C":"bottom right.","D":"top right."},"task_type":"localization"}
{"file_name":"images/fa1e4e3cb79f2f273b257d9ea70ed3eb020d7d7346f3802022c7b446762d5861.jpg","question":"What most likely caused the visible cue?","answer":"D","options":{"A":"Normal shadow from lighting.","B":"Printed blade marking.","C":"Camera dust only.","D":"Localized coating peeling."},"task_type":"analysis"}
{"file_name":"images/46c5355e4d20b1a648e64ce97c17b2ef6f5fef959d73eac42105e3a696830b36.jpg","question":"Is there any defect in this wind turbine?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/46c5355e4d20b1a648e64ce97c17b2ef6f5fef959d73eac42105e3a696830b36.jpg","question":"How many defects are there?","answer":"B","options":{"A":"0.","B":"1.","C":"3.","D":"2."},"task_type":"counting"}
{"file_name":"images/46c5355e4d20b1a648e64ce97c17b2ef6f5fef959d73eac42105e3a696830b36.jpg","question":"What type of defect is visible on this wind turbine?","answer":"C","options":{"A":"crack.","B":"paint.","C":"lightning_strike.","D":"peeling."},"task_type":"classification"}
{"file_name":"images/46c5355e4d20b1a648e64ce97c17b2ef6f5fef959d73eac42105e3a696830b36.jpg","question":"Where in the image is the primary defect located?","answer":"A","options":{"A":"bottom right.","B":"bottom left.","C":"top right.","D":"top left."},"task_type":"localization"}
{"file_name":"images/46c5355e4d20b1a648e64ce97c17b2ef6f5fef959d73eac42105e3a696830b36.jpg","question":"What most likely caused the dark tip mark?","answer":"C","options":{"A":"Normal shadow from the blade.","B":"Dirt from field dust only.","C":"A lightning strike impact.","D":"Routine paint color variation."},"task_type":"analysis"}
{"file_name":"images/1115c072f29c53d3322fe8fb7fd75c911ea209699ae5e7547fb2697ad9e87bea.jpg","question":"Does this wind turbine blade show any signs of damage or defects?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/1115c072f29c53d3322fe8fb7fd75c911ea209699ae5e7547fb2697ad9e87bea.jpg","question":"What is the total number of defects visible on this blade surface?","answer":"C","options":{"A":"1.","B":"More than 3.","C":"2-3.","D":"0."},"task_type":"counting"}
{"file_name":"images/1115c072f29c53d3322fe8fb7fd75c911ea209699ae5e7547fb2697ad9e87bea.jpg","question":"What best describes the defect found on this blade surface?","answer":"C","options":{"A":"only peeling.","B":"others.","C":"peeling and erosion.","D":"only erosion."},"task_type":"classification"}
{"file_name":"images/1115c072f29c53d3322fe8fb7fd75c911ea209699ae5e7547fb2697ad9e87bea.jpg","question":"What most likely caused these visible marks?","answer":"B","options":{"A":"Normal blade color variation.","B":"Weathering or impact wear removing coating.","C":"A designed surface marking.","D":"Camera focus distortion only."},"task_type":"analysis"}
{"file_name":"images/23c558f06d29c07ad0cc53428dc201a5de1324d6deeadc3830f607003e44a2fe.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/23c558f06d29c07ad0cc53428dc201a5de1324d6deeadc3830f607003e44a2fe.jpg","question":"What is the type of the defect?","answer":"B","options":{"A":"deformity.","B":"peeling.","C":"oil.","D":"crack."},"task_type":"classification"}
{"file_name":"images/23c558f06d29c07ad0cc53428dc201a5de1324d6deeadc3830f607003e44a2fe.jpg","question":"What most likely caused this cue?","answer":"A","options":{"A":"Coating peeling from weathering.","B":"Shadow from the tower.","C":"Normal blade seam line.","D":"Distant turbine reflection."},"task_type":"analysis"}
{"file_name":"images/11b033892982bc8cf51ee00d79a628784a513a61a78608b688352ccfa99accd3.jpg","question":"Does this wind turbine blade show any signs of damage or defects?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/11b033892982bc8cf51ee00d79a628784a513a61a78608b688352ccfa99accd3.jpg","question":"How many defects are there?","answer":"B","options":{"A":"More than 5.","B":"1.","C":"4-5.","D":"2-3."},"task_type":"counting"}
{"file_name":"images/11b033892982bc8cf51ee00d79a628784a513a61a78608b688352ccfa99accd3.jpg","question":"What best describes the defect found on this blade surface?","answer":"D","options":{"A":"crack.","B":"lightning_strike.","C":"paint.","D":"erosion."},"task_type":"classification"}
{"file_name":"images/11b033892982bc8cf51ee00d79a628784a513a61a78608b688352ccfa99accd3.jpg","question":"Where in the image is the primary defect located?","answer":"C","options":{"A":"bottom right.","B":"top right.","C":"top left.","D":"bottom left."},"task_type":"localization"}
{"file_name":"images/11b033892982bc8cf51ee00d79a628784a513a61a78608b688352ccfa99accd3.jpg","question":"What most likely caused this visible damage?","answer":"D","options":{"A":"Camera lens glare only.","B":"Normal blade seam shading.","C":"A recent lightning burn mark.","D":"Leading-edge wear from rain or particles."},"task_type":"analysis"}
{"file_name":"images/d6fd393bf050cb312a31457f70fbfb963fd012a9a4e0e5a95b62f0f1edb6dc2f.jpg","question":"Can you identify any defects on this blade surface?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/d6fd393bf050cb312a31457f70fbfb963fd012a9a4e0e5a95b62f0f1edb6dc2f.jpg","question":"What type of defect is visible on this wind turbine?","answer":"D","options":{"A":"deformity.","B":"paint.","C":"crack.","D":"oil."},"task_type":"classification"}
{"file_name":"images/d6fd393bf050cb312a31457f70fbfb963fd012a9a4e0e5a95b62f0f1edb6dc2f.jpg","question":"What most likely caused this mark?","answer":"C","options":{"A":"Normal blade curvature.","B":"Sunlight reflection only.","C":"Oil or grease runoff.","D":"Fresh white paint."},"task_type":"analysis"}
{"file_name":"images/e47b3c76f3317862d04d31e53d3062a8dedfaeae94331012480df16ca515f7ec.jpg","question":"Can you identify any defects on this blade surface?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/e47b3c76f3317862d04d31e53d3062a8dedfaeae94331012480df16ca515f7ec.jpg","question":"What is the type of the defect?","answer":"C","options":{"A":"oil.","B":"chip.","C":"peeling.","D":"crack."},"task_type":"classification"}
{"file_name":"images/e47b3c76f3317862d04d31e53d3062a8dedfaeae94331012480df16ca515f7ec.jpg","question":"Where is the main defect located in the image?","answer":"B","options":{"A":"bottom.","B":"center.","C":"top."},"task_type":"localization"}
{"file_name":"images/e47b3c76f3317862d04d31e53d3062a8dedfaeae94331012480df16ca515f7ec.jpg","question":"Why should this cue be treated as damage?","answer":"B","options":{"A":"It is normal blade shading.","B":"Surface coating is visibly detached.","C":"It is only printed lettering.","D":"It is a harmless reflection."},"task_type":"analysis"}
{"file_name":"images/71728f68568f1cf4138d65e3a9524ee40c8bf7428703dc78732ed13110140f09.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/71728f68568f1cf4138d65e3a9524ee40c8bf7428703dc78732ed13110140f09.jpg","question":"What is the total number of defects visible on this blade surface?","answer":"C","options":{"A":"0.","B":"More than 3.","C":"2-3.","D":"1."},"task_type":"counting"}
{"file_name":"images/71728f68568f1cf4138d65e3a9524ee40c8bf7428703dc78732ed13110140f09.jpg","question":"What best describes the defect found on this blade surface?","answer":"B","options":{"A":"erosion.","B":"crack.","C":"lightning_strike.","D":"chip."},"task_type":"classification"}
{"file_name":"images/71728f68568f1cf4138d65e3a9524ee40c8bf7428703dc78732ed13110140f09.jpg","question":"Where exactly is this defect located on the wind turbine structure?","answer":"A","options":{"A":"On the blade tip.","B":"Near the trailing edge in the mid-span region.","C":"Close to the blade root attachment point.","D":"Centered at the midpoint of the blade span."},"task_type":"localization"}
{"file_name":"images/71728f68568f1cf4138d65e3a9524ee40c8bf7428703dc78732ed13110140f09.jpg","question":"What most likely caused the visible cue?","answer":"A","options":{"A":"Impact or stress cracking at the tip.","B":"Normal blade seam shading.","C":"Camera lens reflection only.","D":"Paint color variation without damage."},"task_type":"analysis"}
{"file_name":"images/28461b1245729590e2c6ec3067945b509e822c800233c97bd0290b96cfea772f.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/28461b1245729590e2c6ec3067945b509e822c800233c97bd0290b96cfea772f.jpg","question":"Where exactly is the most obvious defect located on the wind turbine structure?","answer":"A","options":{"A":"Near the leading edge in the tip region.","B":"Close to the blade root attachment point.","C":"Centered at the midpoint of the blade span."},"task_type":"localization"}
{"file_name":"images/28461b1245729590e2c6ec3067945b509e822c800233c97bd0290b96cfea772f.jpg","question":"What most likely caused this cue?","answer":"D","options":{"A":"Normal blade paint shading.","B":"A tower shadow only.","C":"A manufacturing seam at the root.","D":"Leading-edge wear or impact."},"task_type":"analysis"}
{"file_name":"images/3001fbac8f51014925ba365cabfb09fea8090886a8dea67703f48722116f022b.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/3001fbac8f51014925ba365cabfb09fea8090886a8dea67703f48722116f022b.jpg","question":"What type of defect is visible on this wind turbine?","answer":"C","options":{"A":"peeling.","B":"scratch.","C":"oil.","D":"others."},"task_type":"classification"}
{"file_name":"images/3001fbac8f51014925ba365cabfb09fea8090886a8dea67703f48722116f022b.jpg","question":"What most likely caused these marks?","answer":"C","options":{"A":"Normal blade shadow.","B":"Paint peeling from impact.","C":"Oil leaking and running down.","D":"Lightning burn at the tip."},"task_type":"analysis"}
{"file_name":"images/f732e6cbd77505d600ea660789fb30f9e5837b3f488b8ce133f8d64f5c46b944.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/f732e6cbd77505d600ea660789fb30f9e5837b3f488b8ce133f8d64f5c46b944.jpg","question":"How many defects are there?","answer":"B","options":{"A":"0.","B":"1.","C":"3.","D":"2."},"task_type":"counting"}
{"file_name":"images/f732e6cbd77505d600ea660789fb30f9e5837b3f488b8ce133f8d64f5c46b944.jpg","question":"What type of defect is visible on this wind turbine?","answer":"B","options":{"A":"lightning_strike.","B":"dirt.","C":"crack.","D":"peeling."},"task_type":"classification"}
{"file_name":"images/f732e6cbd77505d600ea660789fb30f9e5837b3f488b8ce133f8d64f5c46b944.jpg","question":"In which region of the image is the defect most prominent?","answer":"B","options":{"A":"bottom right.","B":"center right.","C":"top right.","D":"center left."},"task_type":"localization"}
{"file_name":"images/f732e6cbd77505d600ea660789fb30f9e5837b3f488b8ce133f8d64f5c46b944.jpg","question":"What most likely caused the visible cue?","answer":"B","options":{"A":"Internal spar failure.","B":"Accumulated dirt on the surface.","C":"Fresh paint peeling away.","D":"A lightning puncture."},"task_type":"analysis"}
{"file_name":"images/d63ddd82fda56e94a304760caa598c64ab775ef19693cdfd65a1eb7e7571cedc.jpg","question":"Can you identify any defects on this blade surface?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/d63ddd82fda56e94a304760caa598c64ab775ef19693cdfd65a1eb7e7571cedc.jpg","question":"What is the type of the defect?","answer":"C","options":{"A":"crack.","B":"deformity.","C":"paint.","D":"oil."},"task_type":"classification"}
{"file_name":"images/d63ddd82fda56e94a304760caa598c64ab775ef19693cdfd65a1eb7e7571cedc.jpg","question":"Where in the image is the primary defect located?","answer":"C","options":{"A":"top left.","B":"bottom right.","C":"center left.","D":"center right."},"task_type":"localization"}
{"file_name":"images/d63ddd82fda56e94a304760caa598c64ab775ef19693cdfd65a1eb7e7571cedc.jpg","question":"What most likely caused the visible cue?","answer":"A","options":{"A":"Paint wear or coating loss.","B":"Fresh leaking lubricant.","C":"Major blade deformation.","D":"A shadow from the horizon."},"task_type":"analysis"}
{"file_name":"images/14d2e46590907374b10ca57cd1596f5e20c26cf3532ef8cf627745cb7ba27754.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/14d2e46590907374b10ca57cd1596f5e20c26cf3532ef8cf627745cb7ba27754.jpg","question":"What is the type of the defect?","answer":"A","options":{"A":"scratch.","B":"crack.","C":"lightning_strike.","D":"erosion."},"task_type":"classification"}
{"file_name":"images/14d2e46590907374b10ca57cd1596f5e20c26cf3532ef8cf627745cb7ba27754.jpg","question":"Where exactly is this defect located on the wind turbine structure?","answer":"A","options":{"A":"Near the leading edge in the tip region.","B":"Near the trailing edge in the mid-span region.","C":"Close to the blade root attachment point.","D":"Centered at the midpoint of the blade span."},"task_type":"localization"}
{"file_name":"images/14d2e46590907374b10ca57cd1596f5e20c26cf3532ef8cf627745cb7ba27754.jpg","question":"What most likely caused this visible cue?","answer":"D","options":{"A":"Normal blade shadowing only.","B":"A factory seam at the root.","C":"Lightning puncture damage.","D":"Abrasion along the leading edge."},"task_type":"analysis"}
{"file_name":"images/1e609da806f55cac33e48778c5f495d3e0d5be6903dacaa50bc5612ebf59afaf.jpg","question":"Can you identify any defects on this blade surface?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/1e609da806f55cac33e48778c5f495d3e0d5be6903dacaa50bc5612ebf59afaf.jpg","question":"What type of defect is visible on this wind turbine?","answer":"D","options":{"A":"crack.","B":"deformity.","C":"erosion.","D":"peeling."},"task_type":"classification"}
{"file_name":"images/1e609da806f55cac33e48778c5f495d3e0d5be6903dacaa50bc5612ebf59afaf.jpg","question":"Where in the image is the primary defect located?","answer":"A","options":{"A":"bottom right.","B":"top left.","C":"top right.","D":"bottom left."},"task_type":"localization"}
{"file_name":"images/1e609da806f55cac33e48778c5f495d3e0d5be6903dacaa50bc5612ebf59afaf.jpg","question":"What likely caused this visible cue?","answer":"C","options":{"A":"Normal shadow from the tower.","B":"A camera focus artifact.","C":"Coating adhesion loss or weathering.","D":"A design seam only."},"task_type":"analysis"}
{"file_name":"images/cd4a2dcd3592907afa9123b20987dc3208299c53f65b8893b2114689d6424b17.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/cd4a2dcd3592907afa9123b20987dc3208299c53f65b8893b2114689d6424b17.jpg","question":"How many defects are there?","answer":"B","options":{"A":"1.","B":"2-3.","C":"4-5.","D":"More than 5."},"task_type":"counting"}
{"file_name":"images/cd4a2dcd3592907afa9123b20987dc3208299c53f65b8893b2114689d6424b17.jpg","question":"What is the type of the defect?","answer":"C","options":{"A":"crack.","B":"oil.","C":"erosion.","D":"painting."},"task_type":"classification"}
{"file_name":"images/cd4a2dcd3592907afa9123b20987dc3208299c53f65b8893b2114689d6424b17.jpg","question":"Where exactly is this defect located on the wind turbine structure?","answer":"A","options":{"A":"At the turbine nacelle area.","B":"Near the trailing edge in the mid-span region.","C":"Close to the blade root attachment point.","D":"Centered at the midpoint of the blade span."},"task_type":"localization"}
{"file_name":"images/cd4a2dcd3592907afa9123b20987dc3208299c53f65b8893b2114689d6424b17.jpg","question":"What most likely caused this cue?","answer":"B","options":{"A":"Normal lighting on the nacelle.","B":"Surface erosion exposing darker material.","C":"A printed alignment marking.","D":"Clean protective coating."},"task_type":"analysis"}
{"file_name":"images/c6061a01b4100ceb82431db2392ff0b78a3ef71b082dbd22d81634ae6e79cb74.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/c6061a01b4100ceb82431db2392ff0b78a3ef71b082dbd22d81634ae6e79cb74.jpg","question":"How many defects are there?","answer":"D","options":{"A":"1.","B":"2-3.","C":"3-4.","D":"5 or above."},"task_type":"counting"}
{"file_name":"images/c6061a01b4100ceb82431db2392ff0b78a3ef71b082dbd22d81634ae6e79cb74.jpg","question":"What is the type of the defect?","answer":"A","options":{"A":"crack and erosion.","B":"Only crack.","C":"Only erosion.","D":"Unable to determine."},"task_type":"classification"}
{"file_name":"images/c6061a01b4100ceb82431db2392ff0b78a3ef71b082dbd22d81634ae6e79cb74.jpg","question":"What most likely caused these visible cues?","answer":"A","options":{"A":"Weathering and impact wear.","B":"Blue sky reflection.","C":"Camera lens distortion.","D":"Normal blade shadowing."},"task_type":"analysis"}
{"file_name":"images/17cdcc02b2d201afa709c28fce3eaa494786aca47d74f601ff44ae53fa81855d.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/17cdcc02b2d201afa709c28fce3eaa494786aca47d74f601ff44ae53fa81855d.jpg","question":"How many defects are there?","answer":"D","options":{"A":"1.","B":"2-3.","C":"4-5.","D":"More than 5."},"task_type":"counting"}
{"file_name":"images/17cdcc02b2d201afa709c28fce3eaa494786aca47d74f601ff44ae53fa81855d.jpg","question":"What type of defect is visible on the blade?","answer":"A","options":{"A":"crack and erosion.","B":"Only crack.","C":"Only erosion.","D":"Unable to determine."},"task_type":"classification"}
{"file_name":"images/17cdcc02b2d201afa709c28fce3eaa494786aca47d74f601ff44ae53fa81855d.jpg","question":"Why treat these marks as defects?","answer":"D","options":{"A":"They match normal surface shading.","B":"They are just sky reflections.","C":"They are harmless blade markings.","D":"They show cracking and coating loss."},"task_type":"analysis"}
{"file_name":"images/2140d01b482073415dc31038ee1fa50e2748917aff2d6eb5605c40bee17bb8f0.jpg","question":"Does this wind turbine blade show any signs of damage or defects?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/2140d01b482073415dc31038ee1fa50e2748917aff2d6eb5605c40bee17bb8f0.jpg","question":"What type of defect is visible on this wind turbine?","answer":"B","options":{"A":"crack.","B":"lightning_strike.","C":"peeling.","D":"erosion."},"task_type":"classification"}
{"file_name":"images/2140d01b482073415dc31038ee1fa50e2748917aff2d6eb5605c40bee17bb8f0.jpg","question":"How many distinct defect areas can be identified on this blade?","answer":"A","options":{"A":"1.","B":"0.","C":"2-3.","D":"More than 3."},"task_type":"counting"}
{"file_name":"images/2140d01b482073415dc31038ee1fa50e2748917aff2d6eb5605c40bee17bb8f0.jpg","question":"Where is the main defect distributed in the given image?","answer":"B","options":{"A":"top.","B":"bottom.","C":"center."},"task_type":"localization"}
{"file_name":"images/2140d01b482073415dc31038ee1fa50e2748917aff2d6eb5605c40bee17bb8f0.jpg","question":"What most likely caused the dark mark?","answer":"C","options":{"A":"Normal blade shadowing.","B":"Routine paint seam variation.","C":"A lightning strike burn point.","D":"Harmless camera blur."},"task_type":"analysis"}
{"file_name":"images/a8244a1722acd32f25f79c5a3a8c70b23ba5b63389b1af7de5d65a20bfce310c.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/a8244a1722acd32f25f79c5a3a8c70b23ba5b63389b1af7de5d65a20bfce310c.jpg","question":"What type of defect is visible on this wind turbine?","answer":"B","options":{"A":"oil.","B":"dirt.","C":"erosion.","D":"chip."},"task_type":"classification"}
{"file_name":"images/a8244a1722acd32f25f79c5a3a8c70b23ba5b63389b1af7de5d65a20bfce310c.jpg","question":"Where is the main defect distributed in the given image?","answer":"D","options":{"A":"top left.","B":"top right.","C":"bottom left.","D":"bottom right."},"task_type":"localization"}
{"file_name":"images/a8244a1722acd32f25f79c5a3a8c70b23ba5b63389b1af7de5d65a20bfce310c.jpg","question":"What most likely caused the visible cue?","answer":"B","options":{"A":"Lightning burn through the shell.","B":"Accumulated dirt or grime deposits.","C":"Fresh paint overspray only.","D":"A missing blade section."},"task_type":"analysis"}
{"file_name":"images/8592c8d6a116c4ecd61935a6aa6de43d8eed8c0115a80e39e53521258fa82339.jpg","question":"Can you identify any defects on this blade surface?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/8592c8d6a116c4ecd61935a6aa6de43d8eed8c0115a80e39e53521258fa82339.jpg","question":"What type of defect is visible on this wind turbine?","answer":"C","options":{"A":"others.","B":"dirt.","C":"crack.","D":"oil."},"task_type":"classification"}
{"file_name":"images/8592c8d6a116c4ecd61935a6aa6de43d8eed8c0115a80e39e53521258fa82339.jpg","question":"In which region of the image is the defect most prominent?","answer":"C","options":{"A":"center.","B":"bottom.","C":"top."},"task_type":"localization"}
{"file_name":"images/8592c8d6a116c4ecd61935a6aa6de43d8eed8c0115a80e39e53521258fa82339.jpg","question":"Why should this cue be treated as a defect?","answer":"A","options":{"A":"It appears as a crack line.","B":"It is normal blade shading.","C":"It is only water reflection.","D":"It is a distant tower."},"task_type":"analysis"}
{"file_name":"images/e283bd23f222d9d42841bc0c27e539c998104f8c399b8b7c48eb9e5c54bbdb13.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/e283bd23f222d9d42841bc0c27e539c998104f8c399b8b7c48eb9e5c54bbdb13.jpg","question":"What is the type of the defects?","answer":"A","options":{"A":"erosion or peeling.","B":"crack.","C":"lightning_strike.","D":"Unable to determine."},"task_type":"classification"}
{"file_name":"images/e283bd23f222d9d42841bc0c27e539c998104f8c399b8b7c48eb9e5c54bbdb13.jpg","question":"Where is the defect located in the image?","answer":"D","options":{"A":"Bottom center.","B":"Center right.","C":"Center.","D":"Top right."},"task_type":"localization"}
{"file_name":"images/e283bd23f222d9d42841bc0c27e539c998104f8c399b8b7c48eb9e5c54bbdb13.jpg","question":"What most likely caused the visible cue?","answer":"D","options":{"A":"Camera lens distortion only.","B":"Normal blade shadowing.","C":"Factory seam with no wear.","D":"Surface coating erosion or peeling."},"task_type":"analysis"}
{"file_name":"images/8c517cfeb8d16d50fe984c1d44564fd1286ddac02d1c735289eb0e3b0e1a373a.jpg","question":"Can you identify any defects on this blade surface?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/8c517cfeb8d16d50fe984c1d44564fd1286ddac02d1c735289eb0e3b0e1a373a.jpg","question":"What best describes the defect found on this blade surface?","answer":"A","options":{"A":"erosion.","B":"oil.","C":"crack.","D":"peeling."},"task_type":"classification"}
{"file_name":"images/8c517cfeb8d16d50fe984c1d44564fd1286ddac02d1c735289eb0e3b0e1a373a.jpg","question":"What most likely caused this cue?","answer":"C","options":{"A":"Paint applied during repair.","B":"Oil leaking from the hub.","C":"Particle impacts and weathering.","D":"A shadow from another blade."},"task_type":"analysis"}
{"file_name":"images/253ef23f9b2bd266e51ac16397a400248ad6c981f12d5943db19575ad4cc3de5.jpg","question":"How many defects are there?","answer":"B","options":{"A":"1.","B":"2-3.","C":"4-5.","D":"More than 5."},"task_type":"counting"}
{"file_name":"images/253ef23f9b2bd266e51ac16397a400248ad6c981f12d5943db19575ad4cc3de5.jpg","question":"Where exactly is this defect located on the wind turbine structure?","answer":"A","options":{"A":"Near the leading edge in the tip region.","B":"Near the trailing edge in the mid-span region.","C":"Close to the blade root attachment point.","D":"Centered at the midpoint of the blade span."},"task_type":"localization"}
{"file_name":"images/253ef23f9b2bd266e51ac16397a400248ad6c981f12d5943db19575ad4cc3de5.jpg","question":"What most likely caused this visible cue?","answer":"B","options":{"A":"Normal blade color transition.","B":"Weathering or impact near the tip.","C":"A harmless camera artifact.","D":"Routine root attachment marking."},"task_type":"analysis"}
{"file_name":"images/59ae4c4e358d8ef7daf76f0ad964a8651a0708fb9c65f6f44e1d874dc4df604d.jpg","question":"Is there any defect in this wind turbine?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/59ae4c4e358d8ef7daf76f0ad964a8651a0708fb9c65f6f44e1d874dc4df604d.jpg","question":"What is the type of the defect?","answer":"D","options":{"A":"oil.","B":"chip.","C":"lightning_strike.","D":"crack."},"task_type":"classification"}
{"file_name":"images/59ae4c4e358d8ef7daf76f0ad964a8651a0708fb9c65f6f44e1d874dc4df604d.jpg","question":"How many defects are there?","answer":"D","options":{"A":"More than 5.","B":"1.","C":"4-5.","D":"2-3."},"task_type":"counting"}
{"file_name":"images/59ae4c4e358d8ef7daf76f0ad964a8651a0708fb9c65f6f44e1d874dc4df604d.jpg","question":"In which region of the image is the defect most prominent?","answer":"C","options":{"A":"top.","B":"center.","C":"bottom."},"task_type":"localization"}
{"file_name":"images/59ae4c4e358d8ef7daf76f0ad964a8651a0708fb9c65f6f44e1d874dc4df604d.jpg","question":"What most likely caused the visible cue?","answer":"A","options":{"A":"Surface cracking from stress or impact.","B":"Normal blade seam shadow only.","C":"Camera lens reflection.","D":"Cloud shadow on the tower."},"task_type":"analysis"}
{"file_name":"images/e73adbb6ced70a6e01f3c028949c9c11e22fa14ecb1ddfd43487018b1cfc4f3a.jpg","question":"Is there any visible defect on the wind turbine blade in the image?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/e73adbb6ced70a6e01f3c028949c9c11e22fa14ecb1ddfd43487018b1cfc4f3a.jpg","question":"How many defects are visible on the wind turbine blade?","answer":"A","options":{"A":"1.","B":"2.","C":"3.","D":"0."},"task_type":"counting"}
{"file_name":"images/e73adbb6ced70a6e01f3c028949c9c11e22fa14ecb1ddfd43487018b1cfc4f3a.jpg","question":"What type of defect is visible on the wind turbine blade?","answer":"A","options":{"A":"crack.","B":"oil.","C":"dent.","D":"no defect."},"task_type":"classification"}
{"file_name":"images/e73adbb6ced70a6e01f3c028949c9c11e22fa14ecb1ddfd43487018b1cfc4f3a.jpg","question":"Where is the visible crack located in the image?","answer":"A","options":{"A":"top center.","B":"center right.","C":"bottom left.","D":"No visible defect."},"task_type":"localization"}
{"file_name":"images/e73adbb6ced70a6e01f3c028949c9c11e22fa14ecb1ddfd43487018b1cfc4f3a.jpg","question":"Why should this cue be treated as a defect?","answer":"D","options":{"A":"It is just normal shading.","B":"It is a blade seam.","C":"It is only sky reflection.","D":"It resembles a surface crack."},"task_type":"analysis"}
{"file_name":"images/4ffe8fa15f35e7908173ab0b16d7b0471678bb26678aa5deb3babded84e6bfeb.jpg","question":"Is there any visible defect on the wind turbine blades in the image?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/4ffe8fa15f35e7908173ab0b16d7b0471678bb26678aa5deb3babded84e6bfeb.jpg","question":"How many visible defects are present on the wind turbine blades?","answer":"B","options":{"A":"2.","B":"1.","C":"3.","D":"0."},"task_type":"counting"}
{"file_name":"images/4ffe8fa15f35e7908173ab0b16d7b0471678bb26678aa5deb3babded84e6bfeb.jpg","question":"What type of defect is visible on the wind turbine blade?","answer":"B","options":{"A":"oil.","B":"crack.","C":"peeling.","D":"dent."},"task_type":"classification"}
{"file_name":"images/4ffe8fa15f35e7908173ab0b16d7b0471678bb26678aa5deb3babded84e6bfeb.jpg","question":"Where is the visible defect located in the image?","answer":"B","options":{"A":"top right.","B":"bottom right.","C":"center left.","D":"bottom left."},"task_type":"localization"}
{"file_name":"images/4ffe8fa15f35e7908173ab0b16d7b0471678bb26678aa5deb3babded84e6bfeb.jpg","question":"Why treat the visible mark as a defect?","answer":"C","options":{"A":"It matches normal blade shading.","B":"It is just a cloud reflection.","C":"It appears as a surface crack.","D":"It is a harmless blade seam."},"task_type":"analysis"}
{"file_name":"images/314d4c39ba834375ea29ca8d66137fa74ebe98c5e825896fe17cd5d97fc413bd.jpg","question":"Is there any visible defect on the wind turbine blades in this image?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/314d4c39ba834375ea29ca8d66137fa74ebe98c5e825896fe17cd5d97fc413bd.jpg","question":"How many visible defects are present on the wind turbine blades?","answer":"C","options":{"A":"2.","B":"3.","C":"1.","D":"0."},"task_type":"counting"}
{"file_name":"images/314d4c39ba834375ea29ca8d66137fa74ebe98c5e825896fe17cd5d97fc413bd.jpg","question":"What type of defect is visible on the blade?","answer":"C","options":{"A":"oil.","B":"dent.","C":"crack.","D":"no defect."},"task_type":"classification"}
{"file_name":"images/314d4c39ba834375ea29ca8d66137fa74ebe98c5e825896fe17cd5d97fc413bd.jpg","question":"Where is the visible defect located in the image?","answer":"C","options":{"A":"center left.","B":"bottom center.","C":"top left.","D":"top right."},"task_type":"localization"}
{"file_name":"images/314d4c39ba834375ea29ca8d66137fa74ebe98c5e825896fe17cd5d97fc413bd.jpg","question":"Why should the mark be treated as a defect?","answer":"B","options":{"A":"It matches normal shadowing.","B":"It appears as a crack in the blade.","C":"It is only distant vegetation.","D":"It is a harmless seam."},"task_type":"analysis"}
{"file_name":"images/4ff97d0ed9745e6a9b17b48fb0feb8658237c0a67333266a2942c23631bef7d3.jpg","question":"Is there any visible defect on the wind turbine blades in the image?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/4ff97d0ed9745e6a9b17b48fb0feb8658237c0a67333266a2942c23631bef7d3.jpg","question":"How many visible defects are present on the wind turbine blades?","answer":"D","options":{"A":"2.","B":"3.","C":"0.","D":"1."},"task_type":"counting"}
{"file_name":"images/4ff97d0ed9745e6a9b17b48fb0feb8658237c0a67333266a2942c23631bef7d3.jpg","question":"What type of defect is visible on the blade?","answer":"D","options":{"A":"dent.","B":"corrosion.","C":"peeling.","D":"crack."},"task_type":"classification"}
{"file_name":"images/4ff97d0ed9745e6a9b17b48fb0feb8658237c0a67333266a2942c23631bef7d3.jpg","question":"Where is the visible defect located in the image?","answer":"D","options":{"A":"top center.","B":"center left.","C":"bottom left.","D":"bottom right."},"task_type":"localization"}
{"file_name":"images/4ff97d0ed9745e6a9b17b48fb0feb8658237c0a67333266a2942c23631bef7d3.jpg","question":"What most likely caused this visible cue?","answer":"A","options":{"A":"Surface cracking from stress or impact.","B":"Normal blade seam alignment.","C":"Temporary shadow from the hub.","D":"Camera glare on clean paint."},"task_type":"analysis"}
{"file_name":"images/d6635ed45d1ecc30dcb27671c66ab71fea974d92d5b99df710d1177adfd440ad.jpg","question":"Is there any visible defect on the wind turbine blades in the image?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/d6635ed45d1ecc30dcb27671c66ab71fea974d92d5b99df710d1177adfd440ad.jpg","question":"How many actual defects are visible on the wind turbine blades, excluding normal seam lines?","answer":"A","options":{"A":"1.","B":"0.","C":"2.","D":"3."},"task_type":"counting"}
{"file_name":"images/d6635ed45d1ecc30dcb27671c66ab71fea974d92d5b99df710d1177adfd440ad.jpg","question":"What type of defect is visible on the blade?","answer":"A","options":{"A":"crack.","B":"oil.","C":"dent.","D":"peeling."},"task_type":"classification"}
{"file_name":"images/d6635ed45d1ecc30dcb27671c66ab71fea974d92d5b99df710d1177adfd440ad.jpg","question":"Where is the visible defect located in the image?","answer":"A","options":{"A":"center left.","B":"top right.","C":"bottom center.","D":"No visible defect."},"task_type":"localization"}
{"file_name":"images/d6635ed45d1ecc30dcb27671c66ab71fea974d92d5b99df710d1177adfd440ad.jpg","question":"Why should the cue be treated as a defect?","answer":"D","options":{"A":"It is only uniform lighting.","B":"It matches normal blade curvature.","C":"It is just the blade edge.","D":"It appears as a localized crack."},"task_type":"analysis"}
{"file_name":"images/00866cba7c9ecb772effc3e71fbe4986cf69f16d977895e16c7fdfac503b2718.jpg","question":"Is there any visible defect on the wind turbine blade surface?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/00866cba7c9ecb772effc3e71fbe4986cf69f16d977895e16c7fdfac503b2718.jpg","question":"How many distinct defects are visible on the blade?","answer":"B","options":{"A":"2.","B":"1.","C":"3.","D":"0."},"task_type":"counting"}
{"file_name":"images/00866cba7c9ecb772effc3e71fbe4986cf69f16d977895e16c7fdfac503b2718.jpg","question":"What type of defect is visible on the wind turbine blade?","answer":"B","options":{"A":"oil.","B":"crack.","C":"dent.","D":"no defect."},"task_type":"classification"}
{"file_name":"images/00866cba7c9ecb772effc3e71fbe4986cf69f16d977895e16c7fdfac503b2718.jpg","question":"In which picture region is the visible defect located?","answer":"B","options":{"A":"center left.","B":"top center.","C":"bottom center.","D":"No visible defect."},"task_type":"localization"}
{"file_name":"images/00866cba7c9ecb772effc3e71fbe4986cf69f16d977895e16c7fdfac503b2718.jpg","question":"Why should this cue be treated as a defect?","answer":"C","options":{"A":"It matches normal blade shading.","B":"It is only grass reflection.","C":"It appears as a surface crack.","D":"It is a harmless seam only."},"task_type":"analysis"}
{"file_name":"images/b8042f02b3d48d27502f61327d6ae51a404995ba05cd2c4b0361bbbd756381c5.jpg","question":"Is there any visible defect on the wind turbine blade in the image?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/b8042f02b3d48d27502f61327d6ae51a404995ba05cd2c4b0361bbbd756381c5.jpg","question":"How many distinct defects are visible on the wind turbine blade?","answer":"D","options":{"A":"0.","B":"2.","C":"3.","D":"1."},"task_type":"counting"}
{"file_name":"images/b8042f02b3d48d27502f61327d6ae51a404995ba05cd2c4b0361bbbd756381c5.jpg","question":"What type of defect is visible on the wind turbine blade?","answer":"D","options":{"A":"oil.","B":"dent.","C":"no defect.","D":"crack."},"task_type":"classification"}
{"file_name":"images/b8042f02b3d48d27502f61327d6ae51a404995ba05cd2c4b0361bbbd756381c5.jpg","question":"Where is the visible defect located in the image?","answer":"D","options":{"A":"top center.","B":"bottom right.","C":"No visible defect.","D":"bottom left."},"task_type":"localization"}
{"file_name":"images/b8042f02b3d48d27502f61327d6ae51a404995ba05cd2c4b0361bbbd756381c5.jpg","question":"What likely caused this cue?","answer":"B","options":{"A":"Normal blade reflection.","B":"Stress or fatigue cracking.","C":"Camera lens glare only.","D":"Distant shoreline shadow."},"task_type":"analysis"}
{"file_name":"images/7f491271e805921fba29e90ee4651fb27381b79ea7d335642bd8bd899e303e15.jpg","question":"Is there any visible defect on the wind turbine blades in the image?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/7f491271e805921fba29e90ee4651fb27381b79ea7d335642bd8bd899e303e15.jpg","question":"How many visible defects are present on the wind turbine blades?","answer":"A","options":{"A":"1.","B":"0.","C":"2.","D":"3."},"task_type":"counting"}
{"file_name":"images/7f491271e805921fba29e90ee4651fb27381b79ea7d335642bd8bd899e303e15.jpg","question":"What type of defect is visible on the blade?","answer":"A","options":{"A":"crack.","B":"dent.","C":"oil.","D":"surface degradation."},"task_type":"classification"}
{"file_name":"images/7f491271e805921fba29e90ee4651fb27381b79ea7d335642bd8bd899e303e15.jpg","question":"Where is the visible defect located in the image?","answer":"A","options":{"A":"top right.","B":"top left.","C":"center right.","D":"bottom center."},"task_type":"localization"}
{"file_name":"images/7f491271e805921fba29e90ee4651fb27381b79ea7d335642bd8bd899e303e15.jpg","question":"What most likely caused this visible cue?","answer":"A","options":{"A":"Stress or fatigue cracking.","B":"Normal cloud reflection.","C":"Camera timestamp overlay.","D":"Uniform surface shading."},"task_type":"analysis"}
{"file_name":"images/05f05d16cbccc3881873a70ce1b2368cbb829659656899cda37ea6dfdad1fba4.jpg","question":"Is there any visible defect on the wind turbine blade in the image?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/05f05d16cbccc3881873a70ce1b2368cbb829659656899cda37ea6dfdad1fba4.jpg","question":"How many defects are visible on the partially shown wind turbine blade?","answer":"B","options":{"A":"0.","B":"2-3.","C":"1.","D":"4 or more."},"task_type":"counting"}
{"file_name":"images/05f05d16cbccc3881873a70ce1b2368cbb829659656899cda37ea6dfdad1fba4.jpg","question":"What type of defect is visible on the wind turbine blade?","answer":"B","options":{"A":"oil.","B":"crack.","C":"corrosion.","D":"no defect."},"task_type":"classification"}
{"file_name":"images/05f05d16cbccc3881873a70ce1b2368cbb829659656899cda37ea6dfdad1fba4.jpg","question":"Where is the visible blade damage located in the image?","answer":"B","options":{"A":"top left.","B":"bottom right.","C":"bottom left.","D":"top right."},"task_type":"localization"}
{"file_name":"images/05f05d16cbccc3881873a70ce1b2368cbb829659656899cda37ea6dfdad1fba4.jpg","question":"Why should the cue be treated as damage?","answer":"D","options":{"A":"It matches cloud shadows.","B":"It is normal blade shading.","C":"It is only a seam line.","D":"It shows sharp crack-like lines."},"task_type":"analysis"}
{"file_name":"images/1256d8fde8b1cf5337bfa90824bbd135753e92722372624f30e646ff30e6d12a.jpg","question":"Is there any visible damage on the wind turbine blade in this low-light image?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/1256d8fde8b1cf5337bfa90824bbd135753e92722372624f30e646ff30e6d12a.jpg","question":"How many distinct damage marks are visible on the blade?","answer":"B","options":{"A":"0.","B":"1.","C":"2-3.","D":"4 or more."},"task_type":"counting"}
{"file_name":"images/1256d8fde8b1cf5337bfa90824bbd135753e92722372624f30e646ff30e6d12a.jpg","question":"What type of damage is visible on the wind turbine blade?","answer":"C","options":{"A":"dent.","B":"corrosion.","C":"crack.","D":"peeling."},"task_type":"classification"}
{"file_name":"images/1256d8fde8b1cf5337bfa90824bbd135753e92722372624f30e646ff30e6d12a.jpg","question":"Where is the main visible damage located on the blade?","answer":"C","options":{"A":"top right.","B":"bottom right.","C":"center.","D":"No visible defect."},"task_type":"localization"}
{"file_name":"images/1256d8fde8b1cf5337bfa90824bbd135753e92722372624f30e646ff30e6d12a.jpg","question":"Why should this mark be treated as damage?","answer":"C","options":{"A":"It matches normal shadowing.","B":"It is only sensor noise.","C":"It appears as a discrete crack.","D":"It is a blade seam."},"task_type":"analysis"}
{"file_name":"images/0084668709f9be60897e3b416fc0e09521a8ac64e99756cb194a729568b0e2b1.jpg","question":"Are there any visible structural defects on the wind turbine blade in this dark image?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/0084668709f9be60897e3b416fc0e09521a8ac64e99756cb194a729568b0e2b1.jpg","question":"How many crack-like defects are visible on the damaged blade?","answer":"B","options":{"A":"0.","B":"1.","C":"4 or more.","D":"2-3."},"task_type":"counting"}
{"file_name":"images/0084668709f9be60897e3b416fc0e09521a8ac64e99756cb194a729568b0e2b1.jpg","question":"What type of defect is visible on the wind turbine blade?","answer":"D","options":{"A":"dent.","B":"corrosion.","C":"peeling.","D":"crack."},"task_type":"classification"}
{"file_name":"images/0084668709f9be60897e3b416fc0e09521a8ac64e99756cb194a729568b0e2b1.jpg","question":"Where is the most noticeable blade damage located in the image?","answer":"D","options":{"A":"top right.","B":"bottom right.","C":"No visible defect.","D":"center left."},"task_type":"localization"}
{"file_name":"images/0084668709f9be60897e3b416fc0e09521a8ac64e99756cb194a729568b0e2b1.jpg","question":"Why should this cue be treated as damage?","answer":"B","options":{"A":"It is uniform surface shading.","B":"It shows a localized crack-like line.","C":"It is just the blade edge.","D":"It matches normal lighting glare."},"task_type":"analysis"}
{"file_name":"images/f08372c906b3114290e6283e41d66b5884314f8450959ff20d2642327a20b59b.jpg","question":"Is there any visible damage on the wind turbine blade in the image?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/f08372c906b3114290e6283e41d66b5884314f8450959ff20d2642327a20b59b.jpg","question":"How many visible crack-like defects are present on the left blade?","answer":"A","options":{"A":"2-3.","B":"0.","C":"1.","D":"4 or more."},"task_type":"counting"}
{"file_name":"images/f08372c906b3114290e6283e41d66b5884314f8450959ff20d2642327a20b59b.jpg","question":"What type of defect is visible on the blade surface?","answer":"A","options":{"A":"crack.","B":"dent.","C":"peeling.","D":"corrosion."},"task_type":"classification"}
{"file_name":"images/f08372c906b3114290e6283e41d66b5884314f8450959ff20d2642327a20b59b.jpg","question":"Where is the visible blade defect located in the image?","answer":"A","options":{"A":"center left.","B":"top right.","C":"bottom center.","D":"No visible defect."},"task_type":"localization"}
{"file_name":"images/f08372c906b3114290e6283e41d66b5884314f8450959ff20d2642327a20b59b.jpg","question":"Why should the marks be treated as defects?","answer":"A","options":{"A":"They appear as localized crack lines.","B":"They are normal blade seams.","C":"They are caused by sky reflection.","D":"They are distant shoreline features."},"task_type":"analysis"}
{"file_name":"images/61f849ddbf21f3ccc998c11c2a01c41cca55505eb97376a18edc1c13e906ca7c.jpg","question":"Are there any visible defects on the wind turbine blade surface?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/61f849ddbf21f3ccc998c11c2a01c41cca55505eb97376a18edc1c13e906ca7c.jpg","question":"How many visible crack-like defects are present on the blade?","answer":"B","options":{"A":"0.","B":"2-3.","C":"1.","D":"4 or more."},"task_type":"counting"}
{"file_name":"images/61f849ddbf21f3ccc998c11c2a01c41cca55505eb97376a18edc1c13e906ca7c.jpg","question":"What type of defect is visible on the blade surface?","answer":"B","options":{"A":"dent.","B":"crack.","C":"corrosion.","D":"no defect."},"task_type":"classification"}
{"file_name":"images/61f849ddbf21f3ccc998c11c2a01c41cca55505eb97376a18edc1c13e906ca7c.jpg","question":"Where on the image are the visible defects mainly located?","answer":"B","options":{"A":"top left.","B":"top right.","C":"bottom left.","D":"No visible defect."},"task_type":"localization"}
{"file_name":"images/61f849ddbf21f3ccc998c11c2a01c41cca55505eb97376a18edc1c13e906ca7c.jpg","question":"Why should the dark marks be treated as defects?","answer":"D","options":{"A":"They match normal blade seams.","B":"They are only cloud shadows.","C":"They are part of the tower.","D":"They appear as crack-like lines."},"task_type":"analysis"}
{"file_name":"images/4e250229d147b9a909a1b80b7c61187b8b7714aaca3d5a79a918b14a0e0f7950.jpg","question":"Are any visible defects present on the wind turbine blades in this image?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/4e250229d147b9a909a1b80b7c61187b8b7714aaca3d5a79a918b14a0e0f7950.jpg","question":"How many visible defect marks can be identified on the blades?","answer":"C","options":{"A":"0.","B":"1.","C":"2-3.","D":"4 or more."},"task_type":"counting"}
{"file_name":"images/4e250229d147b9a909a1b80b7c61187b8b7714aaca3d5a79a918b14a0e0f7950.jpg","question":"What type of defect is visible on the blade surface?","answer":"C","options":{"A":"dent.","B":"hole.","C":"crack.","D":"corrosion."},"task_type":"classification"}
{"file_name":"images/4e250229d147b9a909a1b80b7c61187b8b7714aaca3d5a79a918b14a0e0f7950.jpg","question":"Where is the visible defect area located in the image?","answer":"C","options":{"A":"top left.","B":"bottom center.","C":"top center.","D":"center right."},"task_type":"localization"}
{"file_name":"images/4e250229d147b9a909a1b80b7c61187b8b7714aaca3d5a79a918b14a0e0f7950.jpg","question":"Why treat the cue as a defect?","answer":"C","options":{"A":"It is just cloud shadow.","B":"It matches normal blade seams.","C":"It shows narrow crack-like marks.","D":"It is only distant vegetation."},"task_type":"analysis"}
{"file_name":"images/6b75571e1f98bce618efdd0858b8aff813c5c6f70109082431cfceee7a6c6199.jpg","question":"Are any visible defects present on the wind turbine blade in this image?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/6b75571e1f98bce618efdd0858b8aff813c5c6f70109082431cfceee7a6c6199.jpg","question":"How many visible defect indications are present on the blade?","answer":"D","options":{"A":"0.","B":"1.","C":"4 or more.","D":"2-3."},"task_type":"counting"}
{"file_name":"images/6b75571e1f98bce618efdd0858b8aff813c5c6f70109082431cfceee7a6c6199.jpg","question":"What types of defects are visible on the wind turbine blade?","answer":"D","options":{"A":"hole.","B":"corrosion.","C":"no defect.","D":"crack, dent."},"task_type":"classification"}
{"file_name":"images/6b75571e1f98bce618efdd0858b8aff813c5c6f70109082431cfceee7a6c6199.jpg","question":"Where are the visible blade defects mainly located in the image?","answer":"D","options":{"A":"bottom left.","B":"bottom right.","C":"top left.","D":"top right."},"task_type":"localization"}
{"file_name":"images/6b75571e1f98bce618efdd0858b8aff813c5c6f70109082431cfceee7a6c6199.jpg","question":"What most likely caused these visible cues?","answer":"B","options":{"A":"Normal manufacturing color variation.","B":"Impact or stress-related blade damage.","C":"Reflection from the tower.","D":"Camera timestamp overlay."},"task_type":"analysis"}
{"file_name":"images/c02b21edbd9e5f5cf9271310699c31c6d42fcee5c2a83415c285a51d2d8da659.jpg","question":"Is there any visible defect on the wind turbine blade?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/c02b21edbd9e5f5cf9271310699c31c6d42fcee5c2a83415c285a51d2d8da659.jpg","question":"How many visible crack-like defects are present on the blade?","answer":"A","options":{"A":"2-3.","B":"0.","C":"1.","D":"More than 5."},"task_type":"counting"}
{"file_name":"images/c02b21edbd9e5f5cf9271310699c31c6d42fcee5c2a83415c285a51d2d8da659.jpg","question":"What type of defect is visible on the blade surface?","answer":"A","options":{"A":"crack.","B":"dent.","C":"corrosion.","D":"no defect."},"task_type":"classification"}
{"file_name":"images/c02b21edbd9e5f5cf9271310699c31c6d42fcee5c2a83415c285a51d2d8da659.jpg","question":"Where is the most noticeable defect located in the image?","answer":"A","options":{"A":"top left.","B":"bottom left.","C":"top right.","D":"bottom right."},"task_type":"localization"}
{"file_name":"images/c02b21edbd9e5f5cf9271310699c31c6d42fcee5c2a83415c285a51d2d8da659.jpg","question":"What most likely caused these visible cues?","answer":"A","options":{"A":"Stress or fatigue cracking.","B":"Normal sky reflection.","C":"Camera timestamp overlay.","D":"Bird shadow on the blade."},"task_type":"analysis"}
{"file_name":"images/5da887bf35f725bf73e21ffd7dbdf117c71f9998f3ffdf2dde8e9fdc731b282d.jpg","question":"Are any visible defects present on the wind turbine blade in the image?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/5da887bf35f725bf73e21ffd7dbdf117c71f9998f3ffdf2dde8e9fdc731b282d.jpg","question":"How many visible crack-like defects can be seen on the main blade?","answer":"B","options":{"A":"0.","B":"2-3.","C":"1.","D":"4 or more."},"task_type":"counting"}
{"file_name":"images/5da887bf35f725bf73e21ffd7dbdf117c71f9998f3ffdf2dde8e9fdc731b282d.jpg","question":"What type of defect is visible on the blade surface?","answer":"B","options":{"A":"dent.","B":"crack.","C":"corrosion.","D":"peeling."},"task_type":"classification"}
{"file_name":"images/5da887bf35f725bf73e21ffd7dbdf117c71f9998f3ffdf2dde8e9fdc731b282d.jpg","question":"Where is the visible blade damage mainly located in the image?","answer":"B","options":{"A":"bottom left.","B":"top left.","C":"bottom right.","D":"top right."},"task_type":"localization"}
{"file_name":"images/5da887bf35f725bf73e21ffd7dbdf117c71f9998f3ffdf2dde8e9fdc731b282d.jpg","question":"Why should the marks be treated as defects?","answer":"D","options":{"A":"They match normal blade seams.","B":"They are only cloud shadows.","C":"They are uniform lighting changes.","D":"They appear as localized crack lines."},"task_type":"analysis"}
{"file_name":"images/2510323aa836fd6684d1d28b42deeafb6591d330673a5ecb6db0354d9a28d944.jpg","question":"Is there any visible defect on the wind turbine blade?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/2510323aa836fd6684d1d28b42deeafb6591d330673a5ecb6db0354d9a28d944.jpg","question":"How many visible crack-like defects are on the blade?","answer":"C","options":{"A":"0.","B":"1.","C":"2-3.","D":"4 or more."},"task_type":"counting"}
{"file_name":"images/2510323aa836fd6684d1d28b42deeafb6591d330673a5ecb6db0354d9a28d944.jpg","question":"What type of defect is visible on the wind turbine blade?","answer":"C","options":{"A":"oil.","B":"peeling.","C":"crack.","D":"no defect."},"task_type":"classification"}
{"file_name":"images/2510323aa836fd6684d1d28b42deeafb6591d330673a5ecb6db0354d9a28d944.jpg","question":"Where are the visible defects mainly located in the image?","answer":"C","options":{"A":"top left.","B":"bottom left.","C":"bottom right.","D":"top right."},"task_type":"localization"}
{"file_name":"images/2510323aa836fd6684d1d28b42deeafb6591d330673a5ecb6db0354d9a28d944.jpg","question":"Why should the lower-right marks be treated as defects?","answer":"C","options":{"A":"They match normal blade shading.","B":"They are only cloud reflections.","C":"They appear as crack-like separations.","D":"They are part of the tower."},"task_type":"analysis"}
{"file_name":"images/7ec427704282939b34a124f4cad82e7ec0859275f1812b8ed9d3f069dfcc3c2e.jpg","question":"Are any visible defects present on the wind turbine blade in the image?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/7ec427704282939b34a124f4cad82e7ec0859275f1812b8ed9d3f069dfcc3c2e.jpg","question":"How many visible crack-like defects can be seen on the right-side blade?","answer":"D","options":{"A":"0.","B":"1.","C":"4 or more.","D":"2-3."},"task_type":"counting"}
{"file_name":"images/7ec427704282939b34a124f4cad82e7ec0859275f1812b8ed9d3f069dfcc3c2e.jpg","question":"What type of defect is visible on the right wind turbine blade?","answer":"D","options":{"A":"dent.","B":"corrosion.","C":"no defect.","D":"crack."},"task_type":"classification"}
{"file_name":"images/7ec427704282939b34a124f4cad82e7ec0859275f1812b8ed9d3f069dfcc3c2e.jpg","question":"Where are the visible defects located in the image?","answer":"D","options":{"A":"top left.","B":"bottom left.","C":"No visible defect.","D":"top right."},"task_type":"localization"}
{"file_name":"images/7ec427704282939b34a124f4cad82e7ec0859275f1812b8ed9d3f069dfcc3c2e.jpg","question":"Why should the marks be treated as defects?","answer":"B","options":{"A":"They are normal blade seams.","B":"They are narrow irregular crack cues.","C":"They are only shadow from clouds.","D":"They are water reflections."},"task_type":"analysis"}
{"file_name":"images/4f2c2af831524995954ce77df3e68d74109294684d7821731d1261aa8d5c08f2.jpg","question":"Does this wind turbine blade show any signs of damage or defects?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/4f2c2af831524995954ce77df3e68d74109294684d7821731d1261aa8d5c08f2.jpg","question":"How many distinct defect areas can be identified on this blade?","answer":"C","options":{"A":"More than 3.","B":"1.","C":"2-3.","D":"0."},"task_type":"counting"}
{"file_name":"images/4f2c2af831524995954ce77df3e68d74109294684d7821731d1261aa8d5c08f2.jpg","question":"What type of defect is visible on this wind turbine?","answer":"C","options":{"A":"others.","B":"scratch.","C":"erosion.","D":"chip."},"task_type":"classification"}
{"file_name":"images/4f2c2af831524995954ce77df3e68d74109294684d7821731d1261aa8d5c08f2.jpg","question":"What most likely caused the visible wear?","answer":"A","options":{"A":"Surface erosion from weather exposure.","B":"Normal shadow from the tower.","C":"Factory paint pattern only.","D":"Camera lens distortion."},"task_type":"analysis"}
{"file_name":"images/dcc07c3b754089c59e2608b4fc53ea91c80487b511257567a0cd1a297f6b3c21.jpg","question":"Is there any defect in this wind turbine?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/dcc07c3b754089c59e2608b4fc53ea91c80487b511257567a0cd1a297f6b3c21.jpg","question":"How many defects are there?","answer":"B","options":{"A":"2-3.","B":"1.","C":"0.","D":"More than 3."},"task_type":"counting"}
{"file_name":"images/dcc07c3b754089c59e2608b4fc53ea91c80487b511257567a0cd1a297f6b3c21.jpg","question":"What best describes the defect found on this blade surface?","answer":"B","options":{"A":"crack.","B":"oil.","C":"peeling.","D":"others."},"task_type":"classification"}
{"file_name":"images/dcc07c3b754089c59e2608b4fc53ea91c80487b511257567a0cd1a297f6b3c21.jpg","question":"Where is the main defect distributed in the given image?","answer":"D","options":{"A":"center left.","B":"top right.","C":"top left.","D":"center right."},"task_type":"localization"}
{"file_name":"images/dcc07c3b754089c59e2608b4fc53ea91c80487b511257567a0cd1a297f6b3c21.jpg","question":"What most likely caused the visible mark?","answer":"D","options":{"A":"Normal painted lettering.","B":"A shadow from the camera.","C":"Ice buildup on the blade.","D":"Oil leaking from nearby hardware."},"task_type":"analysis"}
{"file_name":"images/ec4f647b52604343a1435111fe83d23810e88cbe1005ec01574b0377a8621028.jpg","question":"Is there any defect in this wind turbine?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/ec4f647b52604343a1435111fe83d23810e88cbe1005ec01574b0377a8621028.jpg","question":"How many defects are there?","answer":"D","options":{"A":"1.","B":"4-5.","C":"More than 5.","D":"2-3."},"task_type":"counting"}
{"file_name":"images/ec4f647b52604343a1435111fe83d23810e88cbe1005ec01574b0377a8621028.jpg","question":"What best describes the defect found on this blade surface?","answer":"A","options":{"A":"oil.","B":"crack.","C":"peeling.","D":"erosion."},"task_type":"classification"}
{"file_name":"images/ec4f647b52604343a1435111fe83d23810e88cbe1005ec01574b0377a8621028.jpg","question":"What most likely caused these marks?","answer":"C","options":{"A":"Lightning burn scars.","B":"Bird impact dents.","C":"Oil or grease runoff.","D":"Normal blade seam shading."},"task_type":"analysis"}
{"file_name":"images/0da2d3aad3aced42e599662285fb62bbebe63462b1597265649180942eeec606.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/0da2d3aad3aced42e599662285fb62bbebe63462b1597265649180942eeec606.jpg","question":"How many defects are there?","answer":"A","options":{"A":"1.","B":"2.","C":"3.","D":"4."},"task_type":"counting"}
{"file_name":"images/0da2d3aad3aced42e599662285fb62bbebe63462b1597265649180942eeec606.jpg","question":"What is the type of the defect?","answer":"B","options":{"A":"painting.","B":"crack.","C":"lightning_strike.","D":"erosion."},"task_type":"classification"}
{"file_name":"images/0da2d3aad3aced42e599662285fb62bbebe63462b1597265649180942eeec606.jpg","question":"Where is the defect located in the image?","answer":"B","options":{"A":"Bottom.","B":"Top.","C":"Center."},"task_type":"localization"}
{"file_name":"images/0da2d3aad3aced42e599662285fb62bbebe63462b1597265649180942eeec606.jpg","question":"Why should this cue be treated as a defect?","answer":"B","options":{"A":"It is only background shadow.","B":"It shows a split in the blade surface.","C":"It is a normal blade seam.","D":"It is just camera blur."},"task_type":"analysis"}
{"file_name":"images/b1ec683d9255a34fa6dfa89fc39ba0497d57ffbb19288122420650b6f3aeedce.jpg","question":"Does this wind turbine blade show any signs of damage or defects?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/b1ec683d9255a34fa6dfa89fc39ba0497d57ffbb19288122420650b6f3aeedce.jpg","question":"How many defects are there?","answer":"D","options":{"A":"0.","B":"1.","C":"3.","D":"2."},"task_type":"counting"}
{"file_name":"images/b1ec683d9255a34fa6dfa89fc39ba0497d57ffbb19288122420650b6f3aeedce.jpg","question":"What is the type of the defect?","answer":"A","options":{"A":"oil.","B":"paint.","C":"crack.","D":"peeling."},"task_type":"classification"}
{"file_name":"images/b1ec683d9255a34fa6dfa89fc39ba0497d57ffbb19288122420650b6f3aeedce.jpg","question":"Where in the image is the primary defect located?","answer":"A","options":{"A":"bottom left.","B":"bottom right.","C":"center right.","D":"center left."},"task_type":"localization"}
{"file_name":"images/b1ec683d9255a34fa6dfa89fc39ba0497d57ffbb19288122420650b6f3aeedce.jpg","question":"What most likely caused the dark marks?","answer":"A","options":{"A":"Oil or grease residue.","B":"Fresh blade paint.","C":"Cloud shadow only.","D":"Leading-edge erosion."},"task_type":"analysis"}
{"file_name":"images/2af0b7131c079b895d3b868aeb2caaadacb9b98ceed47857136868031cb43331.jpg","question":"Does this wind turbine blade show any signs of damage or defects?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/2af0b7131c079b895d3b868aeb2caaadacb9b98ceed47857136868031cb43331.jpg","question":"What is the type of the defect?","answer":"B","options":{"A":"chip.","B":"erosion.","C":"others.","D":"peeling."},"task_type":"classification"}
{"file_name":"images/2af0b7131c079b895d3b868aeb2caaadacb9b98ceed47857136868031cb43331.jpg","question":"What most likely caused this visible cue?","answer":"D","options":{"A":"Normal logo printing on the blade.","B":"Temporary grass reflection on paint.","C":"A clean manufacturing joint.","D":"Surface erosion from weathering or impacts."},"task_type":"analysis"}
{"file_name":"images/1031e6eea3d98f4e8bd785e97f2a89a1664e42c495908e555b6309c437457e3b.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/1031e6eea3d98f4e8bd785e97f2a89a1664e42c495908e555b6309c437457e3b.jpg","question":"What best describes the defect found on this blade surface?","answer":"B","options":{"A":"peeling.","B":"crack.","C":"oil.","D":"chip."},"task_type":"classification"}
{"file_name":"images/1031e6eea3d98f4e8bd785e97f2a89a1664e42c495908e555b6309c437457e3b.jpg","question":"In which region of the image is the defect most prominent?","answer":"D","options":{"A":"bottom right.","B":"top right.","C":"center left.","D":"center right."},"task_type":"localization"}
{"file_name":"images/1031e6eea3d98f4e8bd785e97f2a89a1664e42c495908e555b6309c437457e3b.jpg","question":"What most likely caused this visible cue?","answer":"C","options":{"A":"Normal lighting variation.","B":"Harmless surface dust.","C":"Material cracking and delamination.","D":"A painted alignment mark."},"task_type":"analysis"}
{"file_name":"images/90dfcdd1621ec79e8f55c95573a1bfca393255af41cd1eb636161a7aad29228f.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/90dfcdd1621ec79e8f55c95573a1bfca393255af41cd1eb636161a7aad29228f.jpg","question":"What is the type of the defect?","answer":"B","options":{"A":"painting.","B":"scratch.","C":"lightning_strike.","D":"erosion."},"task_type":"classification"}
{"file_name":"images/90dfcdd1621ec79e8f55c95573a1bfca393255af41cd1eb636161a7aad29228f.jpg","question":"What most likely caused this visible cue?","answer":"B","options":{"A":"Normal shadow from lighting.","B":"Surface scratching or scraping damage.","C":"Harmless factory color variation.","D":"A clean water reflection."},"task_type":"analysis"}
{"file_name":"images/2c1caf5166ad9f94473bc243d7d3fe32e83e2f30e29a83bcdcce3f0d8a5d4c65.jpg","question":"Can you identify any defects on this blade surface?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/2c1caf5166ad9f94473bc243d7d3fe32e83e2f30e29a83bcdcce3f0d8a5d4c65.jpg","question":"How many distinct defect areas can be identified on this blade?","answer":"D","options":{"A":"3.","B":"1.","C":"2.","D":"more than 3."},"task_type":"counting"}
{"file_name":"images/2c1caf5166ad9f94473bc243d7d3fe32e83e2f30e29a83bcdcce3f0d8a5d4c65.jpg","question":"What type of defect is visible on the wind turbine?","answer":"C","options":{"A":"Only peeling.","B":"Only erosion.","C":"erosion, peeling.","D":"Only crack."},"task_type":"classification"}
{"file_name":"images/2c1caf5166ad9f94473bc243d7d3fe32e83e2f30e29a83bcdcce3f0d8a5d4c65.jpg","question":"What most likely caused these visible cues?","answer":"A","options":{"A":"Leading-edge wear and coating loss.","B":"Normal sunlight on a smooth blade.","C":"A camera focus artifact only.","D":"Background trees reflected on paint."},"task_type":"analysis"}
{"file_name":"images/81db65377b4d6be78ccaaeed178a4ffca0c14882a307aae1f2b5a48e5a944b26.jpg","question":"Can you identify any defects on this blade surface?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/81db65377b4d6be78ccaaeed178a4ffca0c14882a307aae1f2b5a48e5a944b26.jpg","question":"How many distinct defect areas can be identified on this blade?","answer":"D","options":{"A":"More than 3.","B":"0.","C":"1.","D":"2-3."},"task_type":"counting"}
{"file_name":"images/81db65377b4d6be78ccaaeed178a4ffca0c14882a307aae1f2b5a48e5a944b26.jpg","question":"Where is the main defect distributed in the given image?","answer":"D","options":{"A":"top right.","B":"top left.","C":"bottom right.","D":"bottom left."},"task_type":"localization"}
{"file_name":"images/81db65377b4d6be78ccaaeed178a4ffca0c14882a307aae1f2b5a48e5a944b26.jpg","question":"Why should the lower-left marks be treated as defects?","answer":"D","options":{"A":"They match normal blade shading.","B":"They are part of the panel seam.","C":"They are only sky reflections.","D":"They appear as localized surface damage."},"task_type":"analysis"}
{"file_name":"images/066aa9c1faf5cb221425e31281f9a3f4ce40579b1312677f035fc97acb657a55.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/066aa9c1faf5cb221425e31281f9a3f4ce40579b1312677f035fc97acb657a55.jpg","question":"How many defects are there?","answer":"A","options":{"A":"1.","B":"2-3.","C":"4-5.","D":"More than 5."},"task_type":"counting"}
{"file_name":"images/066aa9c1faf5cb221425e31281f9a3f4ce40579b1312677f035fc97acb657a55.jpg","question":"Where are the defects located in the image?","answer":"B","options":{"A":"Top.","B":"Center.","C":"Bottom."},"task_type":"localization"}
{"file_name":"images/066aa9c1faf5cb221425e31281f9a3f4ce40579b1312677f035fc97acb657a55.jpg","question":"What most likely caused this visible cue?","answer":"C","options":{"A":"Normal sky reflection.","B":"Camera lens blur only.","C":"Surface impact, wear, or contamination.","D":"Intentional blade marking."},"task_type":"analysis"}
{"file_name":"images/e7b08fd5621f4e147f583fc6a0eaec0f7b3d686d22b4e09f736245a35c751928.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/e7b08fd5621f4e147f583fc6a0eaec0f7b3d686d22b4e09f736245a35c751928.jpg","question":"What is the type of the defect?","answer":"D","options":{"A":"painting.","B":"crack.","C":"lightning_strike.","D":"erosion."},"task_type":"classification"}
{"file_name":"images/e7b08fd5621f4e147f583fc6a0eaec0f7b3d686d22b4e09f736245a35c751928.jpg","question":"Where exactly is this defect located on the wind turbine structure?","answer":"C","options":{"A":"On the upper tower section just below the nacelle.","B":"Near the trailing edge in the mid-span region.","C":"At the nacelle.","D":"Centered at the midpoint of the blade span."},"task_type":"localization"}
{"file_name":"images/e7b08fd5621f4e147f583fc6a0eaec0f7b3d686d22b4e09f736245a35c751928.jpg","question":"What most likely caused this cue?","answer":"B","options":{"A":"A deliberate painted logo.","B":"Surface wear removing protective coating.","C":"A missing access ladder.","D":"Camera lens distortion only."},"task_type":"analysis"}
{"file_name":"images/66622a3d4fee4b6e31b0635a25bac1ac1321753e582c135ced5bbe2901cd68fa.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/66622a3d4fee4b6e31b0635a25bac1ac1321753e582c135ced5bbe2901cd68fa.jpg","question":"What best describes the defect found on this blade surface?","answer":"C","options":{"A":"chip.","B":"peeling.","C":"oil.","D":"erosion."},"task_type":"classification"}
{"file_name":"images/66622a3d4fee4b6e31b0635a25bac1ac1321753e582c135ced5bbe2901cd68fa.jpg","question":"What most likely caused the marks?","answer":"A","options":{"A":"Oil or grease contamination.","B":"Leading-edge erosion.","C":"Paint flaking from impact.","D":"A deep structural crack."},"task_type":"analysis"}
{"file_name":"images/943c58feda78db2321ea2723d02aa2de36d0f272844ce35267cf3a0b770d15d8.jpg","question":"Does this wind turbine blade show any signs of damage or defects?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/943c58feda78db2321ea2723d02aa2de36d0f272844ce35267cf3a0b770d15d8.jpg","question":"How many defects are there?","answer":"C","options":{"A":"More than 3.","B":"0.","C":"2-3.","D":"1."},"task_type":"counting"}
{"file_name":"images/943c58feda78db2321ea2723d02aa2de36d0f272844ce35267cf3a0b770d15d8.jpg","question":"What type of defect is visible on this wind turbine?","answer":"C","options":{"A":"crack.","B":"erosion.","C":"scratch.","D":"oil."},"task_type":"classification"}
{"file_name":"images/943c58feda78db2321ea2723d02aa2de36d0f272844ce35267cf3a0b770d15d8.jpg","question":"Where in the image is the primary defect located?","answer":"B","options":{"A":"bottom left.","B":"center right.","C":"center left.","D":"top right."},"task_type":"localization"}
{"file_name":"images/943c58feda78db2321ea2723d02aa2de36d0f272844ce35267cf3a0b770d15d8.jpg","question":"What most likely caused these visible marks?","answer":"D","options":{"A":"Normal blade seam shading.","B":"Reflections from nearby trees.","C":"Fresh oil leaking downward.","D":"Surface abrasion or scraping."},"task_type":"analysis"}
{"file_name":"images/1e31bc3b72b72fb99df98e9b8cbacdcef4db710a37f9ea5841acc59d613c1168.jpg","question":"Can you identify any defects on this blade surface?","answer":"B","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/1e31bc3b72b72fb99df98e9b8cbacdcef4db710a37f9ea5841acc59d613c1168.jpg","question":"What best describes the defect found on this blade surface?","answer":"C","options":{"A":"crack.","B":"deformity.","C":"no defect.","D":"oil."},"task_type":"classification"}
{"file_name":"images/1e31bc3b72b72fb99df98e9b8cbacdcef4db710a37f9ea5841acc59d613c1168.jpg","question":"How many distinct defect areas can be identified on this blade?","answer":"B","options":{"A":"1.","B":"0.","C":"2.","D":"3."},"task_type":"counting"}
{"file_name":"images/1e31bc3b72b72fb99df98e9b8cbacdcef4db710a37f9ea5841acc59d613c1168.jpg","question":"Why should the visible cues not be flagged?","answer":"C","options":{"A":"They show impact damage.","B":"They indicate a crack tip.","C":"They match normal surface shading.","D":"They reveal missing coating."},"task_type":"analysis"}
{"file_name":"images/98cbd5729a635e0f6f8c4d0d0d99ba8b5ef14c3e117a771ef6192e5660e516a8.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/98cbd5729a635e0f6f8c4d0d0d99ba8b5ef14c3e117a771ef6192e5660e516a8.jpg","question":"What is the type of the defect?","answer":"D","options":{"A":"painting.","B":"crack.","C":"lightning_strike.","D":"erosion."},"task_type":"classification"}
{"file_name":"images/98cbd5729a635e0f6f8c4d0d0d99ba8b5ef14c3e117a771ef6192e5660e516a8.jpg","question":"Where exactly is this defect located on the wind turbine structure?","answer":"C","options":{"A":"On the upper tower section just below the nacelle.","B":"Near the trailing edge in the mid-span region.","C":"Close to the blade root attachment point.","D":"Centered at the midpoint of the blade span."},"task_type":"localization"}
{"file_name":"images/98cbd5729a635e0f6f8c4d0d0d99ba8b5ef14c3e117a771ef6192e5660e516a8.jpg","question":"What most likely caused this cue?","answer":"B","options":{"A":"A recent paint application.","B":"Abrasion and weathering of the surface.","C":"A tower shadow only.","D":"Normal bolt spacing."},"task_type":"analysis"}
{"file_name":"images/042c97719b35e8e4e41f30afe55870c02cf425db35b2e3b97f0e4f2aa26929a8.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/042c97719b35e8e4e41f30afe55870c02cf425db35b2e3b97f0e4f2aa26929a8.jpg","question":"What type of defect is visible on the wind turbine?","answer":"B","options":{"A":"crack.","B":"erosion.","C":"peeling.","D":"no defect."},"task_type":"classification"}
{"file_name":"images/042c97719b35e8e4e41f30afe55870c02cf425db35b2e3b97f0e4f2aa26929a8.jpg","question":"Where is the defect relative to the picture?","answer":"D","options":{"A":"Bottom center.","B":"Top left.","C":"Center.","D":"Bottom right."},"task_type":"localization"}
{"file_name":"images/042c97719b35e8e4e41f30afe55870c02cf425db35b2e3b97f0e4f2aa26929a8.jpg","question":"What most likely caused this cue?","answer":"A","options":{"A":"Leading-edge erosion from rain or particles.","B":"A harmless shadow from lighting.","C":"A designed blade seam.","D":"Normal camera compression only."},"task_type":"analysis"}
{"file_name":"images/d35b884e179800f380bb742a34773b949bbac171f6efa8216fd7d43cf523dcdb.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/d35b884e179800f380bb742a34773b949bbac171f6efa8216fd7d43cf523dcdb.jpg","question":"What is the type of the defect?","answer":"A","options":{"A":"oil.","B":"crack.","C":"others.","D":"deformity."},"task_type":"classification"}
{"file_name":"images/d35b884e179800f380bb742a34773b949bbac171f6efa8216fd7d43cf523dcdb.jpg","question":"What most likely caused the visible staining?","answer":"D","options":{"A":"Normal shadow from the tower.","B":"Paint curing pattern only.","C":"Bird impact with no residue.","D":"Oil leakage or runoff on the blade."},"task_type":"analysis"}
{"file_name":"images/fa83c2b6d58b8af8449e2a60a079c32449f6ae0b418908f17801b21fa726f909.jpg","question":"Can you identify any defects on this blade surface?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/fa83c2b6d58b8af8449e2a60a079c32449f6ae0b418908f17801b21fa726f909.jpg","question":"What is the type of the defect?","answer":"D","options":{"A":"chip.","B":"scratch.","C":"peeling.","D":"oil."},"task_type":"classification"}
{"file_name":"images/fa83c2b6d58b8af8449e2a60a079c32449f6ae0b418908f17801b21fa726f909.jpg","question":"Where in the image is the primary defect located?","answer":"C","options":{"A":"top left.","B":"top right.","C":"center right.","D":"bottom left."},"task_type":"localization"}
{"file_name":"images/fa83c2b6d58b8af8449e2a60a079c32449f6ae0b418908f17801b21fa726f909.jpg","question":"What most likely caused this cue?","answer":"C","options":{"A":"Paint flaking from impact.","B":"Deep structural cracking.","C":"Oil or grease residue.","D":"Normal blade curvature."},"task_type":"analysis"}
{"file_name":"images/640940596520e40570fffdf197c549d0c2517b4082abc5cd1470a9f88f2affa5.jpg","question":"Can you identify any defects on this blade surface?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/640940596520e40570fffdf197c549d0c2517b4082abc5cd1470a9f88f2affa5.jpg","question":"What is the type of the defect?","answer":"C","options":{"A":"others.","B":"peeling.","C":"erosion.","D":"paint."},"task_type":"classification"}
{"file_name":"images/640940596520e40570fffdf197c549d0c2517b4082abc5cd1470a9f88f2affa5.jpg","question":"Where in the image is the primary defect located?","answer":"D","options":{"A":"bottom right.","B":"top right.","C":"bottom left.","D":"top left."},"task_type":"localization"}
{"file_name":"images/640940596520e40570fffdf197c549d0c2517b4082abc5cd1470a9f88f2affa5.jpg","question":"What most likely caused this visible wear?","answer":"B","options":{"A":"A shadow from the tower.","B":"Rain, dust, or particles striking the leading edge.","C":"Normal camera blur only.","D":"Fresh protective coating."},"task_type":"analysis"}
{"file_name":"images/79bd348423d16f8aa2d4a204b5665377767bef4ee3c97dfa2d3be0cd4960d8d9.jpg","question":"Does this wind turbine blade show any signs of damage or defects?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/79bd348423d16f8aa2d4a204b5665377767bef4ee3c97dfa2d3be0cd4960d8d9.jpg","question":"How many distinct defect areas can be identified on this blade?","answer":"A","options":{"A":"1.","B":"0.","C":"2-3.","D":"More than 3."},"task_type":"counting"}
{"file_name":"images/79bd348423d16f8aa2d4a204b5665377767bef4ee3c97dfa2d3be0cd4960d8d9.jpg","question":"What type of defect is visible on this wind turbine?","answer":"B","options":{"A":"peeling.","B":"oil.","C":"crack.","D":"others."},"task_type":"classification"}
{"file_name":"images/79bd348423d16f8aa2d4a204b5665377767bef4ee3c97dfa2d3be0cd4960d8d9.jpg","question":"Where in the image is the primary defect located?","answer":"A","options":{"A":"top left.","B":"top right.","C":"bottom right.","D":"bottom right."},"task_type":"localization"}
{"file_name":"images/79bd348423d16f8aa2d4a204b5665377767bef4ee3c97dfa2d3be0cd4960d8d9.jpg","question":"What most likely caused the dark mark?","answer":"A","options":{"A":"Oil or grease leaking onto the blade.","B":"Normal blade seam shadow.","C":"Fresh paint overspray.","D":"Sun glare on the surface."},"task_type":"analysis"}
{"file_name":"images/151bf4ca49f4ec93c11b163f08fdc2b4721f70485b6f6c87274a2060fdeaf740.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/151bf4ca49f4ec93c11b163f08fdc2b4721f70485b6f6c87274a2060fdeaf740.jpg","question":"What is the type of the defect?","answer":"C","options":{"A":"painting.","B":"crack.","C":"peeling.","D":"erosion."},"task_type":"classification"}
{"file_name":"images/151bf4ca49f4ec93c11b163f08fdc2b4721f70485b6f6c87274a2060fdeaf740.jpg","question":"Where exactly is this defect located on the wind turbine structure?","answer":"D","options":{"A":"On the upper tower section just below the nacelle.","B":"Near the trailing edge in the mid-span region.","C":"Close to the blade root attachment point.","D":"Centered at the midpoint of the blade span."},"task_type":"localization"}
{"file_name":"images/151bf4ca49f4ec93c11b163f08fdc2b4721f70485b6f6c87274a2060fdeaf740.jpg","question":"What most likely caused this visible cue?","answer":"D","options":{"A":"Normal blade seam geometry.","B":"Temporary camera glare.","C":"A tower access hatch mark.","D":"Coating loss from wear or weathering."},"task_type":"analysis"}
{"file_name":"images/07d6555950c0c0df08753ed17e79671907ccc5c5d89a029cc3f77be8896bda7b.jpg","question":"Is there any defect in this wind turbine?","answer":"B","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/07d6555950c0c0df08753ed17e79671907ccc5c5d89a029cc3f77be8896bda7b.jpg","question":"What type of defect is visible on the wind turbine?","answer":"D","options":{"A":"crack.","B":"erosion.","C":"peeling.","D":"no defect."},"task_type":"classification"}
{"file_name":"images/07d6555950c0c0df08753ed17e79671907ccc5c5d89a029cc3f77be8896bda7b.jpg","question":"Why is the visible cue not a defect?","answer":"C","options":{"A":"It shows impact damage.","B":"It is exposed laminate.","C":"It appears to be normal shading.","D":"It indicates peeling coating."},"task_type":"analysis"}
{"file_name":"images/319a6e28099b0c1eb2306808f7d5f94f3d1b69b2432d09ae011bdb5b6a15d5ee.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/319a6e28099b0c1eb2306808f7d5f94f3d1b69b2432d09ae011bdb5b6a15d5ee.jpg","question":"How many defects are there?","answer":"A","options":{"A":"1.","B":"2.","C":"3.","D":"4."},"task_type":"counting"}
{"file_name":"images/319a6e28099b0c1eb2306808f7d5f94f3d1b69b2432d09ae011bdb5b6a15d5ee.jpg","question":"What is the type of the defect?","answer":"C","options":{"A":"painting.","B":"crack.","C":"lightning_strike.","D":"erosion."},"task_type":"classification"}
{"file_name":"images/319a6e28099b0c1eb2306808f7d5f94f3d1b69b2432d09ae011bdb5b6a15d5ee.jpg","question":"What most likely caused the dark mark?","answer":"B","options":{"A":"Routine surface shading.","B":"A lightning strike burn path.","C":"Normal blade manufacturing seam.","D":"Fresh white paint overspray."},"task_type":"analysis"}
{"file_name":"images/61a52193c5ab06d84c793594cc7a350cde4db0f716257a21ac13a4107f89c525.jpg","question":"Does this wind turbine blade show any signs of damage or defects?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/61a52193c5ab06d84c793594cc7a350cde4db0f716257a21ac13a4107f89c525.jpg","question":"How many defects are there?","answer":"C","options":{"A":"More than 3.","B":"0.","C":"2-3.","D":"1."},"task_type":"counting"}
{"file_name":"images/61a52193c5ab06d84c793594cc7a350cde4db0f716257a21ac13a4107f89c525.jpg","question":"Where is the main defect distributed in the given image?","answer":"B","options":{"A":"top.","B":"center.","C":"bottom."},"task_type":"localization"}
{"file_name":"images/61a52193c5ab06d84c793594cc7a350cde4db0f716257a21ac13a4107f89c525.jpg","question":"What most likely caused these visible marks?","answer":"A","options":{"A":"Minor surface impact or coating damage.","B":"Normal blade curvature only.","C":"Camera lens flare.","D":"A shadow from the tower."},"task_type":"analysis"}
{"file_name":"images/4fa22f6e3aac37ad716e5a0631a51b70e27fbfc41b4f4f34a3e27bf7ad4f92d6.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/4fa22f6e3aac37ad716e5a0631a51b70e27fbfc41b4f4f34a3e27bf7ad4f92d6.jpg","question":"How many defects are there?","answer":"A","options":{"A":"1.","B":"2-3.","C":"4-5.","D":"More than 5."},"task_type":"counting"}
{"file_name":"images/4fa22f6e3aac37ad716e5a0631a51b70e27fbfc41b4f4f34a3e27bf7ad4f92d6.jpg","question":"What is the type of the defect?","answer":"A","options":{"A":"crack.","B":"others.","C":"erosion.","D":"deformity."},"task_type":"classification"}
{"file_name":"images/4fa22f6e3aac37ad716e5a0631a51b70e27fbfc41b4f4f34a3e27bf7ad4f92d6.jpg","question":"Why should the cue be treated as a defect?","answer":"D","options":{"A":"It is just normal lighting glare.","B":"It is a harmless blade seam.","C":"It is only background dirt.","D":"It forms an irregular crack trace."},"task_type":"analysis"}
{"file_name":"images/56efba0702619b7d411752d4097c9c4d1ebde9a67b7bed888ca233bfde2e03bb.jpg","question":"Is there a visible defect on the wind turbine blade?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/56efba0702619b7d411752d4097c9c4d1ebde9a67b7bed888ca233bfde2e03bb.jpg","question":"How many dent-like defects are visible on the blade?","answer":"A","options":{"A":"1.","B":"2.","C":"3.","D":"0."},"task_type":"counting"}
{"file_name":"images/56efba0702619b7d411752d4097c9c4d1ebde9a67b7bed888ca233bfde2e03bb.jpg","question":"What type of defect is visible on the wind turbine blade?","answer":"A","options":{"A":"dent.","B":"crack.","C":"hole.","D":"corrosion."},"task_type":"classification"}
{"file_name":"images/56efba0702619b7d411752d4097c9c4d1ebde9a67b7bed888ca233bfde2e03bb.jpg","question":"Where is the visible defect located in the image?","answer":"A","options":{"A":"bottom right.","B":"top left.","C":"bottom left.","D":"top right."},"task_type":"localization"}
{"file_name":"images/56efba0702619b7d411752d4097c9c4d1ebde9a67b7bed888ca233bfde2e03bb.jpg","question":"What most likely caused this cue?","answer":"C","options":{"A":"Normal cloud reflection only.","B":"A painted blade seam.","C":"Localized impact or pressure.","D":"Camera timestamp overlay."},"task_type":"analysis"}
{"file_name":"images/5742ce8aa3d48c50760141e1b9648b526a2a57d0f2993c7b444c3ea81dd5656d.jpg","question":"Is there any visible defect on the wind turbine blade?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/5742ce8aa3d48c50760141e1b9648b526a2a57d0f2993c7b444c3ea81dd5656d.jpg","question":"How many distinct defect areas are visible on the blade?","answer":"B","options":{"A":"2.","B":"1.","C":"3.","D":"0."},"task_type":"counting"}
{"file_name":"images/5742ce8aa3d48c50760141e1b9648b526a2a57d0f2993c7b444c3ea81dd5656d.jpg","question":"What type of defect is visible on the blade surface?","answer":"B","options":{"A":"crack.","B":"dent.","C":"corrosion.","D":"peeling."},"task_type":"classification"}
{"file_name":"images/5742ce8aa3d48c50760141e1b9648b526a2a57d0f2993c7b444c3ea81dd5656d.jpg","question":"Where is the visible defect located in the image?","answer":"B","options":{"A":"center left.","B":"top right.","C":"bottom center.","D":"No visible defect."},"task_type":"localization"}
{"file_name":"images/5742ce8aa3d48c50760141e1b9648b526a2a57d0f2993c7b444c3ea81dd5656d.jpg","question":"What most likely caused this cue?","answer":"B","options":{"A":"Normal shadow from the tower.","B":"A localized impact or pressure mark.","C":"Uniform factory paint texture.","D":"Distant ground reflection."},"task_type":"analysis"}
{"file_name":"images/b728ba0bcc9a0e4381dc3ed3b66c2b8668998ef1f22da94ef51063b1cc9cac51.jpg","question":"Can you identify any defects on this blade surface?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/b728ba0bcc9a0e4381dc3ed3b66c2b8668998ef1f22da94ef51063b1cc9cac51.jpg","question":"How many defects are there?","answer":"D","options":{"A":"More than 3.","B":"0.","C":"2-3.","D":"1."},"task_type":"counting"}
{"file_name":"images/b728ba0bcc9a0e4381dc3ed3b66c2b8668998ef1f22da94ef51063b1cc9cac51.jpg","question":"What type of defect is visible on this wind turbine?","answer":"C","options":{"A":"crack.","B":"erosion.","C":"scratch.","D":"oil."},"task_type":"classification"}
{"file_name":"images/b728ba0bcc9a0e4381dc3ed3b66c2b8668998ef1f22da94ef51063b1cc9cac51.jpg","question":"Where in the image is the primary defect located?","answer":"C","options":{"A":"bottom left.","B":"bottom right.","C":"center left.","D":"top right."},"task_type":"localization"}
{"file_name":"images/b728ba0bcc9a0e4381dc3ed3b66c2b8668998ef1f22da94ef51063b1cc9cac51.jpg","question":"What most likely caused the visible mark?","answer":"B","options":{"A":"Normal shadow from the grass.","B":"Surface abrasion or contact.","C":"Fresh oil leakage.","D":"A manufacturing seam only."},"task_type":"analysis"}
{"file_name":"images/805db4ee56e5d3749c0d802af7a420a5639273c5559ded89970b1fdfe0d92174.jpg","question":"Can you identify any defects on this blade surface?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/805db4ee56e5d3749c0d802af7a420a5639273c5559ded89970b1fdfe0d92174.jpg","question":"What best describes the defect found on this blade surface?","answer":"C","options":{"A":"crack.","B":"peeling.","C":"oil.","D":"others."},"task_type":"classification"}
{"file_name":"images/805db4ee56e5d3749c0d802af7a420a5639273c5559ded89970b1fdfe0d92174.jpg","question":"In which region of the image is the defect most prominent?","answer":"A","options":{"A":"center left.","B":"bottom left.","C":"top right.","D":"center right."},"task_type":"localization"}
{"file_name":"images/805db4ee56e5d3749c0d802af7a420a5639273c5559ded89970b1fdfe0d92174.jpg","question":"What most likely caused the visible staining?","answer":"A","options":{"A":"Oil or grease runoff.","B":"Normal blade shadowing.","C":"Paint color variation.","D":"Distant turbine reflection."},"task_type":"analysis"}
{"file_name":"images/8ae6cb5d4c5bb3fd301fc650b30d35a584441d6a2623bb3882370ccf3bad9b66.jpg","question":"Can you identify any defects on this blade surface?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/8ae6cb5d4c5bb3fd301fc650b30d35a584441d6a2623bb3882370ccf3bad9b66.jpg","question":"What is the type of the defect?","answer":"C","options":{"A":"scratch.","B":"paint.","C":"erosion.","D":"chip."},"task_type":"classification"}
{"file_name":"images/8ae6cb5d4c5bb3fd301fc650b30d35a584441d6a2623bb3882370ccf3bad9b66.jpg","question":"In which region of the image is the defect most prominent?","answer":"A","options":{"A":"top.","B":"bottom.","C":"center."},"task_type":"localization"}
{"file_name":"images/8ae6cb5d4c5bb3fd301fc650b30d35a584441d6a2623bb3882370ccf3bad9b66.jpg","question":"What most likely caused this cue?","answer":"D","options":{"A":"Normal tower shadow on the blade.","B":"A camera lens reflection only.","C":"A manufacturing seam with no wear.","D":"Rain, dust, or particles eroding the edge."},"task_type":"analysis"}
{"file_name":"images/5633b2fca7c404937a7af753f58a26af55c47d7037ef42492bd9bf6e7143cb32.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/5633b2fca7c404937a7af753f58a26af55c47d7037ef42492bd9bf6e7143cb32.jpg","question":"What type of defect is visible on this wind turbine?","answer":"D","options":{"A":"oil.","B":"chip.","C":"scratch.","D":"erosion."},"task_type":"classification"}
{"file_name":"images/5633b2fca7c404937a7af753f58a26af55c47d7037ef42492bd9bf6e7143cb32.jpg","question":"What most likely caused these visible marks?","answer":"C","options":{"A":"Fresh oil leaking from the hub.","B":"A shadow from inspection equipment.","C":"Particle impact and weathering eroding coating.","D":"Normal blade label printing."},"task_type":"analysis"}
{"file_name":"images/c654a6b011a819370faf95ebd87a7916ec1c56e8111d85eadddfc7e16cd117a0.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/c654a6b011a819370faf95ebd87a7916ec1c56e8111d85eadddfc7e16cd117a0.jpg","question":"How many defects are there?","answer":"A","options":{"A":"1.","B":"2.","C":"3.","D":"5."},"task_type":"counting"}
{"file_name":"images/c654a6b011a819370faf95ebd87a7916ec1c56e8111d85eadddfc7e16cd117a0.jpg","question":"What is the type of the defect?","answer":"C","options":{"A":"painting.","B":"crack.","C":"lightning_strike.","D":"peeling."},"task_type":"classification"}
{"file_name":"images/c654a6b011a819370faf95ebd87a7916ec1c56e8111d85eadddfc7e16cd117a0.jpg","question":"Where exactly is this defect located on the wind turbine structure?","answer":"A","options":{"A":"Near the leading edge in the tip region.","B":"Near the trailing edge in the mid-span region.","C":"Close to the blade root attachment point.","D":"Centered at the midpoint of the blade span."},"task_type":"localization"}
{"file_name":"images/c654a6b011a819370faf95ebd87a7916ec1c56e8111d85eadddfc7e16cd117a0.jpg","question":"What most likely caused the dark tip mark?","answer":"B","options":{"A":"Normal shadow from blade curvature.","B":"A lightning strike burn or arc mark.","C":"Routine factory color variation.","D":"Dirt from the tower base only."},"task_type":"analysis"}
{"file_name":"images/b70166ceacfcd07614bf000964f3c252400cb05fb3cdc634d91cfb3e5d39c8b5.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/b70166ceacfcd07614bf000964f3c252400cb05fb3cdc634d91cfb3e5d39c8b5.jpg","question":"How many defects are there?","answer":"B","options":{"A":"1.","B":"2-3.","C":"4-5.","D":"More than 5."},"task_type":"counting"}
{"file_name":"images/b70166ceacfcd07614bf000964f3c252400cb05fb3cdc634d91cfb3e5d39c8b5.jpg","question":"What likely explains the visible cue?","answer":"A","options":{"A":"Local surface damage or contamination.","B":"Normal sky reflection only.","C":"A planned color marking.","D":"Camera lens distortion alone."},"task_type":"analysis"}
{"file_name":"images/3961e305607b99314b20792a7bc74242acc9fc8239789be633eb5b7603e7f9e5.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/3961e305607b99314b20792a7bc74242acc9fc8239789be633eb5b7603e7f9e5.jpg","question":"What best describes the defect found on this blade surface?","answer":"D","options":{"A":"oil.","B":"lightning_strike.","C":"crack.","D":"erosion."},"task_type":"classification"}
{"file_name":"images/3961e305607b99314b20792a7bc74242acc9fc8239789be633eb5b7603e7f9e5.jpg","question":"Where is the main defect distributed in the given image?","answer":"D","options":{"A":"bottom right.","B":"center right.","C":"center left.","D":"top right."},"task_type":"localization"}
{"file_name":"images/3961e305607b99314b20792a7bc74242acc9fc8239789be633eb5b7603e7f9e5.jpg","question":"What is the total number of defects visible on this blade surface?","answer":"A","options":{"A":"1.","B":"2.","C":"3.","D":"0."},"task_type":"counting"}
{"file_name":"images/3961e305607b99314b20792a7bc74242acc9fc8239789be633eb5b7603e7f9e5.jpg","question":"What most likely caused this cue?","answer":"D","options":{"A":"Fresh oil leakage.","B":"Normal shadowing only.","C":"A blade seam joint.","D":"Surface erosion from weathering."},"task_type":"analysis"}
{"file_name":"images/ab616743a13515c696d565cb830a86e7c86fa221ee71b38b58c1d4893d54103a.jpg","question":"Is there any defect in this wind turbine?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/ab616743a13515c696d565cb830a86e7c86fa221ee71b38b58c1d4893d54103a.jpg","question":"What best describes the defect found on this blade surface?","answer":"D","options":{"A":"oil.","B":"crack.","C":"others.","D":"erosion."},"task_type":"classification"}
{"file_name":"images/ab616743a13515c696d565cb830a86e7c86fa221ee71b38b58c1d4893d54103a.jpg","question":"What most likely caused this visible cue?","answer":"C","options":{"A":"Fresh lubricant leakage.","B":"Blade shadow from sunlight.","C":"Particle impact and weathering.","D":"A normal manufacturing seam."},"task_type":"analysis"}
{"file_name":"images/52c35c9fb6f5562e4c138389b717212c1dc9545bb6ea4fe48760c1a31dcacf67.jpg","question":"Is there any defect in this wind turbine blade base?","answer":"B","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/52c35c9fb6f5562e4c138389b717212c1dc9545bb6ea4fe48760c1a31dcacf67.jpg","question":"How many defects are on the wind turbine?","answer":"D","options":{"A":"1.","B":"2.","C":"3.","D":"0."},"task_type":"counting"}
{"file_name":"images/52c35c9fb6f5562e4c138389b717212c1dc9545bb6ea4fe48760c1a31dcacf67.jpg","question":"Why should the visible tone variation seem benign?","answer":"B","options":{"A":"It is exposed inner laminate.","B":"It resembles normal surface shading.","C":"It shows lightning burn marks.","D":"It is a missing coating area."},"task_type":"analysis"}
{"file_name":"images/a769fb2a5553bfc57523c371e486c204d9c8e8533c802ba75d5e075474ec5416.jpg","question":"Can you identify any defects on this blade surface?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/a769fb2a5553bfc57523c371e486c204d9c8e8533c802ba75d5e075474ec5416.jpg","question":"How many defects are there?","answer":"A","options":{"A":"2-3.","B":"1.","C":"0.","D":"More than 3."},"task_type":"counting"}
{"file_name":"images/a769fb2a5553bfc57523c371e486c204d9c8e8533c802ba75d5e075474ec5416.jpg","question":"What type of defect is visible on the wind turbine?","answer":"C","options":{"A":"oil.","B":"crack.","C":"peeling.","D":"others."},"task_type":"classification"}
{"file_name":"images/a769fb2a5553bfc57523c371e486c204d9c8e8533c802ba75d5e075474ec5416.jpg","question":"Where is the main defect located in the image?","answer":"C","options":{"A":"center.","B":"bottom.","C":"top."},"task_type":"localization"}
{"file_name":"images/a769fb2a5553bfc57523c371e486c204d9c8e8533c802ba75d5e075474ec5416.jpg","question":"What most likely caused the visible cue?","answer":"A","options":{"A":"Coating peeling from surface wear.","B":"Normal blade seam geometry.","C":"Reflection from the tower.","D":"Temporary grass shadow."},"task_type":"analysis"}
{"file_name":"images/aacd9686e7ac93d12119f3855e0fb7d1f15d660b9da2459db54247a29582a8d4.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/aacd9686e7ac93d12119f3855e0fb7d1f15d660b9da2459db54247a29582a8d4.jpg","question":"What is the type of the defect?","answer":"D","options":{"A":"painting.","B":"crack.","C":"lightning_strike.","D":"dirt."},"task_type":"classification"}
{"file_name":"images/aacd9686e7ac93d12119f3855e0fb7d1f15d660b9da2459db54247a29582a8d4.jpg","question":"Where exactly is this defect located on the wind turbine structure?","answer":"A","options":{"A":"Near the leading edge in the mid-span region.","B":"Near the trailing edge in the mid-span region.","C":"Close to the blade root attachment point.","D":"Centered at the midpoint of the blade span."},"task_type":"localization"}
{"file_name":"images/aacd9686e7ac93d12119f3855e0fb7d1f15d660b9da2459db54247a29582a8d4.jpg","question":"What most likely caused this visible cue?","answer":"D","options":{"A":"Lightning impact at the tip.","B":"Deep laminate separation.","C":"Paint overspray during repair.","D":"Accumulated dirt along airflow paths."},"task_type":"analysis"}
{"file_name":"images/04e9780a4d15105bf10206e145874456552007e847719f5108662741323a70fb.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/04e9780a4d15105bf10206e145874456552007e847719f5108662741323a70fb.jpg","question":"How many defects are there?","answer":"A","options":{"A":"1.","B":"2.","C":"3.","D":"5."},"task_type":"counting"}
{"file_name":"images/04e9780a4d15105bf10206e145874456552007e847719f5108662741323a70fb.jpg","question":"What is the type of the defect?","answer":"C","options":{"A":"painting.","B":"crack.","C":"peeling.","D":"erosion."},"task_type":"classification"}
{"file_name":"images/04e9780a4d15105bf10206e145874456552007e847719f5108662741323a70fb.jpg","question":"Why should this cue be treated as a defect?","answer":"C","options":{"A":"It is just a shadow.","B":"It is a normal seam.","C":"Surface coating is flaking away.","D":"It is camera blur only."},"task_type":"analysis"}
{"file_name":"images/b8b9a3e68db6ea34eebd6c29edac881f357a3660bde0e907b156a215379e23ff.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/b8b9a3e68db6ea34eebd6c29edac881f357a3660bde0e907b156a215379e23ff.jpg","question":"How many defects are there?","answer":"A","options":{"A":"1.","B":"2-3.","C":"4-5.","D":"More than 5."},"task_type":"counting"}
{"file_name":"images/b8b9a3e68db6ea34eebd6c29edac881f357a3660bde0e907b156a215379e23ff.jpg","question":"What is the type of the defect?","answer":"B","options":{"A":"painting.","B":"breakage.","C":"lightning_strike.","D":"erosion."},"task_type":"classification"}
{"file_name":"images/b8b9a3e68db6ea34eebd6c29edac881f357a3660bde0e907b156a215379e23ff.jpg","question":"Where exactly is this defect located on the wind turbine structure?","answer":"B","options":{"A":"On the upper tower section just below the nacelle.","B":"In the mid-span region.","C":"Close to the blade root attachment point.","D":"Centered at the midpoint of the blade span."},"task_type":"localization"}
{"file_name":"images/b8b9a3e68db6ea34eebd6c29edac881f357a3660bde0e907b156a215379e23ff.jpg","question":"Does this wind turbine blade show any signs of damage or defects?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/b8b9a3e68db6ea34eebd6c29edac881f357a3660bde0e907b156a215379e23ff.jpg","question":"How many distinct defect areas can be identified on this blade?","answer":"B","options":{"A":"3.","B":"1.","C":"2.","D":"more than 3."},"task_type":"counting"}
{"file_name":"images/b8b9a3e68db6ea34eebd6c29edac881f357a3660bde0e907b156a215379e23ff.jpg","question":"What best describes the defect found on this blade surface?","answer":"A","options":{"A":"crack.","B":"chip.","C":"paint.","D":"others."},"task_type":"classification"}
{"file_name":"images/b8b9a3e68db6ea34eebd6c29edac881f357a3660bde0e907b156a215379e23ff.jpg","question":"In which region of the image is the defect most prominent?","answer":"D","options":{"A":"bottom left.","B":"bottom right.","C":"top left.","D":"center right."},"task_type":"localization"}
{"file_name":"images/b8b9a3e68db6ea34eebd6c29edac881f357a3660bde0e907b156a215379e23ff.jpg","question":"What most likely caused this visible cue?","answer":"B","options":{"A":"Routine lighting variation.","B":"Structural breakage or cracking damage.","C":"A harmless blade seam.","D":"Reflections from the tower."},"task_type":"analysis"}
{"file_name":"images/a1ce5797509b560d44198ad39332df68f9ec2aa32e647e04bea2e2bbcb140817.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/a1ce5797509b560d44198ad39332df68f9ec2aa32e647e04bea2e2bbcb140817.jpg","question":"What is the type of the defect?","answer":"A","options":{"A":"erosion.","B":"oil.","C":"lightning_strike.","D":"others."},"task_type":"classification"}
{"file_name":"images/a1ce5797509b560d44198ad39332df68f9ec2aa32e647e04bea2e2bbcb140817.jpg","question":"What most likely caused the visible wear?","answer":"A","options":{"A":"Particle and rain impact erosion.","B":"A lightning burn through the tip.","C":"Fresh lubricant leaking outward.","D":"Normal shadow from the tower."},"task_type":"analysis"}
{"file_name":"images/58eb6a83f7c659ec925ed292b41c428b9c7e81c84ca5689b9692bb2ba6baef75.jpg","question":"Is there any defect in this wind turbine?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/58eb6a83f7c659ec925ed292b41c428b9c7e81c84ca5689b9692bb2ba6baef75.jpg","question":"What type of defect is visible on this wind turbine?","answer":"B","options":{"A":"peeling.","B":"erosion.","C":"others.","D":"deformity."},"task_type":"classification"}
{"file_name":"images/58eb6a83f7c659ec925ed292b41c428b9c7e81c84ca5689b9692bb2ba6baef75.jpg","question":"Where in the image is the primary defect located?","answer":"B","options":{"A":"bottom right.","B":"center left.","C":"bottom left.","D":"center right."},"task_type":"localization"}
{"file_name":"images/58eb6a83f7c659ec925ed292b41c428b9c7e81c84ca5689b9692bb2ba6baef75.jpg","question":"What most likely caused this visible cue?","answer":"D","options":{"A":"A painted alignment mark.","B":"Normal shadow from the tower.","C":"Distant landscape reflection.","D":"Rain or particle impact erosion."},"task_type":"analysis"}
{"file_name":"images/dddcf8421ac9b21a864613d8c0a1b8d1884449e46c6c641df1766a6487280799.jpg","question":"Can you identify any defects on this blade surface?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/dddcf8421ac9b21a864613d8c0a1b8d1884449e46c6c641df1766a6487280799.jpg","question":"How many distinct defect areas can be identified on this blade?","answer":"D","options":{"A":"More than 3.","B":"1.","C":"0.","D":"2-3."},"task_type":"counting"}
{"file_name":"images/dddcf8421ac9b21a864613d8c0a1b8d1884449e46c6c641df1766a6487280799.jpg","question":"What best describes the defect found on this blade surface?","answer":"B","options":{"A":"chip.","B":"oil.","C":"paint.","D":"others."},"task_type":"classification"}
{"file_name":"images/dddcf8421ac9b21a864613d8c0a1b8d1884449e46c6c641df1766a6487280799.jpg","question":"What most likely caused the dark marks?","answer":"C","options":{"A":"Normal sunlight reflection.","B":"Fresh white paint application.","C":"Oil residue running along the surface.","D":"A shadow from another turbine."},"task_type":"analysis"}
{"file_name":"images/6886857394cb9db2d7a72a5c5d441a9e3b9222e0f5878646399e5d4963b708ec.jpg","question":"Can you identify any defects on this blade surface?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/6886857394cb9db2d7a72a5c5d441a9e3b9222e0f5878646399e5d4963b708ec.jpg","question":"What types of defects are present on this blade?","answer":"B","options":{"A":"Only erosion.","B":"erosion, peeling.","C":"Only peeling.","D":"Unable to determine."},"task_type":"classification"}
{"file_name":"images/6886857394cb9db2d7a72a5c5d441a9e3b9222e0f5878646399e5d4963b708ec.jpg","question":"Why should this cue be treated as a defect?","answer":"B","options":{"A":"It is normal lighting variation.","B":"Coating loss exposes damaged areas.","C":"It is just a blade marking.","D":"It is a harmless reflection."},"task_type":"analysis"}
{"file_name":"images/4d77a1268dae5cd44597c4e8f69e98d461773c72d183e72e2a28875424e1eae3.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/4d77a1268dae5cd44597c4e8f69e98d461773c72d183e72e2a28875424e1eae3.jpg","question":"What type of defect is visible on this wind turbine?","answer":"A","options":{"A":"paint.","B":"erosion.","C":"chip.","D":"others."},"task_type":"classification"}
{"file_name":"images/4d77a1268dae5cd44597c4e8f69e98d461773c72d183e72e2a28875424e1eae3.jpg","question":"In which region of the image is the defect most prominent?","answer":"B","options":{"A":"center left.","B":"center right.","C":"top right.","D":"top left."},"task_type":"localization"}
{"file_name":"images/4d77a1268dae5cd44597c4e8f69e98d461773c72d183e72e2a28875424e1eae3.jpg","question":"What most likely caused this visible cue?","answer":"A","options":{"A":"Localized paint wear from exposure.","B":"A full structural fracture.","C":"Camera sensor dust only.","D":"Normal shadow from the tower."},"task_type":"analysis"}
{"file_name":"images/552a4cccc7f8c152b8b9aba3f448bde7f9df8221bddb9dbad91d159b1c426922.jpg","question":"Can you identify any defects on this blade surface?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/552a4cccc7f8c152b8b9aba3f448bde7f9df8221bddb9dbad91d159b1c426922.jpg","question":"How many distinct defect areas can be identified on this blade?","answer":"B","options":{"A":"More than 3.","B":"1.","C":"0.","D":"2-3."},"task_type":"counting"}
{"file_name":"images/552a4cccc7f8c152b8b9aba3f448bde7f9df8221bddb9dbad91d159b1c426922.jpg","question":"What type of defect is visible on this wind turbine?","answer":"C","options":{"A":"scratch.","B":"paint.","C":"lightning_strike.","D":"peeling."},"task_type":"classification"}
{"file_name":"images/552a4cccc7f8c152b8b9aba3f448bde7f9df8221bddb9dbad91d159b1c426922.jpg","question":"Where is the main defect distributed in the given image?","answer":"D","options":{"A":"top left.","B":"bottom left.","C":"top right.","D":"bottom right."},"task_type":"localization"}
{"file_name":"images/552a4cccc7f8c152b8b9aba3f448bde7f9df8221bddb9dbad91d159b1c426922.jpg","question":"What most likely caused this visible cue?","answer":"D","options":{"A":"Routine surface shading.","B":"Harmless camera blur.","C":"Normal paint color variation.","D":"A lightning strike impact."},"task_type":"analysis"}
{"file_name":"images/398a627fda721453cb7eddbf0fb4d6d7ffc994ae51b217a34ebfbf229a82ca52.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/398a627fda721453cb7eddbf0fb4d6d7ffc994ae51b217a34ebfbf229a82ca52.jpg","question":"What is the type of the defect?","answer":"A","options":{"A":"crack.","B":"oil.","C":"painting.","D":"lightning_strike."},"task_type":"classification"}
{"file_name":"images/398a627fda721453cb7eddbf0fb4d6d7ffc994ae51b217a34ebfbf229a82ca52.jpg","question":"Why should this cue be treated as a defect?","answer":"C","options":{"A":"It is just normal shading.","B":"It is a blade seam.","C":"It shows fractured surface material.","D":"It is harmless dirt buildup."},"task_type":"analysis"}
{"file_name":"images/d2b460fd373abd9f9a24a5702e28c67e083e993a20ec3ebc714dc25e431ced42.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/d2b460fd373abd9f9a24a5702e28c67e083e993a20ec3ebc714dc25e431ced42.jpg","question":"How many defects are there?","answer":"D","options":{"A":"1.","B":"2-3.","C":"4-5.","D":"More than 5."},"task_type":"counting"}
{"file_name":"images/d2b460fd373abd9f9a24a5702e28c67e083e993a20ec3ebc714dc25e431ced42.jpg","question":"What is the type of the defect?","answer":"D","options":{"A":"painting.","B":"crack.","C":"lightning_strike.","D":"oil."},"task_type":"classification"}
{"file_name":"images/d2b460fd373abd9f9a24a5702e28c67e083e993a20ec3ebc714dc25e431ced42.jpg","question":"What most likely caused the marks?","answer":"B","options":{"A":"Normal blade seam shadow.","B":"Oil or grease running down the surface.","C":"Bird feather impressions.","D":"New protective coating."},"task_type":"analysis"}
{"file_name":"images/62d129300b666b69af2f0ff906367d1ed521c2671995e2308c0d9bfd6cfc4673.jpg","question":"How many defects are there?","answer":"A","options":{"A":"1.","B":"2-3.","C":"4-5.","D":"More than 5."},"task_type":"counting"}
{"file_name":"images/62d129300b666b69af2f0ff906367d1ed521c2671995e2308c0d9bfd6cfc4673.jpg","question":"What is the type of the defect?","answer":"D","options":{"A":"painting.","B":"crack.","C":"lightning_strike.","D":"erosion."},"task_type":"classification"}
{"file_name":"images/62d129300b666b69af2f0ff906367d1ed521c2671995e2308c0d9bfd6cfc4673.jpg","question":"Where exactly is this defect located on the wind turbine structure?","answer":"A","options":{"A":"On the nacelle.","B":"Near the trailing edge in the mid-span region.","C":"Close to the blade root attachment point.","D":"Centered at the midpoint of the blade span."},"task_type":"localization"}
{"file_name":"images/62d129300b666b69af2f0ff906367d1ed521c2671995e2308c0d9bfd6cfc4673.jpg","question":"What likely caused this visible damage?","answer":"A","options":{"A":"Coating erosion exposing metal.","B":"Normal shadow from the blade.","C":"A designed access seam.","D":"Temporary water reflection."},"task_type":"analysis"}
{"file_name":"images/d6db578c38004946cd4994f541ea52cbff75e2d23a26c087602476f66cb481ba.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/d6db578c38004946cd4994f541ea52cbff75e2d23a26c087602476f66cb481ba.jpg","question":"What is the type of the defect?","answer":"C","options":{"A":"painting.","B":"crack.","C":"peeling.","D":"erosion."},"task_type":"classification"}
{"file_name":"images/d6db578c38004946cd4994f541ea52cbff75e2d23a26c087602476f66cb481ba.jpg","question":"What most likely caused this cue?","answer":"D","options":{"A":"Normal blade seam alignment.","B":"Camera lens dust only.","C":"Unchanged factory finish.","D":"Coating adhesion loss or peeling."},"task_type":"analysis"}
{"file_name":"images/2240f29fdacdd041ad54c848d1d89918fc68c37b50e611a5aec49f2f68cd3da4.jpg","question":"Does this wind turbine blade show any signs of damage or defects?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/2240f29fdacdd041ad54c848d1d89918fc68c37b50e611a5aec49f2f68cd3da4.jpg","question":"What is the type of the defect?","answer":"B","options":{"A":"scratch.","B":"crack.","C":"oil.","D":"others."},"task_type":"classification"}
{"file_name":"images/2240f29fdacdd041ad54c848d1d89918fc68c37b50e611a5aec49f2f68cd3da4.jpg","question":"Why should this cue be treated as damage?","answer":"C","options":{"A":"It is only normal shading.","B":"It matches a clean seam line.","C":"It shows separated, irregular material.","D":"It is just background vegetation."},"task_type":"analysis"}
{"file_name":"images/0fa6d5eb62b186cc4e69237292433daf52e8112a9f848ad2bf3bee881ca74653.jpg","question":"Does this wind turbine blade show any signs of damage or defects?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/0fa6d5eb62b186cc4e69237292433daf52e8112a9f848ad2bf3bee881ca74653.jpg","question":"How many defects are there?","answer":"C","options":{"A":"1.","B":"More than 5.","C":"2-3.","D":"4-5."},"task_type":"counting"}
{"file_name":"images/0fa6d5eb62b186cc4e69237292433daf52e8112a9f848ad2bf3bee881ca74653.jpg","question":"What type of defects are mainly present on this blade?","answer":"D","options":{"A":"oil.","B":"erosion.","C":"crack.","D":"peeling."},"task_type":"classification"}
{"file_name":"images/0fa6d5eb62b186cc4e69237292433daf52e8112a9f848ad2bf3bee881ca74653.jpg","question":"What most likely caused the visible cue?","answer":"B","options":{"A":"Camera shadow only.","B":"Coating adhesion loss.","C":"Normal blade seam.","D":"Fresh oil deposit."},"task_type":"analysis"}
{"file_name":"images/52cf000030305d96e598e262db87f55f74018ea465e8beef9dd5dcd040d40fa6.jpg","question":"Can you identify any defects on this blade surface?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/52cf000030305d96e598e262db87f55f74018ea465e8beef9dd5dcd040d40fa6.jpg","question":"What best describes the defect found on this blade surface?","answer":"B","options":{"A":"peeling.","B":"erosion.","C":"others.","D":"oil."},"task_type":"classification"}
{"file_name":"images/52cf000030305d96e598e262db87f55f74018ea465e8beef9dd5dcd040d40fa6.jpg","question":"What most likely caused this cue?","answer":"A","options":{"A":"Rain and particle erosion.","B":"Internal lightning heating.","C":"Oil leaking from the hub.","D":"Normal shadow from lighting."},"task_type":"analysis"}
{"file_name":"images/58f1fc1a63b6e1d718573a6bdde44bedb81fb20e0eec4786d3a7207331bcc2ba.jpg","question":"Can you identify any defects on this blade surface?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/58f1fc1a63b6e1d718573a6bdde44bedb81fb20e0eec4786d3a7207331bcc2ba.jpg","question":"How many defects are there?","answer":"B","options":{"A":"2-3.","B":"1.","C":"0.","D":"More than 3."},"task_type":"counting"}
{"file_name":"images/58f1fc1a63b6e1d718573a6bdde44bedb81fb20e0eec4786d3a7207331bcc2ba.jpg","question":"Where is the main defect distributed in the given image?","answer":"D","options":{"A":"bottom left.","B":"center right.","C":"center left.","D":"top left."},"task_type":"localization"}
{"file_name":"images/58f1fc1a63b6e1d718573a6bdde44bedb81fb20e0eec4786d3a7207331bcc2ba.jpg","question":"What most likely caused this visible cue?","answer":"D","options":{"A":"Normal blade curvature.","B":"Cloud shadow on the blade.","C":"Camera lens distortion.","D":"Localized impact or surface wear."},"task_type":"analysis"}
{"file_name":"images/54952a763ee73c939d3c3fa038e5b0e7b0b79ca38fb76d30ae9d18103c61feb9.jpg","question":"Is there any defect in this wind turbine?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/54952a763ee73c939d3c3fa038e5b0e7b0b79ca38fb76d30ae9d18103c61feb9.jpg","question":"What type of defect is visible on this wind turbine?","answer":"C","options":{"A":"erosion.","B":"peeling.","C":"oil.","D":"crack."},"task_type":"classification"}
{"file_name":"images/54952a763ee73c939d3c3fa038e5b0e7b0b79ca38fb76d30ae9d18103c61feb9.jpg","question":"In which region of the image is the defect most prominent?","answer":"A","options":{"A":"bottom right.","B":"center right.","C":"bottom left.","D":"top left."},"task_type":"localization"}
{"file_name":"images/54952a763ee73c939d3c3fa038e5b0e7b0b79ca38fb76d30ae9d18103c61feb9.jpg","question":"What most likely caused the dark mark?","answer":"C","options":{"A":"Normal shadow from clouds.","B":"Leading-edge erosion from sand.","C":"Oil or grease leakage onto the blade.","D":"A repaired lightning puncture."},"task_type":"analysis"}
{"file_name":"images/4f3f0ce3cfc30abef4382b9fd6f358926939112801d1b5164d96f62e0247ec09.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/4f3f0ce3cfc30abef4382b9fd6f358926939112801d1b5164d96f62e0247ec09.jpg","question":"What is the type of the defect?","answer":"D","options":{"A":"painting.","B":"crack.","C":"lightning_strike.","D":"erosion."},"task_type":"classification"}
{"file_name":"images/4f3f0ce3cfc30abef4382b9fd6f358926939112801d1b5164d96f62e0247ec09.jpg","question":"Where exactly is this defect located on the wind turbine structure?","answer":"C","options":{"A":"On the upper tower section just below the nacelle.","B":"Near the trailing edge in the mid-span region.","C":"Close to the blade root attachment point.","D":"Centered at the midpoint of the blade span."},"task_type":"localization"}
{"file_name":"images/4f3f0ce3cfc30abef4382b9fd6f358926939112801d1b5164d96f62e0247ec09.jpg","question":"What most likely caused this cue?","answer":"B","options":{"A":"A lightning strike at the blade tip.","B":"Surface wear from erosion near the root.","C":"Normal shadow from the tower only.","D":"Paint overspray on the nacelle."},"task_type":"analysis"}
{"file_name":"images/13029fc631b2863fcfa4941802f1012f980e1793cd006c4b0f29626c69a72bd8.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/13029fc631b2863fcfa4941802f1012f980e1793cd006c4b0f29626c69a72bd8.jpg","question":"What is the type of the defect?","answer":"B","options":{"A":"painting.","B":"crack.","C":"lightning_strike.","D":"peeling."},"task_type":"classification"}
{"file_name":"images/13029fc631b2863fcfa4941802f1012f980e1793cd006c4b0f29626c69a72bd8.jpg","question":"Where exactly is this defect located on the wind turbine structure?","answer":"A","options":{"A":"Blade.","B":"Tower.","C":"Nacelle.","D":"Midpoint."},"task_type":"localization"}
{"file_name":"images/13029fc631b2863fcfa4941802f1012f980e1793cd006c4b0f29626c69a72bd8.jpg","question":"What likely caused this visible cue?","answer":"A","options":{"A":"Stress or damage cracking the coating.","B":"Normal blade curvature only.","C":"Camera blur in the sky.","D":"A nacelle access panel."},"task_type":"analysis"}
{"file_name":"images/11ab4bba280186f10e248938b04d9ea178a9b8c04460d7997161e4e5148966a9.jpg","question":"Does this wind turbine blade show any signs of damage or defects?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/11ab4bba280186f10e248938b04d9ea178a9b8c04460d7997161e4e5148966a9.jpg","question":"What is the type of the defect?","answer":"C","options":{"A":"oil.","B":"lightning_strike.","C":"erosion.","D":"others."},"task_type":"classification"}
{"file_name":"images/11ab4bba280186f10e248938b04d9ea178a9b8c04460d7997161e4e5148966a9.jpg","question":"What most likely caused the visible damage?","answer":"D","options":{"A":"Shadow from the tower.","B":"Normal blade markings.","C":"Fresh cleaning residue.","D":"Leading-edge erosion from weathering."},"task_type":"analysis"}
{"file_name":"images/5dc375262d97db78e6c826b3f34dca054ca58ecd6f4b8bb1f9b5508b1be43eb1.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/5dc375262d97db78e6c826b3f34dca054ca58ecd6f4b8bb1f9b5508b1be43eb1.jpg","question":"What is the type of the defect?","answer":"D","options":{"A":"painting.","B":"crack.","C":"lightning_strike.","D":"erosion."},"task_type":"classification"}
{"file_name":"images/5dc375262d97db78e6c826b3f34dca054ca58ecd6f4b8bb1f9b5508b1be43eb1.jpg","question":"Where exactly is this defect located on the wind turbine structure?","answer":"A","options":{"A":"On the blade tip.","B":"Near the trailing edge in the mid-span region.","C":"Close to the blade root attachment point.","D":"Centered at the midpoint of the blade span."},"task_type":"localization"}
{"file_name":"images/5dc375262d97db78e6c826b3f34dca054ca58ecd6f4b8bb1f9b5508b1be43eb1.jpg","question":"What most likely caused this tip damage?","answer":"C","options":{"A":"Normal blade shadowing.","B":"Factory seam placement.","C":"Particle or rain erosion.","D":"Lightning burn through."},"task_type":"analysis"}
{"file_name":"images/460ab0d7a8b217290e395ffd676692bbf83084331227f3a1d1769ccf496b5a7a.jpg","question":"Can you identify any defects on this blade surface?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/460ab0d7a8b217290e395ffd676692bbf83084331227f3a1d1769ccf496b5a7a.jpg","question":"How many defects are there?","answer":"D","options":{"A":"0.","B":"1.","C":"More than 3.","D":"2-3."},"task_type":"counting"}
{"file_name":"images/460ab0d7a8b217290e395ffd676692bbf83084331227f3a1d1769ccf496b5a7a.jpg","question":"What is the type of the defect?","answer":"B","options":{"A":"oil.","B":"peeling.","C":"scratch.","D":"lightning_strike."},"task_type":"classification"}
{"file_name":"images/460ab0d7a8b217290e395ffd676692bbf83084331227f3a1d1769ccf496b5a7a.jpg","question":"Where in the image is the primary defect located?","answer":"D","options":{"A":"bottom left.","B":"top left.","C":"bottom right.","D":"center right."},"task_type":"localization"}
{"file_name":"images/460ab0d7a8b217290e395ffd676692bbf83084331227f3a1d1769ccf496b5a7a.jpg","question":"What most likely caused this cue?","answer":"B","options":{"A":"Camera glare on a clean surface.","B":"Coating peeling from edge wear.","C":"Fresh oil leaking outward.","D":"Lightning puncture damage."},"task_type":"analysis"}
{"file_name":"images/81347c9a2f446170edead670813559d8d0417401f75768e57d0ab1fa098b679e.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/81347c9a2f446170edead670813559d8d0417401f75768e57d0ab1fa098b679e.jpg","question":"How many defects are there?","answer":"A","options":{"A":"1.","B":"2.","C":"3.","D":"4."},"task_type":"counting"}
{"file_name":"images/81347c9a2f446170edead670813559d8d0417401f75768e57d0ab1fa098b679e.jpg","question":"What is the type of the defect?","answer":"C","options":{"A":"painting.","B":"crack.","C":"peeling.","D":"erosion."},"task_type":"classification"}
{"file_name":"images/81347c9a2f446170edead670813559d8d0417401f75768e57d0ab1fa098b679e.jpg","question":"Where exactly is this defect located on the wind turbine structure?","answer":"C","options":{"A":"On the upper tower section just below the nacelle.","B":"Near the trailing edge in the mid-span region.","C":"Close to the blade root attachment point.","D":"Centered at the midpoint of the blade span."},"task_type":"localization"}
{"file_name":"images/81347c9a2f446170edead670813559d8d0417401f75768e57d0ab1fa098b679e.jpg","question":"What most likely caused this visible cue?","answer":"A","options":{"A":"Local coating adhesion failure.","B":"Normal shadow from lighting.","C":"A tower seam below the nacelle.","D":"Intentional factory marking."},"task_type":"analysis"}
{"file_name":"images/8123a8fa4295d3b265f2460eb6f24499b373f9fc64f5f7a24d6c2ada2a0a2fcd.jpg","question":"Can you identify any defects on this blade surface?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/8123a8fa4295d3b265f2460eb6f24499b373f9fc64f5f7a24d6c2ada2a0a2fcd.jpg","question":"What types of defects are present on this blade?","answer":"C","options":{"A":"Only crack.","B":"Unable to determine.","C":"crack, peeling.","D":"Only peeling."},"task_type":"classification"}
{"file_name":"images/8123a8fa4295d3b265f2460eb6f24499b373f9fc64f5f7a24d6c2ada2a0a2fcd.jpg","question":"Why should this cue be treated as damage?","answer":"D","options":{"A":"It is just normal blade curvature.","B":"It is only a lighting reflection.","C":"It is grass seen behind the blade.","D":"Coating loss and cracks are visible."},"task_type":"analysis"}
{"file_name":"images/ba7658e7ff18c30e4d686e29410bddfe7c854c64e65499b3da80bc6b31cc38dd.jpg","question":"Can you identify any defects on this wind turbine surface?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/ba7658e7ff18c30e4d686e29410bddfe7c854c64e65499b3da80bc6b31cc38dd.jpg","question":"How many distinct defect areas can be identified on this blade?","answer":"C","options":{"A":"More than 3.","B":"0.","C":"1.","D":"2-3."},"task_type":"counting"}
{"file_name":"images/ba7658e7ff18c30e4d686e29410bddfe7c854c64e65499b3da80bc6b31cc38dd.jpg","question":"What is the type of the defect?","answer":"D","options":{"A":"oil.","B":"lightning_strike.","C":"erosion.","D":"peeling."},"task_type":"classification"}
{"file_name":"images/ba7658e7ff18c30e4d686e29410bddfe7c854c64e65499b3da80bc6b31cc38dd.jpg","question":"Where is the main defect distributed in the given image?","answer":"D","options":{"A":"top left.","B":"center left.","C":"bottom left.","D":"top right."},"task_type":"localization"}
{"file_name":"images/ba7658e7ff18c30e4d686e29410bddfe7c854c64e65499b3da80bc6b31cc38dd.jpg","question":"What most likely caused this visible cue?","answer":"C","options":{"A":"Fresh factory lettering.","B":"Normal shadow from lighting.","C":"Coating adhesion failure or wear.","D":"Rainwater reflection only."},"task_type":"analysis"}
{"file_name":"images/f54639d7dd477254d1a4997f3ee65ed991a766646f5eb5bacbbf3414dc23c60d.jpg","question":"Is there any defect in this wind turbine?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/f54639d7dd477254d1a4997f3ee65ed991a766646f5eb5bacbbf3414dc23c60d.jpg","question":"How many defects are there?","answer":"A","options":{"A":"1.","B":"2-3.","C":"4-5.","D":"More than 5."},"task_type":"counting"}
{"file_name":"images/f54639d7dd477254d1a4997f3ee65ed991a766646f5eb5bacbbf3414dc23c60d.jpg","question":"What is the type of the defect?","answer":"D","options":{"A":"painting.","B":"crack.","C":"lightning_strike.","D":"oil."},"task_type":"classification"}
{"file_name":"images/f54639d7dd477254d1a4997f3ee65ed991a766646f5eb5bacbbf3414dc23c60d.jpg","question":"What most likely caused this mark?","answer":"B","options":{"A":"Fresh blade repainting.","B":"Oil leaking or staining.","C":"Direct lightning puncture.","D":"Normal leading-edge seam."},"task_type":"analysis"}
{"file_name":"images/9807d2c14d52f97fbbb32d1127589f324bdf2caac9485c7a056b507939d35f03.jpg","question":"Is there any visible damage on the wind turbine blades in the image?","answer":"A","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/9807d2c14d52f97fbbb32d1127589f324bdf2caac9485c7a056b507939d35f03.jpg","question":"How many visible defects are present on the wind turbine blades?","answer":"C","options":{"A":"1.","B":"2.","C":"0.","D":"3."},"task_type":"counting"}
{"file_name":"images/9807d2c14d52f97fbbb32d1127589f324bdf2caac9485c7a056b507939d35f03.jpg","question":"What type of defect is visible on the wind turbine blades?","answer":"C","options":{"A":"crack.","B":"oil.","C":"no defect.","D":"peeling."},"task_type":"classification"}
{"file_name":"images/9807d2c14d52f97fbbb32d1127589f324bdf2caac9485c7a056b507939d35f03.jpg","question":"Where is the visible blade defect located in the image?","answer":"C","options":{"A":"top center.","B":"center left.","C":"No visible defect.","D":"bottom right."},"task_type":"localization"}
{"file_name":"images/9807d2c14d52f97fbbb32d1127589f324bdf2caac9485c7a056b507939d35f03.jpg","question":"What most likely explains the visible blade cues?","answer":"A","options":{"A":"Normal lighting and clean surface.","B":"Impact damage caused cracking.","C":"Lightning caused burn marks.","D":"Coating failure caused peeling."},"task_type":"analysis"}
{"file_name":"images/16d938d20e0a22d14ac0ba7692156ec0c8061093a66a58b959fa7a270c26f0fc.jpg","question":"Is there any visible damage on the wind turbine blade in this dusk image?","answer":"A","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/16d938d20e0a22d14ac0ba7692156ec0c8061093a66a58b959fa7a270c26f0fc.jpg","question":"How many distinct damaged areas are visible on the wind turbine blade?","answer":"C","options":{"A":"2.","B":"3.","C":"0.","D":"1."},"task_type":"counting"}
{"file_name":"images/16d938d20e0a22d14ac0ba7692156ec0c8061093a66a58b959fa7a270c26f0fc.jpg","question":"What type of defect is visible on the wind turbine blade?","answer":"C","options":{"A":"crack.","B":"peeling.","C":"no defect.","D":"generic damage."},"task_type":"classification"}
{"file_name":"images/16d938d20e0a22d14ac0ba7692156ec0c8061093a66a58b959fa7a270c26f0fc.jpg","question":"In which part of the image is the visible blade damage located?","answer":"C","options":{"A":"top right.","B":"center.","C":"No visible defect.","D":"bottom left."},"task_type":"localization"}
{"file_name":"images/16d938d20e0a22d14ac0ba7692156ec0c8061093a66a58b959fa7a270c26f0fc.jpg","question":"Why should the visible shading be considered benign?","answer":"D","options":{"A":"It marks exposed fibers.","B":"It shows lightning damage.","C":"It indicates peeling coating.","D":"Normal surface shading."},"task_type":"analysis"}
{"file_name":"images/d9566259de2df75b8132e29af7ed1acd5614da1d0d019cb566bd503f7ce23d2f.jpg","question":"Is there any visible defect or damage on the wind turbine blades in the image?","answer":"B","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/d9566259de2df75b8132e29af7ed1acd5614da1d0d019cb566bd503f7ce23d2f.jpg","question":"How many distinct defect types are visible on the wind turbine blades?","answer":"D","options":{"A":"1.","B":"2.","C":"3.","D":"0."},"task_type":"counting"}
{"file_name":"images/d9566259de2df75b8132e29af7ed1acd5614da1d0d019cb566bd503f7ce23d2f.jpg","question":"What type of defect is visible as dirty longitudinal lines on the wind turbine blades?","answer":"A","options":{"A":"no defect.","B":"crack.","C":"dent.","D":"hole."},"task_type":"classification"}
{"file_name":"images/d9566259de2df75b8132e29af7ed1acd5614da1d0d019cb566bd503f7ce23d2f.jpg","question":"Where is the visible blade surface degradation most apparent in the image?","answer":"D","options":{"A":"center left.","B":"top right.","C":"bottom center.","D":"No visible defect."},"task_type":"localization"}
{"file_name":"images/d9566259de2df75b8132e29af7ed1acd5614da1d0d019cb566bd503f7ce23d2f.jpg","question":"Why should the visible shading not be treated as damage?","answer":"C","options":{"A":"It is a deep crack line.","B":"It is exposed internal material.","C":"It appears to be normal lighting.","D":"It shows missing blade coating."},"task_type":"analysis"}
{"file_name":"images/147781eca9dea8d4502af5f9050c3c78f194f92b2d856f61057133e5a33565e5.jpg","question":"Does the wind turbine blade show any visible damage or defect?","answer":"B","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/147781eca9dea8d4502af5f9050c3c78f194f92b2d856f61057133e5a33565e5.jpg","question":"How many defects are visible on the wind turbine blade?","answer":"B","options":{"A":"1.","B":"0.","C":"2.","D":"3."},"task_type":"counting"}
{"file_name":"images/147781eca9dea8d4502af5f9050c3c78f194f92b2d856f61057133e5a33565e5.jpg","question":"What type of defect is visible on the blade surface?","answer":"B","options":{"A":"crack.","B":"no defect.","C":"oil.","D":"surface degradation."},"task_type":"classification"}
{"file_name":"images/147781eca9dea8d4502af5f9050c3c78f194f92b2d856f61057133e5a33565e5.jpg","question":"Where is the visible defect located on the wind turbine blade?","answer":"B","options":{"A":"center.","B":"No visible defect.","C":"top right.","D":"bottom right."},"task_type":"localization"}
{"file_name":"images/147781eca9dea8d4502af5f9050c3c78f194f92b2d856f61057133e5a33565e5.jpg","question":"Why should the visible shading seem benign?","answer":"B","options":{"A":"It indicates blade delamination.","B":"It appears like normal surface shading.","C":"It shows exposed inner laminate.","D":"It marks a lightning strike."},"task_type":"analysis"}
{"file_name":"images/04998f4ffa6f87b6e0bffff0709faa0ecf510a468ba8048893677b2e028dee24.jpg","question":"Is there any actual damage visible on the wind turbine blade in this image?","answer":"A","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/04998f4ffa6f87b6e0bffff0709faa0ecf510a468ba8048893677b2e028dee24.jpg","question":"How many defects are visible on the wind turbine blade?","answer":"C","options":{"A":"1.","B":"2.","C":"0.","D":"3."},"task_type":"counting"}
{"file_name":"images/04998f4ffa6f87b6e0bffff0709faa0ecf510a468ba8048893677b2e028dee24.jpg","question":"What type of defect is present on the wind turbine blade?","answer":"C","options":{"A":"crack.","B":"oil.","C":"no defect.","D":"surface degradation."},"task_type":"classification"}
{"file_name":"images/04998f4ffa6f87b6e0bffff0709faa0ecf510a468ba8048893677b2e028dee24.jpg","question":"Where is the visible defect located on the wind turbine blade?","answer":"C","options":{"A":"center left.","B":"top center.","C":"No visible defect.","D":"bottom center."},"task_type":"localization"}
{"file_name":"images/04998f4ffa6f87b6e0bffff0709faa0ecf510a468ba8048893677b2e028dee24.jpg","question":"Why should the visible cue be treated as benign?","answer":"A","options":{"A":"It appears to be normal surface shading.","B":"It is clearly exposed fibers.","C":"It shows active oil leakage.","D":"It indicates lightning damage."},"task_type":"analysis"}
{"file_name":"images/3800c2e16c87aaac22d61f548e00b0470811889ea924f8ff6005979f4763bb6c.jpg","question":"Is there any visible damage on the wind turbine blade surface in this image?","answer":"B","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/3800c2e16c87aaac22d61f548e00b0470811889ea924f8ff6005979f4763bb6c.jpg","question":"How many damage defects are visible on the wind turbine blade?","answer":"D","options":{"A":"1.","B":"2.","C":"3.","D":"0."},"task_type":"counting"}
{"file_name":"images/3800c2e16c87aaac22d61f548e00b0470811889ea924f8ff6005979f4763bb6c.jpg","question":"What type of defect is visible on the blade?","answer":"D","options":{"A":"crack.","B":"oil.","C":"surface degradation.","D":"no defect."},"task_type":"classification"}
{"file_name":"images/3800c2e16c87aaac22d61f548e00b0470811889ea924f8ff6005979f4763bb6c.jpg","question":"Where is the visible defect located on the blade?","answer":"D","options":{"A":"center.","B":"top center.","C":"bottom center.","D":"No visible defect."},"task_type":"localization"}
{"file_name":"images/3800c2e16c87aaac22d61f548e00b0470811889ea924f8ff6005979f4763bb6c.jpg","question":"Why should the visible cue not be treated as damage?","answer":"D","options":{"A":"It shows active cracking.","B":"It indicates oil leakage.","C":"It reveals surface delamination.","D":"It appears to be normal shading or lighting."},"task_type":"analysis"}
{"file_name":"images/e5ef5488b245f594fdf41789e8593522fa203b76db15192f792dfc0c8a98d59e.jpg","question":"Is there any visible damage on the wind turbine blades in the image?","answer":"B","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/e5ef5488b245f594fdf41789e8593522fa203b76db15192f792dfc0c8a98d59e.jpg","question":"How many damaged areas are identified on the wind turbine blades?","answer":"B","options":{"A":"1.","B":"0.","C":"2.","D":"3."},"task_type":"counting"}
{"file_name":"images/e5ef5488b245f594fdf41789e8593522fa203b76db15192f792dfc0c8a98d59e.jpg","question":"What type of blade defect is shown in the image?","answer":"D","options":{"A":"oil.","B":"crack.","C":"corrosion.","D":"no defect."},"task_type":"classification"}
{"file_name":"images/e5ef5488b245f594fdf41789e8593522fa203b76db15192f792dfc0c8a98d59e.jpg","question":"Where is the identified blade damage located in the image?","answer":"D","options":{"A":"center.","B":"top right.","C":"bottom left.","D":"No visible defect."},"task_type":"localization"}
{"file_name":"images/e5ef5488b245f594fdf41789e8593522fa203b76db15192f792dfc0c8a98d59e.jpg","question":"Why should the visible cue not be treated as damage?","answer":"C","options":{"A":"It indicates deep cracking.","B":"It shows surface corrosion.","C":"It appears to be normal lighting.","D":"It is leaking oil."},"task_type":"analysis"}
{"file_name":"images/a74dd1fe75679c24e70e54f51f0085a8e14e2b796810fa7b49293b2a09e0e2ba.jpg","question":"Is there any visible damage on the wind turbine blades in the image?","answer":"B","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/a74dd1fe75679c24e70e54f51f0085a8e14e2b796810fa7b49293b2a09e0e2ba.jpg","question":"How many visible defects are present on the wind turbine blades?","answer":"B","options":{"A":"1.","B":"0.","C":"2.","D":"3."},"task_type":"counting"}
{"file_name":"images/a74dd1fe75679c24e70e54f51f0085a8e14e2b796810fa7b49293b2a09e0e2ba.jpg","question":"What type of defect is visible on the wind turbine blades?","answer":"B","options":{"A":"crack.","B":"no defect.","C":"oil.","D":"corrosion."},"task_type":"classification"}
{"file_name":"images/a74dd1fe75679c24e70e54f51f0085a8e14e2b796810fa7b49293b2a09e0e2ba.jpg","question":"Where is the visible defect located on the wind turbine blades?","answer":"B","options":{"A":"top center.","B":"No visible defect.","C":"center right.","D":"bottom left."},"task_type":"localization"}
{"file_name":"images/a74dd1fe75679c24e70e54f51f0085a8e14e2b796810fa7b49293b2a09e0e2ba.jpg","question":"Why should the visible cue be considered benign?","answer":"B","options":{"A":"It shows exposed internal fibers.","B":"It is normal surface shading.","C":"It is active corrosion growth.","D":"It marks a deep impact dent."},"task_type":"analysis"}
{"file_name":"images/5537ac9f1caae72a6ad0bee1bfec597faf7289416fe33f142784d305de7fefe9.jpg","question":"Does the visible back side of the wind turbine blade show any damage, ignoring the normal longitudinal manufacturing line?","answer":"A","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/5537ac9f1caae72a6ad0bee1bfec597faf7289416fe33f142784d305de7fefe9.jpg","question":"How many visible defects are present on the wind turbine blade surface in this image?","answer":"C","options":{"A":"1.","B":"2.","C":"0.","D":"3."},"task_type":"counting"}
{"file_name":"images/5537ac9f1caae72a6ad0bee1bfec597faf7289416fe33f142784d305de7fefe9.jpg","question":"What type of defect is visible on the wind turbine blade?","answer":"C","options":{"A":"crack.","B":"oil.","C":"no defect.","D":"surface degradation."},"task_type":"classification"}
{"file_name":"images/5537ac9f1caae72a6ad0bee1bfec597faf7289416fe33f142784d305de7fefe9.jpg","question":"Where is the visible defect located on the blade?","answer":"C","options":{"A":"center right.","B":"top center.","C":"No visible defect.","D":"bottom center."},"task_type":"localization"}
{"file_name":"images/5537ac9f1caae72a6ad0bee1bfec597faf7289416fe33f142784d305de7fefe9.jpg","question":"Why should the line not be treated as damage?","answer":"A","options":{"A":"It appears to be a normal seam.","B":"It shows exposed internal fibers.","C":"It is active lightning damage.","D":"It indicates severe erosion."},"task_type":"analysis"}
{"file_name":"images/d1777434a98f5cd350871c5cb4c4f886ca2761d1e2ecc2499dcaaa2cec44a6b3.jpg","question":"Does the wind turbine blade show any visible defect or surface contamination?","answer":"A","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/d1777434a98f5cd350871c5cb4c4f886ca2761d1e2ecc2499dcaaa2cec44a6b3.jpg","question":"How many defect instances are visible on the wind turbine blade?","answer":"A","options":{"A":"0.","B":"2.","C":"3.","D":"1."},"task_type":"counting"}
{"file_name":"images/d1777434a98f5cd350871c5cb4c4f886ca2761d1e2ecc2499dcaaa2cec44a6b3.jpg","question":"What type of defect is present on the wind turbine blade surface?","answer":"D","options":{"A":"crack.","B":"hole.","C":"corrosion.","D":"no defect."},"task_type":"classification"}
{"file_name":"images/d1777434a98f5cd350871c5cb4c4f886ca2761d1e2ecc2499dcaaa2cec44a6b3.jpg","question":"In which picture region is the visible blade surface contamination best located?","answer":"D","options":{"A":"top left.","B":"bottom left.","C":"No visible defect.","D":"center right."},"task_type":"localization"}
{"file_name":"images/d1777434a98f5cd350871c5cb4c4f886ca2761d1e2ecc2499dcaaa2cec44a6b3.jpg","question":"Why should the visible cue be considered benign?","answer":"D","options":{"A":"It is exposed core material.","B":"It is a spreading crack.","C":"It is corrosion residue.","D":"It appears to be normal shading."},"task_type":"analysis"}
{"file_name":"images/ef03965c6a2eb82c79a8e95aff1a0a2f3bdf133ba08634c1e1b8b8277b5317d1.jpg","question":"In this dim image of the wind turbine blades, is any blade damage present?","answer":"B","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/ef03965c6a2eb82c79a8e95aff1a0a2f3bdf133ba08634c1e1b8b8277b5317d1.jpg","question":"How many damaged areas are indicated on the visible wind turbine blades?","answer":"B","options":{"A":"1.","B":"0.","C":"2.","D":"3."},"task_type":"counting"}
{"file_name":"images/ef03965c6a2eb82c79a8e95aff1a0a2f3bdf133ba08634c1e1b8b8277b5317d1.jpg","question":"What type of defect is present on the wind turbine blade?","answer":"A","options":{"A":"no defect.","B":"crack.","C":"oil.","D":"no defect."},"task_type":"classification"}
{"file_name":"images/ef03965c6a2eb82c79a8e95aff1a0a2f3bdf133ba08634c1e1b8b8277b5317d1.jpg","question":"Where is the indicated blade damage best localized in the image?","answer":"D","options":{"A":"center.","B":"top right.","C":"bottom left.","D":"No visible defect."},"task_type":"localization"}
{"file_name":"images/ef03965c6a2eb82c79a8e95aff1a0a2f3bdf133ba08634c1e1b8b8277b5317d1.jpg","question":"What best explains the visible dark areas?","answer":"C","options":{"A":"A confirmed crack pattern.","B":"Fresh oil contamination.","C":"Normal low-light shading.","D":"Severe leading-edge erosion."},"task_type":"analysis"}
{"file_name":"images/4189129c854e302993850b4a787ac09ea35e64edae3cce6e0b1bfbdc4cdc7600.jpg","question":"Is there any visible damage on the wind turbine blades in the image?","answer":"B","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/4189129c854e302993850b4a787ac09ea35e64edae3cce6e0b1bfbdc4cdc7600.jpg","question":"How many visible defects are present on the wind turbine blades?","answer":"B","options":{"A":"1.","B":"0.","C":"2.","D":"3."},"task_type":"counting"}
{"file_name":"images/4189129c854e302993850b4a787ac09ea35e64edae3cce6e0b1bfbdc4cdc7600.jpg","question":"What type of defect is visible on the wind turbine blades?","answer":"B","options":{"A":"crack.","B":"no defect.","C":"oil.","D":"peeling."},"task_type":"classification"}
{"file_name":"images/4189129c854e302993850b4a787ac09ea35e64edae3cce6e0b1bfbdc4cdc7600.jpg","question":"Where is the visible defect located on the wind turbine blades?","answer":"B","options":{"A":"top left.","B":"No visible defect.","C":"center.","D":"bottom right."},"task_type":"localization"}
{"file_name":"images/4189129c854e302993850b4a787ac09ea35e64edae3cce6e0b1bfbdc4cdc7600.jpg","question":"Why should the visible surface cue be considered benign?","answer":"B","options":{"A":"It shows impact damage.","B":"It appears to be normal shading.","C":"It indicates oil leakage.","D":"It marks coating loss."},"task_type":"analysis"}
{"file_name":"images/9c6feebc5684a0112d2e49ef4f34ce0af53c93e3c2901a235a39dc334b212564.jpg","question":"Is there any visible damage on the wind turbine blades in this image?","answer":"B","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/9c6feebc5684a0112d2e49ef4f34ce0af53c93e3c2901a235a39dc334b212564.jpg","question":"How many damage instances are identified on the wind turbine blades?","answer":"A","options":{"A":"0.","B":"2.","C":"1.","D":"3."},"task_type":"counting"}
{"file_name":"images/9c6feebc5684a0112d2e49ef4f34ce0af53c93e3c2901a235a39dc334b212564.jpg","question":"What type of blade defect is shown in the image?","answer":"D","options":{"A":"crack.","B":"corrosion.","C":"oil.","D":"no defect."},"task_type":"classification"}
{"file_name":"images/9c6feebc5684a0112d2e49ef4f34ce0af53c93e3c2901a235a39dc334b212564.jpg","question":"In which part of the image is the blade damage located?","answer":"D","options":{"A":"top left.","B":"top right.","C":"center.","D":"No visible defect."},"task_type":"localization"}
{"file_name":"images/9c6feebc5684a0112d2e49ef4f34ce0af53c93e3c2901a235a39dc334b212564.jpg","question":"Why should the visible shading not be treated as damage?","answer":"A","options":{"A":"It appears to be normal lighting.","B":"It indicates a crack.","C":"It shows corrosion spread.","D":"It marks oil leakage."},"task_type":"analysis"}
{"file_name":"images/16a6032a6ee78009c850b94688f61a86e9b1c527de82f3a7b5da99df7c2ca077.jpg","question":"Is there any visible damage on the wind turbine blades in the image?","answer":"A","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/16a6032a6ee78009c850b94688f61a86e9b1c527de82f3a7b5da99df7c2ca077.jpg","question":"How many damaged areas are identified on the wind turbine blades?","answer":"A","options":{"A":"0.","B":"2.","C":"3.","D":"1."},"task_type":"counting"}
{"file_name":"images/16a6032a6ee78009c850b94688f61a86e9b1c527de82f3a7b5da99df7c2ca077.jpg","question":"What type of blade damage is present in the image?","answer":"C","options":{"A":"crack.","B":"corrosion.","C":"no defect.","D":"oil."},"task_type":"classification"}
{"file_name":"images/16a6032a6ee78009c850b94688f61a86e9b1c527de82f3a7b5da99df7c2ca077.jpg","question":"Where is the identified blade damage located in the image?","answer":"C","options":{"A":"top left.","B":"bottom right.","C":"No visible defect.","D":"center."},"task_type":"localization"}
{"file_name":"images/16a6032a6ee78009c850b94688f61a86e9b1c527de82f3a7b5da99df7c2ca077.jpg","question":"Why should the visible cue not indicate damage?","answer":"D","options":{"A":"It is exposed fiberglass.","B":"It is lightning burn damage.","C":"It is a deep surface split.","D":"It appears as normal shading."},"task_type":"analysis"}
{"file_name":"images/0c1def324b5808318776ca6da2384afa796d3da7761027b3dba5870ae415f4cc.jpg","question":"Is there any visible defect on the wind turbine blades in the image?","answer":"B","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/0c1def324b5808318776ca6da2384afa796d3da7761027b3dba5870ae415f4cc.jpg","question":"How many defects are visible on the wind turbine blades?","answer":"B","options":{"A":"1.","B":"0.","C":"2.","D":"3."},"task_type":"counting"}
{"file_name":"images/0c1def324b5808318776ca6da2384afa796d3da7761027b3dba5870ae415f4cc.jpg","question":"What type of defect is visible on the blade near the upper portion of the image?","answer":"D","options":{"A":"dent.","B":"crack.","C":"oil.","D":"no defect."},"task_type":"classification"}
{"file_name":"images/0c1def324b5808318776ca6da2384afa796d3da7761027b3dba5870ae415f4cc.jpg","question":"Where is the visible defect located in the image?","answer":"D","options":{"A":"top center.","B":"center right.","C":"bottom center.","D":"No visible defect."},"task_type":"localization"}
{"file_name":"images/0c1def324b5808318776ca6da2384afa796d3da7761027b3dba5870ae415f4cc.jpg","question":"Why should the visible cues not indicate damage?","answer":"C","options":{"A":"They show impact damage.","B":"They reveal leaking oil.","C":"They appear like normal shading.","D":"They mark a broken edge."},"task_type":"analysis"}
{"file_name":"images/57809b1e213e663740bc9d8a6555c353c799c76dfdc9af857d0c8f4c7bd5b822.jpg","question":"Is there any visible damage on the wind turbine blade in the image?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/57809b1e213e663740bc9d8a6555c353c799c76dfdc9af857d0c8f4c7bd5b822.jpg","question":"How many distinct defects are visible on the wind turbine blades?","answer":"B","options":{"A":"2.","B":"1.","C":"3.","D":"0."},"task_type":"counting"}
{"file_name":"images/57809b1e213e663740bc9d8a6555c353c799c76dfdc9af857d0c8f4c7bd5b822.jpg","question":"What type of defect is visible on the blade?","answer":"B","options":{"A":"crack.","B":"hole.","C":"oil.","D":"dent."},"task_type":"classification"}
{"file_name":"images/57809b1e213e663740bc9d8a6555c353c799c76dfdc9af857d0c8f4c7bd5b822.jpg","question":"Where is the visible defect located in the image?","answer":"B","options":{"A":"top right.","B":"center left.","C":"bottom center.","D":"No visible defect."},"task_type":"localization"}
{"file_name":"images/57809b1e213e663740bc9d8a6555c353c799c76dfdc9af857d0c8f4c7bd5b822.jpg","question":"Why should the dark spot be treated as damage?","answer":"B","options":{"A":"It is only blade shadowing.","B":"It appears as a localized hole.","C":"It is a normal seam line.","D":"It is background sky color."},"task_type":"analysis"}
{"file_name":"images/ef1cd2efa1aa7f9c3fbbd29ab2393f0bbf836f39a1d4c3205d6bd5ff862e5a00.jpg","question":"Is there any structural defect visible on the wind turbine blade?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/ef1cd2efa1aa7f9c3fbbd29ab2393f0bbf836f39a1d4c3205d6bd5ff862e5a00.jpg","question":"How many structural defects are visible on the wind turbine blade?","answer":"C","options":{"A":"0.","B":"2.","C":"1.","D":"3."},"task_type":"counting"}
{"file_name":"images/ef1cd2efa1aa7f9c3fbbd29ab2393f0bbf836f39a1d4c3205d6bd5ff862e5a00.jpg","question":"What type of defect is visible on the blade near the tip?","answer":"C","options":{"A":"crack.","B":"oil.","C":"hole.","D":"peeling."},"task_type":"classification"}
{"file_name":"images/ef1cd2efa1aa7f9c3fbbd29ab2393f0bbf836f39a1d4c3205d6bd5ff862e5a00.jpg","question":"Where is the visible hole-like defect located in the image?","answer":"C","options":{"A":"bottom left.","B":"bottom center.","C":"top left.","D":"top right."},"task_type":"localization"}
{"file_name":"images/ef1cd2efa1aa7f9c3fbbd29ab2393f0bbf836f39a1d4c3205d6bd5ff862e5a00.jpg","question":"What most likely caused this visible cue?","answer":"A","options":{"A":"Localized impact or puncture damage.","B":"Normal blade shadowing.","C":"Cloud reflection on the surface.","D":"A manufacturing seam line."},"task_type":"analysis"}
{"file_name":"images/e749585b6d172371fe57dc023ba024fc1e7ce8329c450df35bdec6d71536624b.jpg","question":"Is there any visible damage on the wind turbine blade?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/e749585b6d172371fe57dc023ba024fc1e7ce8329c450df35bdec6d71536624b.jpg","question":"How many true damage defects are visible on the blade, excluding surface contamination marks?","answer":"D","options":{"A":"0.","B":"2.","C":"3.","D":"1."},"task_type":"counting"}
{"file_name":"images/e749585b6d172371fe57dc023ba024fc1e7ce8329c450df35bdec6d71536624b.jpg","question":"What type of damage is visible near the blade tip?","answer":"D","options":{"A":"crack.","B":"oil.","C":"peeling.","D":"hole."},"task_type":"classification"}
{"file_name":"images/e749585b6d172371fe57dc023ba024fc1e7ce8329c450df35bdec6d71536624b.jpg","question":"Where is the visible hole-like defect located in the image?","answer":"D","options":{"A":"bottom left.","B":"bottom center.","C":"No visible defect.","D":"top left."},"task_type":"localization"}
{"file_name":"images/e749585b6d172371fe57dc023ba024fc1e7ce8329c450df35bdec6d71536624b.jpg","question":"Why should the dark spot be treated as damage?","answer":"D","options":{"A":"It is only cloud shadow.","B":"It is normal blade shading.","C":"It is distant background texture.","D":"It appears as a localized hole."},"task_type":"analysis"}
{"file_name":"images/7f063b572beefd15145528eda825df8d98f38f1ba89fbc2b07adbcd1b293762a.jpg","question":"Is there a visible structural defect on the wind turbine blade?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/7f063b572beefd15145528eda825df8d98f38f1ba89fbc2b07adbcd1b293762a.jpg","question":"How many hole-like defects are visible on the blade?","answer":"A","options":{"A":"1.","B":"2.","C":"3.","D":"0."},"task_type":"counting"}
{"file_name":"images/7f063b572beefd15145528eda825df8d98f38f1ba89fbc2b07adbcd1b293762a.jpg","question":"What type of defect is visible near the blade tip?","answer":"A","options":{"A":"hole.","B":"crack.","C":"oil.","D":"surface degradation."},"task_type":"classification"}
{"file_name":"images/7f063b572beefd15145528eda825df8d98f38f1ba89fbc2b07adbcd1b293762a.jpg","question":"Where is the visible hole-like defect located in the image?","answer":"A","options":{"A":"top center.","B":"center left.","C":"bottom center.","D":"top right."},"task_type":"localization"}
{"file_name":"images/7f063b572beefd15145528eda825df8d98f38f1ba89fbc2b07adbcd1b293762a.jpg","question":"Why should this cue be treated as a defect?","answer":"C","options":{"A":"It matches normal blade shading.","B":"It is only camera noise.","C":"It appears as a puncture in the blade.","D":"It is a seam line."},"task_type":"analysis"}
{"file_name":"images/fda4e54e6cf5d7f6a235ce6b7a5427c86f35e4af3228a7309306818e924dcf37.jpg","question":"Are there any visible defects on the wind turbine blade?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/fda4e54e6cf5d7f6a235ce6b7a5427c86f35e4af3228a7309306818e924dcf37.jpg","question":"How many distinct defect areas are visible on the blade, excluding the long dirt streak?","answer":"B","options":{"A":"0.","B":"2-3.","C":"1.","D":"More than 5."},"task_type":"counting"}
{"file_name":"images/fda4e54e6cf5d7f6a235ce6b7a5427c86f35e4af3228a7309306818e924dcf37.jpg","question":"What types of defects are visible on the wind turbine blade?","answer":"B","options":{"A":"dent.","B":"crack, corrosion.","C":"hole.","D":"peeling."},"task_type":"classification"}
{"file_name":"images/fda4e54e6cf5d7f6a235ce6b7a5427c86f35e4af3228a7309306818e924dcf37.jpg","question":"Where is the small rust or corrosion area located on the blade?","answer":"B","options":{"A":"top left.","B":"center.","C":"bottom right.","D":"No visible defect."},"task_type":"localization"}
{"file_name":"images/fda4e54e6cf5d7f6a235ce6b7a5427c86f35e4af3228a7309306818e924dcf37.jpg","question":"What likely caused the rust-colored cue?","answer":"B","options":{"A":"Normal cloud reflection.","B":"Moisture-related corrosion near damage.","C":"A harmless shadow only.","D":"Fresh paint overspray."},"task_type":"analysis"}
{"file_name":"images/1cfa78c883d2a6a34805986e84147fce8aecbf39e1808a95832856dd429849d3.jpg","question":"Are there any visible defects on the wind turbine blade?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/1cfa78c883d2a6a34805986e84147fce8aecbf39e1808a95832856dd429849d3.jpg","question":"How many visible defect areas are present on the blade?","answer":"C","options":{"A":"0.","B":"1.","C":"2-3.","D":"4 or more."},"task_type":"counting"}
{"file_name":"images/1cfa78c883d2a6a34805986e84147fce8aecbf39e1808a95832856dd429849d3.jpg","question":"What types of defects are visible on the wind turbine blade?","answer":"C","options":{"A":"dent.","B":"hole.","C":"crack, corrosion.","D":"peeling."},"task_type":"classification"}
{"file_name":"images/1cfa78c883d2a6a34805986e84147fce8aecbf39e1808a95832856dd429849d3.jpg","question":"Where are the visible defects mainly located in the image?","answer":"C","options":{"A":"bottom left.","B":"center right.","C":"center left.","D":"No visible defect."},"task_type":"localization"}
{"file_name":"images/1cfa78c883d2a6a34805986e84147fce8aecbf39e1808a95832856dd429849d3.jpg","question":"What most likely caused these cues?","answer":"A","options":{"A":"Material cracking with weather-related corrosion.","B":"Camera blur from motion only.","C":"Normal blade seam lighting.","D":"Cloud reflections on the surface."},"task_type":"analysis"}
{"file_name":"images/a9916609df23693f2a44f9d9681ca5c423d8614d88462d48dc5db1828f5804a1.jpg","question":"Are any visible defects present on the wind turbine blade?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/a9916609df23693f2a44f9d9681ca5c423d8614d88462d48dc5db1828f5804a1.jpg","question":"How many distinct defect areas are visible on the blade, excluding the long dirt streak?","answer":"D","options":{"A":"0.","B":"1.","C":"4 or more.","D":"2-3."},"task_type":"counting"}
{"file_name":"images/a9916609df23693f2a44f9d9681ca5c423d8614d88462d48dc5db1828f5804a1.jpg","question":"What types of defects are visible on the blade?","answer":"D","options":{"A":"dent.","B":"hole.","C":"peeling.","D":"crack, corrosion."},"task_type":"classification"}
{"file_name":"images/a9916609df23693f2a44f9d9681ca5c423d8614d88462d48dc5db1828f5804a1.jpg","question":"Where is the small rust or corrosion area located on the blade?","answer":"B","options":{"A":"top.","B":"bottom.","C":"No visible defect.","D":"center."},"task_type":"localization"}
{"file_name":"images/a9916609df23693f2a44f9d9681ca5c423d8614d88462d48dc5db1828f5804a1.jpg","question":"Why should the lower rusty mark be treated as a defect?","answer":"D","options":{"A":"It is only sky shadow.","B":"It is a normal panel seam.","C":"It is harmless camera noise.","D":"It suggests localized corrosion on the blade."},"task_type":"analysis"}
{"file_name":"images/4bf4fb29d044a6a550a2513e921dcd0328c1a78adc2aaddd45dadccc667247d2.jpg","question":"Is there any visible defect on the wind turbine blade in the image?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/4bf4fb29d044a6a550a2513e921dcd0328c1a78adc2aaddd45dadccc667247d2.jpg","question":"How many rust or corrosion defect areas are visible on the blade?","answer":"A","options":{"A":"1.","B":"2.","C":"3.","D":"0."},"task_type":"counting"}
{"file_name":"images/4bf4fb29d044a6a550a2513e921dcd0328c1a78adc2aaddd45dadccc667247d2.jpg","question":"What type of defect is visible on the wind turbine blade?","answer":"A","options":{"A":"corrosion.","B":"crack.","C":"dent.","D":"no defect."},"task_type":"classification"}
{"file_name":"images/4bf4fb29d044a6a550a2513e921dcd0328c1a78adc2aaddd45dadccc667247d2.jpg","question":"Where is the visible rust or corrosion defect located on the blade?","answer":"A","options":{"A":"center right.","B":"top right.","C":"center left.","D":"No visible defect."},"task_type":"localization"}
{"file_name":"images/4bf4fb29d044a6a550a2513e921dcd0328c1a78adc2aaddd45dadccc667247d2.jpg","question":"What most likely caused this cue?","answer":"C","options":{"A":"Normal blade shadowing.","B":"A manufacturing logo mark.","C":"Moisture-driven corrosion at the surface.","D":"Temporary camera blur."},"task_type":"analysis"}
{"file_name":"images/8bce00af6c6bee9e803fb1fef6f69b6edfbac1ca59ab9a3e180768c5ac26249c.jpg","question":"Are there any visible surface defects on the wind turbine blade?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/8bce00af6c6bee9e803fb1fef6f69b6edfbac1ca59ab9a3e180768c5ac26249c.jpg","question":"How many peeling defect spots are visible on the blade surface?","answer":"B","options":{"A":"1.","B":"More than 5.","C":"2.","D":"No visible defect."},"task_type":"counting"}
{"file_name":"images/8bce00af6c6bee9e803fb1fef6f69b6edfbac1ca59ab9a3e180768c5ac26249c.jpg","question":"What type of defect is shown by the small dark spots on the blade surface?","answer":"B","options":{"A":"crack.","B":"peeling.","C":"dent.","D":"corrosion."},"task_type":"classification"}
{"file_name":"images/8bce00af6c6bee9e803fb1fef6f69b6edfbac1ca59ab9a3e180768c5ac26249c.jpg","question":"Where are the visible peeling spots mainly located on the blade in the image?","answer":"B","options":{"A":"top left.","B":"center.","C":"bottom right.","D":"No visible defect."},"task_type":"localization"}
{"file_name":"images/8bce00af6c6bee9e803fb1fef6f69b6edfbac1ca59ab9a3e180768c5ac26249c.jpg","question":"Why treat these dark marks as defects?","answer":"B","options":{"A":"They are blade shadows.","B":"They suggest coating peeling.","C":"They are normal seams.","D":"They are distant clouds."},"task_type":"analysis"}
{"file_name":"images/6f771c58480be997bfec27143e2057352503f1435ed4ab5934930673b4d517d9.jpg","question":"Are there visible peeling defects on the wind turbine blade surface?","answer":"A","options":{"A":"Yes.","B":"No."},"task_type":"existence"}
{"file_name":"images/6f771c58480be997bfec27143e2057352503f1435ed4ab5934930673b4d517d9.jpg","question":"How many small peeling spots are visible on the blade?","answer":"C","options":{"A":"1.","B":"2.","C":"More than 5.","D":"No visible defect."},"task_type":"counting"}
{"file_name":"images/6f771c58480be997bfec27143e2057352503f1435ed4ab5934930673b4d517d9.jpg","question":"What type of defect is indicated by the small black spots on the blade surface?","answer":"C","options":{"A":"crack.","B":"dent.","C":"peeling.","D":"corrosion."},"task_type":"classification"}
{"file_name":"images/6f771c58480be997bfec27143e2057352503f1435ed4ab5934930673b4d517d9.jpg","question":"Where are the visible peeling spots mainly located in the image?","answer":"C","options":{"A":"top left.","B":"bottom left.","C":"bottom right.","D":"top right."},"task_type":"localization"}
{"file_name":"images/6f771c58480be997bfec27143e2057352503f1435ed4ab5934930673b4d517d9.jpg","question":"What most likely caused the dark spots?","answer":"A","options":{"A":"Localized coating peeling.","B":"Normal blade curvature.","C":"Camera lens glare.","D":"A painted alignment mark."},"task_type":"analysis"}
{"file_name":"images/04f9eb498646c376df8df8e13b320cbd1f72079e1f6e86e1ac11bf69962fc2a1.jpg","question":"Is there any visible surface damage on the wind turbine blade?","answer":"B","options":{"A":"No.","B":"Yes."},"task_type":"existence"}
{"file_name":"images/04f9eb498646c376df8df8e13b320cbd1f72079e1f6e86e1ac11bf69962fc2a1.jpg","question":"How many distinct defect areas are visible on the blade?","answer":"D","options":{"A":"2.","B":"3.","C":"0.","D":"1."},"task_type":"counting"}
{"file_name":"images/04f9eb498646c376df8df8e13b320cbd1f72079e1f6e86e1ac11bf69962fc2a1.jpg","question":"What type of defect is visible near the blade tip?","answer":"D","options":{"A":"crack.","B":"dent.","C":"peeling.","D":"scratch."},"task_type":"classification"}
{"file_name":"images/04f9eb498646c376df8df8e13b320cbd1f72079e1f6e86e1ac11bf69962fc2a1.jpg","question":"Where is the visible defect located in the image?","answer":"A","options":{"A":"center right.","B":"bottom center.","C":"No visible defect.","D":"top center."},"task_type":"localization"}
{"file_name":"images/04f9eb498646c376df8df8e13b320cbd1f72079e1f6e86e1ac11bf69962fc2a1.jpg","question":"What most likely caused the visible cue?","answer":"D","options":{"A":"Normal cloud shadow only.","B":"A manufacturing label.","C":"Blade tip motion blur.","D":"Minor surface abrasion or contact."},"task_type":"analysis"}
|