OpenCaptchaWorld's picture
Add new CAPTCHA data: expanded datasets with additional images and updated ground truth annotations
da417d5
{
"image1.jpg": {
"target_object": "moon",
"grid_size": [5, 5],
"correct_patches": [0,1,2,3,5,6,7,8,11,12,13],
"prompt": "Select all squares with moon",
"description": "A grid of 5x5 patches containing a moon"
},
"image2.jpg": {
"target_object": "butterfly",
"grid_size": [5, 5],
"correct_patches": [5,6,7,10,11,12,15,16],
"prompt": "Select all squares with butterfly",
"description": "A grid of 5x5 patches containing a butterfly"
},
"image3.jpg": {
"target_object": "hourglass",
"grid_size": [5, 5],
"correct_patches": [7,12,17],
"prompt": "Select all squares with hourglass",
"description": "A grid of 5x5 patches containing a hourglass"
},
"image4.jpg": {
"target_object": "bird",
"grid_size": [5, 5],
"correct_patches": [3,6,7,8,12,13,14,18,19],
"prompt": "Select all squares with bird",
"description": "A grid of 5x5 patches containing a bird"
},
"image5.jpg": {
"target_object": "dragonfly",
"grid_size": [5, 5],
"correct_patches": [0,1,5,6],
"prompt": "Select all squares with dragonfly",
"description": "A grid of 5x5 patches containing a dragonfly"
},
"image6.jpg": {
"target_object": "Red-crowned crane",
"grid_size": [5, 5],
"correct_patches": [0,1,2,3,4,5,6,7,8,9,11,12,13,14,16,18],
"prompt": "Select all squares with Red-crowned crane (a bird)",
"description": "A grid of 5x5 patches containing a Red-crowned crane"
},
"image7.jpg": {
"target_object": "house",
"grid_size": [5, 5],
"correct_patches": [12,13,17],
"prompt": "Select all squares with house",
"description": "A grid of 5x5 patches containing a house"
},
"image8.jpg": {
"target_object": "Maple leaf",
"grid_size": [5, 5],
"correct_patches": [16,17,21,22],
"prompt": "Select all squares with Maple leaf",
"description": "A grid of 5x5 patches containing a Maple leaf"
},
"image9.jpg": {
"target_object": "bench",
"grid_size": [5, 5],
"correct_patches": [16,17,18,21,22,23],
"prompt": "Select all squares with bench",
"description": "A grid of 5x5 patches containing a bench"
},
"image10.jpg": {
"target_object": "bridge",
"grid_size": [5, 5],
"correct_patches": [17,18,21,22,23],
"prompt": "Select all squares with bridge",
"description": "A grid of 5x5 patches containing a bridge"
},
"image11.jpeg": {
"target_object": "bridge",
"grid_size": [5, 5],
"correct_patches": [11,12,13,16,17,18],
"prompt": "Select all squares with bridge",
"description": "A grid of 5x5 patches containing a bridge"
},
"image12.jpeg": {
"target_object": "house",
"grid_size": [5, 5],
"correct_patches": [8,12,13,17,18],
"prompt": "Select all squares with house",
"description": "A grid of 5x5 patches containing a house"
},
"image13.jpeg": {
"target_object": "boat",
"grid_size": [5, 5],
"correct_patches": [22,23],
"prompt": "Select all squares with boat",
"description": "A grid of 5x5 patches containing a boat"
},
"image14.jpeg": {
"target_object": "boat",
"grid_size": [5, 5],
"correct_patches": [17,18,22,23],
"prompt": "Select all squares with boat",
"description": "A grid of 5x5 patches containing a boat"
},
"image15.jpeg": {
"target_object": "house",
"grid_size": [5, 5],
"correct_patches": [2,3,6,7,8,10,11],
"prompt": "Select all squares with house",
"description": "A grid of 5x5 patches containing houses"
},
"image16.jpeg": {
"target_object": "house",
"grid_size": [5, 5],
"correct_patches": [11,12,13,16,17,18],
"prompt": "Select all squares with house",
"description": "A grid of 5x5 patches containing houses"
},
"image17.jpeg": {
"target_object": "train",
"grid_size": [5, 5],
"correct_patches": [5,10,11,12,13,15,16,17,20,21],
"prompt": "Select all squares with train",
"description": "A grid of 5x5 patches containing trains"
},
"image18.png": {
"target_object": "stone",
"grid_size": [5, 5],
"correct_patches": [2,7,8,12,13,16,17,18,21,22,23],
"prompt": "Select all squares with stone",
"description": "A grid of 5x5 patches containing stones"
},
"image19.jpeg": {
"target_object": "firework",
"grid_size": [5, 5],
"correct_patches": [6,7,8,10,11,12,13,14,15,16,17,18,19,21,22,23],
"prompt": "Select all squares with firework",
"description": "A grid of 5x5 patches containing fireworks"
},
"image20.jpeg": {
"target_object": "windmill",
"grid_size": [5, 5],
"correct_patches": [7,10,12,14,16,17,18,19],
"prompt": "Select all squares with windmill",
"description": "A grid of 5x5 patches containing windmills"
}
}