Upload folder using huggingface_hub
Browse files- CinemaNetSchema.json +2013 -189
- ImageEncoder.mlmodel +2 -2
- ImageEncoder.mlpackage/Data/com.apple.CoreML/model.mlmodel +2 -2
- ImageEncoder.mlpackage/Data/com.apple.CoreML/weights/weight.bin +2 -2
- ImageEncoder.mlpackage/Manifest.json +1 -1
- ImageEncoder.onnx +2 -2
- ImageEncoder_fp16.onnx +2 -2
- TextEncoder.mlmodel +3 -0
- TextEncoder.mlpackage/Data/com.apple.CoreML/model.mlmodel +2 -2
- TextEncoder.mlpackage/Data/com.apple.CoreML/weights/weight.bin +2 -2
- TextEncoder.mlpackage/Manifest.json +1 -1
- TextEncoder.onnx +2 -2
- TextEncoder_fp16.onnx +2 -2
- config.json +1 -1
- model.safetensors +2 -2
CinemaNetSchema.json
CHANGED
|
@@ -1,10 +1,62 @@
|
|
| 1 |
{
|
| 2 |
-
"version": "
|
| 3 |
-
"model":
|
| 4 |
"license": "Commercial",
|
| 5 |
"meta": "",
|
| 6 |
-
"concepts": [
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
"categories": [
|
| 9 |
"color.contrast",
|
| 10 |
"color.key",
|
|
@@ -14,6 +66,7 @@
|
|
| 14 |
"shot.angle",
|
| 15 |
"shot.composition",
|
| 16 |
"shot.composition.symmetric",
|
|
|
|
| 17 |
"shot.focus",
|
| 18 |
"shot.framing",
|
| 19 |
"shot.height",
|
|
@@ -25,10 +78,14 @@
|
|
| 25 |
"shot.lighting.edge",
|
| 26 |
"shot.lighting.silhouette",
|
| 27 |
"shot.location",
|
|
|
|
|
|
|
|
|
|
| 28 |
"shot.time-of-day",
|
| 29 |
"shot.type",
|
| 30 |
"shot.type.crowd",
|
| 31 |
-
"shot.type.over-the-shoulder"
|
|
|
|
| 32 |
],
|
| 33 |
"categories_meta": {
|
| 34 |
"color.contrast": {
|
|
@@ -144,6 +201,21 @@
|
|
| 144 |
"likelihood"
|
| 145 |
]
|
| 146 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 147 |
"shot.focus": {
|
| 148 |
"title": "Shot Focus",
|
| 149 |
"description": "Determine the nature of lens focus in the frame",
|
|
@@ -187,7 +259,7 @@
|
|
| 187 |
"shot.height": {
|
| 188 |
"title": "Shot Height",
|
| 189 |
"description": "Determine the height of the camera relative to the subject",
|
| 190 |
-
"type": "classifier",
|
| 191 |
"activation": "softmax",
|
| 192 |
"suggested_thresh": null,
|
| 193 |
"top_n": 1,
|
|
@@ -220,7 +292,7 @@
|
|
| 220 |
"shot.level.tilted": {
|
| 221 |
"title": "Shot Level Tilted",
|
| 222 |
"description": "Determine the angle of the camera relative to the horizon",
|
| 223 |
-
"type": "classifier",
|
| 224 |
"activation": "sigmoid",
|
| 225 |
"suggested_thresh": 0.5,
|
| 226 |
"top_n": null,
|
|
@@ -231,7 +303,7 @@
|
|
| 231 |
"shot.lighting.cast": {
|
| 232 |
"title": "Shot Lighting Cast",
|
| 233 |
"description": "Determine the harshness of shadows and lit areas in the frame",
|
| 234 |
-
"type": "classifier",
|
| 235 |
"activation": "softmax",
|
| 236 |
"suggested_thresh": null,
|
| 237 |
"top_n": 1,
|
|
@@ -245,7 +317,7 @@
|
|
| 245 |
"shot.lighting.contrast": {
|
| 246 |
"title": "Shot Lighting Contrast",
|
| 247 |
"description": "Determine the overall lighting contrast in the frame",
|
| 248 |
-
"type": "classifier",
|
| 249 |
"activation": "softmax",
|
| 250 |
"suggested_thresh": null,
|
| 251 |
"top_n": 1,
|
|
@@ -259,7 +331,7 @@
|
|
| 259 |
"shot.lighting.direction": {
|
| 260 |
"title": "Shot Lighting Direction",
|
| 261 |
"description": "Determine the direction of the main lighting source",
|
| 262 |
-
"type": "classifier",
|
| 263 |
"activation": "sigmoid",
|
| 264 |
"suggested_thresh": 0.67,
|
| 265 |
"top_n": null,
|
|
@@ -276,9 +348,9 @@
|
|
| 276 |
"shot.lighting.edge": {
|
| 277 |
"title": "Shot Lighting Edge",
|
| 278 |
"description": "Determine if the frame has edge lighting",
|
| 279 |
-
"type": "classifier",
|
| 280 |
"activation": "sigmoid",
|
| 281 |
-
"suggested_thresh": 0.
|
| 282 |
"top_n": null,
|
| 283 |
"labels": [
|
| 284 |
"likelihood"
|
|
@@ -287,7 +359,7 @@
|
|
| 287 |
"shot.lighting.silhouette": {
|
| 288 |
"title": "Shot Lighting Silhouette",
|
| 289 |
"description": "Determine if the frame has silhouette lighting",
|
| 290 |
-
"type": "classifier",
|
| 291 |
"activation": "sigmoid",
|
| 292 |
"suggested_thresh": 0.82,
|
| 293 |
"top_n": null,
|
|
@@ -298,7 +370,7 @@
|
|
| 298 |
"shot.location": {
|
| 299 |
"title": "Shot Location",
|
| 300 |
"description": "Determine whether the frame was shot interior / exterior",
|
| 301 |
-
"type": "classifier",
|
| 302 |
"activation": "softmax",
|
| 303 |
"suggested_thresh": null,
|
| 304 |
"top_n": 1,
|
|
@@ -308,10 +380,204 @@
|
|
| 308 |
"na"
|
| 309 |
]
|
| 310 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 311 |
"shot.time-of-day": {
|
| 312 |
"title": "Shot Time-Of-Day",
|
| 313 |
"description": "Determine the time of day the frame takes place in",
|
| 314 |
-
"type": "classifier",
|
| 315 |
"activation": "softmax",
|
| 316 |
"suggested_thresh": null,
|
| 317 |
"top_n": 1,
|
|
@@ -326,7 +592,7 @@
|
|
| 326 |
"shot.type": {
|
| 327 |
"title": "Shot Type",
|
| 328 |
"description": "Determine the number of subjects in the frame",
|
| 329 |
-
"type": "classifier",
|
| 330 |
"activation": "softmax",
|
| 331 |
"suggested_thresh": null,
|
| 332 |
"top_n": 1,
|
|
@@ -343,7 +609,7 @@
|
|
| 343 |
"shot.type.crowd": {
|
| 344 |
"title": "Shot Type Crowd",
|
| 345 |
"description": "Determine if the frame has a crowd of people in it",
|
| 346 |
-
"type": "classifier",
|
| 347 |
"activation": "sigmoid",
|
| 348 |
"suggested_thresh": 0.85,
|
| 349 |
"top_n": null,
|
|
@@ -354,13 +620,68 @@
|
|
| 354 |
"shot.type.over-the-shoulder": {
|
| 355 |
"title": "Shot Type Over-The-Shoulder",
|
| 356 |
"description": "Determine if the frame was shot from an over the shoulder perspective",
|
| 357 |
-
"type": "classifier",
|
| 358 |
"activation": "sigmoid",
|
| 359 |
"suggested_thresh": 0.77,
|
| 360 |
"top_n": null,
|
| 361 |
"labels": [
|
| 362 |
"likelihood"
|
| 363 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 364 |
}
|
| 365 |
},
|
| 366 |
"probabilities_labels": [
|
|
@@ -397,6 +718,11 @@
|
|
| 397 |
"shot.composition.right",
|
| 398 |
"shot.composition.na",
|
| 399 |
"shot.composition.symmetric.likelihood",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 400 |
"shot.focus.deep",
|
| 401 |
"shot.focus.neutral",
|
| 402 |
"shot.focus.shallow",
|
|
@@ -451,6 +777,170 @@
|
|
| 451 |
"shot.location.exterior",
|
| 452 |
"shot.location.interior",
|
| 453 |
"shot.location.na",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 454 |
"shot.time-of-day.dawn-dusk",
|
| 455 |
"shot.time-of-day.day",
|
| 456 |
"shot.time-of-day.night",
|
|
@@ -464,22 +954,73 @@
|
|
| 464 |
"shot.type.insert",
|
| 465 |
"shot.type.na",
|
| 466 |
"shot.type.crowd.likelihood",
|
| 467 |
-
"shot.type.over-the-shoulder.likelihood"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 468 |
],
|
| 469 |
"probabilities_meta": {
|
| 470 |
"color.contrast.low": {
|
| 471 |
-
"title": "Low
|
| 472 |
-
"aliases": [
|
|
|
|
|
|
|
| 473 |
"description": ""
|
| 474 |
},
|
| 475 |
"color.contrast.neutral": {
|
| 476 |
-
"title": "Neutral
|
| 477 |
-
"aliases": [
|
|
|
|
|
|
|
| 478 |
"description": ""
|
| 479 |
},
|
| 480 |
"color.contrast.high": {
|
| 481 |
-
"title": "High
|
| 482 |
-
"aliases": [
|
|
|
|
|
|
|
| 483 |
"description": ""
|
| 484 |
},
|
| 485 |
"color.key.blue": {
|
|
@@ -508,87 +1049,157 @@
|
|
| 508 |
"description": ""
|
| 509 |
},
|
| 510 |
"color.saturation.desaturated": {
|
| 511 |
-
"title": "Desaturated",
|
| 512 |
"aliases": [
|
| 513 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 514 |
],
|
| 515 |
"description": ""
|
| 516 |
},
|
| 517 |
"color.saturation.neutral": {
|
| 518 |
-
"title": "Neutral
|
| 519 |
"aliases": [
|
|
|
|
|
|
|
| 520 |
"neutral colors"
|
| 521 |
],
|
| 522 |
"description": ""
|
| 523 |
},
|
| 524 |
"color.saturation.saturated": {
|
| 525 |
-
"title": "Saturated",
|
| 526 |
-
"aliases": [
|
|
|
|
|
|
|
|
|
|
| 527 |
"description": ""
|
| 528 |
},
|
| 529 |
"color.theory.analagous": {
|
| 530 |
-
"title": "Analogous
|
| 531 |
-
"aliases": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 532 |
"description": ""
|
| 533 |
},
|
| 534 |
"color.theory.complementary": {
|
| 535 |
-
"title": "Complementary
|
| 536 |
-
"aliases": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 537 |
"description": ""
|
| 538 |
},
|
| 539 |
"color.theory.monochrome": {
|
| 540 |
-
"title": "Monochromatic
|
| 541 |
-
"aliases": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 542 |
"description": ""
|
| 543 |
},
|
| 544 |
"color.tones.blackwhite": {
|
| 545 |
-
"title": "Black
|
| 546 |
"aliases": [
|
| 547 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 548 |
],
|
| 549 |
"description": ""
|
| 550 |
},
|
| 551 |
"color.tones.cool": {
|
| 552 |
-
"title": "Cool
|
| 553 |
-
"aliases": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 554 |
"description": ""
|
| 555 |
},
|
| 556 |
"color.tones.mixed": {
|
| 557 |
-
"title": "Mixed
|
| 558 |
-
"aliases": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 559 |
"description": ""
|
| 560 |
},
|
| 561 |
"color.tones.neutral": {
|
| 562 |
-
"title": "Neutral
|
| 563 |
-
"aliases": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 564 |
"description": ""
|
| 565 |
},
|
| 566 |
"color.tones.warm": {
|
| 567 |
-
"title": "Warm
|
| 568 |
-
"aliases": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 569 |
"description": ""
|
| 570 |
},
|
| 571 |
"shot.angle.overhead": {
|
| 572 |
-
"title": "Overhead
|
| 573 |
"aliases": [
|
|
|
|
|
|
|
| 574 |
"Bird's Eye View",
|
| 575 |
-
"God's Eye View"
|
|
|
|
| 576 |
],
|
| 577 |
"description": ""
|
| 578 |
},
|
| 579 |
"shot.angle.high-obvious": {
|
| 580 |
"title": "High Angle",
|
| 581 |
-
"aliases": [
|
|
|
|
|
|
|
| 582 |
"description": ""
|
| 583 |
},
|
| 584 |
"shot.angle.high-subtle": {
|
| 585 |
"title": "Subtle High Angle",
|
| 586 |
-
"aliases": [
|
|
|
|
|
|
|
| 587 |
"description": ""
|
| 588 |
},
|
| 589 |
"shot.angle.level": {
|
| 590 |
"title": "Level Angle",
|
| 591 |
-
"aliases": [
|
|
|
|
|
|
|
|
|
|
| 592 |
"description": ""
|
| 593 |
},
|
| 594 |
"shot.angle.low-subtle": {
|
|
@@ -606,8 +1217,13 @@
|
|
| 606 |
"description": ""
|
| 607 |
},
|
| 608 |
"shot.angle.reverse-overhead": {
|
| 609 |
-
"title": "Reverse Overhead
|
| 610 |
-
"aliases": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 611 |
"description": ""
|
| 612 |
},
|
| 613 |
"shot.angle.na": {
|
|
@@ -616,23 +1232,37 @@
|
|
| 616 |
"description": ""
|
| 617 |
},
|
| 618 |
"shot.composition.balanced": {
|
| 619 |
-
"title": "Balanced
|
| 620 |
-
"aliases": [
|
|
|
|
|
|
|
|
|
|
| 621 |
"description": ""
|
| 622 |
},
|
| 623 |
"shot.composition.center": {
|
| 624 |
-
"title": "Centered
|
| 625 |
-
"aliases": [
|
|
|
|
|
|
|
|
|
|
| 626 |
"description": ""
|
| 627 |
},
|
| 628 |
"shot.composition.left": {
|
| 629 |
-
"title": "Left-Heavy
|
| 630 |
-
"aliases": [
|
|
|
|
|
|
|
|
|
|
|
|
|
| 631 |
"description": ""
|
| 632 |
},
|
| 633 |
"shot.composition.right": {
|
| 634 |
-
"title": "Right-Heavy
|
| 635 |
-
"aliases": [
|
|
|
|
|
|
|
|
|
|
|
|
|
| 636 |
"description": ""
|
| 637 |
},
|
| 638 |
"shot.composition.na": {
|
|
@@ -641,7 +1271,34 @@
|
|
| 641 |
"description": ""
|
| 642 |
},
|
| 643 |
"shot.composition.symmetric.likelihood": {
|
| 644 |
-
"title": "Symmetric
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 645 |
"aliases": [],
|
| 646 |
"description": ""
|
| 647 |
},
|
|
@@ -655,8 +1312,7 @@
|
|
| 655 |
"shot.focus.neutral": {
|
| 656 |
"title": "Neutral Focus",
|
| 657 |
"aliases": [
|
| 658 |
-
"
|
| 659 |
-
"Normal Focus"
|
| 660 |
],
|
| 661 |
"description": ""
|
| 662 |
},
|
|
@@ -671,7 +1327,10 @@
|
|
| 671 |
},
|
| 672 |
"shot.focus.out": {
|
| 673 |
"title": "Out of Focus",
|
| 674 |
-
"aliases": [
|
|
|
|
|
|
|
|
|
|
| 675 |
"description": ""
|
| 676 |
},
|
| 677 |
"shot.focus.na": {
|
|
@@ -680,77 +1339,121 @@
|
|
| 680 |
"description": ""
|
| 681 |
},
|
| 682 |
"shot.framing.extreme-wide": {
|
| 683 |
-
"title": "Extreme-Wide
|
| 684 |
-
"aliases": [
|
|
|
|
|
|
|
|
|
|
|
|
|
| 685 |
"description": ""
|
| 686 |
},
|
| 687 |
"shot.framing.wide": {
|
| 688 |
-
"title": "Wide
|
| 689 |
-
"aliases": [
|
|
|
|
|
|
|
| 690 |
"description": ""
|
| 691 |
},
|
| 692 |
"shot.framing.full": {
|
| 693 |
-
"title": "Full
|
| 694 |
-
"aliases": [
|
|
|
|
|
|
|
|
|
|
| 695 |
"description": ""
|
| 696 |
},
|
| 697 |
"shot.framing.medium-wide": {
|
| 698 |
-
"title": "Medium-Wide
|
| 699 |
"aliases": [
|
| 700 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 701 |
],
|
| 702 |
"description": ""
|
| 703 |
},
|
| 704 |
"shot.framing.medium": {
|
| 705 |
-
"title": "Medium
|
| 706 |
-
"aliases": [
|
|
|
|
|
|
|
| 707 |
"description": ""
|
| 708 |
},
|
| 709 |
"shot.framing.medium-closeup": {
|
| 710 |
-
"title": "Medium
|
| 711 |
-
"aliases": [
|
|
|
|
|
|
|
|
|
|
|
|
|
| 712 |
"description": ""
|
| 713 |
},
|
| 714 |
"shot.framing.closeup": {
|
| 715 |
-
"title": "
|
| 716 |
"aliases": [
|
| 717 |
"closeup"
|
| 718 |
],
|
| 719 |
"description": ""
|
| 720 |
},
|
| 721 |
"shot.framing.extreme-closeup-face": {
|
| 722 |
-
"title": "Extreme
|
| 723 |
-
"aliases": [
|
|
|
|
|
|
|
|
|
|
|
|
|
| 724 |
"description": ""
|
| 725 |
},
|
| 726 |
"shot.framing.extreme-closeup-face-macro-eyes-dual": {
|
| 727 |
-
"title": "Extreme
|
| 728 |
-
"aliases": [
|
|
|
|
|
|
|
| 729 |
"description": ""
|
| 730 |
},
|
| 731 |
"shot.framing.extreme-closeup-face-macro-eye-single": {
|
| 732 |
-
"title": "Extreme
|
| 733 |
-
"aliases": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 734 |
"description": ""
|
| 735 |
},
|
| 736 |
"shot.framing.extreme-closeup-face-macro-mouth": {
|
| 737 |
-
"title": "Extreme
|
| 738 |
-
"aliases": [
|
|
|
|
|
|
|
|
|
|
| 739 |
"description": ""
|
| 740 |
},
|
| 741 |
"shot.framing.extreme-closeup-hands": {
|
| 742 |
-
"title": "Extreme
|
| 743 |
-
"aliases": [
|
|
|
|
|
|
|
| 744 |
"description": ""
|
| 745 |
},
|
| 746 |
"shot.framing.extreme-closeup-body": {
|
| 747 |
-
"title": "Extreme
|
| 748 |
-
"aliases": [
|
|
|
|
|
|
|
| 749 |
"description": ""
|
| 750 |
},
|
| 751 |
"shot.framing.extreme-closeup-prop": {
|
| 752 |
-
"title": "Extreme
|
| 753 |
-
"aliases": [
|
|
|
|
|
|
|
|
|
|
| 754 |
"description": ""
|
| 755 |
},
|
| 756 |
"shot.framing.na": {
|
|
@@ -759,36 +1462,52 @@
|
|
| 759 |
"description": ""
|
| 760 |
},
|
| 761 |
"shot.height.aerial": {
|
| 762 |
-
"title": "Aerial
|
| 763 |
"aliases": [
|
| 764 |
-
"
|
| 765 |
-
"
|
| 766 |
],
|
| 767 |
"description": ""
|
| 768 |
},
|
| 769 |
"shot.height.elevated": {
|
| 770 |
-
"title": "Elevated
|
| 771 |
-
"aliases": [
|
|
|
|
|
|
|
|
|
|
| 772 |
"description": ""
|
| 773 |
},
|
| 774 |
"shot.height.above-subject": {
|
| 775 |
-
"title": "Above
|
| 776 |
"aliases": [],
|
| 777 |
"description": ""
|
| 778 |
},
|
| 779 |
"shot.height.eye-level": {
|
| 780 |
-
"title": "Eye Level
|
| 781 |
-
"aliases": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 782 |
"description": ""
|
| 783 |
},
|
| 784 |
"shot.height.below-subject": {
|
| 785 |
-
"title": "Below
|
| 786 |
"aliases": [],
|
| 787 |
"description": ""
|
| 788 |
},
|
| 789 |
"shot.height.ground-level": {
|
| 790 |
-
"title": "Ground Level
|
| 791 |
-
"aliases": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 792 |
"description": ""
|
| 793 |
},
|
| 794 |
"shot.height.na": {
|
|
@@ -798,7 +1517,9 @@
|
|
| 798 |
},
|
| 799 |
"shot.lens-size.fisheye-ultrawide": {
|
| 800 |
"title": "Fisheye / Ultrawide Lens",
|
| 801 |
-
"aliases": [
|
|
|
|
|
|
|
| 802 |
"description": ""
|
| 803 |
},
|
| 804 |
"shot.lens-size.wide": {
|
|
@@ -818,37 +1539,45 @@
|
|
| 818 |
},
|
| 819 |
"shot.lens-size.telephoto": {
|
| 820 |
"title": "Telephoto Lens",
|
| 821 |
-
"aliases": [
|
| 822 |
-
"Zoom Lens"
|
| 823 |
-
],
|
| 824 |
"description": ""
|
| 825 |
},
|
| 826 |
"shot.lens-size.na": {
|
| 827 |
-
"title": "
|
| 828 |
"aliases": [],
|
| 829 |
"description": ""
|
| 830 |
},
|
| 831 |
"shot.level.tilted.likelihood": {
|
| 832 |
"title": "Dutch Angle",
|
| 833 |
"aliases": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 834 |
"Canted shot"
|
| 835 |
],
|
| 836 |
"description": ""
|
| 837 |
},
|
| 838 |
"shot.lighting.cast.soft": {
|
| 839 |
-
"title": "Soft
|
| 840 |
-
"aliases": [
|
|
|
|
|
|
|
| 841 |
"description": ""
|
| 842 |
},
|
| 843 |
"shot.lighting.cast.neutral": {
|
| 844 |
-
"title": "Neutral
|
| 845 |
"aliases": [],
|
| 846 |
"description": ""
|
| 847 |
},
|
| 848 |
"shot.lighting.cast.hard": {
|
| 849 |
-
"title": "Hard
|
| 850 |
"aliases": [
|
| 851 |
-
"
|
|
|
|
|
|
|
|
|
|
| 852 |
],
|
| 853 |
"description": ""
|
| 854 |
},
|
|
@@ -858,17 +1587,21 @@
|
|
| 858 |
"description": ""
|
| 859 |
},
|
| 860 |
"shot.lighting.contrast.high": {
|
| 861 |
-
"title": "High
|
| 862 |
-
"aliases": [
|
|
|
|
|
|
|
| 863 |
"description": ""
|
| 864 |
},
|
| 865 |
"shot.lighting.contrast.low": {
|
| 866 |
-
"title": "Low
|
| 867 |
-
"aliases": [
|
|
|
|
|
|
|
| 868 |
"description": ""
|
| 869 |
},
|
| 870 |
"shot.lighting.contrast.neutral": {
|
| 871 |
-
"title": "Neutral
|
| 872 |
"aliases": [],
|
| 873 |
"description": ""
|
| 874 |
},
|
|
@@ -878,73 +1611,112 @@
|
|
| 878 |
"description": ""
|
| 879 |
},
|
| 880 |
"shot.lighting.direction.ambient": {
|
| 881 |
-
"title": "Ambient
|
| 882 |
"aliases": [],
|
| 883 |
"description": ""
|
| 884 |
},
|
| 885 |
"shot.lighting.direction.back": {
|
| 886 |
-
"title": "
|
| 887 |
"aliases": [
|
| 888 |
-
"
|
|
|
|
|
|
|
|
|
|
| 889 |
],
|
| 890 |
"description": ""
|
| 891 |
},
|
| 892 |
"shot.lighting.direction.front": {
|
| 893 |
-
"title": "
|
| 894 |
"aliases": [
|
| 895 |
-
"
|
|
|
|
|
|
|
| 896 |
],
|
| 897 |
"description": ""
|
| 898 |
},
|
| 899 |
"shot.lighting.direction.left": {
|
| 900 |
-
"title": "Left
|
| 901 |
"aliases": [
|
| 902 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 903 |
],
|
| 904 |
"description": ""
|
| 905 |
},
|
| 906 |
"shot.lighting.direction.right": {
|
| 907 |
"title": "Right lighting",
|
| 908 |
"aliases": [
|
| 909 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 910 |
],
|
| 911 |
"description": ""
|
| 912 |
},
|
| 913 |
"shot.lighting.direction.top": {
|
| 914 |
-
"title": "Top
|
| 915 |
"aliases": [
|
| 916 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 917 |
],
|
| 918 |
"description": ""
|
| 919 |
},
|
| 920 |
"shot.lighting.direction.under": {
|
| 921 |
-
"title": "
|
| 922 |
-
"aliases": [
|
|
|
|
|
|
|
|
|
|
|
|
|
| 923 |
"description": ""
|
| 924 |
},
|
| 925 |
"shot.lighting.edge.likelihood": {
|
| 926 |
-
"title": "Edge
|
| 927 |
"aliases": [
|
| 928 |
-
"
|
|
|
|
| 929 |
],
|
| 930 |
"description": ""
|
| 931 |
},
|
| 932 |
"shot.lighting.silhouette.likelihood": {
|
| 933 |
-
"title": "Silhouette
|
| 934 |
-
"aliases": [
|
|
|
|
|
|
|
| 935 |
"description": ""
|
| 936 |
},
|
| 937 |
"shot.location.exterior": {
|
| 938 |
"title": "Exterior",
|
| 939 |
"aliases": [
|
| 940 |
-
"
|
| 941 |
],
|
| 942 |
"description": ""
|
| 943 |
},
|
| 944 |
"shot.location.interior": {
|
| 945 |
"title": "Interior",
|
| 946 |
"aliases": [
|
| 947 |
-
"
|
| 948 |
],
|
| 949 |
"description": ""
|
| 950 |
},
|
|
@@ -953,104 +1725,1156 @@
|
|
| 953 |
"aliases": [],
|
| 954 |
"description": ""
|
| 955 |
},
|
| 956 |
-
"shot.
|
| 957 |
-
"title": "
|
| 958 |
-
"aliases": [
|
| 959 |
-
"Twilight"
|
| 960 |
-
],
|
| 961 |
"description": ""
|
| 962 |
},
|
| 963 |
-
"shot.
|
| 964 |
-
"title": "
|
| 965 |
-
"aliases": [
|
| 966 |
-
"Daytime"
|
| 967 |
-
],
|
| 968 |
"description": ""
|
| 969 |
},
|
| 970 |
-
"shot.
|
| 971 |
-
"title": "
|
| 972 |
-
"aliases": [
|
| 973 |
-
"Night-time"
|
| 974 |
-
],
|
| 975 |
"description": ""
|
| 976 |
},
|
| 977 |
-
"shot.
|
| 978 |
-
"title": "
|
| 979 |
"aliases": [],
|
| 980 |
"description": ""
|
| 981 |
},
|
| 982 |
-
"shot.
|
| 983 |
-
"title": "
|
| 984 |
"aliases": [],
|
| 985 |
"description": ""
|
| 986 |
},
|
| 987 |
-
"shot.
|
| 988 |
-
"title": "
|
| 989 |
-
"aliases": [
|
| 990 |
-
"Cleansingle",
|
| 991 |
-
"Single"
|
| 992 |
-
],
|
| 993 |
"description": ""
|
| 994 |
},
|
| 995 |
-
"shot.
|
| 996 |
-
"title": "
|
| 997 |
"aliases": [],
|
| 998 |
"description": ""
|
| 999 |
},
|
| 1000 |
-
"shot.
|
| 1001 |
-
"title": "
|
| 1002 |
"aliases": [],
|
| 1003 |
"description": ""
|
| 1004 |
},
|
| 1005 |
-
"shot.
|
| 1006 |
-
"title": "
|
| 1007 |
"aliases": [],
|
| 1008 |
"description": ""
|
| 1009 |
},
|
| 1010 |
-
"shot.
|
| 1011 |
-
"title": "
|
| 1012 |
"aliases": [],
|
| 1013 |
"description": ""
|
| 1014 |
},
|
| 1015 |
-
"shot.
|
| 1016 |
-
"title": "
|
| 1017 |
"aliases": [],
|
| 1018 |
"description": ""
|
| 1019 |
},
|
| 1020 |
-
"shot.
|
| 1021 |
-
"title": "
|
| 1022 |
"aliases": [],
|
| 1023 |
"description": ""
|
| 1024 |
},
|
| 1025 |
-
"shot.
|
| 1026 |
-
"title": "
|
| 1027 |
"aliases": [],
|
| 1028 |
"description": ""
|
| 1029 |
},
|
| 1030 |
-
"shot.
|
| 1031 |
-
"title": "
|
| 1032 |
-
"aliases": [
|
| 1033 |
-
|
| 1034 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1035 |
"description": ""
|
| 1036 |
}
|
| 1037 |
},
|
| 1038 |
"preprocessing": {
|
| 1039 |
-
"input_height":
|
| 1040 |
-
"input_width":
|
| 1041 |
"normalisation_mean": [
|
| 1042 |
-
0.
|
| 1043 |
-
0.
|
| 1044 |
-
0.
|
| 1045 |
],
|
| 1046 |
"normalisation_stdev": [
|
| 1047 |
-
|
| 1048 |
-
|
| 1049 |
-
|
| 1050 |
],
|
| 1051 |
"interpolation": "bilinear",
|
| 1052 |
"output_format": "RGB",
|
| 1053 |
"resize_method": "squish",
|
| 1054 |
"pad_fill": null
|
| 1055 |
}
|
| 1056 |
-
}
|
|
|
|
| 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",
|
|
|
|
| 66 |
"shot.angle",
|
| 67 |
"shot.composition",
|
| 68 |
"shot.composition.symmetric",
|
| 69 |
+
"shot.content-rating",
|
| 70 |
"shot.focus",
|
| 71 |
"shot.framing",
|
| 72 |
"shot.height",
|
|
|
|
| 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": {
|
|
|
|
| 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",
|
|
|
|
| 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,
|
|
|
|
| 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,
|
|
|
|
| 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,
|
|
|
|
| 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,
|
|
|
|
| 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,
|
|
|
|
| 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"
|
|
|
|
| 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,
|
|
|
|
| 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,
|
|
|
|
| 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,
|
|
|
|
| 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,
|
|
|
|
| 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,
|
|
|
|
| 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": [
|
|
|
|
| 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",
|
|
|
|
| 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",
|
|
|
|
| 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": {
|
|
|
|
| 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",
|
| 1201 |
+
"no camera tilt"
|
| 1202 |
+
],
|
| 1203 |
"description": ""
|
| 1204 |
},
|
| 1205 |
"shot.angle.low-subtle": {
|
|
|
|
| 1217 |
"description": ""
|
| 1218 |
},
|
| 1219 |
"shot.angle.reverse-overhead": {
|
| 1220 |
+
"title": "Reverse Overhead angle",
|
| 1221 |
+
"aliases": [
|
| 1222 |
+
"camera looking upwards",
|
| 1223 |
+
"camera looking up",
|
| 1224 |
+
"reverse overhead shot",
|
| 1225 |
+
"reverse overhead"
|
| 1226 |
+
],
|
| 1227 |
"description": ""
|
| 1228 |
},
|
| 1229 |
"shot.angle.na": {
|
|
|
|
| 1232 |
"description": ""
|
| 1233 |
},
|
| 1234 |
"shot.composition.balanced": {
|
| 1235 |
+
"title": "Balanced composition",
|
| 1236 |
+
"aliases": [
|
| 1237 |
+
"balanced frame",
|
| 1238 |
+
"balanced shot"
|
| 1239 |
+
],
|
| 1240 |
"description": ""
|
| 1241 |
},
|
| 1242 |
"shot.composition.center": {
|
| 1243 |
+
"title": "Centered composition",
|
| 1244 |
+
"aliases": [
|
| 1245 |
+
"center composition",
|
| 1246 |
+
"subject in the center"
|
| 1247 |
+
],
|
| 1248 |
"description": ""
|
| 1249 |
},
|
| 1250 |
"shot.composition.left": {
|
| 1251 |
+
"title": "Left-Heavy composition",
|
| 1252 |
+
"aliases": [
|
| 1253 |
+
"subject on the left side",
|
| 1254 |
+
"left heavy composition",
|
| 1255 |
+
"visual weight on the left"
|
| 1256 |
+
],
|
| 1257 |
"description": ""
|
| 1258 |
},
|
| 1259 |
"shot.composition.right": {
|
| 1260 |
+
"title": "Right-Heavy composition",
|
| 1261 |
+
"aliases": [
|
| 1262 |
+
"subject on the right side",
|
| 1263 |
+
"right heavy composition",
|
| 1264 |
+
"visual weight on the right"
|
| 1265 |
+
],
|
| 1266 |
"description": ""
|
| 1267 |
},
|
| 1268 |
"shot.composition.na": {
|
|
|
|
| 1271 |
"description": ""
|
| 1272 |
},
|
| 1273 |
"shot.composition.symmetric.likelihood": {
|
| 1274 |
+
"title": "Symmetric composition",
|
| 1275 |
+
"aliases": ["symmetric"],
|
| 1276 |
+
"description": ""
|
| 1277 |
+
},
|
| 1278 |
+
"shot.content-rating.nsfw-explosions-collisions": {
|
| 1279 |
+
"title": "Explosions and Collisions",
|
| 1280 |
+
"aliases": [],
|
| 1281 |
+
"description": ""
|
| 1282 |
+
},
|
| 1283 |
+
"shot.content-rating.nsfw-nudity": {
|
| 1284 |
+
"title": "NSFW: Nudity",
|
| 1285 |
+
"aliases": [],
|
| 1286 |
+
"description": ""
|
| 1287 |
+
},
|
| 1288 |
+
"shot.content-rating.nsfw-violence": {
|
| 1289 |
+
"title": "NSFW: Violence",
|
| 1290 |
+
"aliases": [],
|
| 1291 |
+
"description": ""
|
| 1292 |
+
},
|
| 1293 |
+
"shot.content-rating.sfw": {
|
| 1294 |
+
"title": "Safe for Work",
|
| 1295 |
+
"aliases": [
|
| 1296 |
+
"SFW"
|
| 1297 |
+
],
|
| 1298 |
+
"description": ""
|
| 1299 |
+
},
|
| 1300 |
+
"shot.content-rating.na": {
|
| 1301 |
+
"title": "NA",
|
| 1302 |
"aliases": [],
|
| 1303 |
"description": ""
|
| 1304 |
},
|
|
|
|
| 1312 |
"shot.focus.neutral": {
|
| 1313 |
"title": "Neutral Focus",
|
| 1314 |
"aliases": [
|
| 1315 |
+
"neutral depth of field"
|
|
|
|
| 1316 |
],
|
| 1317 |
"description": ""
|
| 1318 |
},
|
|
|
|
| 1327 |
},
|
| 1328 |
"shot.focus.out": {
|
| 1329 |
"title": "Out of Focus",
|
| 1330 |
+
"aliases": [
|
| 1331 |
+
"blurry shot",
|
| 1332 |
+
"camera out of focus"
|
| 1333 |
+
],
|
| 1334 |
"description": ""
|
| 1335 |
},
|
| 1336 |
"shot.focus.na": {
|
|
|
|
| 1339 |
"description": ""
|
| 1340 |
},
|
| 1341 |
"shot.framing.extreme-wide": {
|
| 1342 |
+
"title": "Extreme-Wide framing",
|
| 1343 |
+
"aliases": [
|
| 1344 |
+
"extreme wide framing",
|
| 1345 |
+
"extreme-wide shot",
|
| 1346 |
+
"extreme wide shot"
|
| 1347 |
+
],
|
| 1348 |
"description": ""
|
| 1349 |
},
|
| 1350 |
"shot.framing.wide": {
|
| 1351 |
+
"title": "Wide framing",
|
| 1352 |
+
"aliases": [
|
| 1353 |
+
"wide shot"
|
| 1354 |
+
],
|
| 1355 |
"description": ""
|
| 1356 |
},
|
| 1357 |
"shot.framing.full": {
|
| 1358 |
+
"title": "Full framing",
|
| 1359 |
+
"aliases": [
|
| 1360 |
+
"Long framing",
|
| 1361 |
+
"full shot"
|
| 1362 |
+
],
|
| 1363 |
"description": ""
|
| 1364 |
},
|
| 1365 |
"shot.framing.medium-wide": {
|
| 1366 |
+
"title": "Medium-Wide framing",
|
| 1367 |
"aliases": [
|
| 1368 |
+
"medium wide",
|
| 1369 |
+
"medium-wide",
|
| 1370 |
+
"Medium-Long framing",
|
| 1371 |
+
"medium long shot",
|
| 1372 |
+
"medium long framing",
|
| 1373 |
+
"medium wide shot",
|
| 1374 |
+
"medium wide framing",
|
| 1375 |
+
"Cowboy framing",
|
| 1376 |
+
""
|
| 1377 |
],
|
| 1378 |
"description": ""
|
| 1379 |
},
|
| 1380 |
"shot.framing.medium": {
|
| 1381 |
+
"title": "Medium framing",
|
| 1382 |
+
"aliases": [
|
| 1383 |
+
"medium shot"
|
| 1384 |
+
],
|
| 1385 |
"description": ""
|
| 1386 |
},
|
| 1387 |
"shot.framing.medium-closeup": {
|
| 1388 |
+
"title": "Medium-Closeup framing",
|
| 1389 |
+
"aliases": [
|
| 1390 |
+
"medium-closeup",
|
| 1391 |
+
"medium closeup shot",
|
| 1392 |
+
"medium closeup framing"
|
| 1393 |
+
],
|
| 1394 |
"description": ""
|
| 1395 |
},
|
| 1396 |
"shot.framing.closeup": {
|
| 1397 |
+
"title": "Closeup framing",
|
| 1398 |
"aliases": [
|
| 1399 |
"closeup"
|
| 1400 |
],
|
| 1401 |
"description": ""
|
| 1402 |
},
|
| 1403 |
"shot.framing.extreme-closeup-face": {
|
| 1404 |
+
"title": "Extreme-Closeup of a face",
|
| 1405 |
+
"aliases": [
|
| 1406 |
+
"extreme-closeup",
|
| 1407 |
+
"extreme closeup",
|
| 1408 |
+
"extreme closeup of a face"
|
| 1409 |
+
],
|
| 1410 |
"description": ""
|
| 1411 |
},
|
| 1412 |
"shot.framing.extreme-closeup-face-macro-eyes-dual": {
|
| 1413 |
+
"title": "Extreme-Closeup of two eyes",
|
| 1414 |
+
"aliases": [
|
| 1415 |
+
"Macro shot of two eyes"
|
| 1416 |
+
],
|
| 1417 |
"description": ""
|
| 1418 |
},
|
| 1419 |
"shot.framing.extreme-closeup-face-macro-eye-single": {
|
| 1420 |
+
"title": "Extreme-Closeup of an eye",
|
| 1421 |
+
"aliases": [
|
| 1422 |
+
"Extreme closeup of an eye",
|
| 1423 |
+
"Macro shot of an eye",
|
| 1424 |
+
"Macro shot of one eye",
|
| 1425 |
+
"extreme-closeup of one eye"
|
| 1426 |
+
],
|
| 1427 |
"description": ""
|
| 1428 |
},
|
| 1429 |
"shot.framing.extreme-closeup-face-macro-mouth": {
|
| 1430 |
+
"title": "Extreme-Closeup of a mouth",
|
| 1431 |
+
"aliases": [
|
| 1432 |
+
"Extreme Closeup of a mouth",
|
| 1433 |
+
"Macro shot of a mouth"
|
| 1434 |
+
],
|
| 1435 |
"description": ""
|
| 1436 |
},
|
| 1437 |
"shot.framing.extreme-closeup-hands": {
|
| 1438 |
+
"title": "Extreme-Closeup of hands",
|
| 1439 |
+
"aliases": [
|
| 1440 |
+
"Extreme Closeup of hands"
|
| 1441 |
+
],
|
| 1442 |
"description": ""
|
| 1443 |
},
|
| 1444 |
"shot.framing.extreme-closeup-body": {
|
| 1445 |
+
"title": "Extreme-Closeup of the human body",
|
| 1446 |
+
"aliases": [
|
| 1447 |
+
"Extreme Closeup of the human body"
|
| 1448 |
+
],
|
| 1449 |
"description": ""
|
| 1450 |
},
|
| 1451 |
"shot.framing.extreme-closeup-prop": {
|
| 1452 |
+
"title": "Extreme-Closeup of a prop",
|
| 1453 |
+
"aliases": [
|
| 1454 |
+
"extreme closeup of an object",
|
| 1455 |
+
"extreme-closeup of an object"
|
| 1456 |
+
],
|
| 1457 |
"description": ""
|
| 1458 |
},
|
| 1459 |
"shot.framing.na": {
|
|
|
|
| 1462 |
"description": ""
|
| 1463 |
},
|
| 1464 |
"shot.height.aerial": {
|
| 1465 |
+
"title": "Aerial",
|
| 1466 |
"aliases": [
|
| 1467 |
+
"Aerial perspective",
|
| 1468 |
+
"aerial POV"
|
| 1469 |
],
|
| 1470 |
"description": ""
|
| 1471 |
},
|
| 1472 |
"shot.height.elevated": {
|
| 1473 |
+
"title": "Elevated height",
|
| 1474 |
+
"aliases": [
|
| 1475 |
+
"camera at an elevated height",
|
| 1476 |
+
"elevated camera"
|
| 1477 |
+
],
|
| 1478 |
"description": ""
|
| 1479 |
},
|
| 1480 |
"shot.height.above-subject": {
|
| 1481 |
+
"title": "Camera Above The Subject",
|
| 1482 |
"aliases": [],
|
| 1483 |
"description": ""
|
| 1484 |
},
|
| 1485 |
"shot.height.eye-level": {
|
| 1486 |
+
"title": "Camera At Eye Level",
|
| 1487 |
+
"aliases": [
|
| 1488 |
+
"eye level",
|
| 1489 |
+
"eye level shot",
|
| 1490 |
+
"eye-level shot",
|
| 1491 |
+
"camera at eye level",
|
| 1492 |
+
"camera at eye-level",
|
| 1493 |
+
"camera at the subject's eye level"
|
| 1494 |
+
],
|
| 1495 |
"description": ""
|
| 1496 |
},
|
| 1497 |
"shot.height.below-subject": {
|
| 1498 |
+
"title": "Camera Below The Subject",
|
| 1499 |
"aliases": [],
|
| 1500 |
"description": ""
|
| 1501 |
},
|
| 1502 |
"shot.height.ground-level": {
|
| 1503 |
+
"title": "Camera At Ground Level",
|
| 1504 |
+
"aliases": [
|
| 1505 |
+
"camera at floor level",
|
| 1506 |
+
"floor level shot",
|
| 1507 |
+
"ground level shot",
|
| 1508 |
+
"camera on the ground",
|
| 1509 |
+
"camera on the floor"
|
| 1510 |
+
],
|
| 1511 |
"description": ""
|
| 1512 |
},
|
| 1513 |
"shot.height.na": {
|
|
|
|
| 1517 |
},
|
| 1518 |
"shot.lens-size.fisheye-ultrawide": {
|
| 1519 |
"title": "Fisheye / Ultrawide Lens",
|
| 1520 |
+
"aliases": [
|
| 1521 |
+
"fish-eye / ultrawide lens"
|
| 1522 |
+
],
|
| 1523 |
"description": ""
|
| 1524 |
},
|
| 1525 |
"shot.lens-size.wide": {
|
|
|
|
| 1539 |
},
|
| 1540 |
"shot.lens-size.telephoto": {
|
| 1541 |
"title": "Telephoto Lens",
|
| 1542 |
+
"aliases": ["Zoom Lens"],
|
|
|
|
|
|
|
| 1543 |
"description": ""
|
| 1544 |
},
|
| 1545 |
"shot.lens-size.na": {
|
| 1546 |
+
"title": "",
|
| 1547 |
"aliases": [],
|
| 1548 |
"description": ""
|
| 1549 |
},
|
| 1550 |
"shot.level.tilted.likelihood": {
|
| 1551 |
"title": "Dutch Angle",
|
| 1552 |
"aliases": [
|
| 1553 |
+
"tilted camera",
|
| 1554 |
+
"tilted shot",
|
| 1555 |
+
"dutch-angle",
|
| 1556 |
+
"dutch-angle shot",
|
| 1557 |
+
"Dutch Angle shot",
|
| 1558 |
"Canted shot"
|
| 1559 |
],
|
| 1560 |
"description": ""
|
| 1561 |
},
|
| 1562 |
"shot.lighting.cast.soft": {
|
| 1563 |
+
"title": "Soft lighting cast",
|
| 1564 |
+
"aliases": [
|
| 1565 |
+
"soft lighting"
|
| 1566 |
+
],
|
| 1567 |
"description": ""
|
| 1568 |
},
|
| 1569 |
"shot.lighting.cast.neutral": {
|
| 1570 |
+
"title": "Neutral lighting cast",
|
| 1571 |
"aliases": [],
|
| 1572 |
"description": ""
|
| 1573 |
},
|
| 1574 |
"shot.lighting.cast.hard": {
|
| 1575 |
+
"title": "Hard lighting cast",
|
| 1576 |
"aliases": [
|
| 1577 |
+
"hard lighting",
|
| 1578 |
+
"harsh lighting",
|
| 1579 |
+
"harsh lighting cast",
|
| 1580 |
+
"hard lighting cast"
|
| 1581 |
],
|
| 1582 |
"description": ""
|
| 1583 |
},
|
|
|
|
| 1587 |
"description": ""
|
| 1588 |
},
|
| 1589 |
"shot.lighting.contrast.high": {
|
| 1590 |
+
"title": "High contrast lighting",
|
| 1591 |
+
"aliases": [
|
| 1592 |
+
"high lighting contrast"
|
| 1593 |
+
],
|
| 1594 |
"description": ""
|
| 1595 |
},
|
| 1596 |
"shot.lighting.contrast.low": {
|
| 1597 |
+
"title": "Low contrast lighting",
|
| 1598 |
+
"aliases": [
|
| 1599 |
+
"low lighting contrast"
|
| 1600 |
+
],
|
| 1601 |
"description": ""
|
| 1602 |
},
|
| 1603 |
"shot.lighting.contrast.neutral": {
|
| 1604 |
+
"title": "Neutral contrast lighting",
|
| 1605 |
"aliases": [],
|
| 1606 |
"description": ""
|
| 1607 |
},
|
|
|
|
| 1611 |
"description": ""
|
| 1612 |
},
|
| 1613 |
"shot.lighting.direction.ambient": {
|
| 1614 |
+
"title": "Ambient lighting",
|
| 1615 |
"aliases": [],
|
| 1616 |
"description": ""
|
| 1617 |
},
|
| 1618 |
"shot.lighting.direction.back": {
|
| 1619 |
+
"title": "Backlit",
|
| 1620 |
"aliases": [
|
| 1621 |
+
"back lighting",
|
| 1622 |
+
"backlit lighting",
|
| 1623 |
+
"light behind the subject",
|
| 1624 |
+
"back lighting"
|
| 1625 |
],
|
| 1626 |
"description": ""
|
| 1627 |
},
|
| 1628 |
"shot.lighting.direction.front": {
|
| 1629 |
+
"title": "Frontlit",
|
| 1630 |
"aliases": [
|
| 1631 |
+
"front lighting",
|
| 1632 |
+
"light in front of the subject",
|
| 1633 |
+
"light source in front of the subject"
|
| 1634 |
],
|
| 1635 |
"description": ""
|
| 1636 |
},
|
| 1637 |
"shot.lighting.direction.left": {
|
| 1638 |
+
"title": "Left lighting",
|
| 1639 |
"aliases": [
|
| 1640 |
+
"left-lit",
|
| 1641 |
+
"Side lighting",
|
| 1642 |
+
"Sidelit lighting",
|
| 1643 |
+
"sidelit",
|
| 1644 |
+
"light coming from the left",
|
| 1645 |
+
"light coming from the left side",
|
| 1646 |
+
"light coming from the left of the subject",
|
| 1647 |
+
"light coming from the left side of the subject",
|
| 1648 |
+
"light coming from the side",
|
| 1649 |
+
"primary light source on the left",
|
| 1650 |
+
"primary light source on the left side",
|
| 1651 |
+
"primary light source on the side"
|
| 1652 |
],
|
| 1653 |
"description": ""
|
| 1654 |
},
|
| 1655 |
"shot.lighting.direction.right": {
|
| 1656 |
"title": "Right lighting",
|
| 1657 |
"aliases": [
|
| 1658 |
+
"right-lit",
|
| 1659 |
+
"Side lighting",
|
| 1660 |
+
"Sidelit lighting",
|
| 1661 |
+
"sidelit",
|
| 1662 |
+
"light coming from the right",
|
| 1663 |
+
"light coming from the right side",
|
| 1664 |
+
"light coming from the right of the subject",
|
| 1665 |
+
"light coming from the right side of the subject",
|
| 1666 |
+
"light coming from the side",
|
| 1667 |
+
"primary light source on the right",
|
| 1668 |
+
"primary light source on the right side",
|
| 1669 |
+
"primary light source on the side"
|
| 1670 |
],
|
| 1671 |
"description": ""
|
| 1672 |
},
|
| 1673 |
"shot.lighting.direction.top": {
|
| 1674 |
+
"title": "Top lighting",
|
| 1675 |
"aliases": [
|
| 1676 |
+
"top lit",
|
| 1677 |
+
"lit from the top",
|
| 1678 |
+
"light coming from the top",
|
| 1679 |
+
"light coming from on top of the subject",
|
| 1680 |
+
"primary lighting source on the top",
|
| 1681 |
+
"primary lighting source on the top of the subject"
|
| 1682 |
],
|
| 1683 |
"description": ""
|
| 1684 |
},
|
| 1685 |
"shot.lighting.direction.under": {
|
| 1686 |
+
"title": "Underlit lighting",
|
| 1687 |
+
"aliases": [
|
| 1688 |
+
"underlit",
|
| 1689 |
+
"light coming from below",
|
| 1690 |
+
"light coming from below the subject"
|
| 1691 |
+
],
|
| 1692 |
"description": ""
|
| 1693 |
},
|
| 1694 |
"shot.lighting.edge.likelihood": {
|
| 1695 |
+
"title": "Edge lighting",
|
| 1696 |
"aliases": [
|
| 1697 |
+
"edgelit",
|
| 1698 |
+
"edge-lit"
|
| 1699 |
],
|
| 1700 |
"description": ""
|
| 1701 |
},
|
| 1702 |
"shot.lighting.silhouette.likelihood": {
|
| 1703 |
+
"title": "Silhouette lighting",
|
| 1704 |
+
"aliases": [
|
| 1705 |
+
"silhouette"
|
| 1706 |
+
],
|
| 1707 |
"description": ""
|
| 1708 |
},
|
| 1709 |
"shot.location.exterior": {
|
| 1710 |
"title": "Exterior",
|
| 1711 |
"aliases": [
|
| 1712 |
+
"outdoors"
|
| 1713 |
],
|
| 1714 |
"description": ""
|
| 1715 |
},
|
| 1716 |
"shot.location.interior": {
|
| 1717 |
"title": "Interior",
|
| 1718 |
"aliases": [
|
| 1719 |
+
"indoors"
|
| 1720 |
],
|
| 1721 |
"description": ""
|
| 1722 |
},
|
|
|
|
| 1725 |
"aliases": [],
|
| 1726 |
"description": ""
|
| 1727 |
},
|
| 1728 |
+
"shot.set.apartment-exterior": {
|
| 1729 |
+
"title": "Apartment Building",
|
| 1730 |
+
"aliases": [],
|
|
|
|
|
|
|
| 1731 |
"description": ""
|
| 1732 |
},
|
| 1733 |
+
"shot.set.church-exterior": {
|
| 1734 |
+
"title": "Church Building",
|
| 1735 |
+
"aliases": [],
|
|
|
|
|
|
|
| 1736 |
"description": ""
|
| 1737 |
},
|
| 1738 |
+
"shot.set.factory-exterior": {
|
| 1739 |
+
"title": "Factory Building",
|
| 1740 |
+
"aliases": [],
|
|
|
|
|
|
|
| 1741 |
"description": ""
|
| 1742 |
},
|
| 1743 |
+
"shot.set.house-exterior": {
|
| 1744 |
+
"title": "House Building",
|
| 1745 |
"aliases": [],
|
| 1746 |
"description": ""
|
| 1747 |
},
|
| 1748 |
+
"shot.set.lighthouse": {
|
| 1749 |
+
"title": "Lighthouse",
|
| 1750 |
"aliases": [],
|
| 1751 |
"description": ""
|
| 1752 |
},
|
| 1753 |
+
"shot.set.mansion-exterior": {
|
| 1754 |
+
"title": "Mansion Building",
|
| 1755 |
+
"aliases": [],
|
|
|
|
|
|
|
|
|
|
| 1756 |
"description": ""
|
| 1757 |
},
|
| 1758 |
+
"shot.set.office-exterior": {
|
| 1759 |
+
"title": "Office Building",
|
| 1760 |
"aliases": [],
|
| 1761 |
"description": ""
|
| 1762 |
},
|
| 1763 |
+
"shot.set.skyscraper": {
|
| 1764 |
+
"title": "Skyscraper",
|
| 1765 |
"aliases": [],
|
| 1766 |
"description": ""
|
| 1767 |
},
|
| 1768 |
+
"shot.set.store-exterior": {
|
| 1769 |
+
"title": "Store Building",
|
| 1770 |
"aliases": [],
|
| 1771 |
"description": ""
|
| 1772 |
},
|
| 1773 |
+
"shot.set.airstrip": {
|
| 1774 |
+
"title": "Airstrip",
|
| 1775 |
"aliases": [],
|
| 1776 |
"description": ""
|
| 1777 |
},
|
| 1778 |
+
"shot.set.alley": {
|
| 1779 |
+
"title": "Alley",
|
| 1780 |
"aliases": [],
|
| 1781 |
"description": ""
|
| 1782 |
},
|
| 1783 |
+
"shot.set.bridge": {
|
| 1784 |
+
"title": "Bridge",
|
| 1785 |
"aliases": [],
|
| 1786 |
"description": ""
|
| 1787 |
},
|
| 1788 |
+
"shot.set.entrance-exterior": {
|
| 1789 |
+
"title": "Entrance Exterior",
|
| 1790 |
"aliases": [],
|
| 1791 |
"description": ""
|
| 1792 |
},
|
| 1793 |
+
"shot.set.gas-station": {
|
| 1794 |
+
"title": "Gas Station",
|
| 1795 |
+
"aliases": [],
|
| 1796 |
+
"description": ""
|
| 1797 |
+
},
|
| 1798 |
+
"shot.set.highway": {
|
| 1799 |
+
"title": "Highway",
|
| 1800 |
+
"aliases": [],
|
| 1801 |
+
"description": ""
|
| 1802 |
+
},
|
| 1803 |
+
"shot.set.parking-lot": {
|
| 1804 |
+
"title": "Parking Lot",
|
| 1805 |
+
"aliases": [],
|
| 1806 |
+
"description": ""
|
| 1807 |
+
},
|
| 1808 |
+
"shot.set.path": {
|
| 1809 |
+
"title": "Path",
|
| 1810 |
+
"aliases": [],
|
| 1811 |
+
"description": ""
|
| 1812 |
+
},
|
| 1813 |
+
"shot.set.phone-booth": {
|
| 1814 |
+
"title": "Phone Booth",
|
| 1815 |
+
"aliases": [],
|
| 1816 |
+
"description": ""
|
| 1817 |
+
},
|
| 1818 |
+
"shot.set.rooftop": {
|
| 1819 |
+
"title": "Rooftop",
|
| 1820 |
+
"aliases": [],
|
| 1821 |
+
"description": ""
|
| 1822 |
+
},
|
| 1823 |
+
"shot.set.runway": {
|
| 1824 |
+
"title": "Runway",
|
| 1825 |
+
"aliases": [],
|
| 1826 |
+
"description": ""
|
| 1827 |
+
},
|
| 1828 |
+
"shot.set.sewer": {
|
| 1829 |
+
"title": "Sewer",
|
| 1830 |
+
"aliases": [],
|
| 1831 |
+
"description": ""
|
| 1832 |
+
},
|
| 1833 |
+
"shot.set.terrace": {
|
| 1834 |
+
"title": "Terrace",
|
| 1835 |
+
"aliases": [],
|
| 1836 |
+
"description": ""
|
| 1837 |
+
},
|
| 1838 |
+
"shot.set.tunnel": {
|
| 1839 |
+
"title": "Tunnel",
|
| 1840 |
+
"aliases": [],
|
| 1841 |
+
"description": ""
|
| 1842 |
+
},
|
| 1843 |
+
"shot.set.under-bridge": {
|
| 1844 |
+
"title": "Under A Bridge",
|
| 1845 |
+
"aliases": [],
|
| 1846 |
+
"description": ""
|
| 1847 |
+
},
|
| 1848 |
+
"shot.set.beach": {
|
| 1849 |
+
"title": "Beach",
|
| 1850 |
+
"aliases": [],
|
| 1851 |
+
"description": ""
|
| 1852 |
+
},
|
| 1853 |
+
"shot.set.cave": {
|
| 1854 |
+
"title": "Cave",
|
| 1855 |
+
"aliases": [],
|
| 1856 |
+
"description": ""
|
| 1857 |
+
},
|
| 1858 |
+
"shot.set.desert": {
|
| 1859 |
+
"title": "Desert",
|
| 1860 |
+
"aliases": [],
|
| 1861 |
+
"description": ""
|
| 1862 |
+
},
|
| 1863 |
+
"shot.set.farm": {
|
| 1864 |
+
"title": "Farm",
|
| 1865 |
+
"aliases": [],
|
| 1866 |
+
"description": ""
|
| 1867 |
+
},
|
| 1868 |
+
"shot.set.forest": {
|
| 1869 |
+
"title": "Forest",
|
| 1870 |
+
"aliases": [],
|
| 1871 |
+
"description": ""
|
| 1872 |
+
},
|
| 1873 |
+
"shot.set.garden": {
|
| 1874 |
+
"title": "Garden",
|
| 1875 |
+
"aliases": [],
|
| 1876 |
+
"description": ""
|
| 1877 |
+
},
|
| 1878 |
+
"shot.set.golf-course": {
|
| 1879 |
+
"title": "Golf Course",
|
| 1880 |
+
"aliases": [],
|
| 1881 |
+
"description": ""
|
| 1882 |
+
},
|
| 1883 |
+
"shot.set.graveyard": {
|
| 1884 |
+
"title": "Graveyard",
|
| 1885 |
+
"aliases": [],
|
| 1886 |
+
"description": ""
|
| 1887 |
+
},
|
| 1888 |
+
"shot.set.lawn": {
|
| 1889 |
+
"title": "Lawn",
|
| 1890 |
+
"aliases": [],
|
| 1891 |
+
"description": ""
|
| 1892 |
+
},
|
| 1893 |
+
"shot.set.park": {
|
| 1894 |
+
"title": "Park",
|
| 1895 |
+
"aliases": [],
|
| 1896 |
+
"description": ""
|
| 1897 |
+
},
|
| 1898 |
+
"shot.set.sea": {
|
| 1899 |
+
"title": "Sea",
|
| 1900 |
+
"aliases": [],
|
| 1901 |
+
"description": ""
|
| 1902 |
+
},
|
| 1903 |
+
"shot.set.sky": {
|
| 1904 |
+
"title": "Sky",
|
| 1905 |
+
"aliases": [],
|
| 1906 |
+
"description": ""
|
| 1907 |
+
},
|
| 1908 |
+
"shot.set.space": {
|
| 1909 |
+
"title": "Space",
|
| 1910 |
+
"aliases": [],
|
| 1911 |
+
"description": ""
|
| 1912 |
+
},
|
| 1913 |
+
"shot.set.underwater": {
|
| 1914 |
+
"title": "Underwater",
|
| 1915 |
+
"aliases": [],
|
| 1916 |
+
"description": ""
|
| 1917 |
+
},
|
| 1918 |
+
"shot.set.bar-counter": {
|
| 1919 |
+
"title": "Bar Counter",
|
| 1920 |
+
"aliases": [],
|
| 1921 |
+
"description": ""
|
| 1922 |
+
},
|
| 1923 |
+
"shot.set.bar-interior": {
|
| 1924 |
+
"title": "Bar Interior",
|
| 1925 |
+
"aliases": [],
|
| 1926 |
+
"description": ""
|
| 1927 |
+
},
|
| 1928 |
+
"shot.set.casino": {
|
| 1929 |
+
"title": "Casino",
|
| 1930 |
+
"aliases": [],
|
| 1931 |
+
"description": ""
|
| 1932 |
+
},
|
| 1933 |
+
"shot.set.church-interior": {
|
| 1934 |
+
"title": "Church Interior",
|
| 1935 |
+
"aliases": [],
|
| 1936 |
+
"description": ""
|
| 1937 |
+
},
|
| 1938 |
+
"shot.set.diner-interior": {
|
| 1939 |
+
"title": "Diner Interior",
|
| 1940 |
+
"aliases": [],
|
| 1941 |
+
"description": ""
|
| 1942 |
+
},
|
| 1943 |
+
"shot.set.nightclub": {
|
| 1944 |
+
"title": "Nightclub",
|
| 1945 |
+
"aliases": [],
|
| 1946 |
+
"description": ""
|
| 1947 |
+
},
|
| 1948 |
+
"shot.set.poker-table": {
|
| 1949 |
+
"title": "Poker Table",
|
| 1950 |
+
"aliases": [],
|
| 1951 |
+
"description": ""
|
| 1952 |
+
},
|
| 1953 |
+
"shot.set.restaurant-interior": {
|
| 1954 |
+
"title": "Restaurant Interior",
|
| 1955 |
+
"aliases": [],
|
| 1956 |
+
"description": ""
|
| 1957 |
+
},
|
| 1958 |
+
"shot.set.strip-club": {
|
| 1959 |
+
"title": "Strip Club",
|
| 1960 |
+
"aliases": [],
|
| 1961 |
+
"description": ""
|
| 1962 |
+
},
|
| 1963 |
+
"shot.set.theatre-interior": {
|
| 1964 |
+
"title": "Theatre Interior",
|
| 1965 |
+
"aliases": [],
|
| 1966 |
+
"description": ""
|
| 1967 |
+
},
|
| 1968 |
+
"shot.set.bathroom-private": {
|
| 1969 |
+
"title": "Bathroom Private",
|
| 1970 |
+
"aliases": [],
|
| 1971 |
+
"description": ""
|
| 1972 |
+
},
|
| 1973 |
+
"shot.set.bathroom-public": {
|
| 1974 |
+
"title": "Bathroom Public",
|
| 1975 |
+
"aliases": [],
|
| 1976 |
+
"description": ""
|
| 1977 |
+
},
|
| 1978 |
+
"shot.set.bathroom-shower": {
|
| 1979 |
+
"title": "Bathroom Shower",
|
| 1980 |
+
"aliases": [],
|
| 1981 |
+
"description": ""
|
| 1982 |
+
},
|
| 1983 |
+
"shot.set.bathtub": {
|
| 1984 |
+
"title": "Bathtub",
|
| 1985 |
+
"aliases": [],
|
| 1986 |
+
"description": ""
|
| 1987 |
+
},
|
| 1988 |
+
"shot.set.bedroom": {
|
| 1989 |
+
"title": "Bedroom",
|
| 1990 |
+
"aliases": [],
|
| 1991 |
+
"description": ""
|
| 1992 |
+
},
|
| 1993 |
+
"shot.set.dining-room": {
|
| 1994 |
+
"title": "Dining Room",
|
| 1995 |
+
"aliases": [],
|
| 1996 |
+
"description": ""
|
| 1997 |
+
},
|
| 1998 |
+
"shot.set.house-interior": {
|
| 1999 |
+
"title": "House Interior",
|
| 2000 |
+
"aliases": [],
|
| 2001 |
+
"description": ""
|
| 2002 |
+
},
|
| 2003 |
+
"shot.set.kitchen": {
|
| 2004 |
+
"title": "Kitchen",
|
| 2005 |
+
"aliases": [],
|
| 2006 |
+
"description": ""
|
| 2007 |
+
},
|
| 2008 |
+
"shot.set.living-room": {
|
| 2009 |
+
"title": "Living Room",
|
| 2010 |
+
"aliases": [],
|
| 2011 |
+
"description": ""
|
| 2012 |
+
},
|
| 2013 |
+
"shot.set.mansion-interior": {
|
| 2014 |
+
"title": "Mansion Interior",
|
| 2015 |
+
"aliases": [],
|
| 2016 |
+
"description": ""
|
| 2017 |
+
},
|
| 2018 |
+
"shot.set.palace-interior": {
|
| 2019 |
+
"title": "Palace Interior",
|
| 2020 |
+
"aliases": [],
|
| 2021 |
+
"description": ""
|
| 2022 |
+
},
|
| 2023 |
+
"shot.set.refridgerator": {
|
| 2024 |
+
"title": "Refridgerator",
|
| 2025 |
+
"aliases": [],
|
| 2026 |
+
"description": ""
|
| 2027 |
+
},
|
| 2028 |
+
"shot.set.study-room": {
|
| 2029 |
+
"title": "Study Room",
|
| 2030 |
+
"aliases": [],
|
| 2031 |
+
"description": ""
|
| 2032 |
+
},
|
| 2033 |
+
"shot.set.walk-in-closet": {
|
| 2034 |
+
"title": "Walk In Closet",
|
| 2035 |
+
"aliases": [],
|
| 2036 |
+
"description": ""
|
| 2037 |
+
},
|
| 2038 |
+
"shot.set.classroom": {
|
| 2039 |
+
"title": "Classroom",
|
| 2040 |
+
"aliases": [],
|
| 2041 |
+
"description": ""
|
| 2042 |
+
},
|
| 2043 |
+
"shot.set.command-center": {
|
| 2044 |
+
"title": "Command Center",
|
| 2045 |
+
"aliases": [],
|
| 2046 |
+
"description": ""
|
| 2047 |
+
},
|
| 2048 |
+
"shot.set.courtroom": {
|
| 2049 |
+
"title": "Courtroom",
|
| 2050 |
+
"aliases": [],
|
| 2051 |
+
"description": ""
|
| 2052 |
+
},
|
| 2053 |
+
"shot.set.courtroom-judge-bench": {
|
| 2054 |
+
"title": "Courtroom Judge Bench",
|
| 2055 |
+
"aliases": [],
|
| 2056 |
+
"description": ""
|
| 2057 |
+
},
|
| 2058 |
+
"shot.set.courtroom-witness-stand": {
|
| 2059 |
+
"title": "Courtroom Witness Stand",
|
| 2060 |
+
"aliases": [],
|
| 2061 |
+
"description": ""
|
| 2062 |
+
},
|
| 2063 |
+
"shot.set.dressing-room": {
|
| 2064 |
+
"title": "Dressing Room",
|
| 2065 |
+
"aliases": [],
|
| 2066 |
+
"description": ""
|
| 2067 |
+
},
|
| 2068 |
+
"shot.set.factory-interior": {
|
| 2069 |
+
"title": "Factory Interior",
|
| 2070 |
+
"aliases": [],
|
| 2071 |
+
"description": ""
|
| 2072 |
+
},
|
| 2073 |
+
"shot.set.hospital": {
|
| 2074 |
+
"title": "Hospital",
|
| 2075 |
+
"aliases": [],
|
| 2076 |
+
"description": ""
|
| 2077 |
+
},
|
| 2078 |
+
"shot.set.hospital-bedroom": {
|
| 2079 |
+
"title": "Hospital Bedroom",
|
| 2080 |
+
"aliases": [],
|
| 2081 |
+
"description": ""
|
| 2082 |
+
},
|
| 2083 |
+
"shot.set.interrogation-room": {
|
| 2084 |
+
"title": "Interrogation Room",
|
| 2085 |
+
"aliases": [],
|
| 2086 |
+
"description": ""
|
| 2087 |
+
},
|
| 2088 |
+
"shot.set.laboratory-regular": {
|
| 2089 |
+
"title": "Laboratory Regular",
|
| 2090 |
+
"aliases": [],
|
| 2091 |
+
"description": ""
|
| 2092 |
+
},
|
| 2093 |
+
"shot.set.library": {
|
| 2094 |
+
"title": "Library",
|
| 2095 |
+
"aliases": [],
|
| 2096 |
+
"description": ""
|
| 2097 |
+
},
|
| 2098 |
+
"shot.set.office-at-desk": {
|
| 2099 |
+
"title": "Office At Desk",
|
| 2100 |
+
"aliases": [],
|
| 2101 |
+
"description": ""
|
| 2102 |
+
},
|
| 2103 |
+
"shot.set.office-conference-room": {
|
| 2104 |
+
"title": "Office Conference Room",
|
| 2105 |
+
"aliases": [],
|
| 2106 |
+
"description": ""
|
| 2107 |
+
},
|
| 2108 |
+
"shot.set.office-cubicle": {
|
| 2109 |
+
"title": "Office Cubicle",
|
| 2110 |
+
"aliases": [],
|
| 2111 |
+
"description": ""
|
| 2112 |
+
},
|
| 2113 |
+
"shot.set.office-interior": {
|
| 2114 |
+
"title": "Office Interior",
|
| 2115 |
+
"aliases": [],
|
| 2116 |
+
"description": ""
|
| 2117 |
+
},
|
| 2118 |
+
"shot.set.open-office": {
|
| 2119 |
+
"title": "Open Office",
|
| 2120 |
+
"aliases": [],
|
| 2121 |
+
"description": ""
|
| 2122 |
+
},
|
| 2123 |
+
"shot.set.prison-cell": {
|
| 2124 |
+
"title": "Prison Cell",
|
| 2125 |
+
"aliases": [],
|
| 2126 |
+
"description": ""
|
| 2127 |
+
},
|
| 2128 |
+
"shot.set.prison-interior": {
|
| 2129 |
+
"title": "Prison Interior",
|
| 2130 |
+
"aliases": [],
|
| 2131 |
+
"description": ""
|
| 2132 |
+
},
|
| 2133 |
+
"shot.set.prison-phone-booth": {
|
| 2134 |
+
"title": "Prison Phone Booth",
|
| 2135 |
+
"aliases": [],
|
| 2136 |
+
"description": ""
|
| 2137 |
+
},
|
| 2138 |
+
"shot.set.store-clothing": {
|
| 2139 |
+
"title": "Store Clothing",
|
| 2140 |
+
"aliases": [],
|
| 2141 |
+
"description": ""
|
| 2142 |
+
},
|
| 2143 |
+
"shot.set.store-grocery": {
|
| 2144 |
+
"title": "Store Grocery",
|
| 2145 |
+
"aliases": [],
|
| 2146 |
+
"description": ""
|
| 2147 |
+
},
|
| 2148 |
+
"shot.set.store-miscellaneous-interior": {
|
| 2149 |
+
"title": "Store Miscellaneous Interior",
|
| 2150 |
+
"aliases": [],
|
| 2151 |
+
"description": ""
|
| 2152 |
+
},
|
| 2153 |
+
"shot.set.studio-art": {
|
| 2154 |
+
"title": "Studio Art",
|
| 2155 |
+
"aliases": [],
|
| 2156 |
+
"description": ""
|
| 2157 |
+
},
|
| 2158 |
+
"shot.set.american-football-field": {
|
| 2159 |
+
"title": "American Football Field",
|
| 2160 |
+
"aliases": [],
|
| 2161 |
+
"description": ""
|
| 2162 |
+
},
|
| 2163 |
+
"shot.set.baseball-field": {
|
| 2164 |
+
"title": "Baseball Field",
|
| 2165 |
+
"aliases": [],
|
| 2166 |
+
"description": ""
|
| 2167 |
+
},
|
| 2168 |
+
"shot.set.basketball-court": {
|
| 2169 |
+
"title": "Basketball Court",
|
| 2170 |
+
"aliases": [],
|
| 2171 |
+
"description": ""
|
| 2172 |
+
},
|
| 2173 |
+
"shot.set.boxing-ring": {
|
| 2174 |
+
"title": "Boxing Ring",
|
| 2175 |
+
"aliases": [],
|
| 2176 |
+
"description": ""
|
| 2177 |
+
},
|
| 2178 |
+
"shot.set.football-field": {
|
| 2179 |
+
"title": "Football Field",
|
| 2180 |
+
"aliases": [],
|
| 2181 |
+
"description": ""
|
| 2182 |
+
},
|
| 2183 |
+
"shot.set.ice-hockey-rink": {
|
| 2184 |
+
"title": "Ice Hockey Rink",
|
| 2185 |
+
"aliases": [],
|
| 2186 |
+
"description": ""
|
| 2187 |
+
},
|
| 2188 |
+
"shot.set.race-track": {
|
| 2189 |
+
"title": "Race Track",
|
| 2190 |
+
"aliases": [],
|
| 2191 |
+
"description": ""
|
| 2192 |
+
},
|
| 2193 |
+
"shot.set.swimming-pool": {
|
| 2194 |
+
"title": "Swimming Pool",
|
| 2195 |
+
"aliases": [],
|
| 2196 |
+
"description": ""
|
| 2197 |
+
},
|
| 2198 |
+
"shot.set.tennis-court": {
|
| 2199 |
+
"title": "Tennis Court",
|
| 2200 |
+
"aliases": [],
|
| 2201 |
+
"description": ""
|
| 2202 |
+
},
|
| 2203 |
+
"shot.set.airport-interior": {
|
| 2204 |
+
"title": "Airport Interior",
|
| 2205 |
+
"aliases": [],
|
| 2206 |
+
"description": ""
|
| 2207 |
+
},
|
| 2208 |
+
"shot.set.subway-station-interior": {
|
| 2209 |
+
"title": "Subway Station Interior",
|
| 2210 |
+
"aliases": [],
|
| 2211 |
+
"description": ""
|
| 2212 |
+
},
|
| 2213 |
+
"shot.set.train-station-interior": {
|
| 2214 |
+
"title": "Train Station Interior",
|
| 2215 |
+
"aliases": [],
|
| 2216 |
+
"description": ""
|
| 2217 |
+
},
|
| 2218 |
+
"shot.set.train-station-platform": {
|
| 2219 |
+
"title": "Train Station Platform",
|
| 2220 |
+
"aliases": [],
|
| 2221 |
+
"description": ""
|
| 2222 |
+
},
|
| 2223 |
+
"shot.set.airplane-cabin": {
|
| 2224 |
+
"title": "Airplane Cabin",
|
| 2225 |
+
"aliases": [],
|
| 2226 |
+
"description": ""
|
| 2227 |
+
},
|
| 2228 |
+
"shot.set.bus-interior": {
|
| 2229 |
+
"title": "Bus Interior",
|
| 2230 |
+
"aliases": [],
|
| 2231 |
+
"description": ""
|
| 2232 |
+
},
|
| 2233 |
+
"shot.set.car-interior": {
|
| 2234 |
+
"title": "Car Interior",
|
| 2235 |
+
"aliases": [],
|
| 2236 |
+
"description": ""
|
| 2237 |
+
},
|
| 2238 |
+
"shot.set.car-interior-from-outside": {
|
| 2239 |
+
"title": "Car Interior From Outside",
|
| 2240 |
+
"aliases": [],
|
| 2241 |
+
"description": ""
|
| 2242 |
+
},
|
| 2243 |
+
"shot.set.cockpit": {
|
| 2244 |
+
"title": "Cockpit",
|
| 2245 |
+
"aliases": [],
|
| 2246 |
+
"description": ""
|
| 2247 |
+
},
|
| 2248 |
+
"shot.set.on-ship": {
|
| 2249 |
+
"title": "On Ship",
|
| 2250 |
+
"aliases": [],
|
| 2251 |
+
"description": ""
|
| 2252 |
+
},
|
| 2253 |
+
"shot.set.spacecraft-interior": {
|
| 2254 |
+
"title": "Spacecraft Interior",
|
| 2255 |
+
"aliases": [],
|
| 2256 |
+
"description": ""
|
| 2257 |
+
},
|
| 2258 |
+
"shot.set.subway-train-interior": {
|
| 2259 |
+
"title": "Subway Train Interior",
|
| 2260 |
+
"aliases": [],
|
| 2261 |
+
"description": ""
|
| 2262 |
+
},
|
| 2263 |
+
"shot.set.train-interior": {
|
| 2264 |
+
"title": "Train Interior",
|
| 2265 |
+
"aliases": [],
|
| 2266 |
+
"description": ""
|
| 2267 |
+
},
|
| 2268 |
+
"shot.set.na": {
|
| 2269 |
+
"title": "NA",
|
| 2270 |
+
"aliases": [],
|
| 2271 |
+
"description": ""
|
| 2272 |
+
},
|
| 2273 |
+
"shot.set-miscellaneous.aisle": {
|
| 2274 |
+
"title": "Aisle",
|
| 2275 |
+
"aliases": [],
|
| 2276 |
+
"description": ""
|
| 2277 |
+
},
|
| 2278 |
+
"shot.set-miscellaneous.bed": {
|
| 2279 |
+
"title": "Bed",
|
| 2280 |
+
"aliases": [],
|
| 2281 |
+
"description": ""
|
| 2282 |
+
},
|
| 2283 |
+
"shot.set-miscellaneous.doorway": {
|
| 2284 |
+
"title": "Doorway",
|
| 2285 |
+
"aliases": [],
|
| 2286 |
+
"description": ""
|
| 2287 |
+
},
|
| 2288 |
+
"shot.set-miscellaneous.entrance-interior": {
|
| 2289 |
+
"title": "Entrance Interior",
|
| 2290 |
+
"aliases": [],
|
| 2291 |
+
"description": ""
|
| 2292 |
+
},
|
| 2293 |
+
"shot.set-miscellaneous.fireplace": {
|
| 2294 |
+
"title": "Fireplace",
|
| 2295 |
+
"aliases": [],
|
| 2296 |
+
"description": ""
|
| 2297 |
+
},
|
| 2298 |
+
"shot.set-miscellaneous.hallway": {
|
| 2299 |
+
"title": "Hallway",
|
| 2300 |
+
"aliases": [],
|
| 2301 |
+
"description": ""
|
| 2302 |
+
},
|
| 2303 |
+
"shot.set-miscellaneous.stage": {
|
| 2304 |
+
"title": "Stage",
|
| 2305 |
+
"aliases": [],
|
| 2306 |
+
"description": ""
|
| 2307 |
+
},
|
| 2308 |
+
"shot.set-miscellaneous.staircase": {
|
| 2309 |
+
"title": "Staircase",
|
| 2310 |
+
"aliases": [],
|
| 2311 |
+
"description": ""
|
| 2312 |
+
},
|
| 2313 |
+
"shot.set-miscellaneous.window": {
|
| 2314 |
+
"title": "Window",
|
| 2315 |
+
"aliases": [],
|
| 2316 |
+
"description": ""
|
| 2317 |
+
},
|
| 2318 |
+
"shot.set-miscellaneous.city": {
|
| 2319 |
+
"title": "City",
|
| 2320 |
+
"aliases": [],
|
| 2321 |
+
"description": ""
|
| 2322 |
+
},
|
| 2323 |
+
"shot.set-miscellaneous.driveway": {
|
| 2324 |
+
"title": "Driveway",
|
| 2325 |
+
"aliases": [],
|
| 2326 |
+
"description": ""
|
| 2327 |
+
},
|
| 2328 |
+
"shot.set-miscellaneous.road": {
|
| 2329 |
+
"title": "Road",
|
| 2330 |
+
"aliases": [],
|
| 2331 |
+
"description": ""
|
| 2332 |
+
},
|
| 2333 |
+
"shot.set-miscellaneous.rural": {
|
| 2334 |
+
"title": "Rural",
|
| 2335 |
+
"aliases": [],
|
| 2336 |
+
"description": ""
|
| 2337 |
+
},
|
| 2338 |
+
"shot.set-miscellaneous.settlement": {
|
| 2339 |
+
"title": "Settlement",
|
| 2340 |
+
"aliases": [],
|
| 2341 |
+
"description": ""
|
| 2342 |
+
},
|
| 2343 |
+
"shot.set-miscellaneous.sidewalk": {
|
| 2344 |
+
"title": "Sidewalk",
|
| 2345 |
+
"aliases": [],
|
| 2346 |
+
"description": ""
|
| 2347 |
+
},
|
| 2348 |
+
"shot.set-miscellaneous.street": {
|
| 2349 |
+
"title": "Street",
|
| 2350 |
+
"aliases": [],
|
| 2351 |
+
"description": ""
|
| 2352 |
+
},
|
| 2353 |
+
"shot.set-miscellaneous.train-tracks": {
|
| 2354 |
+
"title": "Train Tracks",
|
| 2355 |
+
"aliases": [],
|
| 2356 |
+
"description": ""
|
| 2357 |
+
},
|
| 2358 |
+
"shot.set-miscellaneous.field": {
|
| 2359 |
+
"title": "Field",
|
| 2360 |
+
"aliases": [],
|
| 2361 |
+
"description": ""
|
| 2362 |
+
},
|
| 2363 |
+
"shot.set-miscellaneous.hill": {
|
| 2364 |
+
"title": "Hill",
|
| 2365 |
+
"aliases": [],
|
| 2366 |
+
"description": ""
|
| 2367 |
+
},
|
| 2368 |
+
"shot.set-miscellaneous.lake": {
|
| 2369 |
+
"title": "Lake",
|
| 2370 |
+
"aliases": [],
|
| 2371 |
+
"description": ""
|
| 2372 |
+
},
|
| 2373 |
+
"shot.set-miscellaneous.mountain": {
|
| 2374 |
+
"title": "Mountain",
|
| 2375 |
+
"aliases": [],
|
| 2376 |
+
"description": ""
|
| 2377 |
+
},
|
| 2378 |
+
"shot.set-miscellaneous.shore": {
|
| 2379 |
+
"title": "Shore",
|
| 2380 |
+
"aliases": [],
|
| 2381 |
+
"description": ""
|
| 2382 |
+
},
|
| 2383 |
+
"shot.set-miscellaneous.waterbody": {
|
| 2384 |
+
"title": "Waterbody",
|
| 2385 |
+
"aliases": [],
|
| 2386 |
+
"description": ""
|
| 2387 |
+
},
|
| 2388 |
+
"shot.set-miscellaneous.auditorium": {
|
| 2389 |
+
"title": "Auditorium",
|
| 2390 |
+
"aliases": [],
|
| 2391 |
+
"description": ""
|
| 2392 |
+
},
|
| 2393 |
+
"shot.set-miscellaneous.ice-rink": {
|
| 2394 |
+
"title": "Ice Rink",
|
| 2395 |
+
"aliases": [],
|
| 2396 |
+
"description": ""
|
| 2397 |
+
},
|
| 2398 |
+
"shot.set-miscellaneous.indoor-stadium": {
|
| 2399 |
+
"title": "Indoor Stadium",
|
| 2400 |
+
"aliases": [],
|
| 2401 |
+
"description": ""
|
| 2402 |
+
},
|
| 2403 |
+
"shot.set-miscellaneous.pool-table": {
|
| 2404 |
+
"title": "Pool Table",
|
| 2405 |
+
"aliases": [],
|
| 2406 |
+
"description": ""
|
| 2407 |
+
},
|
| 2408 |
+
"shot.set-miscellaneous.spectators": {
|
| 2409 |
+
"title": "Spectators",
|
| 2410 |
+
"aliases": [],
|
| 2411 |
+
"description": ""
|
| 2412 |
+
},
|
| 2413 |
+
"shot.set-miscellaneous.stadium": {
|
| 2414 |
+
"title": "Stadium",
|
| 2415 |
+
"aliases": [],
|
| 2416 |
+
"description": ""
|
| 2417 |
+
},
|
| 2418 |
+
"shot.set-miscellaneous.aircraft-exterior": {
|
| 2419 |
+
"title": "Aircraft Exterior",
|
| 2420 |
+
"aliases": [],
|
| 2421 |
+
"description": ""
|
| 2422 |
+
},
|
| 2423 |
+
"shot.set-miscellaneous.airplane-exterior": {
|
| 2424 |
+
"title": "Airplane Exterior",
|
| 2425 |
+
"aliases": [],
|
| 2426 |
+
"description": ""
|
| 2427 |
+
},
|
| 2428 |
+
"shot.set-miscellaneous.bicycle-exterior": {
|
| 2429 |
+
"title": "Bicycle Exterior",
|
| 2430 |
+
"aliases": [],
|
| 2431 |
+
"description": ""
|
| 2432 |
+
},
|
| 2433 |
+
"shot.set-miscellaneous.big-vehicle-exterior": {
|
| 2434 |
+
"title": "Big Vehicle Exterior",
|
| 2435 |
+
"aliases": [],
|
| 2436 |
+
"description": ""
|
| 2437 |
+
},
|
| 2438 |
+
"shot.set-miscellaneous.bike-exterior": {
|
| 2439 |
+
"title": "Bike Exterior",
|
| 2440 |
+
"aliases": [],
|
| 2441 |
+
"description": ""
|
| 2442 |
+
},
|
| 2443 |
+
"shot.set-miscellaneous.boat-exterior": {
|
| 2444 |
+
"title": "Boat Exterior",
|
| 2445 |
+
"aliases": [],
|
| 2446 |
+
"description": ""
|
| 2447 |
+
},
|
| 2448 |
+
"shot.set-miscellaneous.bus-exterior": {
|
| 2449 |
+
"title": "Bus Exterior",
|
| 2450 |
+
"aliases": [],
|
| 2451 |
+
"description": ""
|
| 2452 |
+
},
|
| 2453 |
+
"shot.set-miscellaneous.car-exterior": {
|
| 2454 |
+
"title": "Car Exterior",
|
| 2455 |
+
"aliases": [],
|
| 2456 |
+
"description": ""
|
| 2457 |
+
},
|
| 2458 |
+
"shot.set-miscellaneous.helicopter-exterior": {
|
| 2459 |
+
"title": "Helicopter Exterior",
|
| 2460 |
+
"aliases": [],
|
| 2461 |
+
"description": ""
|
| 2462 |
+
},
|
| 2463 |
+
"shot.set-miscellaneous.ship-exterior": {
|
| 2464 |
+
"title": "Ship Exterior",
|
| 2465 |
+
"aliases": [],
|
| 2466 |
+
"description": ""
|
| 2467 |
+
},
|
| 2468 |
+
"shot.set-miscellaneous.spacecraft-exterior": {
|
| 2469 |
+
"title": "Spacecraft Exterior",
|
| 2470 |
+
"aliases": [],
|
| 2471 |
+
"description": ""
|
| 2472 |
+
},
|
| 2473 |
+
"shot.set-miscellaneous.train-exterior": {
|
| 2474 |
+
"title": "Train Exterior",
|
| 2475 |
+
"aliases": [],
|
| 2476 |
+
"description": ""
|
| 2477 |
+
},
|
| 2478 |
+
"shot.set-miscellaneous.truck-exterior": {
|
| 2479 |
+
"title": "Truck Exterior",
|
| 2480 |
+
"aliases": [],
|
| 2481 |
+
"description": ""
|
| 2482 |
+
},
|
| 2483 |
+
"shot.set-miscellaneous.two-wheeler": {
|
| 2484 |
+
"title": "Two Wheeler",
|
| 2485 |
+
"aliases": [],
|
| 2486 |
+
"description": ""
|
| 2487 |
+
},
|
| 2488 |
+
"shot.set-miscellaneous.vehicle-aquatic": {
|
| 2489 |
+
"title": "Vehicle Aquatic",
|
| 2490 |
+
"aliases": [],
|
| 2491 |
+
"description": ""
|
| 2492 |
+
},
|
| 2493 |
+
"shot.set-miscellaneous.vehicle-grounded-exterior": {
|
| 2494 |
+
"title": "Vehicle Grounded Exterior",
|
| 2495 |
+
"aliases": [],
|
| 2496 |
+
"description": ""
|
| 2497 |
+
},
|
| 2498 |
+
"shot.subject.animal": {
|
| 2499 |
+
"title": "Animal",
|
| 2500 |
+
"aliases": [],
|
| 2501 |
+
"description": ""
|
| 2502 |
+
},
|
| 2503 |
+
"shot.subject.body": {
|
| 2504 |
+
"title": "Body",
|
| 2505 |
+
"aliases": [],
|
| 2506 |
+
"description": ""
|
| 2507 |
+
},
|
| 2508 |
+
"shot.subject.face": {
|
| 2509 |
+
"title": "Face",
|
| 2510 |
+
"aliases": [],
|
| 2511 |
+
"description": ""
|
| 2512 |
+
},
|
| 2513 |
+
"shot.subject.feet": {
|
| 2514 |
+
"title": "Feet",
|
| 2515 |
+
"aliases": [],
|
| 2516 |
+
"description": ""
|
| 2517 |
+
},
|
| 2518 |
+
"shot.subject.hands": {
|
| 2519 |
+
"title": "Hands",
|
| 2520 |
+
"aliases": [],
|
| 2521 |
+
"description": ""
|
| 2522 |
+
},
|
| 2523 |
+
"shot.subject.location": {
|
| 2524 |
+
"title": "Location",
|
| 2525 |
+
"aliases": [],
|
| 2526 |
+
"description": ""
|
| 2527 |
+
},
|
| 2528 |
+
"shot.subject.person": {
|
| 2529 |
+
"title": "Person",
|
| 2530 |
+
"aliases": [],
|
| 2531 |
+
"description": ""
|
| 2532 |
+
},
|
| 2533 |
+
"shot.subject.prop": {
|
| 2534 |
+
"title": "Prop",
|
| 2535 |
+
"aliases": [],
|
| 2536 |
+
"description": ""
|
| 2537 |
+
},
|
| 2538 |
+
"shot.subject.text": {
|
| 2539 |
+
"title": "Text",
|
| 2540 |
+
"aliases": [],
|
| 2541 |
+
"description": ""
|
| 2542 |
+
},
|
| 2543 |
+
"shot.subject.vehicle": {
|
| 2544 |
+
"title": "Vehicle",
|
| 2545 |
+
"aliases": [],
|
| 2546 |
+
"description": ""
|
| 2547 |
+
},
|
| 2548 |
+
"shot.time-of-day.dawn-dusk": {
|
| 2549 |
+
"title": "Dawn Or Dusk",
|
| 2550 |
+
"aliases": [
|
| 2551 |
+
"Twilight"
|
| 2552 |
+
],
|
| 2553 |
+
"description": ""
|
| 2554 |
+
},
|
| 2555 |
+
"shot.time-of-day.day": {
|
| 2556 |
+
"title": "Day",
|
| 2557 |
+
"aliases": [
|
| 2558 |
+
"Daytime",
|
| 2559 |
+
"Day-time",
|
| 2560 |
+
"day time"
|
| 2561 |
+
],
|
| 2562 |
+
"description": ""
|
| 2563 |
+
},
|
| 2564 |
+
"shot.time-of-day.night": {
|
| 2565 |
+
"title": "Night",
|
| 2566 |
+
"aliases": [
|
| 2567 |
+
"night time",
|
| 2568 |
+
"Night-time"
|
| 2569 |
+
],
|
| 2570 |
+
"description": ""
|
| 2571 |
+
},
|
| 2572 |
+
"shot.time-of-day.sunrise-sunset": {
|
| 2573 |
+
"title": "Sunrise Or Sunset",
|
| 2574 |
+
"aliases": [],
|
| 2575 |
+
"description": ""
|
| 2576 |
+
},
|
| 2577 |
+
"shot.time-of-day.na": {
|
| 2578 |
+
"title": "NA",
|
| 2579 |
+
"aliases": [],
|
| 2580 |
+
"description": ""
|
| 2581 |
+
},
|
| 2582 |
+
"shot.type.cleansingle": {
|
| 2583 |
+
"title": "Clean Single",
|
| 2584 |
+
"aliases": [
|
| 2585 |
+
"Cleansingle",
|
| 2586 |
+
"Single"
|
| 2587 |
+
],
|
| 2588 |
+
"description": ""
|
| 2589 |
+
},
|
| 2590 |
+
"shot.type.twoshot": {
|
| 2591 |
+
"title": "Two Shot",
|
| 2592 |
+
"aliases": [],
|
| 2593 |
+
"description": ""
|
| 2594 |
+
},
|
| 2595 |
+
"shot.type.threeshot": {
|
| 2596 |
+
"title": "Three Shot",
|
| 2597 |
+
"aliases": [],
|
| 2598 |
+
"description": ""
|
| 2599 |
+
},
|
| 2600 |
+
"shot.type.fourshot": {
|
| 2601 |
+
"title": "Four Shot",
|
| 2602 |
+
"aliases": [],
|
| 2603 |
+
"description": ""
|
| 2604 |
+
},
|
| 2605 |
+
"shot.type.group": {
|
| 2606 |
+
"title": "Group Shot",
|
| 2607 |
+
"aliases": [
|
| 2608 |
+
"a group of people"
|
| 2609 |
+
],
|
| 2610 |
+
"description": ""
|
| 2611 |
+
},
|
| 2612 |
+
"shot.type.insert": {
|
| 2613 |
+
"title": "Insert Shot",
|
| 2614 |
+
"aliases": [
|
| 2615 |
+
"Insert"
|
| 2616 |
+
],
|
| 2617 |
+
"description": ""
|
| 2618 |
+
},
|
| 2619 |
+
"shot.type.na": {
|
| 2620 |
+
"title": "NA",
|
| 2621 |
+
"aliases": [],
|
| 2622 |
+
"description": ""
|
| 2623 |
+
},
|
| 2624 |
+
"shot.type.crowd.likelihood": {
|
| 2625 |
+
"title": "Crowd Shot",
|
| 2626 |
+
"aliases": [],
|
| 2627 |
+
"description": ""
|
| 2628 |
+
},
|
| 2629 |
+
"shot.type.over-the-shoulder.likelihood": {
|
| 2630 |
+
"title": "Over The Shoulder",
|
| 2631 |
+
"aliases": [
|
| 2632 |
+
"OTS"
|
| 2633 |
+
],
|
| 2634 |
+
"description": ""
|
| 2635 |
+
},
|
| 2636 |
+
"texture.banded": {
|
| 2637 |
+
"title": "Banded Texture",
|
| 2638 |
+
"aliases": [],
|
| 2639 |
+
"description": ""
|
| 2640 |
+
},
|
| 2641 |
+
"texture.blotchy": {
|
| 2642 |
+
"title": "Blotchy Texture",
|
| 2643 |
+
"aliases": [],
|
| 2644 |
+
"description": ""
|
| 2645 |
+
},
|
| 2646 |
+
"texture.braided": {
|
| 2647 |
+
"title": "Braided Texture",
|
| 2648 |
+
"aliases": [],
|
| 2649 |
+
"description": ""
|
| 2650 |
+
},
|
| 2651 |
+
"texture.bubbly": {
|
| 2652 |
+
"title": "Bubbly Texture",
|
| 2653 |
+
"aliases": [],
|
| 2654 |
+
"description": ""
|
| 2655 |
+
},
|
| 2656 |
+
"texture.bumpy": {
|
| 2657 |
+
"title": "Bumpy Texture",
|
| 2658 |
+
"aliases": [],
|
| 2659 |
+
"description": ""
|
| 2660 |
+
},
|
| 2661 |
+
"texture.chequered": {
|
| 2662 |
+
"title": "Chequered Texture",
|
| 2663 |
+
"aliases": [],
|
| 2664 |
+
"description": ""
|
| 2665 |
+
},
|
| 2666 |
+
"texture.cobwebbed": {
|
| 2667 |
+
"title": "Cobwebbed Texture",
|
| 2668 |
+
"aliases": [],
|
| 2669 |
+
"description": ""
|
| 2670 |
+
},
|
| 2671 |
+
"texture.cracked": {
|
| 2672 |
+
"title": "Cracked Texture",
|
| 2673 |
+
"aliases": [],
|
| 2674 |
+
"description": ""
|
| 2675 |
+
},
|
| 2676 |
+
"texture.crosshatched": {
|
| 2677 |
+
"title": "Crosshatched Texture",
|
| 2678 |
+
"aliases": [],
|
| 2679 |
+
"description": ""
|
| 2680 |
+
},
|
| 2681 |
+
"texture.crystalline": {
|
| 2682 |
+
"title": "Crystalline Texture",
|
| 2683 |
+
"aliases": [],
|
| 2684 |
+
"description": ""
|
| 2685 |
+
},
|
| 2686 |
+
"texture.dotted": {
|
| 2687 |
+
"title": "Dotted Texture",
|
| 2688 |
+
"aliases": [],
|
| 2689 |
+
"description": ""
|
| 2690 |
+
},
|
| 2691 |
+
"texture.fibrous": {
|
| 2692 |
+
"title": "Fibrous Texture",
|
| 2693 |
+
"aliases": [],
|
| 2694 |
+
"description": ""
|
| 2695 |
+
},
|
| 2696 |
+
"texture.flecked": {
|
| 2697 |
+
"title": "Flecked Texture",
|
| 2698 |
+
"aliases": [],
|
| 2699 |
+
"description": ""
|
| 2700 |
+
},
|
| 2701 |
+
"texture.frilly": {
|
| 2702 |
+
"title": "Frilly Texture",
|
| 2703 |
+
"aliases": [],
|
| 2704 |
+
"description": ""
|
| 2705 |
+
},
|
| 2706 |
+
"texture.gauzy": {
|
| 2707 |
+
"title": "Gauzy Texture",
|
| 2708 |
+
"aliases": [],
|
| 2709 |
+
"description": ""
|
| 2710 |
+
},
|
| 2711 |
+
"texture.grid": {
|
| 2712 |
+
"title": "Grid Texture",
|
| 2713 |
+
"aliases": [],
|
| 2714 |
+
"description": ""
|
| 2715 |
+
},
|
| 2716 |
+
"texture.grooved": {
|
| 2717 |
+
"title": "Grooved Texture",
|
| 2718 |
+
"aliases": [],
|
| 2719 |
+
"description": ""
|
| 2720 |
+
},
|
| 2721 |
+
"texture.honeycombed": {
|
| 2722 |
+
"title": "Honeycombed Texture",
|
| 2723 |
+
"aliases": [],
|
| 2724 |
+
"description": ""
|
| 2725 |
+
},
|
| 2726 |
+
"texture.interlaced": {
|
| 2727 |
+
"title": "Interlaced Texture",
|
| 2728 |
+
"aliases": [],
|
| 2729 |
+
"description": ""
|
| 2730 |
+
},
|
| 2731 |
+
"texture.knitted": {
|
| 2732 |
+
"title": "Knitted Texture",
|
| 2733 |
+
"aliases": [],
|
| 2734 |
+
"description": ""
|
| 2735 |
+
},
|
| 2736 |
+
"texture.lacelike": {
|
| 2737 |
+
"title": "Lacelike Texture",
|
| 2738 |
+
"aliases": [],
|
| 2739 |
+
"description": ""
|
| 2740 |
+
},
|
| 2741 |
+
"texture.lined": {
|
| 2742 |
+
"title": "Lined Texture",
|
| 2743 |
+
"aliases": [],
|
| 2744 |
+
"description": ""
|
| 2745 |
+
},
|
| 2746 |
+
"texture.marbled": {
|
| 2747 |
+
"title": "Marbled Texture",
|
| 2748 |
+
"aliases": [],
|
| 2749 |
+
"description": ""
|
| 2750 |
+
},
|
| 2751 |
+
"texture.matted": {
|
| 2752 |
+
"title": "Matted Texture",
|
| 2753 |
+
"aliases": [],
|
| 2754 |
+
"description": ""
|
| 2755 |
+
},
|
| 2756 |
+
"texture.meshed": {
|
| 2757 |
+
"title": "Meshed Texture",
|
| 2758 |
+
"aliases": [],
|
| 2759 |
+
"description": ""
|
| 2760 |
+
},
|
| 2761 |
+
"texture.paisley": {
|
| 2762 |
+
"title": "Paisley Texture",
|
| 2763 |
+
"aliases": [],
|
| 2764 |
+
"description": ""
|
| 2765 |
+
},
|
| 2766 |
+
"texture.perforated": {
|
| 2767 |
+
"title": "Perforated Texture",
|
| 2768 |
+
"aliases": [],
|
| 2769 |
+
"description": ""
|
| 2770 |
+
},
|
| 2771 |
+
"texture.pitted": {
|
| 2772 |
+
"title": "Pitted Texture",
|
| 2773 |
+
"aliases": [],
|
| 2774 |
+
"description": ""
|
| 2775 |
+
},
|
| 2776 |
+
"texture.pleated": {
|
| 2777 |
+
"title": "Pleated Texture",
|
| 2778 |
+
"aliases": [],
|
| 2779 |
+
"description": ""
|
| 2780 |
+
},
|
| 2781 |
+
"texture.porous": {
|
| 2782 |
+
"title": "Porous Texture",
|
| 2783 |
+
"aliases": [],
|
| 2784 |
+
"description": ""
|
| 2785 |
+
},
|
| 2786 |
+
"texture.potholed": {
|
| 2787 |
+
"title": "Potholed Texture",
|
| 2788 |
+
"aliases": [],
|
| 2789 |
+
"description": ""
|
| 2790 |
+
},
|
| 2791 |
+
"texture.scaly": {
|
| 2792 |
+
"title": "Scaly Texture",
|
| 2793 |
+
"aliases": [],
|
| 2794 |
+
"description": ""
|
| 2795 |
+
},
|
| 2796 |
+
"texture.smeared": {
|
| 2797 |
+
"title": "Smeared Texture",
|
| 2798 |
+
"aliases": [],
|
| 2799 |
+
"description": ""
|
| 2800 |
+
},
|
| 2801 |
+
"texture.spiralled": {
|
| 2802 |
+
"title": "Spiralled Texture",
|
| 2803 |
+
"aliases": [],
|
| 2804 |
+
"description": ""
|
| 2805 |
+
},
|
| 2806 |
+
"texture.sprinkled": {
|
| 2807 |
+
"title": "Sprinkled Texture",
|
| 2808 |
+
"aliases": [],
|
| 2809 |
+
"description": ""
|
| 2810 |
+
},
|
| 2811 |
+
"texture.stained": {
|
| 2812 |
+
"title": "Stained Texture",
|
| 2813 |
+
"aliases": [],
|
| 2814 |
+
"description": ""
|
| 2815 |
+
},
|
| 2816 |
+
"texture.stratified": {
|
| 2817 |
+
"title": "Stratified Texture",
|
| 2818 |
+
"aliases": [],
|
| 2819 |
+
"description": ""
|
| 2820 |
+
},
|
| 2821 |
+
"texture.striped": {
|
| 2822 |
+
"title": "Striped Texture",
|
| 2823 |
+
"aliases": [],
|
| 2824 |
+
"description": ""
|
| 2825 |
+
},
|
| 2826 |
+
"texture.studded": {
|
| 2827 |
+
"title": "Studded Texture",
|
| 2828 |
+
"aliases": [],
|
| 2829 |
+
"description": ""
|
| 2830 |
+
},
|
| 2831 |
+
"texture.swirly": {
|
| 2832 |
+
"title": "Swirly Texture",
|
| 2833 |
+
"aliases": [],
|
| 2834 |
+
"description": ""
|
| 2835 |
+
},
|
| 2836 |
+
"texture.veined": {
|
| 2837 |
+
"title": "Veined Texture",
|
| 2838 |
+
"aliases": [],
|
| 2839 |
+
"description": ""
|
| 2840 |
+
},
|
| 2841 |
+
"texture.waffled": {
|
| 2842 |
+
"title": "Waffled Texture",
|
| 2843 |
+
"aliases": [],
|
| 2844 |
+
"description": ""
|
| 2845 |
+
},
|
| 2846 |
+
"texture.woven": {
|
| 2847 |
+
"title": "Woven Texture",
|
| 2848 |
+
"aliases": [],
|
| 2849 |
+
"description": ""
|
| 2850 |
+
},
|
| 2851 |
+
"texture.wrinkled": {
|
| 2852 |
+
"title": "Wrinkled Texture",
|
| 2853 |
+
"aliases": [],
|
| 2854 |
+
"description": ""
|
| 2855 |
+
},
|
| 2856 |
+
"texture.zigzagged": {
|
| 2857 |
+
"title": "Zigzagged Texture",
|
| 2858 |
+
"aliases": [],
|
| 2859 |
"description": ""
|
| 2860 |
}
|
| 2861 |
},
|
| 2862 |
"preprocessing": {
|
| 2863 |
+
"input_height": 384,
|
| 2864 |
+
"input_width": 640,
|
| 2865 |
"normalisation_mean": [
|
| 2866 |
+
0.485,
|
| 2867 |
+
0.456,
|
| 2868 |
+
0.406
|
| 2869 |
],
|
| 2870 |
"normalisation_stdev": [
|
| 2871 |
+
0.229,
|
| 2872 |
+
0.224,
|
| 2873 |
+
0.225
|
| 2874 |
],
|
| 2875 |
"interpolation": "bilinear",
|
| 2876 |
"output_format": "RGB",
|
| 2877 |
"resize_method": "squish",
|
| 2878 |
"pad_fill": null
|
| 2879 |
}
|
| 2880 |
+
}
|
ImageEncoder.mlmodel
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:df7cb15a46e60d6c6cf44212afc1acaab6d07c6ca997072ea1e10c609bac08a1
|
| 3 |
+
size 351677530
|
ImageEncoder.mlpackage/Data/com.apple.CoreML/model.mlmodel
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d2437379ba10227a24907a34dd214e78ae094a6d90694923ce4a6eccef744887
|
| 3 |
+
size 191193
|
ImageEncoder.mlpackage/Data/com.apple.CoreML/weights/weight.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:00190939144f6b6ba270eeda501007c156c0832eeea0f7bf6ea7d304b15e9620
|
| 3 |
+
size 175837376
|
ImageEncoder.mlpackage/Manifest.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 617
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1e56650315c876f79fa6d163ab4ecc8963ab495ffc7c8880713dd3180c197000
|
| 3 |
size 617
|
ImageEncoder.onnx
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:054fa4ff2b850d0e15e9b6cc277b89aef4c4c7e96bb9e8cbf127286f311bc60d
|
| 3 |
+
size 352048391
|
ImageEncoder_fp16.onnx
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2473197c6afd57d51c9688fd0fa3f4b2a3642664a182b93a96df9ba418987a50
|
| 3 |
+
size 176370803
|
TextEncoder.mlmodel
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:48d5dc69c68f901333518012017d4348ccef612f289c60011d106bc8a1db0f6a
|
| 3 |
+
size 253760732
|
TextEncoder.mlpackage/Data/com.apple.CoreML/model.mlmodel
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5a0a5a33c062eef5772ac0cf0708177d0cc66643413c42193bdb80724dc2e92c
|
| 3 |
+
size 171556
|
TextEncoder.mlpackage/Data/com.apple.CoreML/weights/weight.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:81bb1d16d6a3043466c38f03f259e342618d6f34adfdada4edeffc18f076e33b
|
| 3 |
+
size 126878848
|
TextEncoder.mlpackage/Manifest.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 617
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:81f66a5956597792b5991f46b5007a3eebd6e4ca73a0d8f6d09e0f1c5d4175eb
|
| 3 |
size 617
|
TextEncoder.onnx
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:49f8bb54b466ad09f0763797a7104e2465a4348a87ff42154b6f2d8ab36fdd47
|
| 3 |
+
size 254372030
|
TextEncoder_fp16.onnx
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dab7c96ce06cf644d6d0f0b7efecedb536fe2e31aa98206ab3400486a282623d
|
| 3 |
+
size 127514842
|
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
"embed_dim": 512,
|
| 3 |
-
"open_clip_model_name": "
|
| 4 |
"schema_path": null
|
| 5 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"embed_dim": 512,
|
| 3 |
+
"open_clip_model_name": "ViT-B-32-256",
|
| 4 |
"schema_path": null
|
| 5 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a397d8eaa0f6797b9e4be73ecc5c9a12209aa5a9f84b5c53eaac31e61ce88c74
|
| 3 |
+
size 605403888
|