File size: 4,229 Bytes
5c6dd5f |
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 |
{
"superclass": "home or hotel",
"num_imgs_per_class": 100,
"models": [
"13b",
"34b"
],
"prompts_types": [
"class_name",
"text",
"contrastive_text",
"visual_text",
"contrastive_visual_text"
],
"synthetic_images_path": "/local1/VDA/data/SUN/home/synthetic",
"real_images_path": "/local1/VDA/data/SUN/home/train",
"val_images_path": "/local1/VDA/data/SUN/home/val",
"pairs": [
{
"ground_truth": "attic",
"ground_truth_full_name": "/a/attic",
"confusing_class": "basement",
"confusing_class_full_name": "/b/basement"
},
{
"ground_truth": "basement",
"ground_truth_full_name": "/b/basement",
"confusing_class": "utility_room",
"confusing_class_full_name": "/u/utility_room"
},
{
"ground_truth": "bathroom",
"ground_truth_full_name": "/b/bathroom",
"confusing_class": "shower",
"confusing_class_full_name": "/s/shower"
},
{
"ground_truth": "bedroom",
"ground_truth_full_name": "/b/bedroom",
"confusing_class": "hotel_room",
"confusing_class_full_name": "/h/hotel_room"
},
{
"ground_truth": "bow_window",
"ground_truth_full_name": "/b/bow_window/indoor",
"confusing_class": "living_room",
"confusing_class_full_name": "/l/living_room"
},
{
"ground_truth": "chicken_coop",
"ground_truth_full_name": "/c/chicken_coop/indoor",
"confusing_class": "kennel_indoor",
"confusing_class_full_name": "/k/kennel/indoor"
},
{
"ground_truth": "childs_room",
"ground_truth_full_name": "/c/childs_room",
"confusing_class": "nursery",
"confusing_class_full_name": "/n/nursery"
},
{
"ground_truth": "closet",
"ground_truth_full_name": "/c/closet",
"confusing_class": "pantry",
"confusing_class_full_name": "/p/pantry"
},
{
"ground_truth": "dinette_home",
"ground_truth_full_name": "/d/dinette/home",
"confusing_class": "dining_room",
"confusing_class_full_name": "/d/dining_room"
},
{
"ground_truth": "dining_room",
"ground_truth_full_name": "/d/dining_room",
"confusing_class": "dinette_home",
"confusing_class_full_name": "/d/dinette/home"
},
{
"ground_truth": "dorm_room",
"ground_truth_full_name": "/d/dorm_room",
"confusing_class": "youth_hostel",
"confusing_class_full_name": "/y/youth_hostel"
},
{
"ground_truth": "game_room",
"ground_truth_full_name": "/g/game_room",
"confusing_class": "playroom",
"confusing_class_full_name": "/p/playroom"
},
{
"ground_truth": "garage_indoor",
"ground_truth_full_name": "/g/garage/indoor",
"confusing_class": "utility_room",
"confusing_class_full_name": "/u/utility_room"
},
{
"ground_truth": "home_office",
"ground_truth_full_name": "/h/home_office",
"confusing_class": "parlor",
"confusing_class_full_name": "/p/parlor"
},
{
"ground_truth": "hotel_room",
"ground_truth_full_name": "/h/hotel_room",
"confusing_class": "bedroom",
"confusing_class_full_name": "/b/bedroom"
},
{
"ground_truth": "kitchen",
"ground_truth_full_name": "/k/kitchen",
"confusing_class": "kitchenette",
"confusing_class_full_name": "/k/kitchenette"
},
{
"ground_truth": "kennel_indoor",
"ground_truth_full_name": "/k/kennel/indoor",
"confusing_class": "chicken_coop_indoor",
"confusing_class_full_name": "/c/chicken_coop/indoor"
},
{
"ground_truth": "living_room",
"ground_truth_full_name": "/l/living_room",
"confusing_class": "parlor",
"confusing_class_full_name": "/p/parlor"
},
{
"ground_truth": "pantry",
"ground_truth_full_name": "/p/pantry",
"confusing_class": "closet",
"confusing_class_full_name": "/c/closet"
},
{
"ground_truth": "wine_cellar_barrel_storage",
"ground_truth_full_name": "/w/wine_cellar/barrel_storage",
"confusing_class": "wine_cellar_bottle_storage",
"confusing_class_full_name": "/w/wine_cellar/bottle_storage"
}
]
} |