CoolFace
Modelpublic

pablete/CinemaCLIP

sourceHugging Faceopenrailupdated 1mo agoView on Hugging Face
0likes27downloads
CinemaNetSchema.json2880 linesDownload Raw Back to root
1{2    "version": "2.0.0",3    "model": null,4    "license": "Commercial",5    "meta": "",6    "concepts": [7        "color",8        "shot",9        "texture"10    ],11    "concepts_meta": {12        "color": {13            "title": "Color",14            "description": "",15            "categories": [16                "color.contrast",17                "color.key",18                "color.saturation",19                "color.theory",20                "color.tones"21            ]22        },23 24        "shot": {25            "title": "Shot",26            "description": "",27            "categories": [28                "shot.angle",29                "shot.composition",30                "shot.composition.symmetric",31                "shot.content-rating",32                "shot.focus",33                "shot.framing",34                "shot.height",35                "shot.lens-size",36                "shot.level.tilted",37                "shot.lighting.cast",38                "shot.lighting.contrast",39                "shot.lighting.direction",40                "shot.lighting.edge",41                "shot.lighting.silhouette",42                "shot.location",43                "shot.set",44                "shot.set-miscellaneous",45                "shot.subject",46                "shot.time-of-day",47                "shot.type",48                "shot.type.crowd",49                "shot.type.over-the-shoulder"50            ]51        },52        "texture": {53            "title": "Texture",54            "description": "",55            "categories": [56                "texture"57            ]58        }59    },60    "categories": [61        "color.contrast",62        "color.key",63        "color.saturation",64        "color.theory",65        "color.tones",66        "shot.angle",67        "shot.composition",68        "shot.composition.symmetric",69        "shot.content-rating",70        "shot.focus",71        "shot.framing",72        "shot.height",73        "shot.lens-size",74        "shot.level.tilted",75        "shot.lighting.cast",76        "shot.lighting.contrast",77        "shot.lighting.direction",78        "shot.lighting.edge",79        "shot.lighting.silhouette",80        "shot.location",81        "shot.set",82        "shot.set-miscellaneous",83        "shot.subject",84        "shot.time-of-day",85        "shot.type",86        "shot.type.crowd",87        "shot.type.over-the-shoulder",88        "texture"89    ],90    "categories_meta": {91        "color.contrast": {92            "title": "Color Contrast",93            "description": "Determine the degree of color contrast in the image",94            "type": "classifier",95            "activation": "softmax",96            "suggested_thresh": null,97            "top_n": 1,98            "labels": [99                "low",100                "neutral",101                "high"102            ]103        },104        "color.key": {105            "title": "Color Key",106            "description": "Determine if image is meant to be keyed",107            "type": "classifier",108            "activation": "softmax",109            "suggested_thresh": null,110            "top_n": 1,111            "labels": [112                "blue",113                "green",114                "luma",115                "matte",116                "na"117            ]118        },119        "color.saturation": {120            "title": "Color Saturation",121            "description": "Determine the overall saturation of the image",122            "type": "classifier",123            "activation": "softmax",124            "suggested_thresh": null,125            "top_n": 1,126            "labels": [127                "desaturated",128                "neutral",129                "saturated"130            ]131        },132        "color.theory": {133            "title": "Color Theory",134            "description": "Determine the color theory in the image",135            "type": "classifier",136            "activation": "softmax",137            "suggested_thresh": null,138            "top_n": 1,139            "labels": [140                "analagous",141                "complementary",142                "monochrome"143            ]144        },145        "color.tones": {146            "title": "Color Tones",147            "description": "Determine the overall image color tonality",148            "type": "classifier",149            "activation": "softmax",150            "suggested_thresh": null,151            "top_n": 1,152            "labels": [153                "blackwhite",154                "cool",155                "mixed",156                "neutral",157                "warm"158            ]159        },160        "shot.angle": {161            "title": "Shot Angle",162            "description": "Determing the camera angle relative to the subject (Vertical axis / Pitch)",163            "type": "classifier",164            "activation": "softmax",165            "suggested_thresh": null,166            "top_n": 1,167            "labels": [168                "overhead",169                "high-obvious",170                "high-subtle",171                "level",172                "low-subtle",173                "low-obvious",174                "reverse-overhead",175                "na"176            ]177        },178        "shot.composition": {179            "title": "Shot Composition",180            "description": "Determine which part of the image the eye is naturally directed towards",181            "type": "classifier",182            "activation": "softmax",183            "suggested_thresh": null,184            "top_n": 1,185            "labels": [186                "balanced",187                "center",188                "left",189                "right",190                "na"191            ]192        },193        "shot.composition.symmetric": {194            "title": "Shot Composition Symmetric",195            "description": "Determine if the frame composition is symmetric or not",196            "type": "classifier",197            "activation": "sigmoid",198            "suggested_thresh": 0.85,199            "top_n": null,200            "labels": [201                "likelihood"202            ]203        },204        "shot.content-rating": {205            "title": "Shot Content-Rating",206            "description": "Determine if there are NSFW elements in the frame",207            "type": "classifier",208            "activation": "softmax",209            "suggested_thresh": null,210            "top_n": 1,211            "labels": [212                "nsfw-explosions-collisions",213                "nsfw-nudity",214                "nsfw-violence",215                "sfw",216                "na"217            ]218        },219        "shot.focus": {220            "title": "Shot Focus",221            "description": "Determine the nature of lens focus in the frame",222            "type": "classifier",223            "activation": "softmax",224            "suggested_thresh": null,225            "top_n": 1,226            "labels": [227                "deep",228                "neutral",229                "shallow",230                "out",231                "na"232            ]233        },234        "shot.framing": {235            "title": "Shot Framing",236            "description": "Determine the frame size of the shot",237            "type": "classifier",238            "activation": "softmax",239            "suggested_thresh": null,240            "top_n": 1,241            "labels": [242                "extreme-wide",243                "wide",244                "full",245                "medium-wide",246                "medium",247                "medium-closeup",248                "closeup",249                "extreme-closeup-face",250                "extreme-closeup-face-macro-eyes-dual",251                "extreme-closeup-face-macro-eye-single",252                "extreme-closeup-face-macro-mouth",253                "extreme-closeup-hands",254                "extreme-closeup-body",255                "extreme-closeup-prop",256                "na"257            ]258        },259        "shot.height": {260            "title": "Shot Height",261            "description": "Determine the height of the camera relative to the subject",262            "type" : "classifier",263            "activation": "softmax",264            "suggested_thresh": null,265            "top_n": 1,266            "labels": [267                "aerial",268                "elevated",269                "above-subject",270                "eye-level",271                "below-subject",272                "ground-level",273                "na"274            ]275        },276        "shot.lens-size": {277            "title": "Shot Lens Size",278            "description": "Determine the size of the lens used to shoot the frame",279            "type": "classifier",280            "activation": "softmax",281            "suggested_thresh": null,282            "top_n": 1,283            "labels": [284                "fisheye-ultrawide",285                "wide",286                "medium",287                "long",288                "telephoto",289                "na"290            ]291        },292        "shot.level.tilted": {293            "title": "Shot Level Tilted",294            "description": "Determine the angle of the camera relative to the horizon",295            "type" : "classifier",296            "activation": "sigmoid",297            "suggested_thresh": 0.5,298            "top_n": null,299            "labels": [300                "likelihood"301            ]302        },303        "shot.lighting.cast": {304            "title": "Shot Lighting Cast",305            "description": "Determine the harshness of shadows and lit areas in the frame",306            "type" : "classifier",307            "activation": "softmax",308            "suggested_thresh": null,309            "top_n": 1,310            "labels": [311                "soft",312                "neutral",313                "hard",314                "na"315            ]316        },317        "shot.lighting.contrast": {318            "title": "Shot Lighting Contrast",319            "description": "Determine the overall lighting contrast in the frame",320            "type" : "classifier",321            "activation": "softmax",322            "suggested_thresh": null,323            "top_n": 1,324            "labels": [325                "low",326                "neutral",327                "high",328                "na"329            ]330        },331        "shot.lighting.direction": {332            "title": "Shot Lighting Direction",333            "description": "Determine the direction of the main lighting source",334            "type" : "classifier",335            "activation": "sigmoid",336            "suggested_thresh": 0.67,337            "top_n": null,338            "labels": [339                "ambient",340                "back",341                "front",342                "left",343                "right",344                "top",345                "under"346            ]347        },348        "shot.lighting.edge": {349            "title": "Shot Lighting Edge",350            "description": "Determine if the frame has edge lighting",351            "type" : "classifier",352            "activation": "sigmoid",353            "suggested_thresh": 0.80,354            "top_n": null,355            "labels": [356                "likelihood"357            ]358        },359        "shot.lighting.silhouette": {360            "title": "Shot Lighting Silhouette",361            "description": "Determine if the frame has silhouette lighting",362            "type" : "classifier",363            "activation": "sigmoid",364            "suggested_thresh": 0.82,365            "top_n": null,366            "labels": [367                "likelihood"368            ]369        },370        "shot.location": {371            "title": "Shot Location",372            "description": "Determine whether the frame was shot interior / exterior",373            "type" : "classifier",374            "activation": "softmax",375            "suggested_thresh": null,376            "top_n": 1,377            "labels": [378                "exterior",379                "interior",380                "na"381            ]382        },383        "shot.set": {384            "title": "Shot Set",385            "description": "Determine where the frame was shot",386            "type" : "classifier",387            "activation": "softmax",388            "suggested_thresh": null,389            "top_n": 1,390            "labels": [391                "apartment-exterior",392                "church-exterior",393                "factory-exterior",394                "house-exterior",395                "lighthouse",396                "mansion-exterior",397                "office-exterior",398                "skyscraper",399                "store-exterior",400                "airstrip",401                "alley",402                "bridge",403                "entrance-exterior",404                "gas-station",405                "highway",406                "parking-lot",407                "path",408                "phone-booth",409                "rooftop",410                "runway",411                "sewer",412                "terrace",413                "tunnel",414                "under-bridge",415                "beach",416                "cave",417                "desert",418                "farm",419                "forest",420                "garden",421                "golf-course",422                "graveyard",423                "lawn",424                "park",425                "sea",426                "sky",427                "space",428                "underwater",429                "bar-counter",430                "bar-interior",431                "casino",432                "church-interior",433                "diner-interior",434                "nightclub",435                "poker-table",436                "restaurant-interior",437                "strip-club",438                "theatre-interior",439                "bathroom-private",440                "bathroom-public",441                "bathroom-shower",442                "bathtub",443                "bedroom",444                "dining-room",445                "house-interior",446                "kitchen",447                "living-room",448                "mansion-interior",449                "palace-interior",450                "refridgerator",451                "study-room",452                "walk-in-closet",453                "classroom",454                "command-center",455                "courtroom",456                "courtroom-judge-bench",457                "courtroom-witness-stand",458                "dressing-room",459                "factory-interior",460                "hospital",461                "hospital-bedroom",462                "interrogation-room",463                "laboratory-regular",464                "library",465                "office-at-desk",466                "office-conference-room",467                "office-cubicle",468                "office-interior",469                "open-office",470                "prison-cell",471                "prison-interior",472                "prison-phone-booth",473                "store-clothing",474                "store-grocery",475                "store-miscellaneous-interior",476                "studio-art",477                "american-football-field",478                "baseball-field",479                "basketball-court",480                "boxing-ring",481                "football-field",482                "ice-hockey-rink",483                "race-track",484                "swimming-pool",485                "tennis-court",486                "airport-interior",487                "subway-station-interior",488                "train-station-interior",489                "train-station-platform",490                "airplane-cabin",491                "bus-interior",492                "car-interior",493                "car-interior-from-outside",494                "cockpit",495                "on-ship",496                "spacecraft-interior",497                "subway-train-interior",498                "train-interior",499                "na"500            ]501        },502        "shot.set-miscellaneous": {503            "title": "Shot Set-Miscellaneous",504            "description": "Determine where the frame was shot",505            "type" : "classifier",506            "activation": "sigmoid",507            "suggested_thresh": 0.95,508            "top_n": null,509            "labels": [510                "aisle",511                "bed",512                "doorway",513                "entrance-interior",514                "fireplace",515                "hallway",516                "stage",517                "staircase",518                "window",519                "city",520                "driveway",521                "road",522                "rural",523                "settlement",524                "sidewalk",525                "street",526                "train-tracks",527                "field",528                "hill",529                "lake",530                "mountain",531                "shore",532                "waterbody",533                "auditorium",534                "ice-rink",535                "indoor-stadium",536                "pool-table",537                "spectators",538                "stadium",539                "aircraft-exterior",540                "airplane-exterior",541                "bicycle-exterior",542                "big-vehicle-exterior",543                "bike-exterior",544                "boat-exterior",545                "bus-exterior",546                "car-exterior",547                "helicopter-exterior",548                "ship-exterior",549                "spacecraft-exterior",550                "train-exterior",551                "truck-exterior",552                "two-wheeler",553                "vehicle-aquatic",554                "vehicle-grounded-exterior"555            ]556        },557        "shot.subject": {558            "title": "Shot Subject",559            "description": "Determine the subject implied by the frame",560            "type" : "classifier",561            "activation": "sigmoid",562            "suggested_thresh": 0.82,563            "top_n": null,564            "labels": [565                "animal",566                "body",567                "face",568                "feet",569                "hands",570                "location",571                "person",572                "prop",573                "text",574                "vehicle"575            ]576        },577        "shot.time-of-day": {578            "title": "Shot Time-Of-Day",579            "description": "Determine the time of day the frame takes place in",580            "type" : "classifier",581            "activation": "softmax",582            "suggested_thresh": null,583            "top_n": 1,584            "labels": [585                "dawn-dusk",586                "day",587                "night",588                "sunrise-sunset",589                "na"590            ]591        },592        "shot.type": {593            "title": "Shot Type",594            "description": "Determine the number of subjects in the frame",595            "type" : "classifier",596            "activation": "softmax",597            "suggested_thresh": null,598            "top_n": 1,599            "labels": [600                "cleansingle",601                "twoshot",602                "threeshot",603                "fourshot",604                "group",605                "insert",606                "na"607            ]608        },609        "shot.type.crowd": {610            "title": "Shot Type Crowd",611            "description": "Determine if the frame has a crowd of people in it",612            "type" : "classifier",613            "activation": "sigmoid",614            "suggested_thresh": 0.85,615            "top_n": null,616            "labels": [617                "likelihood"618            ]619        },620        "shot.type.over-the-shoulder": {621            "title": "Shot Type Over-The-Shoulder",622            "description": "Determine if the frame was shot from an over the shoulder perspective",623            "type" : "classifier",624            "activation": "sigmoid",625            "suggested_thresh": 0.77,626            "top_n": null,627            "labels": [628                "likelihood"629            ]630        },631        "texture": {632            "title": "Texture",633            "description": "Determine the overall texture in the frame",634            "type" : "classifier",635            "activation": "sigmoid",636            "suggested_thresh": 0.85,637            "top_n": null,638            "labels": [639                "banded",640                "blotchy",641                "braided",642                "bubbly",643                "bumpy",644                "chequered",645                "cobwebbed",646                "cracked",647                "crosshatched",648                "crystalline",649                "dotted",650                "fibrous",651                "flecked",652                "frilly",653                "gauzy",654                "grid",655                "grooved",656                "honeycombed",657                "interlaced",658                "knitted",659                "lacelike",660                "lined",661                "marbled",662                "matted",663                "meshed",664                "paisley",665                "perforated",666                "pitted",667                "pleated",668                "porous",669                "potholed",670                "scaly",671                "smeared",672                "spiralled",673                "sprinkled",674                "stained",675                "stratified",676                "striped",677                "studded",678                "swirly",679                "veined",680                "waffled",681                "woven",682                "wrinkled",683                "zigzagged"684            ]685        }686    },687    "probabilities_labels": [688        "color.contrast.low",689        "color.contrast.neutral",690        "color.contrast.high",691        "color.key.blue",692        "color.key.green",693        "color.key.luma",694        "color.key.matte",695        "color.key.na",696        "color.saturation.desaturated",697        "color.saturation.neutral",698        "color.saturation.saturated",699        "color.theory.analagous",700        "color.theory.complementary",701        "color.theory.monochrome",702        "color.tones.blackwhite",703        "color.tones.cool",704        "color.tones.mixed",705        "color.tones.neutral",706        "color.tones.warm",707        "shot.angle.overhead",708        "shot.angle.high-obvious",709        "shot.angle.high-subtle",710        "shot.angle.level",711        "shot.angle.low-subtle",712        "shot.angle.low-obvious",713        "shot.angle.reverse-overhead",714        "shot.angle.na",715        "shot.composition.balanced",716        "shot.composition.center",717        "shot.composition.left",718        "shot.composition.right",719        "shot.composition.na",720        "shot.composition.symmetric.likelihood",721        "shot.content-rating.nsfw-explosions-collisions",722        "shot.content-rating.nsfw-nudity",723        "shot.content-rating.nsfw-violence",724        "shot.content-rating.sfw",725        "shot.content-rating.na",726        "shot.focus.deep",727        "shot.focus.neutral",728        "shot.focus.shallow",729        "shot.focus.out",730        "shot.focus.na",731        "shot.framing.extreme-wide",732        "shot.framing.wide",733        "shot.framing.full",734        "shot.framing.medium-wide",735        "shot.framing.medium",736        "shot.framing.medium-closeup",737        "shot.framing.closeup",738        "shot.framing.extreme-closeup-face",739        "shot.framing.extreme-closeup-face-macro-eyes-dual",740        "shot.framing.extreme-closeup-face-macro-eye-single",741        "shot.framing.extreme-closeup-face-macro-mouth",742        "shot.framing.extreme-closeup-hands",743        "shot.framing.extreme-closeup-body",744        "shot.framing.extreme-closeup-prop",745        "shot.framing.na",746        "shot.height.aerial",747        "shot.height.elevated",748        "shot.height.above-subject",749        "shot.height.eye-level",750        "shot.height.below-subject",751        "shot.height.ground-level",752        "shot.height.na",753        "shot.lens-size.fisheye-ultrawide",754        "shot.lens-size.wide",755        "shot.lens-size.medium",756        "shot.lens-size.long",757        "shot.lens-size.telephoto",758        "shot.lens-size.na",759        "shot.level.tilted.likelihood",760        "shot.lighting.cast.soft",761        "shot.lighting.cast.neutral",762        "shot.lighting.cast.hard",763        "shot.lighting.cast.na",764        "shot.lighting.contrast.low",765        "shot.lighting.contrast.neutral",766        "shot.lighting.contrast.high",767        "shot.lighting.contrast.na",768        "shot.lighting.direction.ambient",769        "shot.lighting.direction.back",770        "shot.lighting.direction.front",771        "shot.lighting.direction.left",772        "shot.lighting.direction.right",773        "shot.lighting.direction.top",774        "shot.lighting.direction.under",775        "shot.lighting.edge.likelihood",776        "shot.lighting.silhouette.likelihood",777        "shot.location.exterior",778        "shot.location.interior",779        "shot.location.na",780        "shot.set.apartment-exterior",781        "shot.set.church-exterior",782        "shot.set.factory-exterior",783        "shot.set.house-exterior",784        "shot.set.lighthouse",785        "shot.set.mansion-exterior",786        "shot.set.office-exterior",787        "shot.set.skyscraper",788        "shot.set.store-exterior",789        "shot.set.airstrip",790        "shot.set.alley",791        "shot.set.bridge",792        "shot.set.entrance-exterior",793        "shot.set.gas-station",794        "shot.set.highway",795        "shot.set.parking-lot",796        "shot.set.path",797        "shot.set.phone-booth",798        "shot.set.rooftop",799        "shot.set.runway",800        "shot.set.sewer",801        "shot.set.terrace",802        "shot.set.tunnel",803        "shot.set.under-bridge",804        "shot.set.beach",805        "shot.set.cave",806        "shot.set.desert",807        "shot.set.farm",808        "shot.set.forest",809        "shot.set.garden",810        "shot.set.golf-course",811        "shot.set.graveyard",812        "shot.set.lawn",813        "shot.set.park",814        "shot.set.sea",815        "shot.set.sky",816        "shot.set.space",817        "shot.set.underwater",818        "shot.set.bar-counter",819        "shot.set.bar-interior",820        "shot.set.casino",821        "shot.set.church-interior",822        "shot.set.diner-interior",823        "shot.set.nightclub",824        "shot.set.poker-table",825        "shot.set.restaurant-interior",826        "shot.set.strip-club",827        "shot.set.theatre-interior",828        "shot.set.bathroom-private",829        "shot.set.bathroom-public",830        "shot.set.bathroom-shower",831        "shot.set.bathtub",832        "shot.set.bedroom",833        "shot.set.dining-room",834        "shot.set.house-interior",835        "shot.set.kitchen",836        "shot.set.living-room",837        "shot.set.mansion-interior",838        "shot.set.palace-interior",839        "shot.set.refridgerator",840        "shot.set.study-room",841        "shot.set.walk-in-closet",842        "shot.set.classroom",843        "shot.set.command-center",844        "shot.set.courtroom",845        "shot.set.courtroom-judge-bench",846        "shot.set.courtroom-witness-stand",847        "shot.set.dressing-room",848        "shot.set.factory-interior",849        "shot.set.hospital",850        "shot.set.hospital-bedroom",851        "shot.set.interrogation-room",852        "shot.set.laboratory-regular",853        "shot.set.library",854        "shot.set.office-at-desk",855        "shot.set.office-conference-room",856        "shot.set.office-cubicle",857        "shot.set.office-interior",858        "shot.set.open-office",859        "shot.set.prison-cell",860        "shot.set.prison-interior",861        "shot.set.prison-phone-booth",862        "shot.set.store-clothing",863        "shot.set.store-grocery",864        "shot.set.store-miscellaneous-interior",865        "shot.set.studio-art",866        "shot.set.american-football-field",867        "shot.set.baseball-field",868        "shot.set.basketball-court",869        "shot.set.boxing-ring",870        "shot.set.football-field",871        "shot.set.ice-hockey-rink",872        "shot.set.race-track",873        "shot.set.swimming-pool",874        "shot.set.tennis-court",875        "shot.set.airport-interior",876        "shot.set.subway-station-interior",877        "shot.set.train-station-interior",878        "shot.set.train-station-platform",879        "shot.set.airplane-cabin",880        "shot.set.bus-interior",881        "shot.set.car-interior",882        "shot.set.car-interior-from-outside",883        "shot.set.cockpit",884        "shot.set.on-ship",885        "shot.set.spacecraft-interior",886        "shot.set.subway-train-interior",887        "shot.set.train-interior",888        "shot.set.na",889        "shot.set-miscellaneous.aisle",890        "shot.set-miscellaneous.bed",891        "shot.set-miscellaneous.doorway",892        "shot.set-miscellaneous.entrance-interior",893        "shot.set-miscellaneous.fireplace",894        "shot.set-miscellaneous.hallway",895        "shot.set-miscellaneous.stage",896        "shot.set-miscellaneous.staircase",897        "shot.set-miscellaneous.window",898        "shot.set-miscellaneous.city",899        "shot.set-miscellaneous.driveway",900        "shot.set-miscellaneous.road",901        "shot.set-miscellaneous.rural",902        "shot.set-miscellaneous.settlement",903        "shot.set-miscellaneous.sidewalk",904        "shot.set-miscellaneous.street",905        "shot.set-miscellaneous.train-tracks",906        "shot.set-miscellaneous.field",907        "shot.set-miscellaneous.hill",908        "shot.set-miscellaneous.lake",909        "shot.set-miscellaneous.mountain",910        "shot.set-miscellaneous.shore",911        "shot.set-miscellaneous.waterbody",912        "shot.set-miscellaneous.auditorium",913        "shot.set-miscellaneous.ice-rink",914        "shot.set-miscellaneous.indoor-stadium",915        "shot.set-miscellaneous.pool-table",916        "shot.set-miscellaneous.spectators",917        "shot.set-miscellaneous.stadium",918        "shot.set-miscellaneous.aircraft-exterior",919        "shot.set-miscellaneous.airplane-exterior",920        "shot.set-miscellaneous.bicycle-exterior",921        "shot.set-miscellaneous.big-vehicle-exterior",922        "shot.set-miscellaneous.bike-exterior",923        "shot.set-miscellaneous.boat-exterior",924        "shot.set-miscellaneous.bus-exterior",925        "shot.set-miscellaneous.car-exterior",926        "shot.set-miscellaneous.helicopter-exterior",927        "shot.set-miscellaneous.ship-exterior",928        "shot.set-miscellaneous.spacecraft-exterior",929        "shot.set-miscellaneous.train-exterior",930        "shot.set-miscellaneous.truck-exterior",931        "shot.set-miscellaneous.two-wheeler",932        "shot.set-miscellaneous.vehicle-aquatic",933        "shot.set-miscellaneous.vehicle-grounded-exterior",934        "shot.subject.animal",935        "shot.subject.body",936        "shot.subject.face",937        "shot.subject.feet",938        "shot.subject.hands",939        "shot.subject.location",940        "shot.subject.person",941        "shot.subject.prop",942        "shot.subject.text",943        "shot.subject.vehicle",944        "shot.time-of-day.dawn-dusk",945        "shot.time-of-day.day",946        "shot.time-of-day.night",947        "shot.time-of-day.sunrise-sunset",948        "shot.time-of-day.na",949        "shot.type.cleansingle",950        "shot.type.twoshot",951        "shot.type.threeshot",952        "shot.type.fourshot",953        "shot.type.group",954        "shot.type.insert",955        "shot.type.na",956        "shot.type.crowd.likelihood",957        "shot.type.over-the-shoulder.likelihood",958        "texture.banded",959        "texture.blotchy",960        "texture.braided",961        "texture.bubbly",962        "texture.bumpy",963        "texture.chequered",964        "texture.cobwebbed",965        "texture.cracked",966        "texture.crosshatched",967        "texture.crystalline",968        "texture.dotted",969        "texture.fibrous",970        "texture.flecked",971        "texture.frilly",972        "texture.gauzy",973        "texture.grid",974        "texture.grooved",975        "texture.honeycombed",976        "texture.interlaced",977        "texture.knitted",978        "texture.lacelike",979        "texture.lined",980        "texture.marbled",981        "texture.matted",982        "texture.meshed",983        "texture.paisley",984        "texture.perforated",985        "texture.pitted",986        "texture.pleated",987        "texture.porous",988        "texture.potholed",989        "texture.scaly",990        "texture.smeared",991        "texture.spiralled",992        "texture.sprinkled",993        "texture.stained",994        "texture.stratified",995        "texture.striped",996        "texture.studded",997        "texture.swirly",998        "texture.veined",999        "texture.waffled",1000        "texture.woven",1001        "texture.wrinkled",1002        "texture.zigzagged"1003    ],1004    "probabilities_meta": {1005        "color.contrast.low": {1006            "title": "Low Color Contrast",1007            "aliases": [1008                "low colour contrast"1009            ],1010            "description": ""1011        },1012        "color.contrast.neutral": {1013            "title": "Neutral Color Contrast",1014            "aliases": [1015                "neutral colour contrast"1016            ],1017            "description": ""1018        },1019        "color.contrast.high": {1020            "title": "High Color Contrast",1021            "aliases": [1022                "high colour contrast"1023            ],1024            "description": ""1025        },1026        "color.key.blue": {1027            "title": "Blue Screen",1028            "aliases": [],1029            "description": ""1030        },1031        "color.key.green": {1032            "title": "Green Screen",1033            "aliases": [],1034            "description": ""1035        },1036        "color.key.luma": {1037            "title": "Luma Key",1038            "aliases": [],1039            "description": ""1040        },1041        "color.key.matte": {1042            "title": "Matte Key",1043            "aliases": [],1044            "description": ""1045        },1046        "color.key.na": {1047            "title": "NA",1048            "aliases": [],1049            "description": ""1050        },1051        "color.saturation.desaturated": {1052            "title": "Desaturated colors",1053            "aliases": [1054                "muted colors",1055                "muted colours",1056                "desaturated colours",1057                "de-saturated colors",1058                "de-saturated colours"1059            ],1060            "description": ""1061        },1062        "color.saturation.neutral": {1063            "title": "Neutral color saturation",1064            "aliases": [1065                "neutral colour saturation",1066                "neutral saturation",1067                "neutral colors"1068            ],1069            "description": ""1070        },1071        "color.saturation.saturated": {1072            "title": "Saturated colors",1073            "aliases": [1074                "saturated colours",1075                "bright colors"1076            ],1077            "description": ""1078        },1079        "color.theory.analagous": {1080            "title": "Analogous colors",1081            "aliases": [1082                "analogous colours",1083                "analogous color scheme",1084                "analogous colour scheme",1085                "analogous color palette",1086                "analogous colour palette"1087            ],1088            "description": ""1089        },1090        "color.theory.complementary": {1091            "title": "Complementary colors",1092            "aliases": [1093                "complementary colours",1094                "complementary color scheme",1095                "complementary colour scheme",1096                "complementary color palette",1097                "complementary colour palette"1098            ],1099            "description": ""1100        },1101        "color.theory.monochrome": {1102            "title": "Monochromatic colors",1103            "aliases": [1104                "monochromatic",1105                "monochromatic colours",1106                "monochromatic color scheme",1107                "monochromatic color palette"1108            ],1109            "description": ""1110        },1111        "color.tones.blackwhite": {1112            "title": "Black and White",1113            "aliases": [1114                "black and white colors",1115                "black and white colours",1116                "black and white color tones",1117                "black and white colour tones",1118                "b&w colors",1119                "b&w colours",1120                "grayscale colors",1121                "grayscale colours"1122            ],1123            "description": ""1124        },1125        "color.tones.cool": {1126            "title": "Cool color tones",1127            "aliases": [1128                "cool colors",1129                "cool colours",1130                "cool color tonality",1131                "cool colour tonality",1132                "cool color tone",1133                "cool colour tone",1134                "cool tones"1135            ],1136            "description": ""1137        },1138        "color.tones.mixed": {1139            "title": "Mixed color tones",1140            "aliases": [1141                "mixed colors",1142                "mixed colours",1143                "mixed color tonality",1144                "mixed colour tonality",1145                "mixed color tones",1146                "mixed colour tones",1147                "mixed tones"1148            ],1149            "description": ""1150        },1151        "color.tones.neutral": {1152            "title": "Neutral color tones",1153            "aliases": [1154                "neutral tones",1155                "neutral tonality",1156                "neutral color tone",1157                "neutral colour tone"1158            ],1159            "description": ""1160        },1161        "color.tones.warm": {1162            "title": "Warm color tones",1163            "aliases": [1164                "warm colors",1165                "warm colours",1166                "warm color tonality",1167                "warm color tones",1168                "warm tones"1169            ],1170            "description": ""1171        },1172        "shot.angle.overhead": {1173            "title": "Overhead",1174            "aliases": [1175                "overhead angle",1176                "overhead shot",1177                "Bird's Eye View",1178                "God's Eye View",1179                "camera looking down at the subject"1180            ],1181            "description": ""1182        },1183        "shot.angle.high-obvious": {1184            "title": "High Angle",1185            "aliases": [1186                "high camera angle"1187            ],1188            "description": ""1189        },1190        "shot.angle.high-subtle": {1191            "title": "Subtle High Angle",1192            "aliases": [1193                "subtle high camera angle"1194            ],1195            "description": ""1196        },1197        "shot.angle.level": {1198            "title": "Level Angle",1199            "aliases": [1200                "levelled camera angle",

Showing the first 1,200 of 2880 lines. Download the file for the rest.