| { |
| "version": "2.0.0", |
| "model": null, |
| "license": "Commercial", |
| "meta": "", |
| "concepts": [ |
| "color", |
| "shot", |
| "texture" |
| ], |
| "concepts_meta": { |
| "color": { |
| "title": "Color", |
| "description": "", |
| "categories": [ |
| "color.contrast", |
| "color.key", |
| "color.saturation", |
| "color.theory", |
| "color.tones" |
| ] |
| }, |
|
|
| "shot": { |
| "title": "Shot", |
| "description": "", |
| "categories": [ |
| "shot.angle", |
| "shot.composition", |
| "shot.composition.symmetric", |
| "shot.content-rating", |
| "shot.focus", |
| "shot.framing", |
| "shot.height", |
| "shot.lens-size", |
| "shot.level.tilted", |
| "shot.lighting.cast", |
| "shot.lighting.contrast", |
| "shot.lighting.direction", |
| "shot.lighting.edge", |
| "shot.lighting.silhouette", |
| "shot.location", |
| "shot.set", |
| "shot.set-miscellaneous", |
| "shot.subject", |
| "shot.time-of-day", |
| "shot.type", |
| "shot.type.crowd", |
| "shot.type.over-the-shoulder" |
| ] |
| }, |
| "texture": { |
| "title": "Texture", |
| "description": "", |
| "categories": [ |
| "texture" |
| ] |
| } |
| }, |
| "categories": [ |
| "color.contrast", |
| "color.key", |
| "color.saturation", |
| "color.theory", |
| "color.tones", |
| "shot.angle", |
| "shot.composition", |
| "shot.composition.symmetric", |
| "shot.content-rating", |
| "shot.focus", |
| "shot.framing", |
| "shot.height", |
| "shot.lens-size", |
| "shot.level.tilted", |
| "shot.lighting.cast", |
| "shot.lighting.contrast", |
| "shot.lighting.direction", |
| "shot.lighting.edge", |
| "shot.lighting.silhouette", |
| "shot.location", |
| "shot.set", |
| "shot.set-miscellaneous", |
| "shot.subject", |
| "shot.time-of-day", |
| "shot.type", |
| "shot.type.crowd", |
| "shot.type.over-the-shoulder", |
| "texture" |
| ], |
| "categories_meta": { |
| "color.contrast": { |
| "title": "Color Contrast", |
| "description": "Determine the degree of color contrast in the image", |
| "type": "classifier", |
| "activation": "softmax", |
| "suggested_thresh": null, |
| "top_n": 1, |
| "labels": [ |
| "low", |
| "neutral", |
| "high" |
| ] |
| }, |
| "color.key": { |
| "title": "Color Key", |
| "description": "Determine if image is meant to be keyed", |
| "type": "classifier", |
| "activation": "softmax", |
| "suggested_thresh": null, |
| "top_n": 1, |
| "labels": [ |
| "blue", |
| "green", |
| "luma", |
| "matte", |
| "na" |
| ] |
| }, |
| "color.saturation": { |
| "title": "Color Saturation", |
| "description": "Determine the overall saturation of the image", |
| "type": "classifier", |
| "activation": "softmax", |
| "suggested_thresh": null, |
| "top_n": 1, |
| "labels": [ |
| "desaturated", |
| "neutral", |
| "saturated" |
| ] |
| }, |
| "color.theory": { |
| "title": "Color Theory", |
| "description": "Determine the color theory in the image", |
| "type": "classifier", |
| "activation": "softmax", |
| "suggested_thresh": null, |
| "top_n": 1, |
| "labels": [ |
| "analagous", |
| "complementary", |
| "monochrome" |
| ] |
| }, |
| "color.tones": { |
| "title": "Color Tones", |
| "description": "Determine the overall image color tonality", |
| "type": "classifier", |
| "activation": "softmax", |
| "suggested_thresh": null, |
| "top_n": 1, |
| "labels": [ |
| "blackwhite", |
| "cool", |
| "mixed", |
| "neutral", |
| "warm" |
| ] |
| }, |
| "shot.angle": { |
| "title": "Shot Angle", |
| "description": "Determing the camera angle relative to the subject (Vertical axis / Pitch)", |
| "type": "classifier", |
| "activation": "softmax", |
| "suggested_thresh": null, |
| "top_n": 1, |
| "labels": [ |
| "overhead", |
| "high-obvious", |
| "high-subtle", |
| "level", |
| "low-subtle", |
| "low-obvious", |
| "reverse-overhead", |
| "na" |
| ] |
| }, |
| "shot.composition": { |
| "title": "Shot Composition", |
| "description": "Determine which part of the image the eye is naturally directed towards", |
| "type": "classifier", |
| "activation": "softmax", |
| "suggested_thresh": null, |
| "top_n": 1, |
| "labels": [ |
| "balanced", |
| "center", |
| "left", |
| "right", |
| "na" |
| ] |
| }, |
| "shot.composition.symmetric": { |
| "title": "Shot Composition Symmetric", |
| "description": "Determine if the frame composition is symmetric or not", |
| "type": "classifier", |
| "activation": "sigmoid", |
| "suggested_thresh": 0.85, |
| "top_n": null, |
| "labels": [ |
| "likelihood" |
| ] |
| }, |
| "shot.content-rating": { |
| "title": "Shot Content-Rating", |
| "description": "Determine if there are NSFW elements in the frame", |
| "type": "classifier", |
| "activation": "softmax", |
| "suggested_thresh": null, |
| "top_n": 1, |
| "labels": [ |
| "nsfw-explosions-collisions", |
| "nsfw-nudity", |
| "nsfw-violence", |
| "sfw", |
| "na" |
| ] |
| }, |
| "shot.focus": { |
| "title": "Shot Focus", |
| "description": "Determine the nature of lens focus in the frame", |
| "type": "classifier", |
| "activation": "softmax", |
| "suggested_thresh": null, |
| "top_n": 1, |
| "labels": [ |
| "deep", |
| "neutral", |
| "shallow", |
| "out", |
| "na" |
| ] |
| }, |
| "shot.framing": { |
| "title": "Shot Framing", |
| "description": "Determine the frame size of the shot", |
| "type": "classifier", |
| "activation": "softmax", |
| "suggested_thresh": null, |
| "top_n": 1, |
| "labels": [ |
| "extreme-wide", |
| "wide", |
| "full", |
| "medium-wide", |
| "medium", |
| "medium-closeup", |
| "closeup", |
| "extreme-closeup-face", |
| "extreme-closeup-face-macro-eyes-dual", |
| "extreme-closeup-face-macro-eye-single", |
| "extreme-closeup-face-macro-mouth", |
| "extreme-closeup-hands", |
| "extreme-closeup-body", |
| "extreme-closeup-prop", |
| "na" |
| ] |
| }, |
| "shot.height": { |
| "title": "Shot Height", |
| "description": "Determine the height of the camera relative to the subject", |
| "type" : "classifier", |
| "activation": "softmax", |
| "suggested_thresh": null, |
| "top_n": 1, |
| "labels": [ |
| "aerial", |
| "elevated", |
| "above-subject", |
| "eye-level", |
| "below-subject", |
| "ground-level", |
| "na" |
| ] |
| }, |
| "shot.lens-size": { |
| "title": "Shot Lens Size", |
| "description": "Determine the size of the lens used to shoot the frame", |
| "type": "classifier", |
| "activation": "softmax", |
| "suggested_thresh": null, |
| "top_n": 1, |
| "labels": [ |
| "fisheye-ultrawide", |
| "wide", |
| "medium", |
| "long", |
| "telephoto", |
| "na" |
| ] |
| }, |
| "shot.level.tilted": { |
| "title": "Shot Level Tilted", |
| "description": "Determine the angle of the camera relative to the horizon", |
| "type" : "classifier", |
| "activation": "sigmoid", |
| "suggested_thresh": 0.5, |
| "top_n": null, |
| "labels": [ |
| "likelihood" |
| ] |
| }, |
| "shot.lighting.cast": { |
| "title": "Shot Lighting Cast", |
| "description": "Determine the harshness of shadows and lit areas in the frame", |
| "type" : "classifier", |
| "activation": "softmax", |
| "suggested_thresh": null, |
| "top_n": 1, |
| "labels": [ |
| "soft", |
| "neutral", |
| "hard", |
| "na" |
| ] |
| }, |
| "shot.lighting.contrast": { |
| "title": "Shot Lighting Contrast", |
| "description": "Determine the overall lighting contrast in the frame", |
| "type" : "classifier", |
| "activation": "softmax", |
| "suggested_thresh": null, |
| "top_n": 1, |
| "labels": [ |
| "low", |
| "neutral", |
| "high", |
| "na" |
| ] |
| }, |
| "shot.lighting.direction": { |
| "title": "Shot Lighting Direction", |
| "description": "Determine the direction of the main lighting source", |
| "type" : "classifier", |
| "activation": "sigmoid", |
| "suggested_thresh": 0.67, |
| "top_n": null, |
| "labels": [ |
| "ambient", |
| "back", |
| "front", |
| "left", |
| "right", |
| "top", |
| "under" |
| ] |
| }, |
| "shot.lighting.edge": { |
| "title": "Shot Lighting Edge", |
| "description": "Determine if the frame has edge lighting", |
| "type" : "classifier", |
| "activation": "sigmoid", |
| "suggested_thresh": 0.80, |
| "top_n": null, |
| "labels": [ |
| "likelihood" |
| ] |
| }, |
| "shot.lighting.silhouette": { |
| "title": "Shot Lighting Silhouette", |
| "description": "Determine if the frame has silhouette lighting", |
| "type" : "classifier", |
| "activation": "sigmoid", |
| "suggested_thresh": 0.82, |
| "top_n": null, |
| "labels": [ |
| "likelihood" |
| ] |
| }, |
| "shot.location": { |
| "title": "Shot Location", |
| "description": "Determine whether the frame was shot interior / exterior", |
| "type" : "classifier", |
| "activation": "softmax", |
| "suggested_thresh": null, |
| "top_n": 1, |
| "labels": [ |
| "exterior", |
| "interior", |
| "na" |
| ] |
| }, |
| "shot.set": { |
| "title": "Shot Set", |
| "description": "Determine where the frame was shot", |
| "type" : "classifier", |
| "activation": "softmax", |
| "suggested_thresh": null, |
| "top_n": 1, |
| "labels": [ |
| "apartment-exterior", |
| "church-exterior", |
| "factory-exterior", |
| "house-exterior", |
| "lighthouse", |
| "mansion-exterior", |
| "office-exterior", |
| "skyscraper", |
| "store-exterior", |
| "airstrip", |
| "alley", |
| "bridge", |
| "entrance-exterior", |
| "gas-station", |
| "highway", |
| "parking-lot", |
| "path", |
| "phone-booth", |
| "rooftop", |
| "runway", |
| "sewer", |
| "terrace", |
| "tunnel", |
| "under-bridge", |
| "beach", |
| "cave", |
| "desert", |
| "farm", |
| "forest", |
| "garden", |
| "golf-course", |
| "graveyard", |
| "lawn", |
| "park", |
| "sea", |
| "sky", |
| "space", |
| "underwater", |
| "bar-counter", |
| "bar-interior", |
| "casino", |
| "church-interior", |
| "diner-interior", |
| "nightclub", |
| "poker-table", |
| "restaurant-interior", |
| "strip-club", |
| "theatre-interior", |
| "bathroom-private", |
| "bathroom-public", |
| "bathroom-shower", |
| "bathtub", |
| "bedroom", |
| "dining-room", |
| "house-interior", |
| "kitchen", |
| "living-room", |
| "mansion-interior", |
| "palace-interior", |
| "refridgerator", |
| "study-room", |
| "walk-in-closet", |
| "classroom", |
| "command-center", |
| "courtroom", |
| "courtroom-judge-bench", |
| "courtroom-witness-stand", |
| "dressing-room", |
| "factory-interior", |
| "hospital", |
| "hospital-bedroom", |
| "interrogation-room", |
| "laboratory-regular", |
| "library", |
| "office-at-desk", |
| "office-conference-room", |
| "office-cubicle", |
| "office-interior", |
| "open-office", |
| "prison-cell", |
| "prison-interior", |
| "prison-phone-booth", |
| "store-clothing", |
| "store-grocery", |
| "store-miscellaneous-interior", |
| "studio-art", |
| "american-football-field", |
| "baseball-field", |
| "basketball-court", |
| "boxing-ring", |
| "football-field", |
| "ice-hockey-rink", |
| "race-track", |
| "swimming-pool", |
| "tennis-court", |
| "airport-interior", |
| "subway-station-interior", |
| "train-station-interior", |
| "train-station-platform", |
| "airplane-cabin", |
| "bus-interior", |
| "car-interior", |
| "car-interior-from-outside", |
| "cockpit", |
| "on-ship", |
| "spacecraft-interior", |
| "subway-train-interior", |
| "train-interior", |
| "na" |
| ] |
| }, |
| "shot.set-miscellaneous": { |
| "title": "Shot Set-Miscellaneous", |
| "description": "Determine where the frame was shot", |
| "type" : "classifier", |
| "activation": "sigmoid", |
| "suggested_thresh": 0.95, |
| "top_n": null, |
| "labels": [ |
| "aisle", |
| "bed", |
| "doorway", |
| "entrance-interior", |
| "fireplace", |
| "hallway", |
| "stage", |
| "staircase", |
| "window", |
| "city", |
| "driveway", |
| "road", |
| "rural", |
| "settlement", |
| "sidewalk", |
| "street", |
| "train-tracks", |
| "field", |
| "hill", |
| "lake", |
| "mountain", |
| "shore", |
| "waterbody", |
| "auditorium", |
| "ice-rink", |
| "indoor-stadium", |
| "pool-table", |
| "spectators", |
| "stadium", |
| "aircraft-exterior", |
| "airplane-exterior", |
| "bicycle-exterior", |
| "big-vehicle-exterior", |
| "bike-exterior", |
| "boat-exterior", |
| "bus-exterior", |
| "car-exterior", |
| "helicopter-exterior", |
| "ship-exterior", |
| "spacecraft-exterior", |
| "train-exterior", |
| "truck-exterior", |
| "two-wheeler", |
| "vehicle-aquatic", |
| "vehicle-grounded-exterior" |
| ] |
| }, |
| "shot.subject": { |
| "title": "Shot Subject", |
| "description": "Determine the subject implied by the frame", |
| "type" : "classifier", |
| "activation": "sigmoid", |
| "suggested_thresh": 0.82, |
| "top_n": null, |
| "labels": [ |
| "animal", |
| "body", |
| "face", |
| "feet", |
| "hands", |
| "location", |
| "person", |
| "prop", |
| "text", |
| "vehicle" |
| ] |
| }, |
| "shot.time-of-day": { |
| "title": "Shot Time-Of-Day", |
| "description": "Determine the time of day the frame takes place in", |
| "type" : "classifier", |
| "activation": "softmax", |
| "suggested_thresh": null, |
| "top_n": 1, |
| "labels": [ |
| "dawn-dusk", |
| "day", |
| "night", |
| "sunrise-sunset", |
| "na" |
| ] |
| }, |
| "shot.type": { |
| "title": "Shot Type", |
| "description": "Determine the number of subjects in the frame", |
| "type" : "classifier", |
| "activation": "softmax", |
| "suggested_thresh": null, |
| "top_n": 1, |
| "labels": [ |
| "cleansingle", |
| "twoshot", |
| "threeshot", |
| "fourshot", |
| "group", |
| "insert", |
| "na" |
| ] |
| }, |
| "shot.type.crowd": { |
| "title": "Shot Type Crowd", |
| "description": "Determine if the frame has a crowd of people in it", |
| "type" : "classifier", |
| "activation": "sigmoid", |
| "suggested_thresh": 0.85, |
| "top_n": null, |
| "labels": [ |
| "likelihood" |
| ] |
| }, |
| "shot.type.over-the-shoulder": { |
| "title": "Shot Type Over-The-Shoulder", |
| "description": "Determine if the frame was shot from an over the shoulder perspective", |
| "type" : "classifier", |
| "activation": "sigmoid", |
| "suggested_thresh": 0.77, |
| "top_n": null, |
| "labels": [ |
| "likelihood" |
| ] |
| }, |
| "texture": { |
| "title": "Texture", |
| "description": "Determine the overall texture in the frame", |
| "type" : "classifier", |
| "activation": "sigmoid", |
| "suggested_thresh": 0.85, |
| "top_n": null, |
| "labels": [ |
| "banded", |
| "blotchy", |
| "braided", |
| "bubbly", |
| "bumpy", |
| "chequered", |
| "cobwebbed", |
| "cracked", |
| "crosshatched", |
| "crystalline", |
| "dotted", |
| "fibrous", |
| "flecked", |
| "frilly", |
| "gauzy", |
| "grid", |
| "grooved", |
| "honeycombed", |
| "interlaced", |
| "knitted", |
| "lacelike", |
| "lined", |
| "marbled", |
| "matted", |
| "meshed", |
| "paisley", |
| "perforated", |
| "pitted", |
| "pleated", |
| "porous", |
| "potholed", |
| "scaly", |
| "smeared", |
| "spiralled", |
| "sprinkled", |
| "stained", |
| "stratified", |
| "striped", |
| "studded", |
| "swirly", |
| "veined", |
| "waffled", |
| "woven", |
| "wrinkled", |
| "zigzagged" |
| ] |
| } |
| }, |
| "probabilities_labels": [ |
| "color.contrast.low", |
| "color.contrast.neutral", |
| "color.contrast.high", |
| "color.key.blue", |
| "color.key.green", |
| "color.key.luma", |
| "color.key.matte", |
| "color.key.na", |
| "color.saturation.desaturated", |
| "color.saturation.neutral", |
| "color.saturation.saturated", |
| "color.theory.analagous", |
| "color.theory.complementary", |
| "color.theory.monochrome", |
| "color.tones.blackwhite", |
| "color.tones.cool", |
| "color.tones.mixed", |
| "color.tones.neutral", |
| "color.tones.warm", |
| "shot.angle.overhead", |
| "shot.angle.high-obvious", |
| "shot.angle.high-subtle", |
| "shot.angle.level", |
| "shot.angle.low-subtle", |
| "shot.angle.low-obvious", |
| "shot.angle.reverse-overhead", |
| "shot.angle.na", |
| "shot.composition.balanced", |
| "shot.composition.center", |
| "shot.composition.left", |
| "shot.composition.right", |
| "shot.composition.na", |
| "shot.composition.symmetric.likelihood", |
| "shot.content-rating.nsfw-explosions-collisions", |
| "shot.content-rating.nsfw-nudity", |
| "shot.content-rating.nsfw-violence", |
| "shot.content-rating.sfw", |
| "shot.content-rating.na", |
| "shot.focus.deep", |
| "shot.focus.neutral", |
| "shot.focus.shallow", |
| "shot.focus.out", |
| "shot.focus.na", |
| "shot.framing.extreme-wide", |
| "shot.framing.wide", |
| "shot.framing.full", |
| "shot.framing.medium-wide", |
| "shot.framing.medium", |
| "shot.framing.medium-closeup", |
| "shot.framing.closeup", |
| "shot.framing.extreme-closeup-face", |
| "shot.framing.extreme-closeup-face-macro-eyes-dual", |
| "shot.framing.extreme-closeup-face-macro-eye-single", |
| "shot.framing.extreme-closeup-face-macro-mouth", |
| "shot.framing.extreme-closeup-hands", |
| "shot.framing.extreme-closeup-body", |
| "shot.framing.extreme-closeup-prop", |
| "shot.framing.na", |
| "shot.height.aerial", |
| "shot.height.elevated", |
| "shot.height.above-subject", |
| "shot.height.eye-level", |
| "shot.height.below-subject", |
| "shot.height.ground-level", |
| "shot.height.na", |
| "shot.lens-size.fisheye-ultrawide", |
| "shot.lens-size.wide", |
| "shot.lens-size.medium", |
| "shot.lens-size.long", |
| "shot.lens-size.telephoto", |
| "shot.lens-size.na", |
| "shot.level.tilted.likelihood", |
| "shot.lighting.cast.soft", |
| "shot.lighting.cast.neutral", |
| "shot.lighting.cast.hard", |
| "shot.lighting.cast.na", |
| "shot.lighting.contrast.low", |
| "shot.lighting.contrast.neutral", |
| "shot.lighting.contrast.high", |
| "shot.lighting.contrast.na", |
| "shot.lighting.direction.ambient", |
| "shot.lighting.direction.back", |
| "shot.lighting.direction.front", |
| "shot.lighting.direction.left", |
| "shot.lighting.direction.right", |
| "shot.lighting.direction.top", |
| "shot.lighting.direction.under", |
| "shot.lighting.edge.likelihood", |
| "shot.lighting.silhouette.likelihood", |
| "shot.location.exterior", |
| "shot.location.interior", |
| "shot.location.na", |
| "shot.set.apartment-exterior", |
| "shot.set.church-exterior", |
| "shot.set.factory-exterior", |
| "shot.set.house-exterior", |
| "shot.set.lighthouse", |
| "shot.set.mansion-exterior", |
| "shot.set.office-exterior", |
| "shot.set.skyscraper", |
| "shot.set.store-exterior", |
| "shot.set.airstrip", |
| "shot.set.alley", |
| "shot.set.bridge", |
| "shot.set.entrance-exterior", |
| "shot.set.gas-station", |
| "shot.set.highway", |
| "shot.set.parking-lot", |
| "shot.set.path", |
| "shot.set.phone-booth", |
| "shot.set.rooftop", |
| "shot.set.runway", |
| "shot.set.sewer", |
| "shot.set.terrace", |
| "shot.set.tunnel", |
| "shot.set.under-bridge", |
| "shot.set.beach", |
| "shot.set.cave", |
| "shot.set.desert", |
| "shot.set.farm", |
| "shot.set.forest", |
| "shot.set.garden", |
| "shot.set.golf-course", |
| "shot.set.graveyard", |
| "shot.set.lawn", |
| "shot.set.park", |
| "shot.set.sea", |
| "shot.set.sky", |
| "shot.set.space", |
| "shot.set.underwater", |
| "shot.set.bar-counter", |
| "shot.set.bar-interior", |
| "shot.set.casino", |
| "shot.set.church-interior", |
| "shot.set.diner-interior", |
| "shot.set.nightclub", |
| "shot.set.poker-table", |
| "shot.set.restaurant-interior", |
| "shot.set.strip-club", |
| "shot.set.theatre-interior", |
| "shot.set.bathroom-private", |
| "shot.set.bathroom-public", |
| "shot.set.bathroom-shower", |
| "shot.set.bathtub", |
| "shot.set.bedroom", |
| "shot.set.dining-room", |
| "shot.set.house-interior", |
| "shot.set.kitchen", |
| "shot.set.living-room", |
| "shot.set.mansion-interior", |
| "shot.set.palace-interior", |
| "shot.set.refridgerator", |
| "shot.set.study-room", |
| "shot.set.walk-in-closet", |
| "shot.set.classroom", |
| "shot.set.command-center", |
| "shot.set.courtroom", |
| "shot.set.courtroom-judge-bench", |
| "shot.set.courtroom-witness-stand", |
| "shot.set.dressing-room", |
| "shot.set.factory-interior", |
| "shot.set.hospital", |
| "shot.set.hospital-bedroom", |
| "shot.set.interrogation-room", |
| "shot.set.laboratory-regular", |
| "shot.set.library", |
| "shot.set.office-at-desk", |
| "shot.set.office-conference-room", |
| "shot.set.office-cubicle", |
| "shot.set.office-interior", |
| "shot.set.open-office", |
| "shot.set.prison-cell", |
| "shot.set.prison-interior", |
| "shot.set.prison-phone-booth", |
| "shot.set.store-clothing", |
| "shot.set.store-grocery", |
| "shot.set.store-miscellaneous-interior", |
| "shot.set.studio-art", |
| "shot.set.american-football-field", |
| "shot.set.baseball-field", |
| "shot.set.basketball-court", |
| "shot.set.boxing-ring", |
| "shot.set.football-field", |
| "shot.set.ice-hockey-rink", |
| "shot.set.race-track", |
| "shot.set.swimming-pool", |
| "shot.set.tennis-court", |
| "shot.set.airport-interior", |
| "shot.set.subway-station-interior", |
| "shot.set.train-station-interior", |
| "shot.set.train-station-platform", |
| "shot.set.airplane-cabin", |
| "shot.set.bus-interior", |
| "shot.set.car-interior", |
| "shot.set.car-interior-from-outside", |
| "shot.set.cockpit", |
| "shot.set.on-ship", |
| "shot.set.spacecraft-interior", |
| "shot.set.subway-train-interior", |
| "shot.set.train-interior", |
| "shot.set.na", |
| "shot.set-miscellaneous.aisle", |
| "shot.set-miscellaneous.bed", |
| "shot.set-miscellaneous.doorway", |
| "shot.set-miscellaneous.entrance-interior", |
| "shot.set-miscellaneous.fireplace", |
| "shot.set-miscellaneous.hallway", |
| "shot.set-miscellaneous.stage", |
| "shot.set-miscellaneous.staircase", |
| "shot.set-miscellaneous.window", |
| "shot.set-miscellaneous.city", |
| "shot.set-miscellaneous.driveway", |
| "shot.set-miscellaneous.road", |
| "shot.set-miscellaneous.rural", |
| "shot.set-miscellaneous.settlement", |
| "shot.set-miscellaneous.sidewalk", |
| "shot.set-miscellaneous.street", |
| "shot.set-miscellaneous.train-tracks", |
| "shot.set-miscellaneous.field", |
| "shot.set-miscellaneous.hill", |
| "shot.set-miscellaneous.lake", |
| "shot.set-miscellaneous.mountain", |
| "shot.set-miscellaneous.shore", |
| "shot.set-miscellaneous.waterbody", |
| "shot.set-miscellaneous.auditorium", |
| "shot.set-miscellaneous.ice-rink", |
| "shot.set-miscellaneous.indoor-stadium", |
| "shot.set-miscellaneous.pool-table", |
| "shot.set-miscellaneous.spectators", |
| "shot.set-miscellaneous.stadium", |
| "shot.set-miscellaneous.aircraft-exterior", |
| "shot.set-miscellaneous.airplane-exterior", |
| "shot.set-miscellaneous.bicycle-exterior", |
| "shot.set-miscellaneous.big-vehicle-exterior", |
| "shot.set-miscellaneous.bike-exterior", |
| "shot.set-miscellaneous.boat-exterior", |
| "shot.set-miscellaneous.bus-exterior", |
| "shot.set-miscellaneous.car-exterior", |
| "shot.set-miscellaneous.helicopter-exterior", |
| "shot.set-miscellaneous.ship-exterior", |
| "shot.set-miscellaneous.spacecraft-exterior", |
| "shot.set-miscellaneous.train-exterior", |
| "shot.set-miscellaneous.truck-exterior", |
| "shot.set-miscellaneous.two-wheeler", |
| "shot.set-miscellaneous.vehicle-aquatic", |
| "shot.set-miscellaneous.vehicle-grounded-exterior", |
| "shot.subject.animal", |
| "shot.subject.body", |
| "shot.subject.face", |
| "shot.subject.feet", |
| "shot.subject.hands", |
| "shot.subject.location", |
| "shot.subject.person", |
| "shot.subject.prop", |
| "shot.subject.text", |
| "shot.subject.vehicle", |
| "shot.time-of-day.dawn-dusk", |
| "shot.time-of-day.day", |
| "shot.time-of-day.night", |
| "shot.time-of-day.sunrise-sunset", |
| "shot.time-of-day.na", |
| "shot.type.cleansingle", |
| "shot.type.twoshot", |
| "shot.type.threeshot", |
| "shot.type.fourshot", |
| "shot.type.group", |
| "shot.type.insert", |
| "shot.type.na", |
| "shot.type.crowd.likelihood", |
| "shot.type.over-the-shoulder.likelihood", |
| "texture.banded", |
| "texture.blotchy", |
| "texture.braided", |
| "texture.bubbly", |
| "texture.bumpy", |
| "texture.chequered", |
| "texture.cobwebbed", |
| "texture.cracked", |
| "texture.crosshatched", |
| "texture.crystalline", |
| "texture.dotted", |
| "texture.fibrous", |
| "texture.flecked", |
| "texture.frilly", |
| "texture.gauzy", |
| "texture.grid", |
| "texture.grooved", |
| "texture.honeycombed", |
| "texture.interlaced", |
| "texture.knitted", |
| "texture.lacelike", |
| "texture.lined", |
| "texture.marbled", |
| "texture.matted", |
| "texture.meshed", |
| "texture.paisley", |
| "texture.perforated", |
| "texture.pitted", |
| "texture.pleated", |
| "texture.porous", |
| "texture.potholed", |
| "texture.scaly", |
| "texture.smeared", |
| "texture.spiralled", |
| "texture.sprinkled", |
| "texture.stained", |
| "texture.stratified", |
| "texture.striped", |
| "texture.studded", |
| "texture.swirly", |
| "texture.veined", |
| "texture.waffled", |
| "texture.woven", |
| "texture.wrinkled", |
| "texture.zigzagged" |
| ], |
| "probabilities_meta": { |
| "color.contrast.low": { |
| "title": "Low Color Contrast", |
| "aliases": [ |
| "low colour contrast" |
| ], |
| "description": "" |
| }, |
| "color.contrast.neutral": { |
| "title": "Neutral Color Contrast", |
| "aliases": [ |
| "neutral colour contrast" |
| ], |
| "description": "" |
| }, |
| "color.contrast.high": { |
| "title": "High Color Contrast", |
| "aliases": [ |
| "high colour contrast" |
| ], |
| "description": "" |
| }, |
| "color.key.blue": { |
| "title": "Blue Screen", |
| "aliases": [], |
| "description": "" |
| }, |
| "color.key.green": { |
| "title": "Green Screen", |
| "aliases": [], |
| "description": "" |
| }, |
| "color.key.luma": { |
| "title": "Luma Key", |
| "aliases": [], |
| "description": "" |
| }, |
| "color.key.matte": { |
| "title": "Matte Key", |
| "aliases": [], |
| "description": "" |
| }, |
| "color.key.na": { |
| "title": "NA", |
| "aliases": [], |
| "description": "" |
| }, |
| "color.saturation.desaturated": { |
| "title": "Desaturated colors", |
| "aliases": [ |
| "muted colors", |
| "muted colours", |
| "desaturated colours", |
| "de-saturated colors", |
| "de-saturated colours" |
| ], |
| "description": "" |
| }, |
| "color.saturation.neutral": { |
| "title": "Neutral color saturation", |
| "aliases": [ |
| "neutral colour saturation", |
| "neutral saturation", |
| "neutral colors" |
| ], |
| "description": "" |
| }, |
| "color.saturation.saturated": { |
| "title": "Saturated colors", |
| "aliases": [ |
| "saturated colours", |
| "bright colors" |
| ], |
| "description": "" |
| }, |
| "color.theory.analagous": { |
| "title": "Analogous colors", |
| "aliases": [ |
| "analogous colours", |
| "analogous color scheme", |
| "analogous colour scheme", |
| "analogous color palette", |
| "analogous colour palette" |
| ], |
| "description": "" |
| }, |
| "color.theory.complementary": { |
| "title": "Complementary colors", |
| "aliases": [ |
| "complementary colours", |
| "complementary color scheme", |
| "complementary colour scheme", |
| "complementary color palette", |
| "complementary colour palette" |
| ], |
| "description": "" |
| }, |
| "color.theory.monochrome": { |
| "title": "Monochromatic colors", |
| "aliases": [ |
| "monochromatic", |
| "monochromatic colours", |
| "monochromatic color scheme", |
| "monochromatic color palette" |
| ], |
| "description": "" |
| }, |
| "color.tones.blackwhite": { |
| "title": "Black and White", |
| "aliases": [ |
| "black and white colors", |
| "black and white colours", |
| "black and white color tones", |
| "black and white colour tones", |
| "b&w colors", |
| "b&w colours", |
| "grayscale colors", |
| "grayscale colours" |
| ], |
| "description": "" |
| }, |
| "color.tones.cool": { |
| "title": "Cool color tones", |
| "aliases": [ |
| "cool colors", |
| "cool colours", |
| "cool color tonality", |
| "cool colour tonality", |
| "cool color tone", |
| "cool colour tone", |
| "cool tones" |
| ], |
| "description": "" |
| }, |
| "color.tones.mixed": { |
| "title": "Mixed color tones", |
| "aliases": [ |
| "mixed colors", |
| "mixed colours", |
| "mixed color tonality", |
| "mixed colour tonality", |
| "mixed color tones", |
| "mixed colour tones", |
| "mixed tones" |
| ], |
| "description": "" |
| }, |
| "color.tones.neutral": { |
| "title": "Neutral color tones", |
| "aliases": [ |
| "neutral tones", |
| "neutral tonality", |
| "neutral color tone", |
| "neutral colour tone" |
| ], |
| "description": "" |
| }, |
| "color.tones.warm": { |
| "title": "Warm color tones", |
| "aliases": [ |
| "warm colors", |
| "warm colours", |
| "warm color tonality", |
| "warm color tones", |
| "warm tones" |
| ], |
| "description": "" |
| }, |
| "shot.angle.overhead": { |
| "title": "Overhead", |
| "aliases": [ |
| "overhead angle", |
| "overhead shot", |
| "Bird's Eye View", |
| "God's Eye View", |
| "camera looking down at the subject" |
| ], |
| "description": "" |
| }, |
| "shot.angle.high-obvious": { |
| "title": "High Angle", |
| "aliases": [ |
| "high camera angle" |
| ], |
| "description": "" |
| }, |
| "shot.angle.high-subtle": { |
| "title": "Subtle High Angle", |
| "aliases": [ |
| "subtle high camera angle" |
| ], |
| "description": "" |
| }, |
| "shot.angle.level": { |
| "title": "Level Angle", |
| "aliases": [ |
| "levelled camera angle", |
| "no camera tilt" |
| ], |
| "description": "" |
| }, |
| "shot.angle.low-subtle": { |
| "title": "Subtle Low Angle", |
| "aliases": [ |
| "subtle low camera angle" |
| ], |
| "description": "" |
| }, |
| "shot.angle.low-obvious": { |
| "title": "Low Angle", |
| "aliases": [ |
| "low camera angle" |
| ], |
| "description": "" |
| }, |
| "shot.angle.reverse-overhead": { |
| "title": "Reverse Overhead angle", |
| "aliases": [ |
| "camera looking upwards", |
| "camera looking up", |
| "reverse overhead shot", |
| "reverse overhead" |
| ], |
| "description": "" |
| }, |
| "shot.angle.na": { |
| "title": "NA", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.composition.balanced": { |
| "title": "Balanced composition", |
| "aliases": [ |
| "balanced frame", |
| "balanced shot" |
| ], |
| "description": "" |
| }, |
| "shot.composition.center": { |
| "title": "Centered composition", |
| "aliases": [ |
| "center composition", |
| "subject in the center" |
| ], |
| "description": "" |
| }, |
| "shot.composition.left": { |
| "title": "Left-Heavy composition", |
| "aliases": [ |
| "subject on the left side", |
| "left heavy composition", |
| "visual weight on the left" |
| ], |
| "description": "" |
| }, |
| "shot.composition.right": { |
| "title": "Right-Heavy composition", |
| "aliases": [ |
| "subject on the right side", |
| "right heavy composition", |
| "visual weight on the right" |
| ], |
| "description": "" |
| }, |
| "shot.composition.na": { |
| "title": "NA", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.composition.symmetric.likelihood": { |
| "title": "Symmetric composition", |
| "aliases": ["symmetric"], |
| "description": "" |
| }, |
| "shot.content-rating.nsfw-explosions-collisions": { |
| "title": "Explosions and Collisions", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.content-rating.nsfw-nudity": { |
| "title": "NSFW: Nudity", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.content-rating.nsfw-violence": { |
| "title": "NSFW: Violence", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.content-rating.sfw": { |
| "title": "Safe for Work", |
| "aliases": [ |
| "SFW" |
| ], |
| "description": "" |
| }, |
| "shot.content-rating.na": { |
| "title": "NA", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.focus.deep": { |
| "title": "Deep Focus", |
| "aliases": [ |
| "Deep Depth of Field" |
| ], |
| "description": "" |
| }, |
| "shot.focus.neutral": { |
| "title": "Neutral Focus", |
| "aliases": [ |
| "neutral depth of field" |
| ], |
| "description": "" |
| }, |
| "shot.focus.shallow": { |
| "title": "Shallow Focus", |
| "aliases": [ |
| "Shallow Depth of Field", |
| "Narrow Focus", |
| "Narrow Depth of Field" |
| ], |
| "description": "" |
| }, |
| "shot.focus.out": { |
| "title": "Out of Focus", |
| "aliases": [ |
| "blurry shot", |
| "camera out of focus" |
| ], |
| "description": "" |
| }, |
| "shot.focus.na": { |
| "title": "NA", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.framing.extreme-wide": { |
| "title": "Extreme-Wide framing", |
| "aliases": [ |
| "extreme wide framing", |
| "extreme-wide shot", |
| "extreme wide shot" |
| ], |
| "description": "" |
| }, |
| "shot.framing.wide": { |
| "title": "Wide framing", |
| "aliases": [ |
| "wide shot" |
| ], |
| "description": "" |
| }, |
| "shot.framing.full": { |
| "title": "Full framing", |
| "aliases": [ |
| "Long framing", |
| "full shot" |
| ], |
| "description": "" |
| }, |
| "shot.framing.medium-wide": { |
| "title": "Medium-Wide framing", |
| "aliases": [ |
| "medium wide", |
| "medium-wide", |
| "Medium-Long framing", |
| "medium long shot", |
| "medium long framing", |
| "medium wide shot", |
| "medium wide framing", |
| "Cowboy framing", |
| "" |
| ], |
| "description": "" |
| }, |
| "shot.framing.medium": { |
| "title": "Medium framing", |
| "aliases": [ |
| "medium shot" |
| ], |
| "description": "" |
| }, |
| "shot.framing.medium-closeup": { |
| "title": "Medium-Closeup framing", |
| "aliases": [ |
| "medium-closeup", |
| "medium closeup shot", |
| "medium closeup framing" |
| ], |
| "description": "" |
| }, |
| "shot.framing.closeup": { |
| "title": "Closeup framing", |
| "aliases": [ |
| "closeup" |
| ], |
| "description": "" |
| }, |
| "shot.framing.extreme-closeup-face": { |
| "title": "Extreme-Closeup of a face", |
| "aliases": [ |
| "extreme-closeup", |
| "extreme closeup", |
| "extreme closeup of a face" |
| ], |
| "description": "" |
| }, |
| "shot.framing.extreme-closeup-face-macro-eyes-dual": { |
| "title": "Extreme-Closeup of two eyes", |
| "aliases": [ |
| "Macro shot of two eyes" |
| ], |
| "description": "" |
| }, |
| "shot.framing.extreme-closeup-face-macro-eye-single": { |
| "title": "Extreme-Closeup of an eye", |
| "aliases": [ |
| "Extreme closeup of an eye", |
| "Macro shot of an eye", |
| "Macro shot of one eye", |
| "extreme-closeup of one eye" |
| ], |
| "description": "" |
| }, |
| "shot.framing.extreme-closeup-face-macro-mouth": { |
| "title": "Extreme-Closeup of a mouth", |
| "aliases": [ |
| "Extreme Closeup of a mouth", |
| "Macro shot of a mouth" |
| ], |
| "description": "" |
| }, |
| "shot.framing.extreme-closeup-hands": { |
| "title": "Extreme-Closeup of hands", |
| "aliases": [ |
| "Extreme Closeup of hands" |
| ], |
| "description": "" |
| }, |
| "shot.framing.extreme-closeup-body": { |
| "title": "Extreme-Closeup of the human body", |
| "aliases": [ |
| "Extreme Closeup of the human body" |
| ], |
| "description": "" |
| }, |
| "shot.framing.extreme-closeup-prop": { |
| "title": "Extreme-Closeup of a prop", |
| "aliases": [ |
| "extreme closeup of an object", |
| "extreme-closeup of an object" |
| ], |
| "description": "" |
| }, |
| "shot.framing.na": { |
| "title": "NA", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.height.aerial": { |
| "title": "Aerial", |
| "aliases": [ |
| "Aerial perspective", |
| "aerial POV" |
| ], |
| "description": "" |
| }, |
| "shot.height.elevated": { |
| "title": "Elevated height", |
| "aliases": [ |
| "camera at an elevated height", |
| "elevated camera" |
| ], |
| "description": "" |
| }, |
| "shot.height.above-subject": { |
| "title": "Camera Above The Subject", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.height.eye-level": { |
| "title": "Camera At Eye Level", |
| "aliases": [ |
| "eye level", |
| "eye level shot", |
| "eye-level shot", |
| "camera at eye level", |
| "camera at eye-level", |
| "camera at the subject's eye level" |
| ], |
| "description": "" |
| }, |
| "shot.height.below-subject": { |
| "title": "Camera Below The Subject", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.height.ground-level": { |
| "title": "Camera At Ground Level", |
| "aliases": [ |
| "camera at floor level", |
| "floor level shot", |
| "ground level shot", |
| "camera on the ground", |
| "camera on the floor" |
| ], |
| "description": "" |
| }, |
| "shot.height.na": { |
| "title": "NA", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.lens-size.fisheye-ultrawide": { |
| "title": "Fisheye / Ultrawide Lens", |
| "aliases": [ |
| "fish-eye / ultrawide lens" |
| ], |
| "description": "" |
| }, |
| "shot.lens-size.wide": { |
| "title": "Wide Lens", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.lens-size.medium": { |
| "title": "Medium Lens", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.lens-size.long": { |
| "title": "Long Lens", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.lens-size.telephoto": { |
| "title": "Telephoto Lens", |
| "aliases": ["Zoom Lens"], |
| "description": "" |
| }, |
| "shot.lens-size.na": { |
| "title": "", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.level.tilted.likelihood": { |
| "title": "Dutch Angle", |
| "aliases": [ |
| "tilted camera", |
| "tilted shot", |
| "dutch-angle", |
| "dutch-angle shot", |
| "Dutch Angle shot", |
| "Canted shot" |
| ], |
| "description": "" |
| }, |
| "shot.lighting.cast.soft": { |
| "title": "Soft lighting cast", |
| "aliases": [ |
| "soft lighting" |
| ], |
| "description": "" |
| }, |
| "shot.lighting.cast.neutral": { |
| "title": "Neutral lighting cast", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.lighting.cast.hard": { |
| "title": "Hard lighting cast", |
| "aliases": [ |
| "hard lighting", |
| "harsh lighting", |
| "harsh lighting cast", |
| "hard lighting cast" |
| ], |
| "description": "" |
| }, |
| "shot.lighting.cast.na": { |
| "title": "NA", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.lighting.contrast.high": { |
| "title": "High contrast lighting", |
| "aliases": [ |
| "high lighting contrast" |
| ], |
| "description": "" |
| }, |
| "shot.lighting.contrast.low": { |
| "title": "Low contrast lighting", |
| "aliases": [ |
| "low lighting contrast" |
| ], |
| "description": "" |
| }, |
| "shot.lighting.contrast.neutral": { |
| "title": "Neutral contrast lighting", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.lighting.contrast.na": { |
| "title": "NA", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.lighting.direction.ambient": { |
| "title": "Ambient lighting", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.lighting.direction.back": { |
| "title": "Backlit", |
| "aliases": [ |
| "back lighting", |
| "backlit lighting", |
| "light behind the subject", |
| "back lighting" |
| ], |
| "description": "" |
| }, |
| "shot.lighting.direction.front": { |
| "title": "Frontlit", |
| "aliases": [ |
| "front lighting", |
| "light in front of the subject", |
| "light source in front of the subject" |
| ], |
| "description": "" |
| }, |
| "shot.lighting.direction.left": { |
| "title": "Left lighting", |
| "aliases": [ |
| "left-lit", |
| "Side lighting", |
| "Sidelit lighting", |
| "sidelit", |
| "light coming from the left", |
| "light coming from the left side", |
| "light coming from the left of the subject", |
| "light coming from the left side of the subject", |
| "light coming from the side", |
| "primary light source on the left", |
| "primary light source on the left side", |
| "primary light source on the side" |
| ], |
| "description": "" |
| }, |
| "shot.lighting.direction.right": { |
| "title": "Right lighting", |
| "aliases": [ |
| "right-lit", |
| "Side lighting", |
| "Sidelit lighting", |
| "sidelit", |
| "light coming from the right", |
| "light coming from the right side", |
| "light coming from the right of the subject", |
| "light coming from the right side of the subject", |
| "light coming from the side", |
| "primary light source on the right", |
| "primary light source on the right side", |
| "primary light source on the side" |
| ], |
| "description": "" |
| }, |
| "shot.lighting.direction.top": { |
| "title": "Top lighting", |
| "aliases": [ |
| "top lit", |
| "lit from the top", |
| "light coming from the top", |
| "light coming from on top of the subject", |
| "primary lighting source on the top", |
| "primary lighting source on the top of the subject" |
| ], |
| "description": "" |
| }, |
| "shot.lighting.direction.under": { |
| "title": "Underlit lighting", |
| "aliases": [ |
| "underlit", |
| "light coming from below", |
| "light coming from below the subject" |
| ], |
| "description": "" |
| }, |
| "shot.lighting.edge.likelihood": { |
| "title": "Edge lighting", |
| "aliases": [ |
| "edgelit", |
| "edge-lit" |
| ], |
| "description": "" |
| }, |
| "shot.lighting.silhouette.likelihood": { |
| "title": "Silhouette lighting", |
| "aliases": [ |
| "silhouette" |
| ], |
| "description": "" |
| }, |
| "shot.location.exterior": { |
| "title": "Exterior", |
| "aliases": [ |
| "outdoors" |
| ], |
| "description": "" |
| }, |
| "shot.location.interior": { |
| "title": "Interior", |
| "aliases": [ |
| "indoors" |
| ], |
| "description": "" |
| }, |
| "shot.location.na": { |
| "title": "NA", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.apartment-exterior": { |
| "title": "Apartment Building", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.church-exterior": { |
| "title": "Church Building", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.factory-exterior": { |
| "title": "Factory Building", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.house-exterior": { |
| "title": "House Building", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.lighthouse": { |
| "title": "Lighthouse", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.mansion-exterior": { |
| "title": "Mansion Building", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.office-exterior": { |
| "title": "Office Building", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.skyscraper": { |
| "title": "Skyscraper", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.store-exterior": { |
| "title": "Store Building", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.airstrip": { |
| "title": "Airstrip", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.alley": { |
| "title": "Alley", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.bridge": { |
| "title": "Bridge", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.entrance-exterior": { |
| "title": "Entrance Exterior", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.gas-station": { |
| "title": "Gas Station", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.highway": { |
| "title": "Highway", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.parking-lot": { |
| "title": "Parking Lot", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.path": { |
| "title": "Path", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.phone-booth": { |
| "title": "Phone Booth", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.rooftop": { |
| "title": "Rooftop", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.runway": { |
| "title": "Runway", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.sewer": { |
| "title": "Sewer", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.terrace": { |
| "title": "Terrace", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.tunnel": { |
| "title": "Tunnel", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.under-bridge": { |
| "title": "Under A Bridge", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.beach": { |
| "title": "Beach", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.cave": { |
| "title": "Cave", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.desert": { |
| "title": "Desert", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.farm": { |
| "title": "Farm", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.forest": { |
| "title": "Forest", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.garden": { |
| "title": "Garden", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.golf-course": { |
| "title": "Golf Course", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.graveyard": { |
| "title": "Graveyard", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.lawn": { |
| "title": "Lawn", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.park": { |
| "title": "Park", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.sea": { |
| "title": "Sea", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.sky": { |
| "title": "Sky", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.space": { |
| "title": "Space", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.underwater": { |
| "title": "Underwater", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.bar-counter": { |
| "title": "Bar Counter", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.bar-interior": { |
| "title": "Bar Interior", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.casino": { |
| "title": "Casino", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.church-interior": { |
| "title": "Church Interior", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.diner-interior": { |
| "title": "Diner Interior", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.nightclub": { |
| "title": "Nightclub", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.poker-table": { |
| "title": "Poker Table", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.restaurant-interior": { |
| "title": "Restaurant Interior", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.strip-club": { |
| "title": "Strip Club", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.theatre-interior": { |
| "title": "Theatre Interior", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.bathroom-private": { |
| "title": "Bathroom Private", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.bathroom-public": { |
| "title": "Bathroom Public", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.bathroom-shower": { |
| "title": "Bathroom Shower", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.bathtub": { |
| "title": "Bathtub", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.bedroom": { |
| "title": "Bedroom", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.dining-room": { |
| "title": "Dining Room", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.house-interior": { |
| "title": "House Interior", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.kitchen": { |
| "title": "Kitchen", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.living-room": { |
| "title": "Living Room", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.mansion-interior": { |
| "title": "Mansion Interior", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.palace-interior": { |
| "title": "Palace Interior", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.refridgerator": { |
| "title": "Refridgerator", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.study-room": { |
| "title": "Study Room", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.walk-in-closet": { |
| "title": "Walk In Closet", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.classroom": { |
| "title": "Classroom", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.command-center": { |
| "title": "Command Center", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.courtroom": { |
| "title": "Courtroom", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.courtroom-judge-bench": { |
| "title": "Courtroom Judge Bench", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.courtroom-witness-stand": { |
| "title": "Courtroom Witness Stand", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.dressing-room": { |
| "title": "Dressing Room", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.factory-interior": { |
| "title": "Factory Interior", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.hospital": { |
| "title": "Hospital", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.hospital-bedroom": { |
| "title": "Hospital Bedroom", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.interrogation-room": { |
| "title": "Interrogation Room", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.laboratory-regular": { |
| "title": "Laboratory Regular", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.library": { |
| "title": "Library", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.office-at-desk": { |
| "title": "Office At Desk", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.office-conference-room": { |
| "title": "Office Conference Room", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.office-cubicle": { |
| "title": "Office Cubicle", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.office-interior": { |
| "title": "Office Interior", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.open-office": { |
| "title": "Open Office", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.prison-cell": { |
| "title": "Prison Cell", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.prison-interior": { |
| "title": "Prison Interior", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.prison-phone-booth": { |
| "title": "Prison Phone Booth", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.store-clothing": { |
| "title": "Store Clothing", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.store-grocery": { |
| "title": "Store Grocery", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.store-miscellaneous-interior": { |
| "title": "Store Miscellaneous Interior", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.studio-art": { |
| "title": "Studio Art", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.american-football-field": { |
| "title": "American Football Field", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.baseball-field": { |
| "title": "Baseball Field", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.basketball-court": { |
| "title": "Basketball Court", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.boxing-ring": { |
| "title": "Boxing Ring", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.football-field": { |
| "title": "Football Field", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.ice-hockey-rink": { |
| "title": "Ice Hockey Rink", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.race-track": { |
| "title": "Race Track", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.swimming-pool": { |
| "title": "Swimming Pool", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.tennis-court": { |
| "title": "Tennis Court", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.airport-interior": { |
| "title": "Airport Interior", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.subway-station-interior": { |
| "title": "Subway Station Interior", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.train-station-interior": { |
| "title": "Train Station Interior", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.train-station-platform": { |
| "title": "Train Station Platform", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.airplane-cabin": { |
| "title": "Airplane Cabin", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.bus-interior": { |
| "title": "Bus Interior", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.car-interior": { |
| "title": "Car Interior", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.car-interior-from-outside": { |
| "title": "Car Interior From Outside", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.cockpit": { |
| "title": "Cockpit", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.on-ship": { |
| "title": "On Ship", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.spacecraft-interior": { |
| "title": "Spacecraft Interior", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.subway-train-interior": { |
| "title": "Subway Train Interior", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.train-interior": { |
| "title": "Train Interior", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set.na": { |
| "title": "NA", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set-miscellaneous.aisle": { |
| "title": "Aisle", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set-miscellaneous.bed": { |
| "title": "Bed", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set-miscellaneous.doorway": { |
| "title": "Doorway", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set-miscellaneous.entrance-interior": { |
| "title": "Entrance Interior", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set-miscellaneous.fireplace": { |
| "title": "Fireplace", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set-miscellaneous.hallway": { |
| "title": "Hallway", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set-miscellaneous.stage": { |
| "title": "Stage", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set-miscellaneous.staircase": { |
| "title": "Staircase", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set-miscellaneous.window": { |
| "title": "Window", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set-miscellaneous.city": { |
| "title": "City", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set-miscellaneous.driveway": { |
| "title": "Driveway", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set-miscellaneous.road": { |
| "title": "Road", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set-miscellaneous.rural": { |
| "title": "Rural", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set-miscellaneous.settlement": { |
| "title": "Settlement", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set-miscellaneous.sidewalk": { |
| "title": "Sidewalk", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set-miscellaneous.street": { |
| "title": "Street", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set-miscellaneous.train-tracks": { |
| "title": "Train Tracks", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set-miscellaneous.field": { |
| "title": "Field", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set-miscellaneous.hill": { |
| "title": "Hill", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set-miscellaneous.lake": { |
| "title": "Lake", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set-miscellaneous.mountain": { |
| "title": "Mountain", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set-miscellaneous.shore": { |
| "title": "Shore", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set-miscellaneous.waterbody": { |
| "title": "Waterbody", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set-miscellaneous.auditorium": { |
| "title": "Auditorium", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set-miscellaneous.ice-rink": { |
| "title": "Ice Rink", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set-miscellaneous.indoor-stadium": { |
| "title": "Indoor Stadium", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set-miscellaneous.pool-table": { |
| "title": "Pool Table", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set-miscellaneous.spectators": { |
| "title": "Spectators", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set-miscellaneous.stadium": { |
| "title": "Stadium", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set-miscellaneous.aircraft-exterior": { |
| "title": "Aircraft Exterior", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set-miscellaneous.airplane-exterior": { |
| "title": "Airplane Exterior", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set-miscellaneous.bicycle-exterior": { |
| "title": "Bicycle Exterior", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set-miscellaneous.big-vehicle-exterior": { |
| "title": "Big Vehicle Exterior", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set-miscellaneous.bike-exterior": { |
| "title": "Bike Exterior", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set-miscellaneous.boat-exterior": { |
| "title": "Boat Exterior", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set-miscellaneous.bus-exterior": { |
| "title": "Bus Exterior", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set-miscellaneous.car-exterior": { |
| "title": "Car Exterior", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set-miscellaneous.helicopter-exterior": { |
| "title": "Helicopter Exterior", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set-miscellaneous.ship-exterior": { |
| "title": "Ship Exterior", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set-miscellaneous.spacecraft-exterior": { |
| "title": "Spacecraft Exterior", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set-miscellaneous.train-exterior": { |
| "title": "Train Exterior", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set-miscellaneous.truck-exterior": { |
| "title": "Truck Exterior", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set-miscellaneous.two-wheeler": { |
| "title": "Two Wheeler", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set-miscellaneous.vehicle-aquatic": { |
| "title": "Vehicle Aquatic", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.set-miscellaneous.vehicle-grounded-exterior": { |
| "title": "Vehicle Grounded Exterior", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.subject.animal": { |
| "title": "Animal", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.subject.body": { |
| "title": "Body", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.subject.face": { |
| "title": "Face", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.subject.feet": { |
| "title": "Feet", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.subject.hands": { |
| "title": "Hands", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.subject.location": { |
| "title": "Location", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.subject.person": { |
| "title": "Person", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.subject.prop": { |
| "title": "Prop", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.subject.text": { |
| "title": "Text", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.subject.vehicle": { |
| "title": "Vehicle", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.time-of-day.dawn-dusk": { |
| "title": "Dawn Or Dusk", |
| "aliases": [ |
| "Twilight" |
| ], |
| "description": "" |
| }, |
| "shot.time-of-day.day": { |
| "title": "Day", |
| "aliases": [ |
| "Daytime", |
| "Day-time", |
| "day time" |
| ], |
| "description": "" |
| }, |
| "shot.time-of-day.night": { |
| "title": "Night", |
| "aliases": [ |
| "night time", |
| "Night-time" |
| ], |
| "description": "" |
| }, |
| "shot.time-of-day.sunrise-sunset": { |
| "title": "Sunrise Or Sunset", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.time-of-day.na": { |
| "title": "NA", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.type.cleansingle": { |
| "title": "Clean Single", |
| "aliases": [ |
| "Cleansingle", |
| "Single" |
| ], |
| "description": "" |
| }, |
| "shot.type.twoshot": { |
| "title": "Two Shot", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.type.threeshot": { |
| "title": "Three Shot", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.type.fourshot": { |
| "title": "Four Shot", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.type.group": { |
| "title": "Group Shot", |
| "aliases": [ |
| "a group of people" |
| ], |
| "description": "" |
| }, |
| "shot.type.insert": { |
| "title": "Insert Shot", |
| "aliases": [ |
| "Insert" |
| ], |
| "description": "" |
| }, |
| "shot.type.na": { |
| "title": "NA", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.type.crowd.likelihood": { |
| "title": "Crowd Shot", |
| "aliases": [], |
| "description": "" |
| }, |
| "shot.type.over-the-shoulder.likelihood": { |
| "title": "Over The Shoulder", |
| "aliases": [ |
| "OTS" |
| ], |
| "description": "" |
| }, |
| "texture.banded": { |
| "title": "Banded Texture", |
| "aliases": [], |
| "description": "" |
| }, |
| "texture.blotchy": { |
| "title": "Blotchy Texture", |
| "aliases": [], |
| "description": "" |
| }, |
| "texture.braided": { |
| "title": "Braided Texture", |
| "aliases": [], |
| "description": "" |
| }, |
| "texture.bubbly": { |
| "title": "Bubbly Texture", |
| "aliases": [], |
| "description": "" |
| }, |
| "texture.bumpy": { |
| "title": "Bumpy Texture", |
| "aliases": [], |
| "description": "" |
| }, |
| "texture.chequered": { |
| "title": "Chequered Texture", |
| "aliases": [], |
| "description": "" |
| }, |
| "texture.cobwebbed": { |
| "title": "Cobwebbed Texture", |
| "aliases": [], |
| "description": "" |
| }, |
| "texture.cracked": { |
| "title": "Cracked Texture", |
| "aliases": [], |
| "description": "" |
| }, |
| "texture.crosshatched": { |
| "title": "Crosshatched Texture", |
| "aliases": [], |
| "description": "" |
| }, |
| "texture.crystalline": { |
| "title": "Crystalline Texture", |
| "aliases": [], |
| "description": "" |
| }, |
| "texture.dotted": { |
| "title": "Dotted Texture", |
| "aliases": [], |
| "description": "" |
| }, |
| "texture.fibrous": { |
| "title": "Fibrous Texture", |
| "aliases": [], |
| "description": "" |
| }, |
| "texture.flecked": { |
| "title": "Flecked Texture", |
| "aliases": [], |
| "description": "" |
| }, |
| "texture.frilly": { |
| "title": "Frilly Texture", |
| "aliases": [], |
| "description": "" |
| }, |
| "texture.gauzy": { |
| "title": "Gauzy Texture", |
| "aliases": [], |
| "description": "" |
| }, |
| "texture.grid": { |
| "title": "Grid Texture", |
| "aliases": [], |
| "description": "" |
| }, |
| "texture.grooved": { |
| "title": "Grooved Texture", |
| "aliases": [], |
| "description": "" |
| }, |
| "texture.honeycombed": { |
| "title": "Honeycombed Texture", |
| "aliases": [], |
| "description": "" |
| }, |
| "texture.interlaced": { |
| "title": "Interlaced Texture", |
| "aliases": [], |
| "description": "" |
| }, |
| "texture.knitted": { |
| "title": "Knitted Texture", |
| "aliases": [], |
| "description": "" |
| }, |
| "texture.lacelike": { |
| "title": "Lacelike Texture", |
| "aliases": [], |
| "description": "" |
| }, |
| "texture.lined": { |
| "title": "Lined Texture", |
| "aliases": [], |
| "description": "" |
| }, |
| "texture.marbled": { |
| "title": "Marbled Texture", |
| "aliases": [], |
| "description": "" |
| }, |
| "texture.matted": { |
| "title": "Matted Texture", |
| "aliases": [], |
| "description": "" |
| }, |
| "texture.meshed": { |
| "title": "Meshed Texture", |
| "aliases": [], |
| "description": "" |
| }, |
| "texture.paisley": { |
| "title": "Paisley Texture", |
| "aliases": [], |
| "description": "" |
| }, |
| "texture.perforated": { |
| "title": "Perforated Texture", |
| "aliases": [], |
| "description": "" |
| }, |
| "texture.pitted": { |
| "title": "Pitted Texture", |
| "aliases": [], |
| "description": "" |
| }, |
| "texture.pleated": { |
| "title": "Pleated Texture", |
| "aliases": [], |
| "description": "" |
| }, |
| "texture.porous": { |
| "title": "Porous Texture", |
| "aliases": [], |
| "description": "" |
| }, |
| "texture.potholed": { |
| "title": "Potholed Texture", |
| "aliases": [], |
| "description": "" |
| }, |
| "texture.scaly": { |
| "title": "Scaly Texture", |
| "aliases": [], |
| "description": "" |
| }, |
| "texture.smeared": { |
| "title": "Smeared Texture", |
| "aliases": [], |
| "description": "" |
| }, |
| "texture.spiralled": { |
| "title": "Spiralled Texture", |
| "aliases": [], |
| "description": "" |
| }, |
| "texture.sprinkled": { |
| "title": "Sprinkled Texture", |
| "aliases": [], |
| "description": "" |
| }, |
| "texture.stained": { |
| "title": "Stained Texture", |
| "aliases": [], |
| "description": "" |
| }, |
| "texture.stratified": { |
| "title": "Stratified Texture", |
| "aliases": [], |
| "description": "" |
| }, |
| "texture.striped": { |
| "title": "Striped Texture", |
| "aliases": [], |
| "description": "" |
| }, |
| "texture.studded": { |
| "title": "Studded Texture", |
| "aliases": [], |
| "description": "" |
| }, |
| "texture.swirly": { |
| "title": "Swirly Texture", |
| "aliases": [], |
| "description": "" |
| }, |
| "texture.veined": { |
| "title": "Veined Texture", |
| "aliases": [], |
| "description": "" |
| }, |
| "texture.waffled": { |
| "title": "Waffled Texture", |
| "aliases": [], |
| "description": "" |
| }, |
| "texture.woven": { |
| "title": "Woven Texture", |
| "aliases": [], |
| "description": "" |
| }, |
| "texture.wrinkled": { |
| "title": "Wrinkled Texture", |
| "aliases": [], |
| "description": "" |
| }, |
| "texture.zigzagged": { |
| "title": "Zigzagged Texture", |
| "aliases": [], |
| "description": "" |
| } |
| }, |
| "preprocessing": { |
| "input_height": 384, |
| "input_width": 640, |
| "normalisation_mean": [ |
| 0.485, |
| 0.456, |
| 0.406 |
| ], |
| "normalisation_stdev": [ |
| 0.229, |
| 0.224, |
| 0.225 |
| ], |
| "interpolation": "bilinear", |
| "output_format": "RGB", |
| "resize_method": "squish", |
| "pad_fill": null |
| } |
| } |