This repository was archived by the owner on Mar 3, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJSON Structure
More file actions
335 lines (334 loc) · 16.4 KB
/
JSON Structure
File metadata and controls
335 lines (334 loc) · 16.4 KB
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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
{
"imageComparisonTemplate": {
"version": "1.0",
"instructions": "Convert detailed image analysis into this structured JSON format to highlight differences between images based on standardized photographic attributes. For each attribute, provide primary, secondary (where applicable) classifications and any specific qualities or notable details.",
"attributes": [
{
"name": "colorGrading",
"options": ["Warm", "Cool", "Neutral, Natural + Clean Look", "Monochromatic", "Soft Tones", "Black + White", "Earthy", "High Contrast", "Vibrant + Saturated", "Muted + Desaturated", "Dark Low Light", "Soft Light", "Dark Grunge", "Analogue", "Infrared", "Subtle", "Complementary", "Gradient", "Film Emulation", "Cross-Processing", "Split-Toning", "Sepia", "Bleach Bypass", "HDR", "Duotone", "Cinematic", "Pastel", "Vintage Film Look"],
"format": {
"primary": "Main color treatment",
"secondary": "Supporting color treatment",
"tertiary": "Additional color quality",
"specific": "Detailed description of color approach"
}
},
{
"name": "brightness",
"options": ["Very Dark", "Dark", "Medium", "Bright", "Very Bright", "High-Key", "Low-Key", "Balanced Exposure", "Blown-Out Highlights", "Crushed Shadows"],
"format": {
"level": "Overall brightness level",
"qualities": ["List of specific brightness characteristics"]
}
},
{
"name": "composition",
"options": ["Centered", "Rule of Thirds", "Golden Ratio", "Diagonal", "Symmetrical", "Asymmetrical", "Leading Lines", "Foreground Focus", "Background Focus", "Middle Ground Focus", "Negative Space", "Fill the Frame", "POV", "Framing", "Triangular", "Radial", "S-Curve", "Dynamic Tension", "Minimalist", "Layered", "Pattern/Repetition", "Balance", "Rule of Odds", "Juxtaposition", "Separation"],
"format": {
"primary": "Main compositional approach",
"secondary": "Supporting compositional element",
"qualities": ["Additional compositional details"]
}
},
{
"name": "perspective",
"options": ["Eye Level", "High Angle", "Straight-On", "Low Angle", "Bird's Eye", "Worm's Eye", "Close Up", "Extreme Close Up", "Dutch Angle", "Forced Perspective", "Silhouettes and Backlit Shots", "Wide Angle", "Flat Lay", "Tilted Frame", "Foreground Emphasis", "Background Emphasis", "Layered Perspective", "Leading Lines", "Macro", "Double Exposure", "Obstructed View", "Peeking", "Motion Blur", "Long Exposure", "Fish Eye", "Inverted", "Aerial", "Reflection", "Panoramic", "Through Objects", "Compressed Perspective (Telephoto)", "Over-the-Shoulder", "Drone Shot", "Underwater", "Miniature Effect (Tilt-Shift)", "Candid"],
"format": {
"primary": "Main perspective approach",
"secondary": "Supporting perspective element",
"qualities": ["Specific perspective characteristics"]
}
},
{
"name": "depthOfField",
"options": ["Shallow", "Moderate", "Deep", "Hyperfocal Distance", "Focus Stacking", "Selective Focus", "Bokeh", "Smooth Background Blur", "Subject Isolation", "Lens Compression", "Fixed Focus", "Zone Focusing", "Near-Far Relationship", "Rack Focus Effect", "Cinematic Depth"],
"format": {
"type": "Primary depth of field characteristic",
"qualities": ["Specific focus and depth qualities"]
}
},
{
"name": "objects",
"categories": [
{
"name": "Person",
"subcategories": ["Face", "Hair", "Tattoos", "Piercings"]
},
{
"name": "Animals",
"subcategories": ["Domestic Pets", "Wildlife", "Farm Animals", "Insects", "Birds", "Aquatic Life"]
},
{
"name": "Buildings and Architecture",
"subcategories": ["Modern", "Historical", "Skyscrapers", "Homes", "Religious Structures", "Bridges", "Monuments"]
},
{
"name": "Interiors and Furniture",
"subcategories": ["Living Spaces", "Workspaces", "Commercial Spaces", "Minimalist", "Luxury", "Vintage"]
},
{
"name": "Electronics",
"subcategories": ["Computers", "Phones", "Audio Equipment", "Cameras", "Gaming Devices"]
},
{
"name": "Food and Drink",
"subcategories": ["Prepared Dishes", "Ingredients", "Beverages", "Desserts", "Cultural Foods"]
},
{
"name": "Plants",
"subcategories": ["Flowers", "Trees", "Cacti", "House Plants", "Gardens"]
},
{
"name": "Nature Elements",
"subcategories": ["Water", "Fire", "Earth", "Sky", "Weather Phenomena"]
},
{
"name": "Wearable Items",
"subcategories": ["Clothing", "Jewelry", "Watches", "Shoes", "Accessories"]
},
{
"name": "Photo Studio",
"subcategories": ["Lighting Equipment", "Backdrops", "Props", "Reflectors", "Camera Equipment"]
},
{
"name": "Crowd",
"subcategories": ["Event Audience", "Street Crowds", "Rally/Protest", "Festival Goers", "Sports Spectators"]
},
{
"name": "Stage Set Ups",
"subcategories": ["Concert Stage", "Theater Stage", "Conference Setup", "Award Ceremony", "Fashion Runway"]
},
{
"name": "Sporting Indicators",
"subcategories": ["Field Markings", "Scoreboards", "Referee/Officials", "Team Colors", "Stadium Signage"]
},
{
"name": "Sporting Equipment",
"subcategories": ["Balls", "Rackets/Bats", "Goals/Nets", "Training Equipment", "Protective Gear"]
},
{
"name": "Backstage",
"subcategories": ["Dressing Rooms", "Crew Areas", "Equipment Storage", "Green Room", "Production Area"]
},
{
"name": "Mirrors",
"subcategories": ["Wall Mirrors", "Hand Mirrors", "Reflective Surfaces", "Mirror Selfies", "Distorted Reflections"]
},
{
"name": "Vehicles + Transportation",
"subcategories": ["Cars", "Motorcycles", "Trains", "Airplanes", "Boats", "Public Transit", "Bicycles", "Electric Vehicles", "Vintage Vehicles", "Military Vehicles"]
},
{
"name": "Bicycles",
"subcategories": ["Road Bikes", "Mountain Bikes", "BMX", "Vintage Bicycles", "Racing Bikes"]
},
{
"name": "Billboards",
"subcategories": ["Urban Advertising", "Digital Billboards", "Rural Billboards", "Mobile Billboards", "Transit Advertising"]
},
{
"name": "Logos",
"subcategories": ["Corporate", "Sports Teams", "Fashion Brands", "Tech Companies", "Local Businesses"]
},
{
"name": "Musical Instruments",
"subcategories": ["Guitars", "Pianos", "Drums", "Wind Instruments", "Electronic Instruments"]
},
{
"name": "Text Elements",
"subcategories": ["Signs", "Typography", "Handwriting", "Digital Text", "Graffiti"]
},
{
"name": "Weapons",
"subcategories": ["Historical", "Sporting", "Military", "Props"]
},
{
"name": "Tools",
"subcategories": ["Mechanical", "Gardening", "Construction", "Kitchen", "Arts and Crafts"]
},
{
"name": "Toys",
"subcategories": ["Children's Toys", "Collectibles", "Action Figures", "Board Games", "Vintage Toys"]
}
],
"format": {
"primary": "Main subject/object category",
"secondary": "Secondary subject/object category",
"specifics": ["Detailed list of notable objects with subcategories if applicable"]
}
},
{
"name": "sceneType",
"categories": [
{
"name": "Indoor",
"subcategories": [
{
"name": "Studio",
"options": ["Plain Colorama", "Cove Plain Studio Walls", "Seamless Paper Backdrop", "Fabric Backdrop", "Green Screen", "Black Box", "White Cyclorama", "Textured Backdrop"]
},
{
"name": "Set Build",
"options": ["Props", "Built Walls + Set Design", "Practical Lighting", "Themed Sets", "Modular Elements", "Practical Effects"]
},
{
"name": "Event or Live Performance Venue",
"options": ["Stage", "Crowd", "Microphone", "Music Instruments", "Lighting Rigs", "Sound Equipment", "LED Screens", "Smoke/Fog Effects", "Laser Lights"]
},
{
"name": "Architectural",
"options": ["Home Interior", "Office Space", "Restaurant/Café", "Retail Space", "Industrial Space", "Museum/Gallery", "Hotel", "Educational Institution", "Religious Interior", "Healthcare Facility"]
}
]
},
{
"name": "Sporting Venue",
"options": ["Stadium Seats", "Court", "Pitch", "Track", "Pool/Aquatic Center", "Arena", "Gym", "Boxing Ring", "Race Track", "Skiing/Snowboarding Slope"]
},
{
"name": "Outdoor Nature",
"options": ["Landscape", "Sky", "Fields/Grass", "Forest/Trees", "Beach/Sand", "Cliffs", "Mountains", "Clouds", "Rocks", "Sea/Ocean", "Swimming Pool", "Desert", "Waterfall", "Lake", "River", "Canyon", "Glacier", "Tropical", "Savannah", "Tundra", "Rainforest", "Wetlands"]
},
{
"name": "Outdoor Urban",
"options": ["Urban Buildings", "Urban Streets", "Architectural", "City Skyline", "Public Squares", "Parks", "Alleyways", "Rooftops", "Street Art/Murals", "Pedestrian Areas", "Shopping Districts", "Industrial Zones", "Transportation Hubs", "Suburbs", "Construction Sites"]
},
{
"name": "Outdoor Event",
"options": ["Stage", "Crowds", "Vendors", "Wedding Aisle", "Seated Tables", "Festival Grounds", "Parade Route", "Market Stalls", "Sports Field", "Concert Area", "Fairgrounds", "Red Carpet"]
},
{
"name": "Night Scene",
"options": ["City Lights", "Starry Sky", "Light Trails", "Moonlit Landscape", "Neon Signs", "Light Painting", "Bioluminescence", "Fireworks", "Campfire", "Indoor Night Party"]
},
{
"name": "Macro Scene",
"options": ["Insects", "Flowers", "Textures", "Water Droplets", "Small Objects", "Miniature Worlds", "Food Details", "Jewelry Details"]
},
{
"name": "Indoor Close Portrait",
"options": ["Headshot", "Environmental Portrait", "Studio Portrait", "Candid Moment", "Self-Portrait", "Group Portrait", "Profile", "Dramatic Lighting"]
},
{
"name": "Outdoor Close Portrait",
"options": ["Natural Light Portrait", "Golden Hour Portrait", "Backlit Portrait", "Environmental Portrait", "Action Portrait", "Candid Street Portrait", "Silhouette Portrait"]
},
{
"name": "Product",
"options": ["Commercial Product", "E-commerce", "Lifestyle Product", "Flatlay Product", "Food Product", "Fashion Product", "Technology Product", "Beauty Product", "Luxury Product"]
},
{
"name": "Abstract",
"options": ["Geometric", "Organic Forms", "Texture Study", "Color Study", "Light and Shadow", "Experimental", "Conceptual", "Minimalist"]
},
{
"name": "Still Life",
"options": ["Food", "Props", "Wearable Items", "Sellable Products", "Floral Arrangements", "Tabletop Compositions", "Memento Mori", "Vanitas", "Found Objects", "Nostalgic Items"]
}
],
"format": {
"primary": "Main scene category",
"secondary": "Scene subcategory",
"specific": "Specific scene type",
"qualities": ["Notable scene characteristics"]
}
},
{
"name": "theme",
"options": ["Modern", "Retro", "Minimalist", "Luxury", "Natural", "Industrial", "Sci-Fi", "Fantasy", "Urban", "Vintage", "Futuristic", "Traditional", "Abstract", "Bohemian", "Dystopian", "Utopian", "Horror", "Romantic", "Melancholic", "Joyful", "Documentary", "Surreal", "Gothic", "Art Deco", "Art Nouveau", "Cyberpunk", "Steampunk", "Rustic", "Coastal", "Tropical", "Winter", "Autumn", "Spring", "Summer", "Festive/Holiday", "Political", "Religious", "Cultural", "Historical", "Educational", "Adventurous", "Mysterious", "Ethereal", "Dramatic", "Whimsical", "Nostalgic"],
"format": {
"primary": "Main thematic quality",
"secondary": "Supporting theme",
"tertiary": "Additional thematic element"
}
},
{
"name": "lighting",
"options": ["Natural Light", "Studio Strobe", "Continuous Lighting", "Window Light", "Golden Hour", "Blue Hour", "Harsh Midday", "Overcast", "Rim Light", "Key Light", "Fill Light", "Hair Light", "Backlight", "Sidelight", "Rembrandt", "Butterfly/Paramount", "Split", "Loop", "Broad", "Short", "Low-Key", "High-Key", "Bounce Light", "Diffused Light", "Hard Light", "Soft Light", "Practical Light Sources", "Light Painting", "Silhouette Lighting", "Chiaroscuro", "Dramatic Shadows", "Flat Lighting"],
"format": {
"primary": "Main lighting technique",
"secondary": "Supporting lighting approach",
"qualities": ["Specific lighting characteristics"]
}
},
{
"name": "emotionalTone",
"options": ["Joyful", "Melancholic", "Serene", "Tense", "Mysterious", "Romantic", "Nostalgic", "Energetic", "Somber", "Whimsical", "Dramatic", "Inspiring", "Peaceful", "Haunting", "Exciting", "Contemplative", "Triumphant", "Intimate", "Powerful", "Vulnerable"],
"format": {
"primary": "Dominant emotional tone",
"secondary": "Supporting emotional quality",
"tertiary": "Additional emotional element"
}
}
],
"outputFormat": {
"comparison": {
"image1": {
"// Fill with attributes from above": "..."
},
"image2": {
"// Fill with attributes from above": "..."
},
"keyDifferences": [
{
"attribute": "attributeName",
"difference": "Concise explanation of the difference between images for this attribute"
}
]
}
},
"example": {
"comparison": {
"image1": {
"colorGrading": {
"primary": "Warm",
"secondary": "Vibrant + Saturated",
"tertiary": "Monochromatic",
"specific": "Orange-red gradient"
},
"brightness": {
"level": "Medium to Bright",
"qualities": ["Balanced Exposure", "Minimal Shadows"]
},
"sceneType": {
"primary": "Indoor",
"secondary": "Studio",
"specific": "Plain Colorama",
"qualities": ["Seamless Paper Backdrop", "Gradient"]
},
"// Additional attributes would continue here": "..."
},
"image2": {
"colorGrading": {
"primary": "Cool",
"secondary": "Dark Low Light",
"tertiary": "Complementary",
"specific": "Deep blue with orange window accents"
},
"brightness": {
"level": "Dark",
"qualities": ["Low-Key", "Strong Shadows", "Selective Illumination"]
},
"sceneType": {
"primary": "Night Scene",
"secondary": "Outdoor Urban",
"specific": "Architectural Elements",
"qualities": ["Orange-lit Windows", "Dark Environment"]
},
"// Additional attributes would continue here": "..."
},
"keyDifferences": [
{
"attribute": "colorGrading",
"difference": "Image 1 uses warm orange-red monochromatic scheme while Image 2 employs cool blue with complementary orange accents"
},
{
"attribute": "sceneType",
"difference": "Image 1 uses controlled studio environment with seamless backdrop; Image 2 captures real-world nighttime exterior with architectural elements"
},
"// Additional key differences would continue here": "..."
]
}
}
}
}