File size: 3,925 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
{
  "superclass": "man-made elements",
  "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/man_made/synthetic",
  "real_images_path": "/local1/VDA/data/SUN/man_made/train",
  "val_images_path": "/local1/VDA/data/SUN/man_made/val",
  "pairs": [
    {
      "ground_truth": "aqueduct",
      "ground_truth_full_name": "/a/aqueduct",
      "confusing_class": "viaduct",
      "confusing_class_full_name": "/v/viaduct"
    },
    {
      "ground_truth": "barn",
      "ground_truth_full_name": "/b/barn",
      "confusing_class": "corral",
      "confusing_class_full_name": "/c/corral"
    },
    {
      "ground_truth": "bayou",
      "ground_truth_full_name": "/b/bayou",
      "confusing_class": "fishpond",
      "confusing_class_full_name": "/f/fishpond"
    },
    {
      "ground_truth": "boardwalk",
      "ground_truth_full_name": "/b/boardwalk",
      "confusing_class": "dock",
      "confusing_class_full_name": "/d/dock"
    },
    {
      "ground_truth": "boathouse",
      "ground_truth_full_name": "/b/boathouse",
      "confusing_class": "dock",
      "confusing_class_full_name": "/d/dock"
    },
    {
      "ground_truth": "botanical_garden",
      "ground_truth_full_name": "/b/botanical_garden",
      "confusing_class": "formal_garden",
      "confusing_class_full_name": "/f/formal_garden"
    },
    {
      "ground_truth": "corral",
      "ground_truth_full_name": "/c/corral",
      "confusing_class": "barn",
      "confusing_class_full_name": "/b/barn"
    },
    {
      "ground_truth": "cottage_garden",
      "ground_truth_full_name": "/c/cottage_garden",
      "confusing_class": "herb_garden",
      "confusing_class_full_name": "/h/herb_garden"
    },
    {
      "ground_truth": "dam",
      "ground_truth_full_name": "/d/dam",
      "confusing_class": "dock",
      "confusing_class_full_name": "/d/dock"
    },
    {
      "ground_truth": "dock",
      "ground_truth_full_name": "/d/dock",
      "confusing_class": "boardwalk",
      "confusing_class_full_name": "/b/boardwalk"
    },
    {
      "ground_truth": "fairway",
      "ground_truth_full_name": "/f/fairway",
      "confusing_class": "golf_course",
      "confusing_class_full_name": "/g/golf_course"
    },
    {
      "ground_truth": "field_cultivated",
      "ground_truth_full_name": "/f/field/cultivated",
      "confusing_class": "hayfield",
      "confusing_class_full_name": "/h/hayfield"
    },
    {
      "ground_truth": "fishpond",
      "ground_truth_full_name": "/f/fishpond",
      "confusing_class": "bayou",
      "confusing_class_full_name": "/b/bayou"
    },
    {
      "ground_truth": "forest_road",
      "ground_truth_full_name": "/f/forest_road",
      "confusing_class": "highway",
      "confusing_class_full_name": "/h/highway"
    },
    {
      "ground_truth": "formal_garden",
      "ground_truth_full_name": "/f/formal_garden",
      "confusing_class": "botanical_garden",
      "confusing_class_full_name": "/b/botanical_garden"
    },
    {
      "ground_truth": "golf_course",
      "ground_truth_full_name": "/g/golf_course",
      "confusing_class": "fairway",
      "confusing_class_full_name": "/f/fairway"
    },
    {
      "ground_truth": "hayfield",
      "ground_truth_full_name": "/h/hayfield",
      "confusing_class": "field_cultivated",
      "confusing_class_full_name": "/f/field/cultivated"
    },
    {
      "ground_truth": "herb_garden",
      "ground_truth_full_name": "/h/herb_garden",
      "confusing_class": "cottage_garden",
      "confusing_class_full_name": "/c/cottage_garden"
    },
    {
      "ground_truth": "highway",
      "ground_truth_full_name": "/h/highway",
      "confusing_class": "forest_road",
      "confusing_class_full_name": "/f/forest_road"
    }
  ]
}