Spaces:
Running
on
Zero
Running
on
Zero
File size: 7,832 Bytes
3172319 |
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 |
LIGHTING_CONDITIONS = {
"time_descriptions": {
"day_clear": {
"general": "The scene is captured during clear daylight hours with bright natural lighting.",
"bright": "The scene is brightly lit with strong, clear daylight.",
"medium": "The scene is illuminated with moderate daylight under clear conditions.",
"dim": "The scene is captured in soft daylight on a clear day."
},
"day_cloudy": {
"general": "The scene is captured during daytime under overcast conditions.",
"bright": "The scene has the diffused bright lighting of an overcast day.",
"medium": "The scene has even, soft lighting typical of a cloudy day.",
"dim": "The scene has the muted lighting of a heavily overcast day."
},
"sunset/sunrise": {
"general": "The scene is captured during golden hour with warm lighting.",
"bright": "The scene is illuminated with bright golden hour light with long shadows.",
"medium": "The scene has the warm orange-yellow glow typical of sunset or sunrise.",
"dim": "The scene has soft, warm lighting characteristic of early sunrise or late sunset."
},
"night": {
"general": "The scene is captured at night with limited natural lighting.",
"bright": "The scene is captured at night but well-lit with artificial lighting.",
"medium": "The scene is captured at night with moderate artificial lighting.",
"dim": "The scene is captured in low-light night conditions with minimal illumination."
},
"indoor_bright": {
"general": "The scene is captured indoors with ample lighting.",
"bright": "The indoor space is brightly lit, possibly with natural light from windows.",
"medium": "The indoor space has good lighting conditions.",
"dim": "The indoor space has adequate lighting."
},
"indoor_moderate": {
"general": "The scene is captured indoors with moderate lighting.",
"bright": "The indoor space has comfortable, moderate lighting.",
"medium": "The indoor space has standard interior lighting.",
"dim": "The indoor space has somewhat subdued lighting."
},
"indoor_dim": {
"general": "The scene is captured indoors with dim or mood lighting.",
"bright": "The indoor space has dim but sufficient lighting.",
"medium": "The indoor space has low, atmospheric lighting.",
"dim": "The indoor space has very dim, possibly mood-oriented lighting."
},
"beach_daylight": {
"general": "The scene is captured during daytime at a beach with bright natural sunlight.",
"bright": "The beach scene is intensely illuminated by direct sunlight.",
"medium": "The coastal area has even natural daylight.",
"dim": "The beach has softer lighting, possibly from a partially cloudy sky."
},
"sports_arena": {
"general": "The scene is captured in a sports venue with specialized arena lighting.",
"bright": "The sports facility is brightly illuminated with powerful overhead lights.",
"medium": "The venue has standard sports event lighting providing clear visibility.",
"dim": "The sports area has reduced illumination, possibly before or after an event."
},
"kitchen_working": {
"general": "The scene is captured in a professional kitchen with task-oriented lighting.",
"bright": "The kitchen is intensely illuminated with clear, functional lighting.",
"medium": "The culinary space has standard working lights focused on preparation areas.",
"dim": "The kitchen has reduced lighting, possibly during off-peak hours."
},
"unknown": {
"general": "The lighting conditions in this scene are not easily determined."
}
},
"template_modifiers": {
"day_clear": "brightly-lit",
"day_cloudy": "softly-lit",
"sunset/sunrise": "warmly-lit",
"night": "night-time",
"indoor_bright": "well-lit indoor",
"indoor_moderate": "indoor",
"indoor_dim": "dimly-lit indoor",
"indoor_commercial": "retail-lit",
"indoor_restaurant": "atmospherically-lit",
"neon_night": "neon-illuminated",
"stadium_lighting": "flood-lit",
"mixed_lighting": "transitionally-lit",
"beach_lighting": "sun-drenched",
"sports_venue_lighting": "arena-lit",
"professional_kitchen_lighting": "kitchen-task lit",
"unknown": ""
},
"activity_modifiers": {
"day_clear": ["active", "lively", "busy"],
"day_cloudy": ["calm", "relaxed", "casual"],
"sunset/sunrise": ["peaceful", "transitional", "atmospheric"],
"night": ["quiet", "subdued", "nocturnal"],
"indoor_bright": ["focused", "productive", "engaged"],
"indoor_moderate": ["comfortable", "social", "casual"],
"indoor_dim": ["intimate", "relaxed", "private"],
"indoor_commercial": ["shopping", "browsing", "consumer-oriented"],
"indoor_restaurant": ["dining", "social", "culinary"],
"neon_night": ["vibrant", "energetic", "night-life"],
"stadium_lighting": ["event-focused", "spectator-oriented", "performance-based"],
"mixed_lighting": ["transitional", "adaptable", "variable"],
"unknown": []
},
"indoor_commercial": {
"general": "The scene is captured inside a commercial setting with retail-optimized lighting.",
"bright": "The space is brightly illuminated with commercial display lighting to highlight merchandise.",
"medium": "The commercial interior has standard retail lighting that balances visibility and ambiance.",
"dim": "The commercial space has subdued lighting creating an upscale or intimate shopping atmosphere."
},
"indoor_restaurant": {
"general": "The scene is captured inside a restaurant with characteristic dining lighting.",
"bright": "The restaurant is well-lit with clear illumination emphasizing food presentation.",
"medium": "The dining space has moderate lighting striking a balance between functionality and ambiance.",
"dim": "The restaurant features soft, low lighting creating an intimate dining atmosphere."
},
"neon_night": {
"general": "The scene is captured at night with colorful neon lighting typical of entertainment districts.",
"bright": "The night scene is illuminated by vibrant neon signs creating a lively, colorful atmosphere.",
"medium": "The evening setting features moderate neon lighting creating a characteristic urban nightlife scene.",
"dim": "The night area has subtle neon accents against the darkness, creating a moody urban atmosphere."
},
"stadium_lighting": {
"general": "The scene is captured under powerful stadium lights designed for spectator events.",
"bright": "The venue is intensely illuminated by stadium floodlights creating daylight-like conditions.",
"medium": "The sports facility has standard event lighting providing clear visibility across the venue.",
"dim": "The stadium has reduced illumination typical of pre-event or post-event conditions."
},
"mixed_lighting": {
"general": "The scene features a mix of indoor and outdoor lighting creating transitional illumination.",
"bright": "The space blends bright natural and artificial light sources across indoor-outdoor boundaries.",
"medium": "The area combines moderate indoor lighting with outdoor illumination in a balanced way.",
"dim": "The transition space features subtle lighting gradients between indoor and outdoor zones."
}
}
|