TODO:
Must save image embeddings into pickle file
Must save distances to all of these subcategories
When clear which category to use then we can weed out all unneeded categories. Maybe combination of categories is needed.
2171{
2 "camera_type": [
3 "infrared camera",
4 "thermal camera",
5 "night vision camera",
6 "thermal imaging camera",
7 "infrared imaging camera",
8 "aerial footage",
9 "satellite footage",
10 "drone footage",
11 "aerial video",
12 "satellite video",
13 "drone video",
14 "first person video",
15 "video on the ground",
16 "video from the sky",
17 "video from the ground",
18 "video from the air",
19 "video from the sea",
20 "video from the land",
21 "video from a helicopter",
22 "video from a plane",
23 "video from a building",
24 "video from a vehicle",
25 "video from a boat",
26 "video from a submarine",
27 "video from a mountain",
28 "video from a hill",
29 "video from a tower",
30 "video from a bridge",
31 "video from a tunnel",
32 "video from a cave",
33 "video from a trench",
34 "video from a bunker",
35 "video from a fortification",
36 "video from a city street",
37 "video from a highway",
38 "video from a rural road",
39 "video from a forest path",
40 "video from a desert trail",
41 "video from a beach",
42 "video from a river",
43 "video from a lake",
44 "video from an ocean",
45 ],
46 "location_type": [
47 "indoors",
48 "in the building",
49 "in the city",
50 "in the nature",
51 "outdoors city",
52 "outdoors nature",
53 "in the forest",
54 "in the mountains",
55 "in the desert",
56 "in the sea",
57 "in the sky",
58 "in the trench",
59 "inside vehicle",
60 "inside car",
61 "inside building",
62 "on the street",
63 "in an alley",
64 "in a park",
65 "in a plaza",
66 "on a rooftop",
67 "in a parking lot",
68 "at a checkpoint",
69 "near a barricade",
70 "in a bombed out building",
71 "in a fortified position",
72 "in an urban warfare training facility",
73 "in a city under siege",
74 "in a war-torn neighborhood",
75 "near a destroyed bridge",
76 "in an abandoned factory",
77 "in a high-rise building",
78 "in a subway station",
79 "on an overpass",
80 "in a collapsed tunnel",
81 ],
82 "object_type": [
83 "vehicle",
84 "car",
85 "tank",
86 "armored personnel carrier",
87 "infantry fighting vehicle",
88 "self-propelled artillery",
89 "multiple launch rocket system",
90 "drone",
91 "airplane",
92 "helicopter",
93 "fighter jet",
94 "bomber",
95 "aircraft",
96 "plane",
97 "boat",
98 "ship",
99 "submarine",
100 "building",
101 "vehicle, car or tank",
102 "plane or drone",
103 "boat or ship",
104 "building or scenery, without vehicles",
105 "explosive device",
106 "bullet",
107 "gun",
108 "rocket",
109 "missile",
110 "bomb",
111 "grenade",
112 "rifle",
113 "machine gun",
114 "shotgun",
115 "pistol",
116 "handgun",
117 "revolver",
118 ],
119 "activity_type": [
120 "military activity",
121 "civilian activity",
122 "military",
123 "civilian",
124 "fighting",
125 "burning",
126 "explosion",
127 "fire",
128 "smoke",
129 "explosion",
130 "destruction",
131 "combat",
132 "warfare",
133 "battle",
134 "skirmish",
135 "firefight",
136 "engagement",
137 "assault",
138 "attack",
139 "ambush",
140 "raid",
141 "military operation",
142 "interview",
143 "kids playing",
144 "humanitarian aid distribution",
145 "reconstruction efforts",
146 "medical assistance",
147 "evacuation of civilians",
148 "journalists reporting",
149 "civilians fleeing conflict",
150 "refugees seeking shelter",
151 "diplomatic negotiations",
152 "ceasefire agreement",
153 "peacekeeping mission",
154 "diplomats meeting",
155 ],
156 "presence_of_people": [
157 "no people visible",
158 "only vehicles visible",
159 "only buildings visible",
160 "only landscape visible",
161 "only rubble visible",
162 "only debris visible",
163 "only destroyed structures visible",
164 "only abandoned buildings visible",
165 "only empty streets visible",
166 "only deserted area visible",
167 "people in the distance",
168 "people in the foreground",
169 "people in the background",
170 "crowd of people",
171 "large group of people",
172 "small group of people",
173 "person",
174 "single person",
175 "multiple people",
176 "man",
177 "woman",
178 "child",
179 "elderly person",
180 "baby",
181 "soldier",
182 "civilian",
183 "journalist",
184 "aid worker",
185 "face visible",
186 "faces visible",
187 "close-up of face",
188 "side view of face",
189 "animal",
190 "dog"
191 ],
192 "time_of_day": [
193 "daytime",
194 "nighttime",
195 "day",
196 "night",
197 "morning",
198 "afternoon",
199 "evening",
200 "sunrise",
201 "sunset",
202 "dawn",
203 "dusk"
204 ],
205 "season": [
206 "winter",
207 "summer",
208 "spring",
209 "fall",
210 "autumn",
211 "springtime",
212 "summertime",
213 "falltime",
214 "autumtime",
215 "wintertime",
216 ]
217}