| { | |
| "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" | |
| } | |
| ] | |
| } |