Skip to content

Instantly share code, notes, and snippets.

@karolmajek
Created October 24, 2017 22:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save karolmajek/92a8e9916c54cf01142cd7cfc032f358 to your computer and use it in GitHub Desktop.
Save karolmajek/92a8e9916c54cf01142cd7cfc032f358 to your computer and use it in GitHub Desktop.
Google Cloud Platform Vision API - Face Detection - example response
This file has been truncated, but you can view the full file.
{
"responses": [
{
"faceAnnotations": [
{
"boundingPoly": {
"vertices": [
{
"x": 939,
"y": 209
},
{
"x": 996,
"y": 209
},
{
"x": 996,
"y": 276
},
{
"x": 939,
"y": 276
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 939,
"y": 225
},
{
"x": 989,
"y": 225
},
{
"x": 989,
"y": 275
},
{
"x": 939,
"y": 275
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 963.23944,
"y": 242.67737,
"z": -0.00017067973
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 978.1538,
"y": 243.36562,
"z": 2.0033376
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 956.02325,
"y": 237.70976,
"z": -0.09041471
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 966.8551,
"y": 239.20352,
"z": -3.671521
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 975.27594,
"y": 239.70132,
"z": -2.56155
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 984.9815,
"y": 239.44028,
"z": 3.680401
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 970.37836,
"y": 242.7857,
"z": -2.7195754
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 970.33453,
"y": 253.40897,
"z": -5.8659406
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 969.372,
"y": 259.86008,
"z": -0.6391314
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 968.8485,
"y": 265.1086,
"z": 1.6446513
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 961.77924,
"y": 260.31635,
"z": 3.4962187
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 975.35034,
"y": 260.98782,
"z": 5.171562
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 969.0694,
"y": 261.7741,
"z": 1.0772501
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 974.05865,
"y": 254.70029,
"z": 1.5054564
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 964.87604,
"y": 254.28427,
"z": 0.37574458
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 969.7607,
"y": 256.1747,
"z": -1.401413
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 961.9054,
"y": 241.46234,
"z": -1.5011914
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 965.7732,
"y": 243.28893,
"z": 0.4452491
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 962.55206,
"y": 243.6138,
"z": -0.081448264
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 958.5861,
"y": 241.98116,
"z": 0.8824318
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 961.4387,
"y": 242.49426,
"z": -0.57810766
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 979.23,
"y": 242.501,
"z": 0.762284
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 982.25433,
"y": 243.4298,
"z": 4.1241636
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 978.5138,
"y": 244.41745,
"z": 2.1386847
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 975.2648,
"y": 243.35646,
"z": 1.7234826
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 979.23987,
"y": 243.56116,
"z": 1.735493
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 961.6405,
"y": 236.55687,
"z": -3.3929508
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 980.4871,
"y": 237.69722,
"z": -0.9304301
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 947.38586,
"y": 246.10013,
"z": 21.087204
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 986.81445,
"y": 248.46527,
"z": 26.177866
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 971.1253,
"y": 239.36049,
"z": -3.7846284
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 968.06036,
"y": 272.47327,
"z": 5.5286164
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 949.17035,
"y": 258.6327,
"z": 16.384829
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 984.83777,
"y": 260.79147,
"z": 21.02557
}
}
],
"rollAngle": 4.8112783,
"panAngle": 7.5285444,
"tiltAngle": -10.420278,
"detectionConfidence": 0.54389024,
"landmarkingConfidence": 0.53364223,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 401,
"y": 844
},
{
"x": 458,
"y": 844
},
{
"x": 458,
"y": 910
},
{
"x": 401,
"y": 910
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 405,
"y": 859
},
{
"x": 455,
"y": 859
},
{
"x": 455,
"y": 909
},
{
"x": 405,
"y": 909
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 422.37524,
"y": 875.55963,
"z": 0.00051229907
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 440.5034,
"y": 875.96173,
"z": 1.9760752
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 417.5478,
"y": 871.69806,
"z": 0.6961887
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 428.14786,
"y": 872.2005,
"z": -3.0882425
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 436.31915,
"y": 872.29895,
"z": -2.1834004
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 445.9237,
"y": 872.59424,
"z": 3.9212327
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 432.13132,
"y": 875.65155,
"z": -2.6316652
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 432.3872,
"y": 886.04456,
"z": -6.7702293
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 431.93402,
"y": 891.2575,
"z": -2.3945575
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 431.64896,
"y": 898.32007,
"z": -0.52755564
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 422.7473,
"y": 892.8899,
"z": 2.1054409
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 439.7113,
"y": 893.21875,
"z": 3.6734927
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 431.68628,
"y": 894.5107,
"z": -0.8579458
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 437.58316,
"y": 886.6541,
"z": 0.67171735
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 426.47824,
"y": 886.2968,
"z": -0.579419
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 432.3195,
"y": 888.3862,
"z": -2.6957245
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 423.4536,
"y": 874.76764,
"z": -1.1988795
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 425.9432,
"y": 876.1624,
"z": 0.50689536
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 422.35242,
"y": 876.7288,
"z": -0.014075284
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 419.43542,
"y": 875.6649,
"z": 1.2937849
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 423.09918,
"y": 875.86115,
"z": -0.47324318
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 440.3671,
"y": 875.0371,
"z": 0.6756484
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 443.61456,
"y": 876.1249,
"z": 3.9219618
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 440.6763,
"y": 877.0885,
"z": 1.8864762
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 437.4941,
"y": 876.44806,
"z": 1.6950771
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 440.45914,
"y": 876.14825,
"z": 1.4330726
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 422.9969,
"y": 869.9308,
"z": -2.5437124
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 441.30286,
"y": 870.2304,
"z": -0.5102926
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 410.09528,
"y": 882.22296,
"z": 20.378633
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 448.47433,
"y": 882.8259,
"z": 24.659765
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 432.3188,
"y": 872.052,
"z": -3.3261476
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 431.17145,
"y": 904.88214,
"z": 2.2594833
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 412.44794,
"y": 893.62683,
"z": 14.616185
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 447.05957,
"y": 894.17944,
"z": 18.4604
}
}
],
"rollAngle": 1.3970585,
"panAngle": 6.356355,
"tiltAngle": -4.5400257,
"detectionConfidence": 0.663079,
"landmarkingConfidence": 0.75771916,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 666,
"y": 60
},
{
"x": 823,
"y": 60
},
{
"x": 823,
"y": 243
},
{
"x": 666,
"y": 243
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 686,
"y": 103
},
{
"x": 812,
"y": 103
},
{
"x": 812,
"y": 229
},
{
"x": 686,
"y": 229
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 724.96545,
"y": 144.35208,
"z": 0.0009378382
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 775.0697,
"y": 145.7557,
"z": 5.945679
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 711.98474,
"y": 133.71988,
"z": 2.1618075
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 741.4259,
"y": 135.00758,
"z": -8.074527
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 764.0675,
"y": 135.71277,
"z": -5.340225
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 791.6467,
"y": 138.94156,
"z": 12.497851
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 752.19696,
"y": 144.80682,
"z": -7.0163817
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 752.70435,
"y": 173.25818,
"z": -19.415642
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 751.2596,
"y": 188.47412,
"z": -7.795168
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 750.3202,
"y": 207.60866,
"z": -3.28949
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 725.44806,
"y": 192.96954,
"z": 4.2954736
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 773.8995,
"y": 193.50293,
"z": 9.416711
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 750.5638,
"y": 197.50128,
"z": -3.8319333
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 767.05524,
"y": 175.8122,
"z": 1.2983831
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 736.0848,
"y": 174.53006,
"z": -2.427908
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 752.5371,
"y": 180.19235,
"z": -8.363822
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 728.3343,
"y": 142.18718,
"z": -3.2122705
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 735.09015,
"y": 146.1814,
"z": 1.4727662
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 725.08264,
"y": 147.66815,
"z": -0.13871218
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 717.26306,
"y": 144.87996,
"z": 3.4521587
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 727.31055,
"y": 145.29405,
"z": -1.3435678
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 775.103,
"y": 143.63785,
"z": 2.464148
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 784.414,
"y": 146.89334,
"z": 11.577786
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 775.5379,
"y": 148.97342,
"z": 5.573317
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 765.7042,
"y": 147.29608,
"z": 4.94032
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 775.31647,
"y": 146.77667,
"z": 4.414199
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 727.31744,
"y": 128.738,
"z": -6.5562954
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 777.9648,
"y": 130.36665,
"z": -0.37659642
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 690.3734,
"y": 164.39957,
"z": 55.45996
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 796.55994,
"y": 167.69235,
"z": 68.40065
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 753.0674,
"y": 134.82065,
"z": -8.614028
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 748.7414,
"y": 226.27553,
"z": 3.7359025
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 696.736,
"y": 195.53448,
"z": 38.536976
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 792.51263,
"y": 198.51111,
"z": 50.180813
}
}
],
"rollAngle": 2.104868,
"panAngle": 6.9385815,
"tiltAngle": -2.6096487,
"detectionConfidence": 0.9985336,
"landmarkingConfidence": 0.79715323,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 501,
"y": 582
},
{
"x": 555,
"y": 582
},
{
"x": 555,
"y": 644
},
{
"x": 501,
"y": 644
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 504,
"y": 595
},
{
"x": 554,
"y": 595
},
{
"x": 554,
"y": 645
},
{
"x": 504,
"y": 645
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 523.75964,
"y": 610.74554,
"z": 0.00031845062
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 538.5861,
"y": 611.69684,
"z": 2.6607997
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 517.8628,
"y": 606.36584,
"z": 0.30363876
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 527.9431,
"y": 606.94336,
"z": -2.6462657
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 535.92523,
"y": 607.5359,
"z": -1.2708637
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 544.6425,
"y": 608.06134,
"z": 5.0160956
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 531.66223,
"y": 610.6929,
"z": -2.036369
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 532.1716,
"y": 620.6961,
"z": -6.390634
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 530.907,
"y": 626.1376,
"z": -2.3355854
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 530.24896,
"y": 632.2811,
"z": -0.8557996
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 523.61505,
"y": 627.1292,
"z": 1.0291097
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 537.28076,
"y": 627.74225,
"z": 3.536786
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 530.4254,
"y": 628.8522,
"z": -1.0014046
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 534.31024,
"y": 621.6395,
"z": 0.39178658
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 526.78503,
"y": 621.10974,
"z": -0.9342906
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 531.22876,
"y": 622.7638,
"z": -2.544355
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 523.48285,
"y": 609.5742,
"z": -1.1859057
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 526.64197,
"y": 611.0653,
"z": 0.57787955
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 523.5972,
"y": 611.8309,
"z": -0.14234693
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 519.836,
"y": 610.4168,
"z": 0.84372467
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 523.0216,
"y": 610.64514,
"z": -0.48660746
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 539.5122,
"y": 610.5896,
"z": 1.6393588
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 542.1245,
"y": 611.8406,
"z": 4.776636
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 538.77374,
"y": 612.83325,
"z": 2.6460257
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 536.2461,
"y": 611.8406,
"z": 2.2982602
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 539.49286,
"y": 611.6965,
"z": 2.3946004
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 523.2631,
"y": 604.8083,
"z": -2.325163
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 540.6871,
"y": 605.9112,
"z": 0.7458864
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 509.03394,
"y": 616.9444,
"z": 18.319275
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 545.46405,
"y": 619.19684,
"z": 24.705996
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 532.1607,
"y": 607.2104,
"z": -2.5688007
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 529.44104,
"y": 638.9822,
"z": 1.6840224
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 511.17337,
"y": 627.8272,
"z": 12.518808
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 544.13,
"y": 629.9062,
"z": 18.318623
}
}
],
"rollAngle": 4.031683,
"panAngle": 9.9757185,
"tiltAngle": -2.3963892,
"detectionConfidence": 0.84250474,
"landmarkingConfidence": 0.5695942,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 1349,
"y": 281
},
{
"x": 1406,
"y": 281
},
{
"x": 1406,
"y": 347
},
{
"x": 1349,
"y": 347
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 1353,
"y": 297
},
{
"x": 1403,
"y": 297
},
{
"x": 1403,
"y": 347
},
{
"x": 1353,
"y": 347
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 1371.4779,
"y": 312.9971,
"z": 0.0006196435
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 1389.4196,
"y": 313.49756,
"z": 2.62306
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 1366.4899,
"y": 309.0492,
"z": 0.3600767
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 1377.3146,
"y": 309.81842,
"z": -3.0271394
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 1385.4647,
"y": 309.80063,
"z": -1.8286775
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 1394.8217,
"y": 309.42465,
"z": 4.555591
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 1381.1779,
"y": 313.2091,
"z": -2.304186
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 1381.6508,
"y": 323.5857,
"z": -6.1056733
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 1381.0533,
"y": 328.71466,
"z": -1.5652564
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 1380.6097,
"y": 335.772,
"z": 0.522938
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 1371.8041,
"y": 330.3924,
"z": 2.7163618
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 1388.8285,
"y": 330.65408,
"z": 4.9046373
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 1380.6083,
"y": 332.23672,
"z": 0.10972456
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 1386.7217,
"y": 324.17715,
"z": 1.5757357
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 1375.4065,
"y": 323.87277,
"z": -0.06671193
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 1381.3615,
"y": 326.01462,
"z": -1.9511647
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 1372.4806,
"y": 312.2508,
"z": -1.2138922
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 1375.0608,
"y": 313.48978,
"z": 0.6457241
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1371.4073,
"y": 314.13278,
"z": 0.031680163
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 1368.644,
"y": 313.1231,
"z": 1.1308051
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 1372.0941,
"y": 313.32712,
"z": -0.45197293
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 1389.4457,
"y": 312.46878,
"z": 1.2880139
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 1392.5286,
"y": 313.50186,
"z": 4.685114
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1389.6816,
"y": 314.67883,
"z": 2.5886717
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 1386.2021,
"y": 314.06897,
"z": 2.2168605
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 1389.5127,
"y": 313.56946,
"z": 2.0966487
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1372.0731,
"y": 307.40283,
"z": -2.7497675
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1390.4403,
"y": 307.6277,
"z": -0.030312127
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 1358.2388,
"y": 319.0157,
"z": 20.277508
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 1396.7412,
"y": 319.48138,
"z": 25.978537
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 1381.4836,
"y": 309.57397,
"z": -3.125851
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 1380.0999,
"y": 342.44907,
"z": 3.5830507
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 1360.793,
"y": 330.70624,
"z": 14.942962
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 1395.5321,
"y": 331.13773,
"z": 20.072956
}
}
],
"rollAngle": 1.647822,
"panAngle": 8.453816,
"tiltAngle": -6.4283695,
"detectionConfidence": 0.8349484,
"landmarkingConfidence": 0.7513978,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 1450,
"y": 581
},
{
"x": 1499,
"y": 581
},
{
"x": 1499,
"y": 644
},
{
"x": 1450,
"y": 644
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 1452,
"y": 595
},
{
"x": 1499,
"y": 595
},
{
"x": 1499,
"y": 645
},
{
"x": 1452,
"y": 645
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 1472.3081,
"y": 610.50055,
"z": -0.000110623056
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 1487.4297,
"y": 611.70325,
"z": 2.4118426
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 1466.538,
"y": 606.20105,
"z": 0.47374052
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 1476.8075,
"y": 606.84033,
"z": -2.7161326
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 1484.6809,
"y": 607.53876,
"z": -1.469421
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 1493.7327,
"y": 608.01056,
"z": 4.727755
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 1480.5355,
"y": 610.5678,
"z": -2.2016053
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 1480.7819,
"y": 620.60034,
"z": -6.671267
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 1479.6835,
"y": 626.176,
"z": -2.6088355
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 1478.9525,
"y": 632.40454,
"z": -1.1434236
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 1472.3542,
"y": 627.38055,
"z": 0.9160236
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 1486.3037,
"y": 627.92175,
"z": 3.242329
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 1479.2085,
"y": 628.87775,
"z": -1.2741139
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 1483.6941,
"y": 621.8913,
"z": 0.2698903
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 1475.503,
"y": 621.2433,
"z": -1.053652
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 1480.042,
"y": 622.6814,
"z": -2.7982745
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 1472.1925,
"y": 609.43256,
"z": -1.1687453
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 1475.5208,
"y": 610.9089,
"z": 0.5479904
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1472.1254,
"y": 611.60364,
"z": -0.13048449
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 1468.4865,
"y": 610.2913,
"z": 0.9565263
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 1471.7493,
"y": 610.5172,
"z": -0.47117028
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 1488.4655,
"y": 610.5172,
"z": 1.3816404
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 1491.0956,
"y": 611.8177,
"z": 4.47809
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1487.6857,
"y": 612.782,
"z": 2.387196
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 1485.1393,
"y": 611.7999,
"z": 2.1012356
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 1488.4677,
"y": 611.64246,
"z": 2.1336477
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1471.9758,
"y": 604.6119,
"z": -2.281951
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1489.6559,
"y": 605.787,
"z": 0.49198678
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 1457.9373,
"y": 616.98737,
"z": 18.782814
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 1494.92,
"y": 619.406,
"z": 24.552286
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 1480.9705,
"y": 607.0593,
"z": -2.712979
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 1478.2305,
"y": 639.2501,
"z": 1.3836062
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 1459.9601,
"y": 627.9869,
"z": 12.789482
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 1493.4183,
"y": 630.20886,
"z": 18.02737
}
}
],
"rollAngle": 4.104749,
"panAngle": 8.889434,
"tiltAngle": -2.0259895,
"detectionConfidence": 0.8403417,
"landmarkingConfidence": 0.5402814,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 1350,
"y": 843
},
{
"x": 1407,
"y": 843
},
{
"x": 1407,
"y": 910
},
{
"x": 1350,
"y": 910
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 1354,
"y": 859
},
{
"x": 1404,
"y": 859
},
{
"x": 1404,
"y": 909
},
{
"x": 1354,
"y": 909
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 1371.3563,
"y": 875.5428,
"z": -0.00040313357
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 1389.4741,
"y": 875.989,
"z": 2.0141065
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 1366.4191,
"y": 871.58673,
"z": 0.52377695
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 1377.1395,
"y": 872.3679,
"z": -3.236831
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 1385.3142,
"y": 872.3272,
"z": -2.3246026
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 1394.8931,
"y": 871.90216,
"z": 3.725292
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 1381.1212,
"y": 875.7377,
"z": -2.6368794
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 1381.3503,
"y": 886.0989,
"z": -6.387116
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 1380.892,
"y": 891.2504,
"z": -1.7863109
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 1380.6013,
"y": 898.36835,
"z": 0.36498177
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 1371.7157,
"y": 892.92194,
"z": 2.8090885
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 1388.6594,
"y": 893.30884,
"z": 4.386724
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 1380.6274,
"y": 894.61926,
"z": -0.100074284
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 1386.6294,
"y": 886.74243,
"z": 1.133432
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 1375.3628,
"y": 886.39215,
"z": -0.14120485
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 1381.2089,
"y": 888.41925,
"z": -2.203747
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 1372.362,
"y": 874.77185,
"z": -1.2448784
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 1375.1069,
"y": 876.0652,
"z": 0.5230673
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1371.3702,
"y": 876.68585,
"z": 0.02997201
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 1368.5753,
"y": 875.623,
"z": 1.2479602
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 1372.0063,
"y": 875.8422,
"z": -0.46342516
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 1389.4097,
"y": 874.95526,
"z": 0.6656447
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 1392.7058,
"y": 875.9631,
"z": 3.986586
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1389.6587,
"y": 877.05615,
"z": 1.9727525
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 1386.3158,
"y": 876.48773,
"z": 1.7287464
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 1389.5067,
"y": 876.0462,
"z": 1.4818286
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1371.8906,
"y": 869.93225,
"z": -2.791425
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1390.3473,
"y": 870.12555,
"z": -0.7166776
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 1358.8795,
"y": 881.41315,
"z": 20.778471
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 1397.5712,
"y": 881.81757,
"z": 25.134453
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 1381.2937,
"y": 872.098,
"z": -3.485809
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 1380.1672,
"y": 904.9485,
"z": 3.4743674
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 1361.2648,
"y": 893.1428,
"z": 15.427639
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 1396.1743,
"y": 893.5142,
"z": 19.346869
}
}
],
"rollAngle": 1.3545712,
"panAngle": 6.4505363,
"tiltAngle": -6.832669,
"detectionConfidence": 0.6760716,
"landmarkingConfidence": 0.7364581,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 1033,
"y": 338
},
{
"x": 1096,
"y": 338
},
{
"x": 1096,
"y": 411
},
{
"x": 1033,
"y": 411
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 1042,
"y": 360
},
{
"x": 1092,
"y": 360
},
{
"x": 1092,
"y": 411
},
{
"x": 1042,
"y": 411
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 1059.2257,
"y": 375.8997,
"z": -0.00038640705
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 1076.6993,
"y": 376.54385,
"z": 2.7737498
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 1052.0691,
"y": 371.88525,
"z": -0.3891963
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 1064.0146,
"y": 374.06744,
"z": -3.8476245
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 1072.9805,
"y": 374.25232,
"z": -2.469318
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 1083.5302,
"y": 372.60635,
"z": 4.3679004
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 1068.345,
"y": 377.22156,
"z": -2.488299
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 1068.1129,
"y": 388.43335,
"z": -4.7466435
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 1067.0457,
"y": 394.62094,
"z": 1.3581108
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 1066.5046,
"y": 400.86993,
"z": 4.5852475
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 1058.6521,
"y": 395.96298,
"z": 5.9499464
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 1074.0765,
"y": 396.54004,
"z": 8.267606
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 1066.5396,
"y": 397.70453,
"z": 3.6663315
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 1072.8346,
"y": 389.4197,
"z": 3.594728
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 1062.1722,
"y": 388.86655,
"z": 1.8475522
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 1067.5485,
"y": 391.2506,
"z": 0.2627024
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 1058.6707,
"y": 375.6425,
"z": -1.5137371
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 1062.5992,
"y": 376.98685,
"z": 0.7721713
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1058.7391,
"y": 377.44357,
"z": 0.1948023
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 1054.4729,
"y": 375.97958,
"z": 1.142707
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 1058.1785,
"y": 376.691,
"z": -0.44559485
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 1077.4097,
"y": 376.22958,
"z": 1.3842489
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 1080.6312,
"y": 376.81635,
"z": 5.1909375
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1076.825,
"y": 378.09238,
"z": 3.0847387
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 1073.2797,
"y": 377.08987,
"z": 2.4565377
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 1077.4209,
"y": 377.30548,
"z": 2.5215662
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1058.3821,
"y": 370.70325,
"z": -4.069455
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1078.7369,
"y": 371.3338,
"z": -0.919243
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 1042.5436,
"y": 378.5491,
"z": 23.063679
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 1085.1715,
"y": 379.9192,
"z": 29.618032
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 1068.7141,
"y": 373.59735,
"z": -4.007386
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 1065.5616,
"y": 408.26074,
"z": 9.462603
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 1044.7764,
"y": 392.47644,
"z": 19.375002
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 1083.3171,
"y": 393.72446,
"z": 25.332556
}
}
],
"rollAngle": 4.312473,
"panAngle": 9.122868,
"tiltAngle": -15.9608,
"detectionConfidence": 0.9463672,
"landmarkingConfidence": 0.6307861,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 434,
"y": 839
},
{
"x": 498,
"y": 839
},
{
"x": 498,
"y": 912
},
{
"x": 434,
"y": 912
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 442,
"y": 854
},
{
"x": 494,
"y": 854
},
{
"x": 494,
"y": 907
},
{
"x": 442,
"y": 907
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 457.51425,
"y": 871.81396,
"z": -0.00039155022
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 475.88492,
"y": 871.74835,
"z": 0.32435024
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 450.77985,
"y": 867.4675,
"z": 1.7411178
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 462.3314,
"y": 867.5404,
"z": -3.6047666
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 471.46393,
"y": 867.5686,
"z": -3.4601414
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 483.20258,
"y": 868.409,
"z": 2.3686922
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 466.84274,
"y": 871.89966,
"z": -3.846703
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 467.02765,
"y": 882.67664,
"z": -9.766721
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 467.0483,
"y": 889.4747,
"z": -5.3260345
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 466.9197,
"y": 896.346,
"z": -4.008069
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 459.79565,
"y": 891.89166,
"z": -0.40545788
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 474.59433,
"y": 892.3825,
"z": 0.046386965
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 466.9423,
"y": 892.4918,
"z": -3.9229448
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 472.0692,
"y": 884.20233,
"z": -2.2520645
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 462.1057,
"y": 884.0936,
"z": -2.515175
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 467.06277,
"y": 885.8564,
"z": -5.3319836
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 457.2896,
"y": 870.6723,
"z": -1.2651466
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 461.1112,
"y": 872.41156,
"z": 0.1409945
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 457.4252,
"y": 873.28845,
"z": -0.18289931
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 453.3914,
"y": 872.0796,
"z": 1.7041188
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 456.96356,
"y": 872.03253,
"z": -0.4542945
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 476.6138,
"y": 870.8233,
"z": -0.9249234
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 480.21622,
"y": 872.27905,
"z": 2.1353476
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 476.1235,
"y": 873.0253,
"z": 0.13942744
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 472.47086,
"y": 872.2543,
"z": 0.33055758
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 476.80005,
"y": 872.185,
"z": -0.13222599
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 456.54178,
"y": 865.0786,
"z": -2.1704743
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 477.52255,
"y": 865.2645,
"z": -1.8005611
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 444.4763,
"y": 881.84265,
"z": 23.482727
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 488.4003,
"y": 882.20087,
"z": 24.246878
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 467.04712,
"y": 867.2076,
"z": -4.245345
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 466.34116,
"y": 906.1883,
"z": -1.3656439
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 446.60895,
"y": 894.20087,
"z": 15.426399
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 486.33368,
"y": 894.54144,
"z": 16.123781
}
}
],
"rollAngle": 0.45488507,
"panAngle": 1.0082023,
"tiltAngle": 0.9995601,
"detectionConfidence": 0.9670673,
"landmarkingConfidence": 0.8007172,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 1033,
"y": 901
},
{
"x": 1096,
"y": 901
},
{
"x": 1096,
"y": 974
},
{
"x": 1033,
"y": 974
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 1041,
"y": 923
},
{
"x": 1092,
"y": 923
},
{
"x": 1092,
"y": 974
},
{
"x": 1041,
"y": 974
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 1059.2559,
"y": 938.4149,
"z": -0.0002837965
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 1076.6702,
"y": 939.1083,
"z": 2.4707863
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 1052.26,
"y": 934.38416,
"z": -0.28749952
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 1064.0825,
"y": 936.6407,
"z": -3.9006133
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 1072.892,
"y": 937.061,
"z": -2.6378329
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 1083.5894,
"y": 935.43774,
"z": 4.0025387
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 1068.3713,
"y": 939.6837,
"z": -2.634685
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 1068.1392,
"y": 950.9545,
"z": -4.832708
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 1067.0941,
"y": 957.22736,
"z": 1.2934285
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 1066.4904,
"y": 963.262,
"z": 4.4954987
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 1058.7363,
"y": 958.6461,
"z": 5.975867
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 1074.0956,
"y": 958.84454,
"z": 8.036803
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 1066.469,
"y": 960.0563,
"z": 3.5642452
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 1072.8792,
"y": 951.82184,
"z": 3.394405
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 1062.1759,
"y": 951.2855,
"z": 1.8230388
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 1067.553,
"y": 953.9177,
"z": 0.19240156
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 1058.7584,
"y": 938.1704,
"z": -1.4894155
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 1062.7196,
"y": 939.396,
"z": 0.7101092
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1058.7838,
"y": 940.0307,
"z": 0.22711435
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 1054.6149,
"y": 938.4717,
"z": 1.2178764
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 1058.2798,
"y": 939.2081,
"z": -0.42020425
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 1077.4121,
"y": 938.86005,
"z": 1.0979046
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 1080.6659,
"y": 939.4514,
"z": 4.8287773
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1076.7788,
"y": 940.65814,
"z": 2.785618
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 1073.2661,
"y": 939.5883,
"z": 2.2109208
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 1077.4341,
"y": 939.9221,
"z": 2.2266548
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1058.4694,
"y": 933.2818,
"z": -4.0329294
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1078.7306,
"y": 934.03094,
"z": -1.2203572
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 1043.1064,
"y": 940.9254,
"z": 23.181084
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 1085.5399,
"y": 942.526,
"z": 29.028252
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 1068.7145,
"y": 936.2185,
"z": -4.127119
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 1065.5731,
"y": 970.615,
"z": 9.375079
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 1045.184,
"y": 954.7838,
"z": 19.511225
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 1083.5529,
"y": 956.2374,
"z": 24.830069
}
}
],
"rollAngle": 4.409995,
"panAngle": 8.202416,
"tiltAngle": -16.14889,
"detectionConfidence": 0.92648757,
"landmarkingConfidence": 0.629749,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 986,
"y": 636
},
{
"x": 1049,
"y": 636
},
{
"x": 1049,
"y": 708
},
{
"x": 986,
"y": 708
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 993,
"y": 653
},
{
"x": 1044,
"y": 653
},
{
"x": 1044,
"y": 704
},
{
"x": 993,
"y": 704
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 1009.63025,
"y": 669.9546,
"z": 2.343653e-05
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 1028.2086,
"y": 669.634,
"z": 0.7943891
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 1002.8174,
"y": 665.8587,
"z": 1.2040044
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 1014.5176,
"y": 666.2372,
"z": -3.7457175
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 1023.38165,
"y": 665.8658,
"z": -3.368583
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 1034.318,
"y": 665.5525,
"z": 2.5318475
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 1018.37317,
"y": 669.4185,
"z": -3.621076
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 1018.915,
"y": 681.01056,
"z": -8.395139
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 1018.81854,
"y": 688.1965,
"z": -3.490588
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 1019.034,
"y": 693.2866,
"z": -1.8169606
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 1009.9785,
"y": 690.0016,
"z": 1.7148603
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 1027.2917,
"y": 690.2656,
"z": 2.3067784
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 1018.96423,
"y": 690.62067,
"z": -1.9194974
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 1024.0054,
"y": 682.20844,
"z": -0.809937
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 1013.9644,
"y": 681.9633,
"z": -1.328689
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 1018.77405,
"y": 683.66864,
"z": -3.8656034
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 1009.3119,
"y": 668.9999,
"z": -1.347648
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 1012.99835,
"y": 670.43304,
"z": 0.25144777
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1009.59094,
"y": 671.314,
"z": -0.089211576
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 1005.4656,
"y": 670.18616,
"z": 1.5700727
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 1008.9738,
"y": 670.2558,
"z": -0.47668135
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 1028.1368,
"y": 668.8853,
"z": -0.53922355
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 1031.7179,
"y": 670.01825,
"z": 2.689558
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1028.2137,
"y": 671.12756,
"z": 0.7285682
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 1024.0319,
"y": 670.34094,
"z": 0.7102853
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 1028.31,
"y": 670.1453,
"z": 0.32497945
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1008.5178,
"y": 663.63586,
"z": -2.7002387
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1028.9497,
"y": 663.5083,
"z": -1.8206809
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 996.29126,
"y": 678.0288,
"z": 23.337692
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 1039.086,
"y": 677.7763,
"z": 25.154427
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 1018.81726,
"y": 665.73303,
"z": -4.2968974
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 1018.8154,
"y": 702.2947,
"z": 1.4722971
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 998.7151,
"y": 690.5594,
"z": 16.548748
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 1037.398,
"y": 690.3498,
"z": 18.201128
}
}
],
"rollAngle": -0.19857696,
"panAngle": 2.4509916,
"tiltAngle": -3.7232277,
"detectionConfidence": 0.98091507,
"landmarkingConfidence": 0.7125578,
"joyLikelihood": "VERY_UNLIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 1384,
"y": 275
},
{
"x": 1447,
"y": 275
},
{
"x": 1447,
"y": 349
},
{
"x": 1384,
"y": 349
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 1391,
"y": 292
},
{
"x": 1444,
"y": 292
},
{
"x": 1444,
"y": 345
},
{
"x": 1391,
"y": 345
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 1406.4497,
"y": 309.34006,
"z": 0.00020607904
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 1424.7839,
"y": 309.16248,
"z": -0.28962606
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 1399.7653,
"y": 305.08633,
"z": 1.7112854
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 1411.0713,
"y": 304.99927,
"z": -3.981223
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 1420.2146,
"y": 305.02713,
"z": -4.1231394
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 1431.7294,
"y": 304.98343,
"z": 1.1988341
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 1415.7137,
"y": 309.32318,
"z": -4.144091
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 1416.046,
"y": 320.2653,
"z": -9.395678
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 1416.1263,
"y": 327.0304,
"z": -4.6385584
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 1416.0962,
"y": 333.72418,
"z": -2.969539
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 1408.8912,
"y": 329.35287,
"z": 0.6949072
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 1423.8112,
"y": 329.7948,
"z": 0.54472554
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 1416.0265,
"y": 329.9502,
"z": -3.0831156
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 1420.9938,
"y": 321.49597,
"z": -2.080876
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 1411.0272,
"y": 321.52332,
"z": -1.9458218
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 1416.1,
"y": 323.36,
"z": -4.851172
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 1406.1895,
"y": 308.31268,
"z": -1.310935
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 1409.9977,
"y": 309.83484,
"z": 0.04346054
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1406.3849,
"y": 310.73026,
"z": -0.10041256
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 1402.4487,
"y": 309.62872,
"z": 1.8352474
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 1405.9126,
"y": 309.6153,
"z": -0.42380738
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 1425.3682,
"y": 308.0582,
"z": -1.6086739
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 1429.2059,
"y": 309.2871,
"z": 1.4154617
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1424.9849,
"y": 310.42538,
"z": -0.4099538
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 1421.4497,
"y": 309.6164,
"z": -0.14281502
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 1425.6018,
"y": 309.3625,
"z": -0.7573897
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1405.2899,
"y": 302.8007,
"z": -2.470696
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1426.1093,
"y": 302.53894,
"z": -2.7973876
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 1394.528,
"y": 318.29456,
"z": 24.217318
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 1438.1168,
"y": 317.71155,
"z": 23.557367
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 1415.6948,
"y": 304.81442,
"z": -4.7685323
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 1416.2136,
"y": 342.59036,
"z": 0.0983311
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 1396.6561,
"y": 330.9079,
"z": 16.836855
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 1436.0748,
"y": 330.39328,
"z": 16.226915
}
}
],
"rollAngle": -0.79483014,
"panAngle": -0.8854812,
"tiltAngle": -2.1018364,
"detectionConfidence": 0.9681369,
"landmarkingConfidence": 0.78730595,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"y": 352
},
{
"x": 48,
"y": 352
},
{
"x": 48,
"y": 422
},
{
"y": 422
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"y": 366
},
{
"x": 45,
"y": 366
},
{
"x": 45,
"y": 418
},
{
"y": 418
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 10.523236,
"y": 383.46667,
"z": 0.00016047302
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 28.508778,
"y": 384.59418,
"z": 0.9084479
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 3.4461288,
"y": 379.45068,
"z": 1.7098138
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 15.430157,
"y": 379.6274,
"z": -3.4278026
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 24.688087,
"y": 380.3005,
"z": -2.964937
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 35.135166,
"y": 380.97836,
"z": 2.8989053
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 20.052828,
"y": 384.386,
"z": -3.4193993
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 19.571856,
"y": 394.8738,
"z": -8.8247385
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 18.826054,
"y": 400.54492,
"z": -4.4613533
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 18.097824,
"y": 407.75052,
"z": -3.0093706
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 9.787147,
"y": 402.44217,
"z": 0.5923729
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 26.654757,
"y": 403.2353,
"z": 1.2691362
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 18.424664,
"y": 404.04257,
"z": -3.0277581
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 24.835516,
"y": 396.06793,
"z": -1.2345088
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 13.816768,
"y": 395.68317,
"z": -1.8770669
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 19.317886,
"y": 397.5364,
"z": -4.5292263
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 10.542801,
"y": 382.50595,
"z": -1.2808874
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 14.3268585,
"y": 384.39505,
"z": 0.22653522
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 10.2534075,
"y": 384.85782,
"z": -0.17781337
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 6.643035,
"y": 383.56125,
"z": 1.4934195
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 10.1490135,
"y": 383.75833,
"z": -0.5489177
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 28.917145,
"y": 383.63333,
"z": -0.35988787
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 32.377037,
"y": 385.16916,
"z": 2.7740922
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 28.744337,
"y": 385.96,
"z": 0.7416253
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 25.346027,
"y": 384.91806,
"z": 0.7968472
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 29.008358,
"y": 384.92044,
"z": 0.3844245
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 10.109285,
"y": 377.14587,
"z": -2.322759
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 30.07147,
"y": 378.3736,
"z": -1.3332467
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": -2.9475298,
"y": 391.9104,
"z": 22.212902
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 38.824932,
"y": 394.4901,
"z": 24.322577
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 20.103806,
"y": 379.7623,
"z": -3.9284291
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 17.739723,
"y": 416.2206,
"z": -0.44505912
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": -1.2943704,
"y": 403.86847,
"z": 14.91189
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 36.432537,
"y": 406.17267,
"z": 16.801773
}
}
],
"rollAngle": 3.5113008,
"panAngle": 2.8613017,
"tiltAngle": -0.32083234,
"detectionConfidence": 0.98909914,
"landmarkingConfidence": 0.82772434,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 1145,
"y": 976
},
{
"x": 1207,
"y": 976
},
{
"x": 1207,
"y": 1049
},
{
"x": 1145,
"y": 1049
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 1152,
"y": 993
},
{
"x": 1203,
"y": 993
},
{
"x": 1203,
"y": 1044
},
{
"x": 1152,
"y": 1044
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 1166.1786,
"y": 1010.59985,
"z": -0.000119594064
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 1186.494,
"y": 1009.0708,
"z": 0.4413544
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 1160.235,
"y": 1007.2566,
"z": 1.4643087
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 1171.3152,
"y": 1006.70337,
"z": -3.7005088
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 1180.3679,
"y": 1006.0491,
"z": -3.509031
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 1191.717,
"y": 1004.9684,
"z": 2.2570052
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 1176.2081,
"y": 1009.38934,
"z": -3.8201647
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 1177.162,
"y": 1020.61194,
"z": -8.8335905
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 1177.8057,
"y": 1027.5569,
"z": -4.215989
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 1178.3917,
"y": 1033.9493,
"z": -2.5795271
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 1168.9817,
"y": 1030.3492,
"z": 1.1910743
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 1186.8827,
"y": 1029.2932,
"z": 1.5294
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 1178.1931,
"y": 1030.7792,
"z": -2.682048
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 1183.0797,
"y": 1021.22314,
"z": -1.2962183
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 1171.489,
"y": 1022.12476,
"z": -1.5538394
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 1177.3315,
"y": 1023.5352,
"z": -4.4441295
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 1166.8438,
"y": 1009.82214,
"z": -1.3339624
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 1170.0355,
"y": 1011.117,
"z": 0.18031399
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1166.1528,
"y": 1011.8322,
"z": -0.1127036
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 1163.1213,
"y": 1011.37634,
"z": 1.6483364
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 1166.6396,
"y": 1011.09045,
"z": -0.53066623
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 1185.5049,
"y": 1008.25226,
"z": -0.9255905
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 1189.2843,
"y": 1009.168,
"z": 2.2199316
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1186.5731,
"y": 1010.31274,
"z": 0.3139981
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 1182.352,
"y": 1009.99774,
"z": 0.42575923
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 1185.7874,
"y": 1009.4911,
"z": -0.13550562
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1165.6434,
"y": 1004.5811,
"z": -2.5204363
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1185.8462,
"y": 1002.8881,
"z": -2.0710754
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 1155.2535,
"y": 1020.3694,
"z": 23.227835
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 1197.6005,
"y": 1016.83234,
"z": 24.15716
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 1175.959,
"y": 1005.8052,
"z": -4.379456
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 1178.9275,
"y": 1042.0278,
"z": 0.29190248
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 1158.5035,
"y": 1032.3438,
"z": 16.115292
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 1196.6987,
"y": 1029.1561,
"z": 16.9541
}
}
],
"rollAngle": -4.7794285,
"panAngle": 1.2556899,
"tiltAngle": -2.1381648,
"detectionConfidence": 0.9875841,
"landmarkingConfidence": 0.7641196,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 1384,
"y": 839
},
{
"x": 1447,
"y": 839
},
{
"x": 1447,
"y": 911
},
{
"x": 1384,
"y": 911
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 1390,
"y": 855
},
{
"x": 1442,
"y": 855
},
{
"x": 1442,
"y": 908
},
{
"x": 1390,
"y": 908
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 1406.455,
"y": 871.80725,
"z": 0.00012519695
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 1424.7069,
"y": 871.66394,
"z": -0.058369715
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 1399.9541,
"y": 867.7268,
"z": 1.7232878
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 1411.1951,
"y": 867.54486,
"z": -3.782316
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 1420.2186,
"y": 867.6656,
"z": -3.8085186
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 1431.7905,
"y": 868.0211,
"z": 1.6783302
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 1415.7666,
"y": 871.6735,
"z": -4.005538
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 1416.0923,
"y": 882.6167,
"z": -9.482313
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 1416.1182,
"y": 889.43964,
"z": -4.928623
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 1416.126,
"y": 895.997,
"z": -3.4479537
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 1408.8517,
"y": 891.77264,
"z": 0.21039379
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 1423.7648,
"y": 892.2041,
"z": 0.25504854
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 1416.109,
"y": 892.385,
"z": -3.463742
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 1421.211,
"y": 884.09064,
"z": -2.1369786
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 1411.0387,
"y": 884.02313,
"z": -2.1670082
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 1416.1278,
"y": 885.831,
"z": -5.045549
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 1406.3418,
"y": 870.8499,
"z": -1.2796314
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 1410.0581,
"y": 872.2854,
"z": 0.07387632
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1406.4133,
"y": 873.21027,
"z": -0.14014833
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 1402.5887,
"y": 872.21564,
"z": 1.7603697
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 1406.0579,
"y": 872.1615,
"z": -0.44506985
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 1425.3425,
"y": 870.6751,
"z": -1.3341086
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 1429.1262,
"y": 872.0184,
"z": 1.6824465
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1424.9755,
"y": 872.94037,
"z": -0.21060963
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 1421.351,
"y": 872.1959,
"z": 0.028334698
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 1425.5627,
"y": 871.9903,
"z": -0.52795804
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1405.4954,
"y": 865.3826,
"z": -2.3079004
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1426.1199,
"y": 865.2129,
"z": -2.3678632
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 1394.4285,
"y": 881.3365,
"z": 23.61386
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 1437.6172,
"y": 880.92865,
"z": 23.496222
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 1415.8174,
"y": 867.36115,
"z": -4.503904
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 1416.2001,
"y": 904.8084,
"z": -0.63926065
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 1396.5822,
"y": 893.6477,
"z": 16.00936
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 1435.6344,
"y": 893.298,
"z": 15.900578
}
}
],
"rollAngle": -0.52737695,
"panAngle": -0.15780811,
"tiltAngle": -0.64903307,
"detectionConfidence": 0.95665604,
"landmarkingConfidence": 0.77113056,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 1220,
"y": 80
},
{
"x": 1273,
"y": 80
},
{
"x": 1273,
"y": 141
},
{
"x": 1220,
"y": 141
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 1222,
"y": 90
},
{
"x": 1272,
"y": 90
},
{
"x": 1272,
"y": 140
},
{
"x": 1222,
"y": 140
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 1237.325,
"y": 107.260635,
"z": 1.9272955e-05
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 1254.6697,
"y": 106.56499,
"z": -0.96601176
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 1232.7537,
"y": 103.590706,
"z": 1.9713814
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 1241.7693,
"y": 102.97466,
"z": -3.1266835
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 1249.6228,
"y": 102.729164,
"z": -3.5662181
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 1259.3229,
"y": 102.97662,
"z": 0.50696504
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 1245.6791,
"y": 106.32703,
"z": -3.8015094
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 1245.5125,
"y": 115.085815,
"z": -9.0184765
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 1246.0365,
"y": 120.401855,
"z": -5.700516
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 1246.2218,
"y": 127.0919,
"z": -4.8757067
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 1239.3827,
"y": 122.80461,
"z": -0.924823
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 1253.3562,
"y": 122.3934,
"z": -1.6469253
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 1246.1609,
"y": 123.731,
"z": -4.6761966
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 1251.0321,
"y": 115.97758,
"z": -3.1138341
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 1240.8641,
"y": 116.36775,
"z": -2.5390227
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 1245.5848,
"y": 117.55597,
"z": -5.5498734
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 1237.9403,
"y": 105.93777,
"z": -1.0659536
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 1241.0428,
"y": 107.44435,
"z": -0.1752626
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1237.4274,
"y": 108.55084,
"z": -0.23655906
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 1234.958,
"y": 107.328026,
"z": 1.5887426
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 1237.7631,
"y": 107.06994,
"z": -0.47644338
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 1253.7582,
"y": 105.51017,
"z": -1.9768337
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 1257.1243,
"y": 106.73194,
"z": 0.31084347
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1254.6914,
"y": 107.83507,
"z": -1.1560072
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 1251.0125,
"y": 106.88048,
"z": -0.7197512
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 1253.9843,
"y": 106.6268,
"z": -1.4277862
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1237.1328,
"y": 101.28389,
"z": -1.5308338
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1254.2559,
"y": 100.82983,
"z": -2.5158186
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 1229.3541,
"y": 116.2737,
"z": 19.524958
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 1265.2306,
"y": 115.27257,
"z": 17.467154
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 1245.6166,
"y": 102.640205,
"z": -3.9502325
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 1246.5172,
"y": 133.9432,
"z": -3.164567
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 1230.953,
"y": 125.92416,
"z": 12.361161
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 1263.2725,
"y": 125.21228,
"z": 10.472633
}
}
],
"rollAngle": -1.3204391,
"panAngle": -3.3125005,
"tiltAngle": 3.7421994,
"detectionConfidence": 0.82494813,
"landmarkingConfidence": 0.649218,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 166,
"y": 724
},
{
"x": 390,
"y": 724
},
{
"x": 390,
"y": 985
},
{
"x": 166,
"y": 985
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 183,
"y": 786
},
{
"x": 362,
"y": 786
},
{
"x": 362,
"y": 965
},
{
"x": 183,
"y": 965
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 240.92839,
"y": 847.3065,
"z": -0.0019154147
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 304.40506,
"y": 840.3407,
"z": -4.7370715
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 214.45834,
"y": 834.39734,
"z": 7.3700337
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 252.34875,
"y": 831.52,
"z": -15.050817
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 285.67664,
"y": 829.03076,
"z": -17.412169
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 326.33847,
"y": 829.61475,
"z": -0.97529453
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 268.31818,
"y": 843.6454,
"z": -16.649069
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 271.8124,
"y": 884.96765,
"z": -34.486847
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 275.42606,
"y": 909.34296,
"z": -17.311811
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 277.1406,
"y": 930.8861,
"z": -11.275286
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 244.47139,
"y": 917.8987,
"z": 4.972039
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 311.16565,
"y": 912.0888,
"z": 1.1703947
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 277.0025,
"y": 921.1625,
"z": -11.6104765
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 293.29227,
"y": 884.6858,
"z": -9.434242
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 254.84868,
"y": 888.86017,
"z": -6.5928745
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 273.55292,
"y": 894.9275,
"z": -18.344725
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 237.2621,
"y": 843.9058,
"z": -4.5641994
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 252.25334,
"y": 848.33453,
"z": -0.54130524
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 239.92883,
"y": 851.631,
"z": -0.29800668
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 225.44656,
"y": 849.9172,
"z": 7.2856297
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 236.72356,
"y": 848.5348,
"z": -1.4762895
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 304.33838,
"y": 838.6913,
"z": -9.449819
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 318.77945,
"y": 841.90375,
"z": 0.47635555
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 305.41766,
"y": 845.3483,
"z": -5.1239934
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 291.31793,
"y": 844.3291,
"z": -3.4720683
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 305.6504,
"y": 843.1436,
"z": -6.5829167
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 232.43787,
"y": 825.0246,
"z": -8.815651
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 305.32306,
"y": 819.5005,
"z": -14.120557
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 203.52882,
"y": 880.12805,
"z": 88.28147
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 356.135,
"y": 868.31805,
"z": 76.979294
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 268.87354,
"y": 829.81775,
"z": -18.878986
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 280.39737,
"y": 960.70776,
"z": -0.40422976
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 212.50763,
"y": 924.1425,
"z": 62.35906
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 350.37512,
"y": 913.5776,
"z": 52.27866
}
}
],
"rollAngle": -4.622256,
"panAngle": -4.172327,
"tiltAngle": -2.787992,
"detectionConfidence": 0.9999458,
"landmarkingConfidence": 0.7659905,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 38,
"y": 636
},
{
"x": 100,
"y": 636
},
{
"x": 100,
"y": 709
},
{
"x": 38,
"y": 709
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 44,
"y": 653
},
{
"x": 95,
"y": 653
},
{
"x": 95,
"y": 704
},
{
"x": 44,
"y": 704
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 60.810345,
"y": 669.9425,
"z": -0.00033089708
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 79.11482,
"y": 669.6762,
"z": 0.41278723
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 53.872566,
"y": 665.95856,
"z": 1.3676989
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 65.386154,
"y": 666.12164,
"z": -3.8326735
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 74.38887,
"y": 665.82367,
"z": -3.6347167
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 85.40849,
"y": 665.60187,
"z": 2.0381813
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 69.40365,
"y": 669.35394,
"z": -3.8145044
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 69.89363,
"y": 681.0488,
"z": -8.647065
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 69.74617,
"y": 688.1344,
"z": -3.7590327
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 70.089905,
"y": 693.4586,
"z": -2.0808427
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 61.328857,
"y": 690.043,
"z": 1.5537616
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 78.24004,
"y": 690.1841,
"z": 1.8439776
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 70.053925,
"y": 690.6427,
"z": -2.1889393
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 75.09635,
"y": 682.2523,
"z": -1.1475533
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 64.950615,
"y": 681.9508,
"z": -1.4512752
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 69.8081,
"y": 683.7265,
"z": -4.1109767
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 60.336735,
"y": 669.00726,
"z": -1.3358313
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 64.19809,
"y": 670.4078,
"z": 0.17574766
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 60.679058,
"y": 671.34125,
"z": -0.088503905
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 56.594482,
"y": 670.2035,
"z": 1.6456238
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 60.020702,
"y": 670.2689,
"z": -0.46117988
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 79.1917,
"y": 668.86536,
"z": -0.910912
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 82.84278,
"y": 670.0115,
"z": 2.2390215
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 79.23329,
"y": 671.1658,
"z": 0.3474641
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 75.10472,
"y": 670.33203,
"z": 0.41244644
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 79.38712,
"y": 670.1319,
"z": -0.050685138
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 59.50152,
"y": 663.63403,
"z": -2.6516979
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 79.97224,
"y": 663.4774,
"z": -2.1877027
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 47.82626,
"y": 678.1655,
"z": 23.590187
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 90.694275,
"y": 677.85077,
"z": 24.537306
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 69.7858,
"y": 665.707,
"z": -4.4682674
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 69.95827,
"y": 702.347,
"z": 1.1641825
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 50.12971,
"y": 690.6857,
"z": 16.695179
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 88.88413,
"y": 690.4212,
"z": 17.561037
}
}
],
"rollAngle": -0.3655676,
"panAngle": 1.2826595,
"tiltAngle": -3.4863636,
"detectionConfidence": 0.98814106,
"landmarkingConfidence": 0.69955456,
"joyLikelihood": "VERY_UNLIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 1220,
"y": 642
},
{
"x": 1272,
"y": 642
},
{
"x": 1272,
"y": 703
},
{
"x": 1220,
"y": 703
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 1222,
"y": 652
},
{
"x": 1272,
"y": 652
},
{
"x": 1272,
"y": 702
},
{
"x": 1222,
"y": 702
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 1237.2391,
"y": 669.8192,
"z": -0.00020015135
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 1254.6959,
"y": 669.07196,
"z": -0.027423317
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 1232.6586,
"y": 666.1405,
"z": 1.7401912
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 1241.764,
"y": 665.4865,
"z": -2.824208
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 1249.7463,
"y": 665.3642,
"z": -2.841844
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 1259.0244,
"y": 665.62695,
"z": 1.6858414
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 1245.7648,
"y": 669.0211,
"z": -3.3246133
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 1245.6144,
"y": 677.5783,
"z": -8.608759
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 1246.1035,
"y": 683.0011,
"z": -5.3666906
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 1246.1978,
"y": 689.3136,
"z": -4.6160655
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 1239.4312,
"y": 685.41003,
"z": -1.0478456
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 1253.4404,
"y": 684.7925,
"z": -0.9082947
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 1246.1311,
"y": 686.29706,
"z": -4.379079
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 1251.0358,
"y": 678.56836,
"z": -2.4814014
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 1240.8712,
"y": 678.9609,
"z": -2.428354
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 1245.5446,
"y": 680.1872,
"z": -5.1838226
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 1237.954,
"y": 668.48267,
"z": -1.0260109
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 1241.049,
"y": 670.05493,
"z": 0.014246902
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1237.3385,
"y": 671.05194,
"z": -0.23022287
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 1234.8407,
"y": 669.8725,
"z": 1.4350818
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 1237.7461,
"y": 669.6175,
"z": -0.4665616
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 1253.7191,
"y": 668.1746,
"z": -1.0717559
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 1257.029,
"y": 669.4321,
"z": 1.3918798
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1254.703,
"y": 670.4333,
"z": -0.25854054
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 1251.0449,
"y": 669.5255,
"z": 0.009002162
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 1253.9137,
"y": 669.29584,
"z": -0.52742386
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1237.2094,
"y": 663.8458,
"z": -1.4815416
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1254.2715,
"y": 663.5224,
"z": -1.52088
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 1228.2291,
"y": 678.9678,
"z": 18.857182
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 1264.0139,
"y": 678.1694,
"z": 18.75814
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 1245.7534,
"y": 665.2399,
"z": -3.4369178
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 1246.3475,
"y": 696.213,
"z": -2.9809914
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 1230.1401,
"y": 688.4541,
"z": 11.718459
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 1262.3512,
"y": 688.09467,
"z": 11.582425
}
}
],
"rollAngle": -1.0888195,
"panAngle": -0.18319596,
"tiltAngle": 4.343906,
"detectionConfidence": 0.7623444,
"landmarkingConfidence": 0.66755825,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 85,
"y": 902
},
{
"x": 147,
"y": 902
},
{
"x": 147,
"y": 974
},
{
"x": 85,
"y": 974
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 93,
"y": 923
},
{
"x": 144,
"y": 923
},
{
"x": 144,
"y": 974
},
{
"x": 93,
"y": 974
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 110.295235,
"y": 938.46545,
"z": 0.00022219442
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 127.628296,
"y": 939.25214,
"z": 2.4775522
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 103.12361,
"y": 934.98883,
"z": -0.048266258
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 115.1089,
"y": 936.71344,
"z": -3.7982614
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 123.79747,
"y": 937.1296,
"z": -2.5446548
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 134.28325,
"y": 935.2838,
"z": 3.9637098
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 119.37822,
"y": 939.72125,
"z": -2.5950155
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 119.21588,
"y": 950.9063,
"z": -4.9163003
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 118.3457,
"y": 957.10205,
"z": 1.0432873
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 117.88146,
"y": 963.0731,
"z": 4.1091604
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 110.087296,
"y": 958.69904,
"z": 5.6684766
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 125.39893,
"y": 958.8674,
"z": 7.6931586
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 117.94197,
"y": 959.86597,
"z": 3.2311068
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 123.839966,
"y": 951.7087,
"z": 3.1536572
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 113.38453,
"y": 951.3748,
"z": 1.6707574
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 118.65579,
"y": 953.8059,
"z": 0.007957064
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 109.856285,
"y": 938.3903,
"z": -1.425374
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 113.746124,
"y": 939.40936,
"z": 0.7018777
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 109.88663,
"y": 940.05,
"z": 0.21197785
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 105.769875,
"y": 938.7854,
"z": 1.245001
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 109.3989,
"y": 939.4295,
"z": -0.38683984
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 128.2681,
"y": 938.8419,
"z": 1.0913258
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 131.49454,
"y": 939.426,
"z": 4.7651215
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 127.797455,
"y": 940.71844,
"z": 2.748694
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 124.2587,
"y": 939.7942,
"z": 2.2104394
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 128.30281,
"y": 939.90796,
"z": 2.1860113
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 109.48527,
"y": 933.55273,
"z": -3.8687785
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 129.48305,
"y": 934.03064,
"z": -1.133793
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 94.49643,
"y": 941.676,
"z": 22.889217
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 136.38382,
"y": 942.707,
"z": 28.585888
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 119.636444,
"y": 936.294,
"z": -4.0158515
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 117.068,
"y": 970.4276,
"z": 8.818663
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 96.739494,
"y": 955.2602,
"z": 19.080494
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 134.60635,
"y": 956.2006,
"z": 24.255468
}
}
],
"rollAngle": 3.516431,
"panAngle": 8.058849,
"tiltAngle": -15.355691,
"detectionConfidence": 0.9581417,
"landmarkingConfidence": 0.6197208,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 271,
"y": 642
},
{
"x": 323,
"y": 642
},
{
"x": 323,
"y": 702
},
{
"x": 271,
"y": 702
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 273,
"y": 652
},
{
"x": 323,
"y": 652
},
{
"x": 323,
"y": 702
},
{
"x": 273,
"y": 702
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 288.34497,
"y": 669.7942,
"z": -0.0002225173
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 305.76337,
"y": 669.0311,
"z": -0.23238085
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 283.8798,
"y": 666.0588,
"z": 1.601766
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 292.98468,
"y": 665.67267,
"z": -3.0393052
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 300.70654,
"y": 665.44714,
"z": -3.1432123
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 310.07693,
"y": 665.58075,
"z": 1.3021526
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 296.82837,
"y": 668.8926,
"z": -3.4172804
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 296.6973,
"y": 677.6534,
"z": -8.200851
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 297.03912,
"y": 683.0918,
"z": -4.741213
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 297.29922,
"y": 688.86786,
"z": -3.7330709
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 290.41833,
"y": 685.4206,
"z": -0.25586635
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 304.37857,
"y": 684.70404,
"z": -0.33635464
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 297.22916,
"y": 686.1922,
"z": -3.6280963
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 302.03906,
"y": 678.36194,
"z": -2.1447515
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 291.92627,
"y": 678.9955,
"z": -1.9735981
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 296.64508,
"y": 680.2464,
"z": -4.70693
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 289.10254,
"y": 668.48535,
"z": -1.0800992
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 292.0689,
"y": 669.95667,
"z": -0.01288988
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 288.45233,
"y": 671.00433,
"z": -0.17586197
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 286.04364,
"y": 669.7484,
"z": 1.4513059
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 288.90045,
"y": 669.57526,
"z": -0.4703697
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 304.68628,
"y": 668.14,
"z": -1.3000319
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 307.88895,
"y": 669.2577,
"z": 1.1417563
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 305.7352,
"y": 670.2679,
"z": -0.38970634
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 301.88022,
"y": 669.372,
"z": -0.14379403
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 304.87607,
"y": 669.2108,
"z": -0.711875
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 288.35333,
"y": 663.9341,
"z": -1.7438786
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 305.21542,
"y": 663.56604,
"z": -1.9723094
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 279.68817,
"y": 677.8827,
"z": 19.19837
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 315.4523,
"y": 677.0129,
"z": 18.933002
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 296.78027,
"y": 665.376,
"z": -3.6941905
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 297.46353,
"y": 695.97363,
"z": -1.7731493
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 281.54117,
"y": 687.5659,
"z": 12.597604
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 313.44,
"y": 687.0602,
"z": 12.11245
}
}
],
"rollAngle": -1.227499,
"panAngle": -0.82778585,
"tiltAngle": 1.5655798,
"detectionConfidence": 0.74438334,
"landmarkingConfidence": 0.6689262,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 1145,
"y": 414
},
{
"x": 1208,
"y": 414
},
{
"x": 1208,
"y": 488
},
{
"x": 1145,
"y": 488
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 1152,
"y": 431
},
{
"x": 1203,
"y": 431
},
{
"x": 1203,
"y": 482
},
{
"x": 1152,
"y": 482
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 1165.9415,
"y": 448.18555,
"z": -0.00048311614
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 1186.3907,
"y": 446.6179,
"z": 0.51035136
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 1160.0983,
"y": 444.83618,
"z": 1.6467886
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 1171.2781,
"y": 444.11945,
"z": -3.5088472
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 1180.3452,
"y": 443.44568,
"z": -3.282629
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 1191.7837,
"y": 442.3641,
"z": 2.5617447
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 1176.1449,
"y": 446.6965,
"z": -3.789342
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 1177.165,
"y": 458.0622,
"z": -9.4381895
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 1177.8756,
"y": 465.2021,
"z": -5.0989957
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 1178.5206,
"y": 471.2772,
"z": -3.8091583
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 1168.8545,
"y": 467.8167,
"z": 0.23114945
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 1187.0409,
"y": 466.6752,
"z": 0.61962795
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 1178.345,
"y": 468.33432,
"z": -3.7237287
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 1183.0957,
"y": 458.53885,
"z": -1.8673011
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 1171.4425,
"y": 459.5768,
"z": -2.154385
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 1177.3079,
"y": 461.09668,
"z": -5.1341777
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 1166.7468,
"y": 447.2668,
"z": -1.2975942
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 1170.0471,
"y": 448.45197,
"z": 0.16057664
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1166.0173,
"y": 449.31372,
"z": -0.18576285
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 1162.9932,
"y": 448.98007,
"z": 1.6260707
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 1166.5508,
"y": 448.57013,
"z": -0.55883336
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 1185.5367,
"y": 445.6438,
"z": -0.8136782
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 1189.3473,
"y": 446.7054,
"z": 2.2996864
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1186.5568,
"y": 447.76398,
"z": 0.3104675
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 1182.4867,
"y": 447.38458,
"z": 0.46781012
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 1185.8298,
"y": 446.9173,
"z": -0.08399369
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1165.5251,
"y": 441.9439,
"z": -2.2264867
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1185.8662,
"y": 440.1898,
"z": -1.693053
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 1155.1285,
"y": 459.18304,
"z": 22.876163
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 1197.8602,
"y": 455.6579,
"z": 24.03295
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 1175.9156,
"y": 443.04547,
"z": -4.1619906
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 1179.032,
"y": 479.69232,
"z": -1.3362201
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 1158.4418,
"y": 470.85834,
"z": 15.106527
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 1196.9043,
"y": 467.5547,
"z": 16.09967
}
}
],
"rollAngle": -4.9795613,
"panAngle": 1.4783885,
"tiltAngle": 0.7876423,
"detectionConfidence": 0.9802061,
"landmarkingConfidence": 0.7426601,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 196,
"y": 975
},
{
"x": 259,
"y": 975
},
{
"x": 259,
"y": 1049
},
{
"x": 196,
"y": 1049
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 202,
"y": 993
},
{
"x": 253,
"y": 993
},
{
"x": 253,
"y": 1044
},
{
"x": 202,
"y": 1044
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 216.89323,
"y": 1010.6175,
"z": 0.00026493229
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 237.65079,
"y": 1009.0246,
"z": 0.14712696
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 211.14575,
"y": 1007.1622,
"z": 1.5136304
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 222.30971,
"y": 1006.53876,
"z": -3.878487
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 231.45886,
"y": 1005.98706,
"z": -3.8033316
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 242.78906,
"y": 1004.56036,
"z": 1.7746713
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 227.18588,
"y": 1009.219,
"z": -4.009141
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 228.22751,
"y": 1020.67096,
"z": -8.876595
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 228.95546,
"y": 1027.4076,
"z": -4.134813
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 229.43385,
"y": 1034.0258,
"z": -2.3686383
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 219.9947,
"y": 1030.2697,
"z": 1.4838127
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 237.89156,
"y": 1029.2395,
"z": 1.5436594
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 229.25748,
"y": 1030.986,
"z": -2.5147064
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 234.20251,
"y": 1021.1795,
"z": -1.3475509
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 222.62248,
"y": 1022.0314,
"z": -1.4728662
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 228.37703,
"y": 1023.63055,
"z": -4.4084983
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 217.80313,
"y": 1009.7026,
"z": -1.3717709
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 221.2097,
"y": 1010.9393,
"z": 0.1181348
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 217.00726,
"y": 1011.69904,
"z": -0.09818078
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 214.12088,
"y": 1011.2059,
"z": 1.7040184
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 217.61232,
"y": 1010.9531,
"z": -0.5350756
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 236.60344,
"y": 1008.08954,
"z": -1.2416704
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 240.47571,
"y": 1008.95306,
"z": 1.8964536
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 237.69225,
"y": 1010.1941,
"z": 0.042882483
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 233.30066,
"y": 1009.72174,
"z": 0.18845247
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 236.90009,
"y": 1009.31213,
"z": -0.4242198
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 216.5756,
"y": 1004.4348,
"z": -2.635561
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 236.9251,
"y": 1002.6943,
"z": -2.4910803
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 206.49548,
"y": 1019.9251,
"z": 23.689613
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 249.13278,
"y": 1016.2716,
"z": 23.987955
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 226.94362,
"y": 1005.6853,
"z": -4.6289253
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 230.04523,
"y": 1042.0745,
"z": 0.6564571
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 209.68558,
"y": 1032.0967,
"z": 16.68939
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 248.15277,
"y": 1028.8104,
"z": 16.95957
}
}
],
"rollAngle": -4.901928,
"panAngle": 0.4021858,
"tiltAngle": -3.040135,
"detectionConfidence": 0.9764011,
"landmarkingConfidence": 0.7477406,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 1092,
"y": 116
},
{
"x": 1363,
"y": 116
},
{
"x": 1363,
"y": 431
},
{
"x": 1092,
"y": 431
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 1126,
"y": 197
},
{
"x": 1326,
"y": 197
},
{
"x": 1326,
"y": 397
},
{
"x": 1126,
"y": 397
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 1190.178,
"y": 262.59235,
"z": 0.0012426637
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 1269.4236,
"y": 261.07092,
"z": 2.0959911
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 1159.933,
"y": 247.48576,
"z": 6.0602846
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 1210.1152,
"y": 246.10211,
"z": -16.44065
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 1248.7628,
"y": 244.73825,
"z": -15.408283
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 1296.4386,
"y": 242.82396,
"z": 9.317994
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 1227.9259,
"y": 259.24973,
"z": -16.400576
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 1230.0999,
"y": 310.36163,
"z": -37.28732
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 1230.6831,
"y": 342.72266,
"z": -16.17573
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 1231.7084,
"y": 363.41003,
"z": -9.212264
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 1194.0039,
"y": 350.24048,
"z": 6.46068
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 1268.6488,
"y": 349.99036,
"z": 8.412525
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 1230.9924,
"y": 352.0582,
"z": -9.559206
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 1252.6118,
"y": 314.91888,
"z": -4.9083076
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 1208.2675,
"y": 315.37747,
"z": -6.154314
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 1230.1241,
"y": 322.63873,
"z": -17.74078
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 1188.3755,
"y": 259.24005,
"z": -5.7415032
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 1204.5692,
"y": 264.97467,
"z": 0.83770376
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1189.5602,
"y": 269.18365,
"z": -0.37734237
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 1172.3466,
"y": 264.57166,
"z": 7.0263615
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 1187.0676,
"y": 264.71942,
"z": -2.0058393
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 1269.7168,
"y": 257.49768,
"z": -3.6179292
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 1285.4796,
"y": 262.33237,
"z": 10.034381
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1270.3933,
"y": 267.13965,
"z": 1.7934964
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 1252.4058,
"y": 263.90573,
"z": 2.0378375
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 1270.6177,
"y": 262.958,
"z": 0.05140501
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1184.4915,
"y": 236.15527,
"z": -11.384232
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1272.7886,
"y": 234.2253,
"z": -9.059476
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 1134.5618,
"y": 299.80402,
"z": 101.56399
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 1319.4994,
"y": 295.8326,
"z": 106.291916
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 1229.0107,
"y": 244.42023,
"z": -19.089218
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 1231.838,
"y": 402.43567,
"z": 4.7214093
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 1145.4081,
"y": 353.5681,
"z": 71.673065
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 1312.5376,
"y": 350.0772,
"z": 76.00458
}
}
],
"rollAngle": -1.1571109,
"panAngle": 1.4889642,
"tiltAngle": -3.3244777,
"detectionConfidence": 0.9999168,
"landmarkingConfidence": 0.77577424,
"joyLikelihood": "UNLIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 1450,
"y": 19
},
{
"x": 1499,
"y": 19
},
{
"x": 1499,
"y": 82
},
{
"x": 1450,
"y": 82
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 1452,
"y": 32
},
{
"x": 1499,
"y": 32
},
{
"x": 1499,
"y": 82
},
{
"x": 1452,
"y": 82
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 1472.2498,
"y": 47.980347,
"z": 4.5085762e-06
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 1487.488,
"y": 49.1467,
"z": 2.1210485
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 1466.6486,
"y": 43.739697,
"z": 0.64501005
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 1476.7871,
"y": 44.283188,
"z": -2.7298844
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 1484.8236,
"y": 44.886066,
"z": -1.6403842
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 1493.8385,
"y": 45.5821,
"z": 4.377556
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 1480.5701,
"y": 48.155205,
"z": -2.334454
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 1480.7708,
"y": 58.09116,
"z": -6.9676237
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 1479.6171,
"y": 63.528824,
"z": -2.9770072
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 1478.9977,
"y": 69.70514,
"z": -1.6110232
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 1472.498,
"y": 64.64919,
"z": 0.64579505
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 1486.2427,
"y": 65.444725,
"z": 2.6784132
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 1479.1677,
"y": 66.363914,
"z": -1.6769934
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 1484.03,
"y": 59.542374,
"z": -0.025392493
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 1475.4335,
"y": 58.74791,
"z": -1.2477987
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 1479.8859,
"y": 60.191704,
"z": -3.109443
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 1472.2393,
"y": 46.903275,
"z": -1.1406457
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 1475.5836,
"y": 48.404182,
"z": 0.4940186
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1472.2347,
"y": 49.125877,
"z": -0.13537179
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 1468.6133,
"y": 47.795963,
"z": 1.0272566
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 1471.8164,
"y": 47.998215,
"z": -0.45943785
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 1488.5205,
"y": 48.027508,
"z": 1.0958744
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 1491.2612,
"y": 49.375614,
"z": 4.132814
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1487.6935,
"y": 50.266823,
"z": 2.0650613
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 1485.242,
"y": 49.225624,
"z": 1.8587997
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 1488.541,
"y": 49.163345,
"z": 1.8259305
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1472.0103,
"y": 42.07792,
"z": -2.174999
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1489.702,
"y": 43.297096,
"z": 0.25962162
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 1458.373,
"y": 54.834694,
"z": 18.89636
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 1495.3666,
"y": 57.27148,
"z": 23.944157
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 1480.9779,
"y": 44.51551,
"z": -2.80155
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 1478.2904,
"y": 76.70642,
"z": 0.82454884
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 1460.2806,
"y": 65.63914,
"z": 12.71023
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 1493.7545,
"y": 67.95227,
"z": 17.299234
}
}
],
"rollAngle": 4.098784,
"panAngle": 7.797045,
"tiltAngle": -1.1968497,
"detectionConfidence": 0.8609077,
"landmarkingConfidence": 0.4953098,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 329,
"y": 1042
},
{
"x": 386,
"y": 1042
},
{
"x": 386,
"y": 1109
},
{
"x": 329,
"y": 1109
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 334,
"y": 1058
},
{
"x": 384,
"y": 1058
},
{
"x": 384,
"y": 1108
},
{
"x": 334,
"y": 1108
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 349.1277,
"y": 1074.5857,
"z": 0.00085245306
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 367.26178,
"y": 1073.8325,
"z": 0.6037846
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 343.75168,
"y": 1070.6178,
"z": 0.98226
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 353.99942,
"y": 1070.8014,
"z": -3.6276262
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 362.6144,
"y": 1070.5979,
"z": -3.337217
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 372.68463,
"y": 1069.7151,
"z": 1.9819486
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 358.48074,
"y": 1073.9545,
"z": -3.4076805
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 359.0094,
"y": 1084.7261,
"z": -7.3809967
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 359.04626,
"y": 1090.0457,
"z": -2.7360647
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 359.05417,
"y": 1096.4784,
"z": -0.76848257
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 350.9958,
"y": 1092.3472,
"z": 2.2594175
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 366.8412,
"y": 1091.9445,
"z": 2.7695053
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 359.0423,
"y": 1093.0804,
"z": -1.1049017
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 363.64832,
"y": 1085.3759,
"z": -0.38098785
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 354.15875,
"y": 1085.7362,
"z": -0.75359213
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 359.0729,
"y": 1087.1566,
"z": -3.1173368
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 349.72415,
"y": 1073.586,
"z": -1.2881297
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 352.87067,
"y": 1074.9928,
"z": 0.23838656
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 349.2406,
"y": 1075.7985,
"z": -0.0020373822
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 346.2111,
"y": 1074.6547,
"z": 1.4862221
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 349.46735,
"y": 1074.7084,
"z": -0.44826925
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 367.05887,
"y": 1073.0372,
"z": -0.69039655
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 370.43515,
"y": 1073.8872,
"z": 2.315458
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 367.3775,
"y": 1075.0803,
"z": 0.58352524
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 364.137,
"y": 1074.1895,
"z": 0.5958669
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 367.26053,
"y": 1074.1461,
"z": 0.15029642
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 348.90167,
"y": 1068.695,
"z": -2.7217734
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 367.68967,
"y": 1068.1086,
"z": -2.0710843
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 338.1616,
"y": 1081.215,
"z": 21.830599
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 377.49527,
"y": 1080.0001,
"z": 23.19179
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 358.42233,
"y": 1070.4635,
"z": -4.1909866
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 359.15894,
"y": 1103.8507,
"z": 2.4440248
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 340.63303,
"y": 1092.9175,
"z": 16.049404
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 376.14975,
"y": 1091.818,
"z": 17.275177
}
}
],
"rollAngle": -1.5937992,
"panAngle": 1.9871925,
"tiltAngle": -6.006466,
"detectionConfidence": 0.9714739,
"landmarkingConfidence": 0.72814614,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 504,
"y": 837
},
{
"x": 562,
"y": 837
},
{
"x": 562,
"y": 904
},
{
"x": 504,
"y": 904
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 510,
"y": 851
},
{
"x": 560,
"y": 851
},
{
"x": 560,
"y": 901
},
{
"x": 510,
"y": 901
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 528.37866,
"y": 868.5072,
"z": -0.00015711978
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 544.33636,
"y": 868.7742,
"z": 2.7864988
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 521.9666,
"y": 864.5055,
"z": 0.09714207
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 532.9379,
"y": 865.3443,
"z": -3.0113244
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 540.7713,
"y": 865.5465,
"z": -1.5847397
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 550.5578,
"y": 865.1942,
"z": 5.10663
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 536.7593,
"y": 868.3804,
"z": -2.2791917
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 536.7527,
"y": 879.5354,
"z": -6.4025865
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 536.33356,
"y": 885.98987,
"z": -1.7562275
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 535.47876,
"y": 890.872,
"z": -0.054790195
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 528.5978,
"y": 887.15906,
"z": 1.8842088
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 542.10565,
"y": 888.0062,
"z": 4.1615562
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 535.84906,
"y": 887.899,
"z": -0.27645352
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 540.77673,
"y": 880.43445,
"z": 1.1438224
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 531.6539,
"y": 880.35046,
"z": -0.49379593
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 536.50287,
"y": 881.95654,
"z": -2.1885288
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 527.83405,
"y": 867.6415,
"z": -1.3169788
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 531.25446,
"y": 868.9922,
"z": 0.61411375
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 528.0015,
"y": 869.8458,
"z": -0.1051728
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 524.0388,
"y": 868.5401,
"z": 0.91080946
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 527.3953,
"y": 868.7753,
"z": -0.520021
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 545.0918,
"y": 868.1554,
"z": 1.6496346
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 548.0153,
"y": 869.24805,
"z": 5.060977
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 544.6479,
"y": 869.9511,
"z": 2.818646
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 541.49725,
"y": 869.01654,
"z": 2.3794947
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 545.1191,
"y": 869.2997,
"z": 2.520946
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 527.46466,
"y": 862.68695,
"z": -2.756874
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 546.1931,
"y": 863.2502,
"z": 0.46698767
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 512.57196,
"y": 875.13824,
"z": 20.095778
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 551.85114,
"y": 876.2243,
"z": 26.762257
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 537.0709,
"y": 865.03217,
"z": -2.9654768
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 535.0317,
"y": 898.9103,
"z": 3.1390007
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 515.17017,
"y": 886.96893,
"z": 14.33647
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 550.67316,
"y": 888.0353,
"z": 20.426601
}
}
],
"rollAngle": 2.5796418,
"panAngle": 9.770292,
"tiltAngle": -4.991121,
"detectionConfidence": 0.6399913,
"landmarkingConfidence": 0.7554158,
"joyLikelihood": "UNLIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"y": 582
},
{
"x": 50,
"y": 582
},
{
"x": 50,
"y": 647
},
{
"y": 647
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"y": 593
},
{
"x": 47,
"y": 593
},
{
"x": 47,
"y": 644
},
{
"y": 644
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 12.17637,
"y": 610.9568,
"z": 8.5815445e-05
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 27.827028,
"y": 610.30304,
"z": -2.0224814
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 6.156478,
"y": 607.1289,
"z": 2.7762008
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 15.56637,
"y": 606.32935,
"z": -3.331506
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 23.603273,
"y": 606.2129,
"z": -4.383127
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 34.27152,
"y": 606.30566,
"z": -0.85974383
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 19.810095,
"y": 609.0677,
"z": -4.4708905
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 19.24944,
"y": 619.26135,
"z": -10.513106
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 19.719698,
"y": 625.8339,
"z": -7.19051
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 19.773659,
"y": 631.1618,
"z": -6.5881157
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 13.449751,
"y": 628.5857,
"z": -2.0025287
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 27.323105,
"y": 627.93555,
"z": -3.663041
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 19.965214,
"y": 628.20575,
"z": -6.216879
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 24.696224,
"y": 620.9327,
"z": -4.7169266
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 15.144688,
"y": 621.1632,
"z": -3.4885433
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 19.537289,
"y": 622.35925,
"z": -6.892221
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 11.495569,
"y": 609.54596,
"z": -0.92420083
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 15.139501,
"y": 611.0944,
"z": -0.32710764
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 11.942408,
"y": 611.94684,
"z": -0.20849672
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 8.53751,
"y": 611.1776,
"z": 2.0291717
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 11.333986,
"y": 610.79395,
"z": -0.30303353
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 28.383379,
"y": 609.1044,
"z": -3.0870843
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 32.03095,
"y": 610.5417,
"z": -0.998035
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 28.14478,
"y": 611.47833,
"z": -2.3498344
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 25.498575,
"y": 610.5136,
"z": -1.6016091
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 28.67593,
"y": 610.3401,
"z": -2.5384483
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 10.600431,
"y": 604.5274,
"z": -1.1509206
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 28.939985,
"y": 604.0538,
"z": -3.498561
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 3.7205408,
"y": 621.619,
"z": 21.3209
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 42.135822,
"y": 620.6343,
"z": 16.402073
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 19.546139,
"y": 605.907,
"z": -4.4617934
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 20.335207,
"y": 639.41016,
"z": -5.0295644
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 4.797676,
"y": 631.7308,
"z": 13.057499
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 39.53917,
"y": 630.8291,
"z": 8.610808
}
}
],
"rollAngle": -0.70155704,
"panAngle": -7.3302608,
"tiltAngle": 6.184236,
"detectionConfidence": 0.91844213,
"landmarkingConfidence": 0.70313907,
"joyLikelihood": "LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 494,
"y": 899
},
{
"x": 565,
"y": 899
},
{
"x": 565,
"y": 981
},
{
"x": 494,
"y": 981
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 505,
"y": 921
},
{
"x": 558,
"y": 921
},
{
"x": 558,
"y": 974
},
{
"x": 505,
"y": 974
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 521.98615,
"y": 936.8841,
"z": 0.00028269726
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 542.6001,
"y": 937.9211,
"z": 2.0262163
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 514.60614,
"y": 932.96857,
"z": 1.1095252
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 528.3324,
"y": 933.31036,
"z": -3.841934
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 537.9364,
"y": 933.47614,
"z": -2.862929
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 550.1043,
"y": 933.6949,
"z": 4.460077
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 533.1808,
"y": 936.8648,
"z": -3.518345
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 532.69775,
"y": 950.0281,
"z": -9.082017
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 531.8037,
"y": 957.298,
"z": -3.7472396
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 531.0823,
"y": 966.2604,
"z": -1.6305127
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 522.3112,
"y": 959.1497,
"z": 1.5055192
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 540.42535,
"y": 960.76276,
"z": 3.1823025
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 531.4463,
"y": 960.8736,
"z": -1.9620359
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 538.5826,
"y": 951.72516,
"z": -0.051010735
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 525.7712,
"y": 950.69714,
"z": -1.3272833
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 532.28455,
"y": 953.2423,
"z": -4.03754
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 522.02405,
"y": 935.9802,
"z": -1.4988363
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 526.39844,
"y": 937.7458,
"z": 0.49287397
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 521.7162,
"y": 938.4251,
"z": -0.12777542
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 517.1765,
"y": 937.27374,
"z": 1.5819739
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 521.5405,
"y": 937.38245,
"z": -0.5874493
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 543.17615,
"y": 936.9546,
"z": 0.5647938
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 547.1269,
"y": 938.60693,
"z": 4.457686
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 542.8087,
"y": 939.35034,
"z": 1.9248209
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 538.58624,
"y": 938.2167,
"z": 1.7164141
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 543.257,
"y": 938.3918,
"z": 1.5114883
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 521.5539,
"y": 929.93475,
"z": -2.9689252
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 544.4941,
"y": 930.9738,
"z": -0.7320581
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 505.3608,
"y": 945.82007,
"z": 25.341866
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 553.43463,
"y": 948.0531,
"z": 30.034487
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 533.1528,
"y": 932.8464,
"z": -4.181044
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 530.66534,
"y": 974.1952,
"z": 1.6258572
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 507.79898,
"y": 959.9923,
"z": 17.617525
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 551.24524,
"y": 962.0147,
"z": 21.85028
}
}
],
"rollAngle": 2.897032,
"panAngle": 5.567424,
"tiltAngle": -2.7792768,
"detectionConfidence": 0.9398057,
"landmarkingConfidence": 0.8220742,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 943,
"y": 582
},
{
"x": 998,
"y": 582
},
{
"x": 998,
"y": 646
},
{
"x": 943,
"y": 646
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 945,
"y": 593
},
{
"x": 996,
"y": 593
},
{
"x": 996,
"y": 643
},
{
"x": 945,
"y": 643
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 961.1049,
"y": 610.9026,
"z": -0.00036441218
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 976.6652,
"y": 610.33026,
"z": -1.9072272
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 955.22095,
"y": 607.216,
"z": 2.5176816
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 964.63275,
"y": 606.5947,
"z": -3.4589942
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 972.2144,
"y": 606.4868,
"z": -4.4373693
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 982.9804,
"y": 606.31116,
"z": -0.85366493
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 968.71497,
"y": 609.5669,
"z": -4.4220057
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 968.2686,
"y": 619.2313,
"z": -9.968302
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 968.9472,
"y": 626.0764,
"z": -6.4659576
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 969.0407,
"y": 631.28827,
"z": -5.6511984
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 962.4742,
"y": 628.3528,
"z": -1.2270602
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 976.3963,
"y": 627.7585,
"z": -2.8248622
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 969.15906,
"y": 628.2479,
"z": -5.407618
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 973.6037,
"y": 620.9228,
"z": -4.191584
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 964.4028,
"y": 621.2417,
"z": -3.0717664
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 968.57666,
"y": 622.29266,
"z": -6.3102374
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 960.52356,
"y": 609.6796,
"z": -0.98712397
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 964.0222,
"y": 611.1241,
"z": -0.30473465
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 960.8551,
"y": 611.91473,
"z": -0.176735
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 957.58594,
"y": 611.1796,
"z": 1.9660159
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 960.3734,
"y": 610.8831,
"z": -0.33039683
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 977.1911,
"y": 609.1583,
"z": -2.9988666
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 980.83716,
"y": 610.4467,
"z": -0.84572226
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 977.0666,
"y": 611.46545,
"z": -2.1797502
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 974.5155,
"y": 610.4833,
"z": -1.5026048
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 977.4904,
"y": 610.351,
"z": -2.4087934
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 959.599,
"y": 604.7663,
"z": -1.4119828
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 977.6861,
"y": 604.20544,
"z": -3.5923085
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 952.79553,
"y": 620.8214,
"z": 21.334974
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 990.69653,
"y": 619.6549,
"z": 16.764708
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 968.45337,
"y": 606.1645,
"z": -4.5487137
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 969.5686,
"y": 639.17755,
"z": -3.8039355
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 954.02106,
"y": 631.0689,
"z": 13.59698
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 988.29395,
"y": 630.00836,
"z": 9.463262
}
}
],
"rollAngle": -1.3228693,
"panAngle": -6.8854012,
"tiltAngle": 3.92331,
"detectionConfidence": 0.9138322,
"landmarkingConfidence": 0.6983785,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 668,
"y": 472
},
{
"x": 835,
"y": 472
},
{
"x": 835,
"y": 666
},
{
"x": 668,
"y": 666
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 693,
"y": 517
},
{
"x": 820,
"y": 517
},
{
"x": 820,
"y": 645
},
{
"x": 693,
"y": 645
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 734.322,
"y": 557.10547,
"z": 0.00062635564
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 779.5805,
"y": 559.19995,
"z": 4.40288
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 715.86816,
"y": 545.36304,
"z": 3.0255122
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 746.8715,
"y": 546.5215,
"z": -8.556996
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 771.2849,
"y": 547.9333,
"z": -6.2662325
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 799.3953,
"y": 552.6453,
"z": 11.00761
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 758.67847,
"y": 556.83606,
"z": -8.298124
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 757.3339,
"y": 587.2169,
"z": -23.50988
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 755.139,
"y": 608.0157,
"z": -11.748775
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 753.98676,
"y": 622.3914,
"z": -8.378324
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 736.27435,
"y": 611.8861,
"z": -0.78318924
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 773.2125,
"y": 615.6865,
"z": 3.2448115
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 754.8602,
"y": 613.83545,
"z": -8.139147
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 770.1014,
"y": 591.6539,
"z": -2.7153807
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 742.04065,
"y": 589.33014,
"z": -5.4032803
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 756.24536,
"y": 595.5138,
"z": -11.9142275
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 732.8112,
"y": 554.2482,
"z": -3.388289
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 743.42664,
"y": 559.2903,
"z": 1.0311296
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 733.4439,
"y": 560.6734,
"z": -0.559783
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 722.3226,
"y": 557.3317,
"z": 3.4726963
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 731.5635,
"y": 557.74786,
"z": -1.322669
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 782.96765,
"y": 557.59906,
"z": 1.3769863
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 791.5627,
"y": 561.8377,
"z": 10.095682
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 780.5046,
"y": 563.08954,
"z": 4.0941935
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 770.41534,
"y": 560.58984,
"z": 3.7287118
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 783.0884,
"y": 561.1909,
"z": 3.4998913
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 731.8654,
"y": 539.59045,
"z": -5.9507165
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 786.3857,
"y": 543.2932,
"z": -0.77982575
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 694.0136,
"y": 580.94666,
"z": 57.82223
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 806.85834,
"y": 588.6976,
"z": 69.328606
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 759.3209,
"y": 546.7705,
"z": -9.237584
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 751.8847,
"y": 645.80853,
"z": -1.4258571
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 698.2236,
"y": 613.72363,
"z": 37.992756
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 801.17957,
"y": 620.7559,
"z": 47.725925
}
}
],
"rollAngle": 3.771493,
"panAngle": 5.4003115,
"tiltAngle": 0.78117454,
"detectionConfidence": 0.99998796,
"landmarkingConfidence": 0.8028728,
"joyLikelihood": "VERY_UNLIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 150,
"y": 109
},
{
"x": 414,
"y": 109
},
{
"x": 414,
"y": 417
},
{
"x": 150,
"y": 417
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 191,
"y": 203
},
{
"x": 385,
"y": 203
},
{
"x": 385,
"y": 396
},
{
"x": 191,
"y": 396
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 258.82303,
"y": 262.24124,
"z": 0.0010282173
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 328.85312,
"y": 267.83197,
"z": 10.006812
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 228.62865,
"y": 241.97424,
"z": -0.5098721
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 278.65768,
"y": 249.14568,
"z": -16.672274
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 315.81326,
"y": 252.69946,
"z": -11.244793
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 361.61246,
"y": 249.38489,
"z": 17.430664
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 297.27948,
"y": 262.2741,
"z": -12.457209
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 295.61957,
"y": 318.00528,
"z": -24.983541
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 290.11743,
"y": 342.9065,
"z": -0.28635466
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 288.07172,
"y": 368.39145,
"z": 11.204363
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 252.66408,
"y": 343.61993,
"z": 19.230152
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 321.20038,
"y": 348.33566,
"z": 27.77023
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 289.44656,
"y": 351.12903,
"z": 7.820046
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 313.51855,
"y": 319.84378,
"z": 9.66346
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 270.08658,
"y": 315.1944,
"z": 3.3948488
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 291.95016,
"y": 329.50922,
"z": -3.8535419
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 255.71562,
"y": 259.1059,
"z": -6.49671
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 272.90097,
"y": 265.33087,
"z": 2.4821577
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 257.12717,
"y": 267.75443,
"z": 0.1816878
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 238.31715,
"y": 261.1491,
"z": 4.8504205
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 253.60226,
"y": 263.7176,
"z": -2.2495744
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 335.18124,
"y": 263.64392,
"z": 4.2366495
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 348.52502,
"y": 267.60345,
"z": 19.760098
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 330.23862,
"y": 273.22128,
"z": 10.828453
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 317.88007,
"y": 268.33572,
"z": 8.911237
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 335.24872,
"y": 268.46997,
"z": 8.749418
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 254.68369,
"y": 237.04677,
"z": -15.831533
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 341.09128,
"y": 241.99332,
"z": -4.1648264
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 188.82173,
"y": 277.58612,
"z": 97.57097
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 369.71313,
"y": 287.8875,
"z": 121.85761
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 298.29025,
"y": 249.93375,
"z": -17.173336
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 283.70145,
"y": 401.38422,
"z": 29.599472
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 197.1084,
"y": 335.63632,
"z": 77.617584
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 360.74097,
"y": 344.9047,
"z": 99.69588
}
}
],
"rollAngle": 4.871612,
"panAngle": 7.841796,
"tiltAngle": -11.964839,
"detectionConfidence": 0.9999895,
"landmarkingConfidence": 0.5954437,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "POSSIBLE"
},
{
"boundingPoly": {
"vertices": [
{
"x": 42,
"y": 20
},
{
"x": 97,
"y": 20
},
{
"x": 97,
"y": 84
},
{
"x": 42,
"y": 84
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 45,
"y": 35
},
{
"x": 95,
"y": 35
},
{
"x": 95,
"y": 85
},
{
"x": 45,
"y": 85
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 60.676746,
"y": 52.26802,
"z": 0.00030139214
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 77.176186,
"y": 52.36805,
"z": -1.6165552
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 55.115074,
"y": 48.21195,
"z": 1.2794442
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 64.45102,
"y": 49.383667,
"z": -4.351082
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 72.52502,
"y": 49.539036,
"z": -5.1318946
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 82.82858,
"y": 48.85332,
"z": -1.3781906
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 68.55703,
"y": 52.872944,
"z": -4.2697034
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 68.08172,
"y": 63.37857,
"z": -7.06268
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 68.3006,
"y": 67.97929,
"z": -2.1006002
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 68.383995,
"y": 73.04762,
"z": 0.17182669
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 61.698544,
"y": 69.58673,
"z": 3.6064937
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 75.524536,
"y": 70.19822,
"z": 2.2714117
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 68.3857,
"y": 70.803406,
"z": -0.2607954
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 73.33426,
"y": 64.06186,
"z": -0.8643141
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 63.80518,
"y": 63.539883,
"z": -0.0011919297
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 68.38615,
"y": 65.54634,
"z": -2.7414494
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 60.40627,
"y": 51.58882,
"z": -1.2843803
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 63.635864,
"y": 52.77949,
"z": -0.15846354
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 60.426933,
"y": 53.508957,
"z": 0.12980722
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 57.366318,
"y": 52.15892,
"z": 1.8659827
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 60.201378,
"y": 52.579147,
"z": -0.33790258
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 76.996666,
"y": 51.964905,
"z": -2.8748143
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 80.5579,
"y": 52.68541,
"z": -0.36008605
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 77.27941,
"y": 53.672478,
"z": -1.4866835
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 73.802155,
"y": 52.895916,
"z": -1.1409
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 77.22861,
"y": 52.97111,
"z": -1.9936024
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 59.62804,
"y": 47.024193,
"z": -3.0327873
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 77.62034,
"y": 47.442085,
"z": -4.7636433
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 51.965435,
"y": 56.09498,
"z": 22.779898
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 89.65399,
"y": 56.95589,
"z": 19.18387
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 68.435074,
"y": 49.382515,
"z": -5.4010563
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 68.63368,
"y": 80.670654,
"z": 4.1519656
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 53.079655,
"y": 67.98581,
"z": 18.191471
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 87.13424,
"y": 68.759,
"z": 14.922143
}
}
],
"rollAngle": 0.16344263,
"panAngle": -5.597701,
"tiltAngle": -11.7733555,
"detectionConfidence": 0.8568657,
"landmarkingConfidence": 0.60002315,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 1278,
"y": 1043
},
{
"x": 1335,
"y": 1043
},
{
"x": 1335,
"y": 1109
},
{
"x": 1278,
"y": 1109
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 1283,
"y": 1058
},
{
"x": 1333,
"y": 1058
},
{
"x": 1333,
"y": 1108
},
{
"x": 1283,
"y": 1108
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 1297.8966,
"y": 1074.6395,
"z": 0.00030897756
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 1316.2007,
"y": 1073.8707,
"z": 0.59407187
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 1292.803,
"y": 1070.936,
"z": 1.0344919
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 1302.9614,
"y": 1070.9965,
"z": -3.5423317
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 1311.4012,
"y": 1070.8499,
"z": -3.2544086
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 1321.3584,
"y": 1069.9574,
"z": 1.9887832
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 1307.3877,
"y": 1073.9849,
"z": -3.376865
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 1307.987,
"y": 1084.6171,
"z": -7.381128
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 1307.8756,
"y": 1090.0969,
"z": -2.8454878
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 1307.9465,
"y": 1096.0669,
"z": -1.0162826
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 1299.7517,
"y": 1092.2556,
"z": 2.1207225
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 1315.903,
"y": 1091.8818,
"z": 2.6235368
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 1307.7438,
"y": 1093.2291,
"z": -1.2569764
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 1312.494,
"y": 1085.359,
"z": -0.47597724
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 1303.0454,
"y": 1085.8605,
"z": -0.8253328
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 1307.9347,
"y": 1087.1602,
"z": -3.1987867
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 1298.7067,
"y": 1073.7731,
"z": -1.2568983
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 1301.9772,
"y": 1075.1356,
"z": 0.231543
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1298.076,
"y": 1075.9491,
"z": -0.0038547255
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 1295.2578,
"y": 1074.8649,
"z": 1.4754423
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 1298.4581,
"y": 1074.8962,
"z": -0.44231603
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 1315.8135,
"y": 1073.2098,
"z": -0.6802447
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 1319.1595,
"y": 1074.0742,
"z": 2.2812328
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1316.3091,
"y": 1075.1509,
"z": 0.56364024
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 1312.858,
"y": 1074.4724,
"z": 0.58503354
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 1316.0165,
"y": 1074.3184,
"z": 0.13609836
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1297.8921,
"y": 1068.9507,
"z": -2.623628
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1316.4237,
"y": 1068.3486,
"z": -1.9960768
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 1287.3345,
"y": 1081.5496,
"z": 21.505623
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 1326.1384,
"y": 1080.2924,
"z": 22.807714
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 1307.2863,
"y": 1070.6637,
"z": -4.100953
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 1308.133,
"y": 1103.6488,
"z": 2.1134694
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 1289.7991,
"y": 1093.0199,
"z": 15.681067
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 1324.8303,
"y": 1091.888,
"z": 16.86145
}
}
],
"rollAngle": -1.6912866,
"panAngle": 1.9392363,
"tiltAngle": -5.4468017,
"detectionConfidence": 0.97709507,
"landmarkingConfidence": 0.70005,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 1217,
"y": 578
},
{
"x": 1276,
"y": 578
},
{
"x": 1276,
"y": 646
},
{
"x": 1217,
"y": 646
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 1222,
"y": 593
},
{
"x": 1272,
"y": 593
},
{
"x": 1272,
"y": 643
},
{
"x": 1222,
"y": 643
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 1236.6215,
"y": 610.92847,
"z": -0.00041687596
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 1253.6083,
"y": 609.66345,
"z": -1.2613794
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 1230.1783,
"y": 607.0749,
"z": 1.9481406
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 1240.2639,
"y": 606.55975,
"z": -3.9107869
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 1249.1592,
"y": 605.6716,
"z": -4.55743
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 1259.6145,
"y": 605.2003,
"z": -0.22553754
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 1244.8016,
"y": 610.10016,
"z": -4.349314
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 1245.1266,
"y": 620.3846,
"z": -9.180582
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 1245.8488,
"y": 626.93036,
"z": -4.8007255
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 1246.1655,
"y": 632.2644,
"z": -3.3566291
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 1238.7131,
"y": 629.26306,
"z": 0.72585505
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 1254.6969,
"y": 627.7566,
"z": -0.10906435
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 1245.8964,
"y": 629.2101,
"z": -3.411523
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 1250.6168,
"y": 621.05524,
"z": -2.6529815
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 1240.3018,
"y": 622.23706,
"z": -1.8291782
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 1245.531,
"y": 623.19055,
"z": -5.009073
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 1236.1022,
"y": 609.7886,
"z": -1.2163638
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 1239.6871,
"y": 611.08466,
"z": -0.15599734
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1236.4271,
"y": 612.2058,
"z": -0.09451982
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 1232.883,
"y": 611.1827,
"z": 1.8953818
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 1235.9388,
"y": 611.0048,
"z": -0.40997133
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 1253.7148,
"y": 608.6588,
"z": -2.5092554
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 1257.1804,
"y": 609.47156,
"z": 0.02508378
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1253.8765,
"y": 610.97876,
"z": -1.3852242
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 1250.5248,
"y": 610.3477,
"z": -0.93466353
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 1254.027,
"y": 609.8375,
"z": -1.7669585
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1234.9463,
"y": 604.71967,
"z": -2.2454426
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1254.074,
"y": 603.4862,
"z": -3.6517727
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 1227.2076,
"y": 619.4678,
"z": 22.95599
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 1267.2504,
"y": 616.87976,
"z": 20.033384
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 1244.4872,
"y": 606.08734,
"z": -4.91441
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 1246.9528,
"y": 640.53766,
"z": -0.568376
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 1229.3705,
"y": 630.93286,
"z": 16.033504
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 1265.5505,
"y": 628.6216,
"z": 13.371343
}
}
],
"rollAngle": -3.8161986,
"panAngle": -4.194686,
"tiltAngle": -1.9668382,
"detectionConfidence": 0.62599486,
"landmarkingConfidence": 0.78501624,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 1443,
"y": 899
},
{
"x": 1499,
"y": 899
},
{
"x": 1499,
"y": 981
},
{
"x": 1443,
"y": 981
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 1452,
"y": 922
},
{
"x": 1499,
"y": 922
},
{
"x": 1499,
"y": 973
},
{
"x": 1452,
"y": 973
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 1470.9882,
"y": 936.8465,
"z": 0.00029513708
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 1491.6804,
"y": 937.89197,
"z": 1.8303863
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 1463.5276,
"y": 933.1256,
"z": 1.2666916
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 1477.2537,
"y": 933.08417,
"z": -3.8808253
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 1486.895,
"y": 933.538,
"z": -2.9866538
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 1499.2595,
"y": 933.80237,
"z": 4.2463565
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 1482.1969,
"y": 936.8655,
"z": -3.6197867
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 1481.5992,
"y": 949.938,
"z": -9.275788
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 1480.6549,
"y": 957.4132,
"z": -3.9751096
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 1479.9503,
"y": 966.09064,
"z": -1.9397476
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 1471.2314,
"y": 959.1674,
"z": 1.3330398
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 1489.5955,
"y": 960.79224,
"z": 2.9276364
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 1480.3671,
"y": 960.8498,
"z": -2.222976
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 1487.4547,
"y": 951.7798,
"z": -0.31551543
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 1474.7539,
"y": 950.65027,
"z": -1.4676383
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 1481.1921,
"y": 953.31335,
"z": -4.2438297
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 1471.0557,
"y": 935.8951,
"z": -1.4941498
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 1475.4276,
"y": 937.6083,
"z": 0.44719553
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1470.6691,
"y": 938.3343,
"z": -0.13756564
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 1466.3043,
"y": 937.0813,
"z": 1.6074173
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 1470.5729,
"y": 937.29675,
"z": -0.5892084
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 1492.2245,
"y": 937.02405,
"z": 0.3704735
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 1496.2672,
"y": 938.85803,
"z": 4.2409987
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1491.8666,
"y": 939.41003,
"z": 1.7161436
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 1487.5585,
"y": 938.2286,
"z": 1.5482442
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 1492.3053,
"y": 938.47296,
"z": 1.3032732
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1470.6108,
"y": 929.84607,
"z": -2.9242845
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1493.5713,
"y": 931.04834,
"z": -0.900074
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 1454.5594,
"y": 945.8218,
"z": 25.44332
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 1502.672,
"y": 948.3885,
"z": 29.672195
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 1482.1832,
"y": 932.8192,
"z": -4.2600074
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 1479.48,
"y": 974.1838,
"z": 1.2738732
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 1456.8373,
"y": 959.9558,
"z": 17.591894
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 1500.3109,
"y": 962.2885,
"z": 21.414711
}
}
],
"rollAngle": 3.2504582,
"panAngle": 5.026704,
"tiltAngle": -2.4024262,
"detectionConfidence": 0.8051609,
"landmarkingConfidence": 0.8384344,
"joyLikelihood": "LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 1444,
"y": 337
},
{
"x": 1499,
"y": 337
},
{
"x": 1499,
"y": 420
},
{
"x": 1444,
"y": 420
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 1452,
"y": 359
},
{
"x": 1499,
"y": 359
},
{
"x": 1499,
"y": 410
},
{
"x": 1452,
"y": 410
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 1470.8947,
"y": 374.36813,
"z": -0.0002957799
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 1491.5297,
"y": 375.38885,
"z": 1.3223925
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 1463.588,
"y": 370.53003,
"z": 1.4853891
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 1476.9153,
"y": 370.31885,
"z": -3.940521
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 1486.7854,
"y": 370.97498,
"z": -3.2838814
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 1499.3655,
"y": 371.32944,
"z": 3.6821399
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 1482.1611,
"y": 374.3721,
"z": -3.8772128
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 1481.5529,
"y": 387.486,
"z": -9.870966
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 1480.6533,
"y": 394.89813,
"z": -4.686147
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 1479.9719,
"y": 403.7005,
"z": -2.8182428
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 1471.1385,
"y": 396.63666,
"z": 0.84442526
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 1489.6233,
"y": 398.3188,
"z": 1.9560493
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 1480.3253,
"y": 398.266,
"z": -3.0051165
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 1487.5027,
"y": 389.2913,
"z": -1.0203726
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 1474.7559,
"y": 388.18576,
"z": -1.8881549
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 1481.1846,
"y": 390.84177,
"z": -4.861155
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 1470.9448,
"y": 373.40442,
"z": -1.4747678
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 1475.446,
"y": 375.14386,
"z": 0.3335518
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1470.6454,
"y": 375.92398,
"z": -0.1693947
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 1466.154,
"y": 374.75336,
"z": 1.7370163
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 1470.4889,
"y": 374.8386,
"z": -0.59056216
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 1492.2253,
"y": 374.4898,
"z": -0.1193083
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 1496.3857,
"y": 376.46506,
"z": 3.6360137
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1491.8008,
"y": 376.97046,
"z": 1.1727109
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 1487.6334,
"y": 375.7269,
"z": 1.1411
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 1492.3368,
"y": 375.97098,
"z": 0.78474206
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1470.4437,
"y": 367.29095,
"z": -2.7583156
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1493.5316,
"y": 368.4537,
"z": -1.2872946
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 1455.0575,
"y": 384.0315,
"z": 25.686115
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 1503.4288,
"y": 386.5114,
"z": 28.767895
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 1482.0385,
"y": 370.20074,
"z": -4.434138
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 1479.6086,
"y": 411.83344,
"z": 0.22085328
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 1457.2139,
"y": 398.03857,
"z": 17.435837
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 1500.9186,
"y": 400.2769,
"z": 20.217295
}
}
],
"rollAngle": 2.9799447,
"panAngle": 3.6416018,
"tiltAngle": -1.1561286,
"detectionConfidence": 0.7703774,
"landmarkingConfidence": 0.84070086,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 969,
"y": 907
},
{
"x": 1036,
"y": 907
},
{
"x": 1036,
"y": 985
},
{
"x": 969,
"y": 985
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 977,
"y": 927
},
{
"x": 1029,
"y": 927
},
{
"x": 1029,
"y": 979
},
{
"x": 977,
"y": 979
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 993.10736,
"y": 943.05383,
"z": -0.0007317811
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 1012.66455,
"y": 943.5648,
"z": -1.086823
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 986.10486,
"y": 938.4229,
"z": 2.0681458
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 997.6696,
"y": 938.97876,
"z": -4.3867598
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 1007.6836,
"y": 939.5347,
"z": -4.901216
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 1019.4936,
"y": 939.82947,
"z": 0.13226151
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 1002.52045,
"y": 942.96454,
"z": -4.816963
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 1001.6399,
"y": 955.4215,
"z": -10.287077
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 1001.7105,
"y": 962.6568,
"z": -5.218559
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 1001.45233,
"y": 969.1573,
"z": -3.4879887
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 993.006,
"y": 965.40656,
"z": 0.95831865
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 1009.8705,
"y": 965.34265,
"z": -0.0865297
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 1001.66156,
"y": 965.1879,
"z": -3.6093097
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 1007.64325,
"y": 956.6875,
"z": -2.6953013
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 996.01196,
"y": 956.94434,
"z": -1.9749205
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 1001.6995,
"y": 958.6566,
"z": -5.4664793
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 992.50964,
"y": 942.04816,
"z": -1.3681937
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 996.8498,
"y": 944.024,
"z": -0.10904377
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 992.6702,
"y": 944.4661,
"z": -0.09003811
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 988.601,
"y": 943.2979,
"z": 2.131034
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 992.1724,
"y": 943.4203,
"z": -0.43670857
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 1012.7107,
"y": 942.82166,
"z": -2.4840536
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 1016.74915,
"y": 944.2795,
"z": 0.5335709
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1012.80023,
"y": 944.93933,
"z": -1.2030306
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 1008.8688,
"y": 944.0534,
"z": -0.766528
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 1012.91565,
"y": 944.20044,
"z": -1.6012055
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 991.7795,
"y": 936.2312,
"z": -2.5736663
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1013.70166,
"y": 937.0864,
"z": -3.7934065
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 980.75323,
"y": 951.9466,
"z": 26.08704
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 1026.6603,
"y": 953.71967,
"z": 23.58036
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 1002.537,
"y": 938.915,
"z": -5.428846
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 1001.2811,
"y": 978.33545,
"z": -0.25410914
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 982.00476,
"y": 965.31836,
"z": 18.252562
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 1023.4917,
"y": 966.91754,
"z": 15.955951
}
}
],
"rollAngle": 2.073041,
"panAngle": -3.165019,
"tiltAngle": -2.2208414,
"detectionConfidence": 0.9837328,
"landmarkingConfidence": 0.8020574,
"joyLikelihood": "VERY_UNLIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 471,
"y": 775
},
{
"x": 526,
"y": 775
},
{
"x": 526,
"y": 839
},
{
"x": 471,
"y": 839
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 475,
"y": 791
},
{
"x": 525,
"y": 791
},
{
"x": 525,
"y": 841
},
{
"x": 475,
"y": 841
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 492.15427,
"y": 807.64984,
"z": -3.70101e-06
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 508.61835,
"y": 808.0388,
"z": 1.1870714
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 486.36423,
"y": 803.3272,
"z": 0.25888565
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 496.71484,
"y": 804.8554,
"z": -3.7521822
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 504.8151,
"y": 805.0339,
"z": -3.1707494
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 514.3387,
"y": 804.25775,
"z": 2.2282088
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 500.64078,
"y": 808.4371,
"z": -2.8817344
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 500.47687,
"y": 819.21747,
"z": -5.4252524
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 500.0425,
"y": 823.9599,
"z": -0.23585214
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 499.8455,
"y": 828.3611,
"z": 2.057211
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 492.89005,
"y": 825.0365,
"z": 4.247384
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 506.43762,
"y": 825.3521,
"z": 5.196533
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 499.95206,
"y": 825.9542,
"z": 1.5473695
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 504.80634,
"y": 818.83685,
"z": 1.4804074
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 495.20322,
"y": 818.6066,
"z": 0.8421368
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 500.18805,
"y": 821.1286,
"z": -1.0332733
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 492.18265,
"y": 807.0342,
"z": -1.32379
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 495.46597,
"y": 808.4543,
"z": 0.4022046
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 491.88684,
"y": 808.81836,
"z": 0.13479555
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 488.6843,
"y": 807.58795,
"z": 1.2945615
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 491.8278,
"y": 807.9982,
"z": -0.3943807
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 508.8205,
"y": 807.4447,
"z": -0.12319182
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 511.91382,
"y": 808.08777,
"z": 2.9711406
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 508.79926,
"y": 809.23206,
"z": 1.3359401
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 505.45236,
"y": 808.4482,
"z": 1.1023682
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 508.9031,
"y": 808.4244,
"z": 0.81691706
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 491.72202,
"y": 802.4928,
"z": -3.3181262
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 509.77255,
"y": 802.94965,
"z": -2.0160544
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 479.8243,
"y": 810.8536,
"z": 21.158508
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 517.6134,
"y": 811.7803,
"z": 23.866083
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 500.80118,
"y": 804.92126,
"z": -4.118325
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 499.28766,
"y": 835.94666,
"z": 6.2505264
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 481.65314,
"y": 822.86,
"z": 17.144217
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 515.8093,
"y": 823.69916,
"z": 19.60753
}
}
],
"rollAngle": 2.3846154,
"panAngle": 4.238589,
"tiltAngle": -13.250118,
"detectionConfidence": 0.565414,
"landmarkingConfidence": 0.60706484,
"joyLikelihood": "POSSIBLE",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 1266,
"y": 644
},
{
"x": 1320,
"y": 644
},
{
"x": 1320,
"y": 706
},
{
"x": 1266,
"y": 706
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 1269,
"y": 657
},
{
"x": 1319,
"y": 657
},
{
"x": 1319,
"y": 707
},
{
"x": 1269,
"y": 707
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 1283.6865,
"y": 675.2694,
"z": 0.0002520061
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 1301.0239,
"y": 672.9576,
"z": -0.70479584
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 1278.5397,
"y": 672.0664,
"z": 1.278591
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 1287.9418,
"y": 671.27594,
"z": -3.785059
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 1295.7749,
"y": 670.287,
"z": -4.108078
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 1305.5947,
"y": 668.7623,
"z": 0.22602236
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 1292.3015,
"y": 674.21735,
"z": -3.8082905
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 1293.5779,
"y": 683.73987,
"z": -7.5202684
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 1294.2859,
"y": 689.498,
"z": -3.0951104
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 1294.9757,
"y": 694.79205,
"z": -1.3034638
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 1287.5465,
"y": 691.8136,
"z": 1.9718313
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 1301.6565,
"y": 689.3955,
"z": 1.4466295
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 1294.6086,
"y": 692.05475,
"z": -1.5912482
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 1298.351,
"y": 683.78864,
"z": -1.3095211
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 1289.3381,
"y": 684.67456,
"z": -1.0155534
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 1293.9227,
"y": 686.15375,
"z": -3.5304227
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 1284.1938,
"y": 674.2967,
"z": -1.2540777
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 1287.3484,
"y": 675.27313,
"z": -0.052176543
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1283.8599,
"y": 676.3165,
"z": -0.027323665
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 1281.1986,
"y": 675.5648,
"z": 1.5986837
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 1284.1077,
"y": 675.35406,
"z": -0.43910515
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 1300.3453,
"y": 672.2365,
"z": -1.915093
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 1303.7551,
"y": 672.686,
"z": 0.66294384
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1301.1047,
"y": 674.02905,
"z": -0.71197796
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 1297.5374,
"y": 673.8338,
"z": -0.4690889
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 1300.6775,
"y": 673.241,
"z": -1.1371046
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1282.9005,
"y": 669.8197,
"z": -2.5596914
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1300.3925,
"y": 667.5935,
"z": -3.277286
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 1275.7158,
"y": 682.1652,
"z": 21.235128
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 1312.3481,
"y": 677.5087,
"z": 19.751776
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 1291.8234,
"y": 670.64197,
"z": -4.594955
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 1296.0288,
"y": 701.6575,
"z": 1.7504774
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 1278.6626,
"y": 692.94507,
"z": 15.726994
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 1311.7397,
"y": 688.7485,
"z": 14.37145
}
}
],
"rollAngle": -7.517854,
"panAngle": -2.3393667,
"tiltAngle": -6.2323875,
"detectionConfidence": 0.9004264,
"landmarkingConfidence": 0.6501053,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 943,
"y": 19
},
{
"x": 998,
"y": 19
},
{
"x": 998,
"y": 84
},
{
"x": 943,
"y": 84
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 946,
"y": 31
},
{
"x": 996,
"y": 31
},
{
"x": 996,
"y": 81
},
{
"x": 946,
"y": 81
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 960.9945,
"y": 48.444138,
"z": -0.0004554967
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 976.62,
"y": 47.83127,
"z": -1.6900915
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 955.0193,
"y": 44.724407,
"z": 2.46228
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 964.4637,
"y": 44.02189,
"z": -3.4036558
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 972.40497,
"y": 43.846626,
"z": -4.269007
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 982.96686,
"y": 43.639362,
"z": -0.5225778
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 968.68756,
"y": 46.97174,
"z": -4.3255835
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 968.4278,
"y": 56.780846,
"z": -9.922304
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 968.95844,
"y": 63.57982,
"z": -6.4063377
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 968.99304,
"y": 68.70481,
"z": -5.5991154
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 962.58435,
"y": 66.01891,
"z": -1.288369
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 976.4366,
"y": 65.24586,
"z": -2.6545727
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 969.17065,
"y": 65.66135,
"z": -5.3456736
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 973.66974,
"y": 58.413208,
"z": -4.0404825
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 964.4003,
"y": 58.677094,
"z": -3.0522504
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 968.71173,
"y": 59.80845,
"z": -6.240302
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 960.41,
"y": 47.171772,
"z": -0.9919149
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 963.8891,
"y": 48.706448,
"z": -0.25832233
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 960.7285,
"y": 49.44745,
"z": -0.17824487
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 957.41907,
"y": 48.691063,
"z": 1.9310491
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 960.2559,
"y": 48.38197,
"z": -0.33623454
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 977.1679,
"y": 46.572083,
"z": -2.7753901
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 980.7927,
"y": 47.84986,
"z": -0.5656586
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 976.9923,
"y": 48.834415,
"z": -1.9543165
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 974.4449,
"y": 47.939087,
"z": -1.317941
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 977.46405,
"y": 47.76555,
"z": -2.179981
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 959.46906,
"y": 42.231457,
"z": -1.4226723
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 977.662,
"y": 41.58546,
"z": -3.3571146
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 952.3872,
"y": 58.413254,
"z": 21.287369
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 990.4934,
"y": 57.07045,
"z": 17.232674
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 968.4116,
"y": 43.591217,
"z": -4.4491973
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 969.6557,
"y": 76.73185,
"z": -3.7492054
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 953.77765,
"y": 68.69032,
"z": 13.517906
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 988.23334,
"y": 67.47343,
"z": 9.852014
}
}
],
"rollAngle": -1.621217,
"panAngle": -6.078336,
"tiltAngle": 4.0166397,
"detectionConfidence": 0.90806496,
"landmarkingConfidence": 0.7032975,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 1192,
"y": 1048
},
{
"x": 1247,
"y": 1048
},
{
"x": 1247,
"y": 1111
},
{
"x": 1192,
"y": 1111
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 1196,
"y": 1061
},
{
"x": 1246,
"y": 1061
},
{
"x": 1246,
"y": 1111
},
{
"x": 1196,
"y": 1111
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 1214.1807,
"y": 1076.489,
"z": 7.153628e-05
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 1231.3678,
"y": 1076.7664,
"z": 3.3062885
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 1209.1918,
"y": 1072.6881,
"z": 0.56791127
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 1219.688,
"y": 1072.7379,
"z": -2.1964242
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 1227.519,
"y": 1072.6039,
"z": -0.6709922
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 1236.1847,
"y": 1072.7268,
"z": 5.8527837
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 1223.569,
"y": 1075.9694,
"z": -1.706548
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 1224.748,
"y": 1085.6415,
"z": -6.5775414
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 1223.6617,
"y": 1091.2721,
"z": -2.8328798
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 1223.7168,
"y": 1097.5626,
"z": -1.6862595
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 1216.7113,
"y": 1093.494,
"z": 0.26302564
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 1229.438,
"y": 1093.6487,
"z": 2.8047624
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 1223.6145,
"y": 1094.0735,
"z": -1.6482776
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 1227.8472,
"y": 1086.8634,
"z": 0.54840493
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 1219.1056,
"y": 1086.9177,
"z": -1.2208809
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 1223.879,
"y": 1088.2184,
"z": -2.8563643
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 1215.1022,
"y": 1075.4104,
"z": -0.9851457
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 1217.8135,
"y": 1076.6458,
"z": 0.78233206
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1214.7634,
"y": 1077.6027,
"z": -0.054523807
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 1211.3822,
"y": 1076.6149,
"z": 0.9505825
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 1214.7207,
"y": 1076.5372,
"z": -0.34943256
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 1231.2797,
"y": 1075.444,
"z": 2.1800337
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 1233.983,
"y": 1076.6571,
"z": 5.3764625
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1231.1927,
"y": 1077.7046,
"z": 3.1198413
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 1227.9355,
"y": 1076.7109,
"z": 2.7050936
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 1231.3188,
"y": 1076.5764,
"z": 2.878348
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1214.5939,
"y": 1070.6073,
"z": -1.8810605
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1232.1262,
"y": 1070.6365,
"z": 1.5563412
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 1200.7284,
"y": 1084.8364,
"z": 17.94941
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 1237.4316,
"y": 1084.8967,
"z": 25.139158
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 1223.7236,
"y": 1072.3752,
"z": -2.0456958
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 1223.2135,
"y": 1104.6997,
"z": 0.5046993
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 1203.7842,
"y": 1095.3439,
"z": 11.602925
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 1236.9606,
"y": 1095.3999,
"z": 18.101276
}
}
],
"rollAngle": -0.02566485,
"panAngle": 11.086336,
"tiltAngle": 0.6390696,
"detectionConfidence": 0.68084973,
"landmarkingConfidence": 0.6578761,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 1278,
"y": 480
},
{
"x": 1335,
"y": 480
},
{
"x": 1335,
"y": 546
},
{
"x": 1278,
"y": 546
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 1283,
"y": 495
},
{
"x": 1333,
"y": 495
},
{
"x": 1333,
"y": 545
},
{
"x": 1283,
"y": 545
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 1298.0944,
"y": 512.1485,
"z": 0.0002198883
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 1316.172,
"y": 511.32126,
"z": 0.2782595
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 1292.9252,
"y": 508.4017,
"z": 1.1104811
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 1302.8455,
"y": 508.4931,
"z": -3.6115978
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 1311.4081,
"y": 508.4627,
"z": -3.454851
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 1321.354,
"y": 507.45364,
"z": 1.5762123
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 1307.3783,
"y": 511.45676,
"z": -3.522787
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 1307.6995,
"y": 521.98584,
"z": -7.502616
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 1307.931,
"y": 527.38654,
"z": -3.0015519
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 1307.9171,
"y": 533.5092,
"z": -1.1576208
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 1299.9193,
"y": 529.6862,
"z": 2.063551
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 1315.9718,
"y": 529.3482,
"z": 2.3381557
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 1307.8988,
"y": 530.5656,
"z": -1.4112054
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 1312.4926,
"y": 522.96484,
"z": -0.7060729
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 1303.0752,
"y": 523.2004,
"z": -0.90113205
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 1307.9141,
"y": 524.6254,
"z": -3.3392375
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 1298.7601,
"y": 511.26028,
"z": -1.2626356
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 1302.0491,
"y": 512.478,
"z": 0.1541832
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1298.2401,
"y": 513.4229,
"z": -0.015778882
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 1295.3735,
"y": 512.3521,
"z": 1.5167762
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 1298.5256,
"y": 512.37524,
"z": -0.4459947
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 1315.788,
"y": 510.69495,
"z": -0.981292
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 1319.2133,
"y": 511.57428,
"z": 1.9197806
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1316.1644,
"y": 512.7164,
"z": 0.25269675
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 1312.8259,
"y": 511.9316,
"z": 0.32932225
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 1316.0038,
"y": 511.80093,
"z": -0.1723657
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1297.917,
"y": 506.46332,
"z": -2.6136508
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1316.3729,
"y": 505.86273,
"z": -2.3072608
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 1287.8234,
"y": 518.9849,
"z": 21.590683
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 1326.4628,
"y": 517.7226,
"z": 22.211617
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 1307.2428,
"y": 508.16962,
"z": -4.2430167
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 1308.1885,
"y": 540.9912,
"z": 1.9502165
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 1290.1821,
"y": 530.4112,
"z": 15.756295
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 1325.0646,
"y": 529.2757,
"z": 16.332388
}
}
],
"rollAngle": -1.8044299,
"panAngle": 0.9504697,
"tiltAngle": -5.4548893,
"detectionConfidence": 0.969632,
"landmarkingConfidence": 0.69402415,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 244,
"y": 1048
},
{
"x": 298,
"y": 1048
},
{
"x": 298,
"y": 1111
},
{
"x": 244,
"y": 1111
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 247,
"y": 1061
},
{
"x": 297,
"y": 1061
},
{
"x": 297,
"y": 1111
},
{
"x": 247,
"y": 1111
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 265.39987,
"y": 1076.4873,
"z": -0.00018767307
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 282.31735,
"y": 1076.8687,
"z": 3.3430452
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 260.47327,
"y": 1072.7838,
"z": 0.53236216
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 270.8616,
"y": 1073.0212,
"z": -2.1473327
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 278.64267,
"y": 1072.7584,
"z": -0.6079895
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 287.19614,
"y": 1072.9026,
"z": 5.9039125
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 274.62827,
"y": 1075.9116,
"z": -1.6585884
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 275.74503,
"y": 1085.6534,
"z": -6.456789
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 274.9248,
"y": 1091.2123,
"z": -2.7650938
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 274.7283,
"y": 1097.4391,
"z": -1.6161835
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 268.00128,
"y": 1093.5172,
"z": 0.25020856
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 280.61267,
"y": 1093.4745,
"z": 2.9221134
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 274.767,
"y": 1094.2322,
"z": -1.5754845
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 279.244,
"y": 1086.8994,
"z": 0.70381564
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 270.21838,
"y": 1086.8289,
"z": -1.1770221
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 275.0171,
"y": 1088.225,
"z": -2.7832072
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 266.327,
"y": 1075.5062,
"z": -0.97752863
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 269.04028,
"y": 1076.8036,
"z": 0.7908753
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 265.88895,
"y": 1077.6342,
"z": -0.055479206
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 262.62173,
"y": 1076.691,
"z": 0.92441726
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 265.9489,
"y": 1076.6254,
"z": -0.3541543
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 282.34283,
"y": 1075.5836,
"z": 2.2401109
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 285.00458,
"y": 1076.7935,
"z": 5.4231987
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 282.20535,
"y": 1077.8539,
"z": 3.1689825
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 278.94577,
"y": 1076.8643,
"z": 2.7344513
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 282.38113,
"y": 1076.7101,
"z": 2.9278338
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 265.84894,
"y": 1070.7542,
"z": -1.8747952
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 283.2055,
"y": 1070.8259,
"z": 1.6232063
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 251.95952,
"y": 1084.7885,
"z": 17.731066
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 288.3034,
"y": 1084.9474,
"z": 25.029121
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 274.88684,
"y": 1072.5297,
"z": -1.9883147
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 274.26352,
"y": 1104.538,
"z": 0.55595267
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 254.99158,
"y": 1095.212,
"z": 11.459895
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 287.84033,
"y": 1095.3645,
"z": 18.066
}
}
],
"rollAngle": 0.1357362,
"panAngle": 11.374893,
"tiltAngle": 0.59800166,
"detectionConfidence": 0.65675676,
"landmarkingConfidence": 0.6469707,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 1264,
"y": 82
},
{
"x": 1319,
"y": 82
},
{
"x": 1319,
"y": 146
},
{
"x": 1264,
"y": 146
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 1267,
"y": 95
},
{
"x": 1317,
"y": 95
},
{
"x": 1317,
"y": 146
},
{
"x": 1267,
"y": 146
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 1285.0238,
"y": 112.43037,
"z": -0.0001660914
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 1301.6058,
"y": 113.33028,
"z": 1.2653791
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 1279.566,
"y": 108.68863,
"z": 0.7038046
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 1289.97,
"y": 109.81185,
"z": -3.291502
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 1297.724,
"y": 109.86855,
"z": -2.703456
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 1307.1445,
"y": 109.9522,
"z": 2.7753851
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 1293.5239,
"y": 112.86572,
"z": -2.9317837
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 1293.2859,
"y": 122.90464,
"z": -6.778078
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 1292.8673,
"y": 129.83586,
"z": -2.1851857
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 1292.6368,
"y": 134.33792,
"z": -0.49267066
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 1285.361,
"y": 130.23312,
"z": 2.083792
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 1300.3849,
"y": 130.78703,
"z": 3.3197792
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 1292.805,
"y": 131.40738,
"z": -0.76455146
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 1297.8414,
"y": 124.34584,
"z": 0.20211011
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 1287.9362,
"y": 123.89929,
"z": -0.5029234
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 1292.6489,
"y": 125.59065,
"z": -2.6826062
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 1285.1038,
"y": 111.87052,
"z": -1.2171521
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 1288.2975,
"y": 113.1009,
"z": 0.34723437
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1284.7665,
"y": 113.763336,
"z": -0.017928945
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 1281.5128,
"y": 112.65171,
"z": 1.3064617
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 1284.7233,
"y": 112.93606,
"z": -0.41954905
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 1301.8047,
"y": 112.57508,
"z": 0.046079274
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 1304.837,
"y": 113.6619,
"z": 3.0608246
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1301.6534,
"y": 114.532196,
"z": 1.2450445
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 1298.3323,
"y": 113.60086,
"z": 1.1112771
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 1301.8776,
"y": 113.668304,
"z": 0.8490915
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1284.7072,
"y": 107.14156,
"z": -2.6131372
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1302.8118,
"y": 107.90059,
"z": -1.238751
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 1272.476,
"y": 118.489,
"z": 20.631987
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 1310.4167,
"y": 120.078094,
"z": 23.471102
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 1293.7998,
"y": 109.51018,
"z": -3.6637104
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 1291.9739,
"y": 141.76791,
"z": 2.6435487
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 1274.2606,
"y": 129.95451,
"z": 15.075448
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 1308.5525,
"y": 131.40631,
"z": 17.664774
}
}
],
"rollAngle": 2.8373435,
"panAngle": 4.339246,
"tiltAngle": -5.822698,
"detectionConfidence": 0.93323433,
"landmarkingConfidence": 0.7886791,
"joyLikelihood": "POSSIBLE",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 200,
"y": 1047
},
{
"x": 255,
"y": 1047
},
{
"x": 255,
"y": 1111
},
{
"x": 200,
"y": 1111
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 203,
"y": 1058
},
{
"x": 253,
"y": 1058
},
{
"x": 253,
"y": 1108
},
{
"x": 203,
"y": 1108
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 221.55577,
"y": 1075.0006,
"z": -0.00019354178
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 237.80666,
"y": 1075.8063,
"z": 1.0116392
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 215.73894,
"y": 1071.5754,
"z": 1.4253863
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 226.09912,
"y": 1071.4092,
"z": -2.8259258
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 234.13528,
"y": 1071.6979,
"z": -2.3285508
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 243.95197,
"y": 1072.9863,
"z": 3.2210538
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 229.86302,
"y": 1075.3121,
"z": -2.9947548
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 229.81522,
"y": 1084.2621,
"z": -8.330978
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 229.25763,
"y": 1091.1073,
"z": -4.7581906
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 229.0233,
"y": 1096.3469,
"z": -3.833597
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 221.64333,
"y": 1092.715,
"z": -0.6078317
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 236.10995,
"y": 1093.34,
"z": 0.20972303
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 229.12173,
"y": 1093.3922,
"z": -3.6588547
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 235.09418,
"y": 1086.1971,
"z": -1.4403212
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 223.8471,
"y": 1085.6929,
"z": -2.106629
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 229.52397,
"y": 1087.1208,
"z": -4.660806
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 221.5513,
"y": 1074.0942,
"z": -1.1004659
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 224.4134,
"y": 1075.6007,
"z": 0.2293856
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 221.19722,
"y": 1076.176,
"z": -0.23251347
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 217.846,
"y": 1075.333,
"z": 1.3156012
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 221.20164,
"y": 1075.2504,
"z": -0.51349646
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 238.12178,
"y": 1074.8948,
"z": -0.07052547
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 241.21011,
"y": 1076.3728,
"z": 2.724478
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 238.14627,
"y": 1076.9867,
"z": 0.80159676
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 235.05658,
"y": 1075.8419,
"z": 0.87145257
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 238.20793,
"y": 1076.0692,
"z": 0.5275789
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 221.12735,
"y": 1069.244,
"z": -1.7665114
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 239.1035,
"y": 1070.1124,
"z": -0.6451325
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 209.1747,
"y": 1083.8868,
"z": 19.412882
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 246.86021,
"y": 1085.7241,
"z": 21.740074
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 230.1518,
"y": 1071.3619,
"z": -3.200841
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 228.50478,
"y": 1103.9026,
"z": -1.9337615
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 210.96567,
"y": 1094.2822,
"z": 12.244554
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 244.99168,
"y": 1095.9342,
"z": 14.357562
}
}
],
"rollAngle": 2.5790806,
"panAngle": 3.5573876,
"tiltAngle": 2.926068,
"detectionConfidence": 0.9822315,
"landmarkingConfidence": 0.7582438,
"joyLikelihood": "VERY_UNLIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 1408,
"y": 419
},
{
"x": 1463,
"y": 419
},
{
"x": 1463,
"y": 483
},
{
"x": 1408,
"y": 483
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 1411,
"y": 433
},
{
"x": 1461,
"y": 433
},
{
"x": 1461,
"y": 483
},
{
"x": 1411,
"y": 483
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 1425.7332,
"y": 451.22092,
"z": -0.0006476549
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 1443.11,
"y": 448.89703,
"z": -0.5233946
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 1420.1405,
"y": 448.26852,
"z": 1.3483479
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 1429.8138,
"y": 447.1052,
"z": -3.7625773
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 1437.8005,
"y": 445.98535,
"z": -4.0143223
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 1447.68,
"y": 444.27966,
"z": 0.4740157
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 1434.342,
"y": 450.13864,
"z": -3.7842653
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 1435.722,
"y": 459.59497,
"z": -7.737021
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 1436.3442,
"y": 465.6571,
"z": -3.2882054
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 1437.2037,
"y": 471.28394,
"z": -1.504506
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 1429.4052,
"y": 467.61926,
"z": 1.839385
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 1443.6293,
"y": 465.5827,
"z": 1.3360895
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 1436.7502,
"y": 468.1593,
"z": -1.794358
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 1440.4049,
"y": 459.81494,
"z": -1.3694608
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 1431.269,
"y": 460.86798,
"z": -1.1236511
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 1436.0375,
"y": 462.1149,
"z": -3.6935425
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 1425.9642,
"y": 450.2231,
"z": -1.2521092
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 1429.2073,
"y": 451.1748,
"z": -0.014293199
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1425.8351,
"y": 452.22195,
"z": -0.04405366
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 1422.8932,
"y": 451.5874,
"z": 1.6132798
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 1425.872,
"y": 451.31265,
"z": -0.43478686
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 1442.4772,
"y": 447.96942,
"z": -1.7615919
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 1445.96,
"y": 448.4463,
"z": 0.8973159
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1443.1339,
"y": 449.9109,
"z": -0.5595714
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 1439.7391,
"y": 449.7677,
"z": -0.32457307
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 1442.8147,
"y": 449.00763,
"z": -0.9756768
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1424.597,
"y": 445.63773,
"z": -2.5277674
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1442.4852,
"y": 443.1904,
"z": -3.0836744
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 1417.1552,
"y": 458.68753,
"z": 21.557852
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 1454.615,
"y": 453.57465,
"z": 20.418547
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 1433.7574,
"y": 446.3637,
"z": -4.5504775
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 1438.4304,
"y": 478.63562,
"z": 1.5320388
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 1420.3195,
"y": 469.64246,
"z": 15.779162
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 1454.1508,
"y": 465.02817,
"z": 14.734418
}
}
],
"rollAngle": -7.953858,
"panAngle": -1.7588668,
"tiltAngle": -5.423032,
"detectionConfidence": 0.9351895,
"landmarkingConfidence": 0.64393485,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 402,
"y": 278
},
{
"x": 465,
"y": 278
},
{
"x": 465,
"y": 351
},
{
"x": 402,
"y": 351
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 409,
"y": 296
},
{
"x": 459,
"y": 296
},
{
"x": 459,
"y": 346
},
{
"x": 409,
"y": 346
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 426.9397,
"y": 312.32068,
"z": 0.0002585663
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 444.1048,
"y": 313.10693,
"z": 1.7585344
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 420.5973,
"y": 308.568,
"z": 0.5194238
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 431.79315,
"y": 308.52597,
"z": -3.6576393
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 441.01166,
"y": 308.8716,
"z": -2.7264438
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 451.95145,
"y": 308.6639,
"z": 3.8879812
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 436.32806,
"y": 312.6415,
"z": -3.110673
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 436.49707,
"y": 324.1733,
"z": -7.74402
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 435.9466,
"y": 331.7457,
"z": -2.5702496
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 435.73508,
"y": 336.82584,
"z": -0.7443927
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 427.47452,
"y": 332.66003,
"z": 2.0820541
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 442.5793,
"y": 333.49835,
"z": 3.3905468
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 435.8891,
"y": 334.03296,
"z": -0.9241142
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 441.00766,
"y": 325.7534,
"z": 0.26369426
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 430.38214,
"y": 325.38348,
"z": -0.73208433
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 436.14886,
"y": 327.302,
"z": -3.051353
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 426.53372,
"y": 311.59116,
"z": -1.3757914
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 430.58597,
"y": 313.0695,
"z": 0.47211343
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 426.60605,
"y": 313.6955,
"z": -0.0536042
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 423.0327,
"y": 312.59235,
"z": 1.2564844
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 426.11316,
"y": 312.84348,
"z": -0.46093932
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 445.70328,
"y": 311.99466,
"z": 0.5191934
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 449.16147,
"y": 313.18848,
"z": 4.0274534
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 444.8002,
"y": 314.34033,
"z": 1.8090141
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 441.31873,
"y": 313.414,
"z": 1.58918
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 445.81183,
"y": 313.27155,
"z": 1.4736322
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 425.9935,
"y": 306.11993,
"z": -2.9098432
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 446.81705,
"y": 306.54068,
"z": -0.8437393
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 411.65607,
"y": 319.89328,
"z": 23.177809
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 455.19598,
"y": 320.7767,
"z": 27.544949
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 436.54553,
"y": 308.585,
"z": -3.9020958
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 435.11972,
"y": 345.925,
"z": 2.8629587
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 414.06918,
"y": 333.01215,
"z": 16.696743
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 453.5155,
"y": 333.84296,
"z": 20.600843
}
}
],
"rollAngle": 1.6765877,
"panAngle": 5.679576,
"tiltAngle": -4.981638,
"detectionConfidence": 0.7186364,
"landmarkingConfidence": 0.7350909,
"joyLikelihood": "UNLIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 1420,
"y": 775
},
{
"x": 1475,
"y": 775
},
{
"x": 1475,
"y": 839
},
{
"x": 1420,
"y": 839
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 1426,
"y": 791
},
{
"x": 1476,
"y": 791
},
{
"x": 1476,
"y": 841
},
{
"x": 1426,
"y": 841
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 1441.0245,
"y": 807.57117,
"z": 0.00030430048
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 1457.6155,
"y": 807.9327,
"z": 1.0931934
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 1435.2458,
"y": 803.53235,
"z": 0.37181893
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 1445.5583,
"y": 804.74976,
"z": -3.7517128
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 1453.6814,
"y": 805.00714,
"z": -3.2024279
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 1463.24,
"y": 804.2712,
"z": 2.15548
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 1449.51,
"y": 808.37933,
"z": -2.937052
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 1449.2781,
"y": 819.0753,
"z": -5.594865
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 1448.9963,
"y": 824.01697,
"z": -0.4464766
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 1448.7123,
"y": 828.5925,
"z": 1.840406
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 1441.32,
"y": 825.0818,
"z": 4.155388
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 1455.3044,
"y": 825.32837,
"z": 4.9257107
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 1448.8134,
"y": 825.93634,
"z": 1.3030092
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 1453.9886,
"y": 818.89386,
"z": 1.3702829
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 1444.203,
"y": 818.57874,
"z": 0.6920571
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 1449.0735,
"y": 821.28925,
"z": -1.1990695
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 1441.0457,
"y": 806.9963,
"z": -1.3119035
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 1444.3533,
"y": 808.33453,
"z": 0.37660626
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1440.6802,
"y": 808.6438,
"z": 0.11195945
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 1437.6113,
"y": 807.5406,
"z": 1.3089372
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 1440.6978,
"y": 807.96967,
"z": -0.39799717
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 1457.7053,
"y": 807.4207,
"z": -0.20697583
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 1460.8234,
"y": 808.09644,
"z": 2.867758
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1457.7216,
"y": 809.2433,
"z": 1.2375251
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 1454.337,
"y": 808.47534,
"z": 1.0319616
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 1457.7959,
"y": 808.4152,
"z": 0.7209236
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1440.5707,
"y": 802.45233,
"z": -3.255357
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1458.6428,
"y": 802.9175,
"z": -2.0584571
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 1428.8013,
"y": 811.08105,
"z": 21.22056
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 1466.634,
"y": 812.03424,
"z": 23.716719
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 1449.6554,
"y": 804.86566,
"z": -4.1342835
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 1448.2123,
"y": 836.03064,
"z": 5.9048557
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 1430.6124,
"y": 823.05206,
"z": 17.06183
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 1464.8052,
"y": 823.905,
"z": 19.327974
}
}
],
"rollAngle": 2.2945552,
"panAngle": 3.8862085,
"tiltAngle": -12.630719,
"detectionConfidence": 0.57104456,
"landmarkingConfidence": 0.6001238,
"joyLikelihood": "LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 317,
"y": 643
},
{
"x": 371,
"y": 643
},
{
"x": 371,
"y": 706
},
{
"x": 317,
"y": 706
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 320,
"y": 657
},
{
"x": 370,
"y": 657
},
{
"x": 370,
"y": 707
},
{
"x": 320,
"y": 707
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 334.75452,
"y": 675.2706,
"z": -0.00037114578
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 352.12772,
"y": 672.89215,
"z": -0.33195007
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 329.57108,
"y": 672.1609,
"z": 1.0705309
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 339.03406,
"y": 671.3488,
"z": -3.7621946
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 346.85355,
"y": 670.3575,
"z": -3.9085171
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 356.44763,
"y": 668.4898,
"z": 0.567525
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 343.41162,
"y": 674.1735,
"z": -3.6305573
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 344.78168,
"y": 683.74365,
"z": -7.1036434
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 345.48444,
"y": 689.3754,
"z": -2.5621316
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 346.17795,
"y": 694.9073,
"z": -0.6002827
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 338.57767,
"y": 691.6552,
"z": 2.4345279
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 352.61694,
"y": 689.49585,
"z": 2.131761
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 345.87097,
"y": 692.0383,
"z": -0.9803318
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 349.4711,
"y": 683.7418,
"z": -0.7789033
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 340.4064,
"y": 684.7923,
"z": -0.6628784
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 345.0976,
"y": 686.0911,
"z": -3.0675418
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 335.24655,
"y": 674.3497,
"z": -1.2608382
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 338.41345,
"y": 675.29095,
"z": 0.037169833
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 334.90283,
"y": 676.3192,
"z": 0.008875202
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 332.19348,
"y": 675.583,
"z": 1.5430795
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 335.14603,
"y": 675.391,
"z": -0.42461106
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 351.39902,
"y": 672.1818,
"z": -1.57235
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 354.76776,
"y": 672.5606,
"z": 1.1028973
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 352.17758,
"y": 673.95715,
"z": -0.3165133
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 348.58527,
"y": 673.84283,
"z": -0.16207634
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 351.71838,
"y": 673.1711,
"z": -0.7625996
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 333.94797,
"y": 669.9076,
"z": -2.6844397
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 351.4365,
"y": 667.5617,
"z": -3.0237448
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 326.26382,
"y": 681.81116,
"z": 21.177202
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 362.89474,
"y": 676.9026,
"z": 20.483023
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 342.92535,
"y": 670.70355,
"z": -4.487182
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 347.19846,
"y": 701.5614,
"z": 2.6015534
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 329.4285,
"y": 692.6959,
"z": 15.960915
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 362.50403,
"y": 688.2701,
"z": 15.323085
}
}
],
"rollAngle": -7.7935433,
"panAngle": -1.103961,
"tiltAngle": -7.5817323,
"detectionConfidence": 0.91902685,
"landmarkingConfidence": 0.623285,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 239,
"y": 415
},
{
"x": 308,
"y": 415
},
{
"x": 308,
"y": 496
},
{
"x": 239,
"y": 496
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 248,
"y": 431
},
{
"x": 302,
"y": 431
},
{
"x": 302,
"y": 485
},
{
"x": 248,
"y": 485
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 266.16043,
"y": 448.5465,
"z": -0.00025333586
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 286.49893,
"y": 449.4396,
"z": 2.5511155
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 258.50177,
"y": 444.72488,
"z": 1.7832308
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 271.85504,
"y": 443.57693,
"z": -2.5863328
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 281.7535,
"y": 444.2306,
"z": -1.3268359
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 293.38214,
"y": 445.2174,
"z": 6.127139
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 277.14792,
"y": 447.5055,
"z": -2.9414423
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 277.4181,
"y": 458.5357,
"z": -10.842496
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 277.08572,
"y": 467.9159,
"z": -7.355963
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 276.61044,
"y": 474.09695,
"z": -6.956471
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 267.6874,
"y": 471.1425,
"z": -3.2807157
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 284.44806,
"y": 471.33264,
"z": -1.2272986
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 276.75333,
"y": 470.46738,
"z": -6.3150916
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 282.38046,
"y": 462.10364,
"z": -2.507494
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 271.0518,
"y": 461.9096,
"z": -4.0225773
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 277.00488,
"y": 462.91605,
"z": -6.7040606
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 266.14124,
"y": 447.33615,
"z": -1.2081991
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 270.02213,
"y": 449.0744,
"z": 0.5288459
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 265.7857,
"y": 450.24133,
"z": -0.45413768
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 261.48282,
"y": 449.06866,
"z": 1.3164964
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 265.69107,
"y": 448.88318,
"z": -0.606485
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 286.8484,
"y": 447.90076,
"z": 1.4178317
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 290.53174,
"y": 450.02206,
"z": 4.9552817
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 286.77164,
"y": 450.79614,
"z": 2.1765535
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 282.57443,
"y": 449.49142,
"z": 2.103219
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 286.94528,
"y": 449.46722,
"z": 2.064917
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 265.43048,
"y": 441.2064,
"z": -1.3830107
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 287.89288,
"y": 441.8138,
"z": 1.4640368
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 249.40543,
"y": 462.8571,
"z": 21.85768
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 296.44553,
"y": 464.14087,
"z": 27.826494
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 276.97153,
"y": 443.33276,
"z": -2.6842399
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 276.22528,
"y": 484.2021,
"z": -5.5927224
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 252.68005,
"y": 474.77515,
"z": 11.659912
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 295.18774,
"y": 475.92416,
"z": 17.057652
}
}
],
"rollAngle": 0.3431968,
"panAngle": 7.3334584,
"tiltAngle": 9.297245,
"detectionConfidence": 0.9680433,
"landmarkingConfidence": 0.75021166,
"joyLikelihood": "VERY_UNLIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 1220,
"y": 15
},
{
"x": 1278,
"y": 15
},
{
"x": 1278,
"y": 83
},
{
"x": 1220,
"y": 83
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 1221,
"y": 31
},
{
"x": 1271,
"y": 31
},
{
"x": 1271,
"y": 81
},
{
"x": 1221,
"y": 81
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 1236.6617,
"y": 48.459538,
"z": 0.0003487471
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 1253.5483,
"y": 47.117508,
"z": -3.4378254
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 1230.7834,
"y": 44.688885,
"z": 2.4584317
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 1240.036,
"y": 44.45076,
"z": -4.563602
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 1248.3259,
"y": 43.824753,
"z": -6.2560644
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 1259.3674,
"y": 42.62107,
"z": -3.3806214
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 1244.4965,
"y": 47.86695,
"z": -5.360243
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 1245.0046,
"y": 57.888924,
"z": -9.497077
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 1245.9856,
"y": 64.20936,
"z": -5.040636
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 1246.4409,
"y": 69.662735,
"z": -3.365832
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 1239.0145,
"y": 66.84409,
"z": 1.4491106
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 1254.6289,
"y": 65.180145,
"z": -1.4080694
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 1246.2236,
"y": 66.71319,
"z": -3.5594378
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 1250.9825,
"y": 58.717213,
"z": -3.7508388
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 1240.429,
"y": 59.6254,
"z": -1.6893035
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 1245.5925,
"y": 60.65657,
"z": -5.4020133
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 1236.3333,
"y": 47.52742,
"z": -1.2514997
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 1239.908,
"y": 48.615826,
"z": -0.58967376
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1236.5284,
"y": 49.80298,
"z": -0.03520252
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 1233.4742,
"y": 48.69786,
"z": 2.2957838
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 1236.2877,
"y": 48.677124,
"z": -0.3889873
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 1253.4072,
"y": 46.246952,
"z": -4.718604
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 1257.2429,
"y": 46.985153,
"z": -2.6120098
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1253.8698,
"y": 48.539673,
"z": -3.5169797
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 1250.473,
"y": 47.82173,
"z": -2.6921923
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 1253.8121,
"y": 47.36931,
"z": -3.974556
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1234.9812,
"y": 42.61773,
"z": -2.380037
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1253.4999,
"y": 41.22555,
"z": -6.154351
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 1230.6859,
"y": 55.79988,
"z": 24.05508
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 1269.9745,
"y": 52.88489,
"z": 16.398636
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 1244.0316,
"y": 43.990868,
"z": -6.079151
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 1247.6644,
"y": 77.59473,
"z": -0.3138115
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 1232.2319,
"y": 67.434586,
"z": 17.645538
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 1267.3384,
"y": 64.82335,
"z": 10.51544
}
}
],
"rollAngle": -5.23854,
"panAngle": -11.473122,
"tiltAngle": -4.605421,
"detectionConfidence": 0.6148671,
"landmarkingConfidence": 0.785281,
"joyLikelihood": "LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 198,
"y": 416
},
{
"x": 257,
"y": 416
},
{
"x": 257,
"y": 484
},
{
"x": 198,
"y": 484
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 203,
"y": 432
},
{
"x": 253,
"y": 432
},
{
"x": 253,
"y": 483
},
{
"x": 203,
"y": 483
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 220.6202,
"y": 448.87903,
"z": -0.00056678
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 239.842,
"y": 449.06274,
"z": 2.589745
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 215.06944,
"y": 445.01532,
"z": 0.5719241
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 226.66806,
"y": 445.48206,
"z": -3.2314968
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 235.46187,
"y": 445.55728,
"z": -2.0508616
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 244.89574,
"y": 445.20697,
"z": 4.4484315
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 230.88428,
"y": 449.06226,
"z": -2.4492137
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 231.25888,
"y": 460.03107,
"z": -6.1633234
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 230.44666,
"y": 465.72556,
"z": -1.2936335
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 230.14903,
"y": 471.55902,
"z": 0.7714837
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 221.87387,
"y": 466.8888,
"z": 2.9739125
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 237.9258,
"y": 467.03848,
"z": 5.049983
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 230.1682,
"y": 468.5982,
"z": 0.39699474
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 235.88611,
"y": 460.31836,
"z": 1.5669665
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 225.01894,
"y": 459.76138,
"z": 0.06362553
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 230.6198,
"y": 462.18222,
"z": -1.831131
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 221.78452,
"y": 448.10452,
"z": -1.2587385
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 225.18486,
"y": 449.70557,
"z": 0.68350345
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 220.66554,
"y": 450.44504,
"z": 0.102499984
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 217.66435,
"y": 448.9273,
"z": 1.249203
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 221.38419,
"y": 449.21832,
"z": -0.43488768
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 239.23361,
"y": 448.3119,
"z": 1.1529375
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 242.30305,
"y": 449.23795,
"z": 4.5863776
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 239.40288,
"y": 450.36896,
"z": 2.5118697
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 235.81659,
"y": 449.64636,
"z": 2.1400218
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 239.28064,
"y": 449.43243,
"z": 2.0146747
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 221.34044,
"y": 443.16052,
"z": -2.9223623
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 240.25056,
"y": 443.39294,
"z": -0.31028718
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 207.35751,
"y": 454.71484,
"z": 21.066538
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 246.9503,
"y": 455.14728,
"z": 26.532522
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 231.01758,
"y": 445.41745,
"z": -3.3586888
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 229.56813,
"y": 479.01785,
"z": 4.172337
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 209.8947,
"y": 466.7797,
"z": 15.7864275
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 245.63866,
"y": 467.17267,
"z": 20.71733
}
}
],
"rollAngle": 1.7236443,
"panAngle": 7.931239,
"tiltAngle": -7.5008326,
"detectionConfidence": 0.8709867,
"landmarkingConfidence": 0.6060187,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 29,
"y": 281
},
{
"x": 84,
"y": 281
},
{
"x": 84,
"y": 345
},
{
"x": 29,
"y": 345
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 32,
"y": 297
},
{
"x": 82,
"y": 297
},
{
"x": 82,
"y": 347
},
{
"x": 32,
"y": 347
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 46.37804,
"y": 313.95618,
"z": 0.00047584614
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 62.40851,
"y": 312.41635,
"z": -1.6414572
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 40.121185,
"y": 310.82275,
"z": 1.6201917
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 50.0055,
"y": 310.484,
"z": -4.229322
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 57.30491,
"y": 309.94153,
"z": -5.0275345
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 68.0152,
"y": 308.12177,
"z": -1.2358212
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 54.180943,
"y": 313.4593,
"z": -4.3377295
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 55.06458,
"y": 323.75873,
"z": -7.616155
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 55.955025,
"y": 329.28702,
"z": -2.8237267
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 56.59269,
"y": 334.18332,
"z": -0.81693345
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 49.538086,
"y": 331.47324,
"z": 2.7329888
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 63.722706,
"y": 329.4317,
"z": 1.4396598
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 56.194973,
"y": 331.31802,
"z": -1.2336969
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 60.03216,
"y": 323.8699,
"z": -1.546718
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 50.673573,
"y": 324.86276,
"z": -0.5293643
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 55.472256,
"y": 326.10236,
"z": -3.4214272
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 45.96325,
"y": 313.40714,
"z": -1.2309719
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 49.008137,
"y": 314.19272,
"z": -0.16814499
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 46.192825,
"y": 315.21927,
"z": 0.06590577
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 42.771435,
"y": 314.53732,
"z": 1.9778348
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 45.883762,
"y": 314.45404,
"z": -0.3505481
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 62.44548,
"y": 311.698,
"z": -2.9240034
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 66.38155,
"y": 312.04324,
"z": -0.40566155
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 62.801483,
"y": 313.6102,
"z": -1.6224756
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 59.845684,
"y": 313.23404,
"z": -1.2067515
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 62.800747,
"y": 312.70676,
"z": -2.1168766
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 44.63205,
"y": 308.8982,
"z": -2.7523289
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 62.49604,
"y": 307.05057,
"z": -4.5912623
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 38.407898,
"y": 320.07388,
"z": 22.626774
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 75.868454,
"y": 316.17828,
"z": 18.802465
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 53.61903,
"y": 310.0504,
"z": -5.2803664
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 57.685863,
"y": 341.47775,
"z": 2.6822028
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 40.89635,
"y": 331.4591,
"z": 17.454845
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 74.73828,
"y": 327.94855,
"z": 13.981979
}
}
],
"rollAngle": -6.8578205,
"panAngle": -5.8967266,
"tiltAngle": -8.940743,
"detectionConfidence": 0.6963957,
"landmarkingConfidence": 0.8390521,
"joyLikelihood": "UNLIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 95,
"y": 841
},
{
"x": 150,
"y": 841
},
{
"x": 150,
"y": 904
},
{
"x": 95,
"y": 904
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 98,
"y": 852
},
{
"x": 148,
"y": 852
},
{
"x": 148,
"y": 902
},
{
"x": 98,
"y": 902
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 113.65622,
"y": 869.3125,
"z": -1.4250932e-05
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 130.63112,
"y": 868.7062,
"z": -0.99659985
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 108.47529,
"y": 865.48175,
"z": 2.024502
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 117.82309,
"y": 865.1551,
"z": -3.2646246
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 125.57913,
"y": 865.0317,
"z": -3.7520797
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 135.77605,
"y": 865.14496,
"z": 0.3845403
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 121.703964,
"y": 868.42725,
"z": -3.9190092
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 121.68093,
"y": 877.4349,
"z": -9.137543
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 122.0985,
"y": 884.23553,
"z": -5.6205835
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 121.88313,
"y": 889.09955,
"z": -4.724478
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 114.935455,
"y": 886.22095,
"z": -0.69636846
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 129.27339,
"y": 886.0915,
"z": -1.5746818
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 121.87566,
"y": 886.3682,
"z": -4.541639
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 127.09639,
"y": 878.94543,
"z": -3.0923758
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 117.40628,
"y": 879.1308,
"z": -2.6086657
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 121.89975,
"y": 880.2154,
"z": -5.527365
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 113.808876,
"y": 867.9924,
"z": -1.0665113
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 116.88974,
"y": 869.3921,
"z": -0.13712959
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 113.66935,
"y": 870.1598,
"z": -0.19782008
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 110.73686,
"y": 869.33466,
"z": 1.6834275
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 113.61434,
"y": 869.13635,
"z": -0.43061066
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 130.13222,
"y": 867.76825,
"z": -2.052225
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 133.71672,
"y": 868.9969,
"z": 0.33097816
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 130.64607,
"y": 869.75635,
"z": -1.1825459
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 127.26361,
"y": 869.1443,
"z": -0.74406123
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 130.36464,
"y": 868.9064,
"z": -1.4550505
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 113.01778,
"y": 863.2181,
"z": -1.6208527
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 130.70381,
"y": 862.9821,
"z": -2.6885264
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 104.82853,
"y": 878.28467,
"z": 20.38365
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 141.88704,
"y": 877.7852,
"z": 18.119623
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 121.760666,
"y": 864.7658,
"z": -4.122855
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 122.28251,
"y": 896.80225,
"z": -2.7913387
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 106.33409,
"y": 888.37866,
"z": 13.122804
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 139.80705,
"y": 887.9323,
"z": 11.094584
}
}
],
"rollAngle": -0.6044842,
"panAngle": -3.4688978,
"tiltAngle": 2.8293595,
"detectionConfidence": 0.63162255,
"landmarkingConfidence": 0.5247927,
"joyLikelihood": "LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 331,
"y": 479
},
{
"x": 384,
"y": 479
},
{
"x": 384,
"y": 541
},
{
"x": 331,
"y": 541
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 332,
"y": 493
},
{
"x": 383,
"y": 493
},
{
"x": 383,
"y": 544
},
{
"x": 332,
"y": 544
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 350.0208,
"y": 510.00583,
"z": 2.3525597e-05
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 364.8347,
"y": 509.9259,
"z": -0.12331581
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 344.0548,
"y": 506.21918,
"z": 0.99688685
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 353.63358,
"y": 506.67172,
"z": -3.7193305
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 361.5414,
"y": 506.5297,
"z": -3.7910867
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 371.22455,
"y": 505.78275,
"z": 0.77193856
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 357.65057,
"y": 509.81805,
"z": -3.5222824
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 357.93884,
"y": 520.34595,
"z": -6.921289
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 357.83496,
"y": 524.967,
"z": -2.318097
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 357.98273,
"y": 530.7403,
"z": -0.27720034
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 351.22375,
"y": 526.67737,
"z": 2.5453887
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 364.83344,
"y": 526.65533,
"z": 2.4599974
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 357.90222,
"y": 527.781,
"z": -0.6783928
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 362.33994,
"y": 520.43677,
"z": -0.53656775
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 353.35858,
"y": 520.3577,
"z": -0.47608855
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 357.85446,
"y": 522.1424,
"z": -2.8076785
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 349.5072,
"y": 509.17227,
"z": -1.2133071
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 352.91245,
"y": 510.26028,
"z": 0.07048959
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 349.9241,
"y": 511.19037,
"z": 0.025734702
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 346.32098,
"y": 510.02457,
"z": 1.5349407
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 349.2732,
"y": 510.18945,
"z": -0.37093627
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 365.77548,
"y": 508.92105,
"z": -1.3563993
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 368.9826,
"y": 509.68234,
"z": 1.3210405
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 365.28143,
"y": 510.94843,
"z": -0.121297725
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 362.72168,
"y": 510.07153,
"z": -0.0025676144
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 365.98444,
"y": 509.93924,
"z": -0.53112745
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 348.72937,
"y": 504.6077,
"z": -2.7063484
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 366.41016,
"y": 504.33524,
"z": -2.8607907
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 339.44046,
"y": 515.38196,
"z": 21.169943
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 376.44577,
"y": 514.80237,
"z": 20.839272
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 357.58704,
"y": 506.47424,
"z": -4.3916636
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 358.12598,
"y": 537.6965,
"z": 3.0368884
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 341.3434,
"y": 526.6412,
"z": 16.070107
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 374.8185,
"y": 526.11914,
"z": 15.776809
}
}
],
"rollAngle": -0.9703802,
"panAngle": -0.5046315,
"tiltAngle": -8.147091,
"detectionConfidence": 0.92568517,
"landmarkingConfidence": 0.44784498,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 642,
"y": 715
},
{
"x": 709,
"y": 715
},
{
"x": 709,
"y": 793
},
{
"x": 642,
"y": 793
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 650,
"y": 733
},
{
"x": 705,
"y": 733
},
{
"x": 705,
"y": 788
},
{
"x": 650,
"y": 788
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 668.2592,
"y": 752.5527,
"z": 0.0002865333
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 688.8158,
"y": 751.4776,
"z": 3.4473307
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 661.20624,
"y": 747.4637,
"z": 0.5743138
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 674.4896,
"y": 747.0029,
"z": -3.35174
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 684.1653,
"y": 746.9199,
"z": -1.6646042
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 695.1114,
"y": 746.1046,
"z": 6.184435
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 679.69196,
"y": 750.59564,
"z": -2.6256385
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 680.75867,
"y": 762.8433,
"z": -7.6820984
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 680.296,
"y": 769.5887,
"z": -2.6739743
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 680.5001,
"y": 778.71497,
"z": -0.5607965
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 669.2196,
"y": 771.83044,
"z": 2.1408749
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 688.36115,
"y": 771.906,
"z": 4.666859
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 680.4601,
"y": 773.86066,
"z": -0.90192294
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 686.7076,
"y": 763.8108,
"z": 1.4658381
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 673.17914,
"y": 764.12775,
"z": -0.7287714
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 680.35345,
"y": 766.527,
"z": -2.929326
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 668.95294,
"y": 750.8622,
"z": -1.4421333
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 672.67175,
"y": 752.5499,
"z": 0.7888515
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 668.16864,
"y": 753.92346,
"z": -0.07543514
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 664.01434,
"y": 752.5355,
"z": 1.2668827
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 668.5684,
"y": 752.2112,
"z": -0.62748545
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 688.9827,
"y": 749.9697,
"z": 1.9479057
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 692.7806,
"y": 751.05835,
"z": 6.0247874
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 689.1537,
"y": 752.83575,
"z": 3.333371
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 685.32733,
"y": 751.94885,
"z": 2.8760247
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 689.12384,
"y": 751.3016,
"z": 2.8378007
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 668.0867,
"y": 744.97107,
"z": -2.9623337
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 689.79474,
"y": 744.0313,
"z": 0.7075153
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 652.1235,
"y": 761.2368,
"z": 23.205933
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 697.61633,
"y": 759.21295,
"z": 30.922298
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 679.43134,
"y": 746.80115,
"z": -3.3068984
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 680.1826,
"y": 786.1742,
"z": 2.542817
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 656.1789,
"y": 774.5218,
"z": 16.228144
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 697.2287,
"y": 772.6939,
"z": 23.179878
}
}
],
"rollAngle": -1.9831284,
"panAngle": 9.614417,
"tiltAngle": -3.3673244,
"detectionConfidence": 0.99807733,
"landmarkingConfidence": 0.72819495,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 1321,
"y": 1044
},
{
"x": 1376,
"y": 1044
},
{
"x": 1376,
"y": 1109
},
{
"x": 1321,
"y": 1109
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 1325,
"y": 1060
},
{
"x": 1376,
"y": 1060
},
{
"x": 1376,
"y": 1111
},
{
"x": 1325,
"y": 1111
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 1342.5837,
"y": 1076.5051,
"z": -0.00022477833
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 1359.973,
"y": 1077.993,
"z": 2.0747566
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 1337.5192,
"y": 1072.5223,
"z": 0.13601305
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 1348.0345,
"y": 1074.1733,
"z": -3.4802585
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 1356.3531,
"y": 1074.7362,
"z": -2.5217917
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 1365.4897,
"y": 1074.4792,
"z": 3.3579707
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 1351.7039,
"y": 1077.6223,
"z": -2.4839065
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 1351.216,
"y": 1088.8379,
"z": -4.954831
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 1350.1274,
"y": 1093.7019,
"z": 0.28487697
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 1349.5437,
"y": 1098.6521,
"z": 2.7379835
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 1342.7948,
"y": 1094.0944,
"z": 4.42454
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 1356.4073,
"y": 1095.1235,
"z": 6.018802
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 1349.8864,
"y": 1095.3424,
"z": 2.0142903
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 1355.3021,
"y": 1088.5431,
"z": 2.1943667
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 1345.8812,
"y": 1087.6282,
"z": 1.0311067
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 1350.6237,
"y": 1090.0717,
"z": -0.6297766
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 1343.2754,
"y": 1076.104,
"z": -1.2624822
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 1346.3135,
"y": 1077.6217,
"z": 0.6270191
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1342.4987,
"y": 1077.9679,
"z": 0.22290991
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 1339.5793,
"y": 1076.3826,
"z": 1.2130731
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 1342.8339,
"y": 1077.0514,
"z": -0.33875307
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 1359.8818,
"y": 1077.3805,
"z": 0.7199101
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 1362.806,
"y": 1078.1658,
"z": 3.9863975
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1359.9108,
"y": 1079.4471,
"z": 2.2403686
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 1356.4071,
"y": 1078.1909,
"z": 1.8023084
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 1359.8691,
"y": 1078.3701,
"z": 1.6763313
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1343.1594,
"y": 1071.5615,
"z": -3.2871366
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1361.1613,
"y": 1072.9404,
"z": -1.1360074
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 1329.6771,
"y": 1079.1625,
"z": 20.731482
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 1367.3494,
"y": 1082.056,
"z": 25.226912
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 1352.1648,
"y": 1074.4531,
"z": -3.6620889
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 1348.5491,
"y": 1105.4425,
"z": 6.7570543
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 1331.0695,
"y": 1091.3202,
"z": 16.830242
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 1365.1072,
"y": 1093.9318,
"z": 20.896177
}
}
],
"rollAngle": 5.9843063,
"panAngle": 6.9790363,
"tiltAngle": -13.281756,
"detectionConfidence": 0.84599686,
"landmarkingConfidence": 0.479191,
"joyLikelihood": "VERY_UNLIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 508,
"y": 772
},
{
"x": 566,
"y": 772
},
{
"x": 566,
"y": 840
},
{
"x": 508,
"y": 840
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 510,
"y": 787
},
{
"x": 560,
"y": 787
},
{
"x": 560,
"y": 837
},
{
"x": 510,
"y": 837
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 525.6054,
"y": 803.5451,
"z": 1.8021736e-05
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 543.495,
"y": 803.32056,
"z": -3.4227574
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 520.30554,
"y": 799.2553,
"z": 2.714501
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 529.5597,
"y": 799.2473,
"z": -4.2324567
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 538.13947,
"y": 799.3808,
"z": -5.835633
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 549.1389,
"y": 799.2898,
"z": -2.8536732
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 533.7748,
"y": 803.2121,
"z": -5.287458
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 532.7233,
"y": 812.7526,
"z": -10.353852
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 533.44446,
"y": 818.4304,
"z": -6.400305
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 533.5691,
"y": 826.86255,
"z": -4.9939966
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 525.8403,
"y": 821.34784,
"z": 0.16146602
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 542.75275,
"y": 821.2581,
"z": -2.6739607
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 533.61664,
"y": 822.0905,
"z": -5.065881
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 538.30286,
"y": 813.82697,
"z": -4.6995926
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 529.8469,
"y": 813.85706,
"z": -3.0066164
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 533.122,
"y": 815.3446,
"z": -6.4342284
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 525.54724,
"y": 802.18146,
"z": -1.1966782
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 528.83844,
"y": 803.916,
"z": -0.5802261
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 525.5776,
"y": 804.7245,
"z": -0.16341928
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 522.6503,
"y": 803.4462,
"z": 2.2228296
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 525.4024,
"y": 803.3899,
"z": -0.416708
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 542.7506,
"y": 802.23083,
"z": -4.5285993
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 546.70483,
"y": 803.5093,
"z": -2.4432497
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 543.28955,
"y": 804.5727,
"z": -3.514894
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 539.5628,
"y": 803.5823,
"z": -2.6291883
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 543.0634,
"y": 803.43726,
"z": -3.8591735
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 524.6637,
"y": 797.0652,
"z": -1.9202905
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 543.32526,
"y": 797.12683,
"z": -5.540446
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 518.9346,
"y": 811.96716,
"z": 23.361547
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 558.052,
"y": 812.01776,
"z": 15.810892
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 533.6042,
"y": 798.9801,
"z": -5.720172
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 534.06555,
"y": 833.3353,
"z": -2.7027662
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 519.4405,
"y": 823.1721,
"z": 15.974806
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 554.70593,
"y": 823.28784,
"z": 9.131962
}
}
],
"rollAngle": 0.20412068,
"panAngle": -10.972379,
"tiltAngle": 0.13212286,
"detectionConfidence": 0.69635284,
"landmarkingConfidence": 0.5498004,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 966,
"y": 770
},
{
"x": 1031,
"y": 770
},
{
"x": 1031,
"y": 845
},
{
"x": 966,
"y": 845
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 972,
"y": 788
},
{
"x": 1022,
"y": 788
},
{
"x": 1022,
"y": 838
},
{
"x": 972,
"y": 838
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 987.89075,
"y": 804.8104,
"z": 5.026831e-05
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 1007.5136,
"y": 803.85175,
"z": -1.1624928
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 981.2075,
"y": 800.95593,
"z": 2.1523285
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 992.60803,
"y": 800.39044,
"z": -4.1173844
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 1001.3513,
"y": 800.0001,
"z": -4.6748705
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 1012.7701,
"y": 799.23267,
"z": -0.04851476
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 997.36786,
"y": 804.1107,
"z": -4.6577444
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 997.5787,
"y": 815.23315,
"z": -10.311308
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 997.8225,
"y": 822.4864,
"z": -5.7542415
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 998.5131,
"y": 828.6475,
"z": -4.341037
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 990.62964,
"y": 825.8603,
"z": 0.011427662
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 1006.7815,
"y": 824.9761,
"z": -0.8124289
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 998.1475,
"y": 825.51385,
"z": -4.2869463
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 1003.39124,
"y": 817.1937,
"z": -3.122846
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 992.3991,
"y": 817.58075,
"z": -2.4395902
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 997.66614,
"y": 818.4746,
"z": -5.839793
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 987.6233,
"y": 803.89276,
"z": -1.3015356
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 991.7676,
"y": 805.35504,
"z": -0.14889766
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 987.71497,
"y": 806.27576,
"z": -0.14497104
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 984.0212,
"y": 805.46106,
"z": 2.0321085
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 987.42487,
"y": 805.25555,
"z": -0.43890744
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 1007.0605,
"y": 802.9227,
"z": -2.4611928
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 1011.35425,
"y": 804.14655,
"z": 0.44388363
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1007.6257,
"y": 805.3892,
"z": -1.2989616
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 1003.62384,
"y": 804.65106,
"z": -0.8353076
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 1007.3832,
"y": 804.2703,
"z": -1.6564549
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 986.4488,
"y": 798.30597,
"z": -2.228639
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1007.4922,
"y": 797.2615,
"z": -3.490246
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 977.3463,
"y": 815.259,
"z": 24.807549
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 1021.4637,
"y": 813.0702,
"z": 22.164186
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 996.9601,
"y": 799.89215,
"z": -5.1047096
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 999.04663,
"y": 837.91235,
"z": -1.4997799
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 979.6143,
"y": 827.685,
"z": 16.781462
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 1019.4861,
"y": 825.7128,
"z": 14.393174
}
}
],
"rollAngle": -2.881751,
"panAngle": -3.4187052,
"tiltAngle": -0.15075158,
"detectionConfidence": 0.81676763,
"landmarkingConfidence": 0.7733028,
"joyLikelihood": "VERY_UNLIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 969,
"y": 345
},
{
"x": 1036,
"y": 345
},
{
"x": 1036,
"y": 423
},
{
"x": 969,
"y": 423
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 977,
"y": 364
},
{
"x": 1029,
"y": 364
},
{
"x": 1029,
"y": 416
},
{
"x": 977,
"y": 416
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 993.1268,
"y": 380.57977,
"z": 0.00049137283
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 1012.73157,
"y": 380.9613,
"z": -0.98576224
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 986.08276,
"y": 376.0897,
"z": 2.1550827
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 997.7055,
"y": 376.37543,
"z": -4.250535
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 1007.6364,
"y": 376.96268,
"z": -4.719059
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 1019.58453,
"y": 377.2889,
"z": 0.40425804
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 1002.5896,
"y": 380.32947,
"z": -4.76874
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 1001.6381,
"y": 392.9414,
"z": -10.61977
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 1001.77423,
"y": 400.08853,
"z": -5.7182693
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 1001.58203,
"y": 406.6758,
"z": -4.1712713
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 993.072,
"y": 402.8579,
"z": 0.35441035
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 1010.0565,
"y": 402.83298,
"z": -0.57404953
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 1001.6891,
"y": 402.59607,
"z": -4.191902
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 1007.6436,
"y": 394.28906,
"z": -2.9966516
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 996.07074,
"y": 394.39996,
"z": -2.3430765
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 1001.63336,
"y": 396.1729,
"z": -5.850834
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 992.50116,
"y": 379.53558,
"z": -1.3415301
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 996.8588,
"y": 381.52393,
"z": -0.106139325
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 992.667,
"y": 381.9875,
"z": -0.13377362
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 988.5474,
"y": 380.89417,
"z": 2.110109
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 992.1586,
"y": 380.93677,
"z": -0.4483685
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 1012.75665,
"y": 380.25632,
"z": -2.3596632
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 1016.85724,
"y": 381.8142,
"z": 0.66189265
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1012.78827,
"y": 382.37506,
"z": -1.14734
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 1008.85876,
"y": 381.44528,
"z": -0.70191216
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 1012.95844,
"y": 381.6625,
"z": -1.5139816
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 991.7708,
"y": 373.6847,
"z": -2.3942108
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1013.7512,
"y": 374.4823,
"z": -3.5050218
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 980.55334,
"y": 390.27307,
"z": 25.824827
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 1026.5763,
"y": 391.94742,
"z": 23.521206
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 1002.5712,
"y": 376.28055,
"z": -5.2636633
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 1001.33325,
"y": 415.93347,
"z": -1.1954073
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 981.8808,
"y": 403.42535,
"z": 17.598839
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 1023.4794,
"y": 404.91946,
"z": 15.501316
}
}
],
"rollAngle": 2.016023,
"panAngle": -2.8813963,
"tiltAngle": -0.6037397,
"detectionConfidence": 0.9809885,
"landmarkingConfidence": 0.76828635,
"joyLikelihood": "VERY_UNLIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 15,
"y": 771
},
{
"x": 79,
"y": 771
},
{
"x": 79,
"y": 847
},
{
"x": 15,
"y": 847
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 23,
"y": 788
},
{
"x": 74,
"y": 788
},
{
"x": 74,
"y": 839
},
{
"x": 23,
"y": 839
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 38.940903,
"y": 804.7702,
"z": 0.000119637276
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 58.5856,
"y": 803.90283,
"z": 1.4191307
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 31.700678,
"y": 800.959,
"z": 1.4734868
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 43.89564,
"y": 800.31464,
"z": -3.3175797
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 52.7943,
"y": 799.9458,
"z": -2.619939
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 63.726727,
"y": 799.345,
"z": 3.6006227
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 48.56527,
"y": 804.14575,
"z": -3.421595
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 48.99458,
"y": 815.10675,
"z": -9.66493
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 49.064224,
"y": 822.5636,
"z": -5.381457
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 49.52126,
"y": 828.7523,
"z": -4.269391
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 41.448215,
"y": 826.0252,
"z": -0.7645667
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 57.754425,
"y": 825.0085,
"z": 0.5595761
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 49.209354,
"y": 825.5545,
"z": -4.0601363
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 54.578312,
"y": 817.23456,
"z": -1.766972
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 43.589462,
"y": 817.6232,
"z": -2.545718
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 48.891453,
"y": 818.4775,
"z": -5.285912
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 38.53108,
"y": 803.8023,
"z": -1.2966001
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 42.731968,
"y": 805.422,
"z": 0.31117377
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 38.778393,
"y": 806.26733,
"z": -0.26202965
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 34.519634,
"y": 805.5138,
"z": 1.4843181
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 38.240284,
"y": 805.2206,
"z": -0.5418085
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 58.1524,
"y": 802.9581,
"z": 0.11354879
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 62.157604,
"y": 804.2062,
"z": 3.516937
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 58.68903,
"y": 805.4255,
"z": 1.181523
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 54.90039,
"y": 804.6791,
"z": 1.2064507
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 58.388653,
"y": 804.3551,
"z": 0.89551383
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 37.47869,
"y": 798.1182,
"z": -2.0869691
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 58.72812,
"y": 797.2111,
"z": -0.5502174
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 24.659008,
"y": 816.73444,
"z": 23.00512
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 69.36233,
"y": 814.6664,
"z": 26.059914
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 48.367786,
"y": 799.67993,
"z": -3.6790771
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 49.89128,
"y": 838.2257,
"z": -1.8425368
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 28.083227,
"y": 828.683,
"z": 14.505528
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 68.35881,
"y": 826.97876,
"z": 17.381826
}
}
],
"rollAngle": -2.65742,
"panAngle": 4.0914874,
"tiltAngle": 2.5254238,
"detectionConfidence": 0.8289255,
"landmarkingConfidence": 0.7982038,
"joyLikelihood": "VERY_UNLIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 1192,
"y": 485
},
{
"x": 1247,
"y": 485
},
{
"x": 1247,
"y": 548
},
{
"x": 1192,
"y": 548
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 1196,
"y": 499
},
{
"x": 1246,
"y": 499
},
{
"x": 1246,
"y": 549
},
{
"x": 1196,
"y": 549
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 1214.1255,
"y": 513.9897,
"z": 0.00042590202
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 1231.2799,
"y": 514.18286,
"z": 3.1891994
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 1209.1927,
"y": 510.2164,
"z": 0.6006594
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 1219.7222,
"y": 510.3083,
"z": -2.2373085
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 1227.5513,
"y": 510.07816,
"z": -0.7609904
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 1236.2798,
"y": 510.15335,
"z": 5.7215266
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 1223.5181,
"y": 513.4488,
"z": -1.7621671
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 1224.7146,
"y": 523.1297,
"z": -6.6113734
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 1223.8169,
"y": 528.7355,
"z": -2.849559
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 1223.7744,
"y": 535.1715,
"z": -1.665125
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 1216.7075,
"y": 530.9742,
"z": 0.33626017
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 1229.5117,
"y": 531.1589,
"z": 2.7628562
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 1223.7777,
"y": 531.6883,
"z": -1.642613
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 1228.0089,
"y": 524.29755,
"z": 0.523726
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 1219.0233,
"y": 524.4238,
"z": -1.1932801
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 1223.973,
"y": 525.7567,
"z": -2.8778458
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 1215.1158,
"y": 512.93207,
"z": -0.98662835
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 1218.11,
"y": 514.23615,
"z": 0.77616173
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1214.7753,
"y": 515.1198,
"z": -0.0459212
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 1211.408,
"y": 514.1447,
"z": 0.98201
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 1214.7491,
"y": 514.0634,
"z": -0.34837008
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 1231.3456,
"y": 512.90137,
"z": 2.0805914
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 1234.084,
"y": 514.0992,
"z": 5.2689185
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1231.244,
"y": 515.1296,
"z": 3.0285597
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 1228.0245,
"y": 514.2143,
"z": 2.6355138
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 1231.3999,
"y": 514.03687,
"z": 2.7835126
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1214.5865,
"y": 508.12656,
"z": -1.8977594
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1232.177,
"y": 508.08704,
"z": 1.4333373
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 1200.8716,
"y": 522.36914,
"z": 18.112356
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 1237.6995,
"y": 522.28864,
"z": 25.079557
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 1223.737,
"y": 509.86935,
"z": -2.11484
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 1223.3442,
"y": 542.2565,
"z": 0.54990447
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 1203.9259,
"y": 532.90356,
"z": 11.766873
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 1237.2153,
"y": 532.83185,
"z": 18.065374
}
}
],
"rollAngle": -0.2130678,
"panAngle": 10.717267,
"tiltAngle": 0.4503795,
"detectionConfidence": 0.6681967,
"landmarkingConfidence": 0.6371959,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 1320,
"y": 481
},
{
"x": 1377,
"y": 481
},
{
"x": 1377,
"y": 547
},
{
"x": 1320,
"y": 547
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 1325,
"y": 498
},
{
"x": 1375,
"y": 498
},
{
"x": 1375,
"y": 548
},
{
"x": 1325,
"y": 548
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 1342.574,
"y": 513.944,
"z": 0.00022674067
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 1360.0765,
"y": 515.3045,
"z": 2.3352058
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 1337.0752,
"y": 510.0189,
"z": 0.14853145
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 1347.9983,
"y": 511.55197,
"z": -3.4476602
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 1356.4578,
"y": 512.0399,
"z": -2.3654928
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 1365.6714,
"y": 511.7949,
"z": 3.7860131
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 1351.6901,
"y": 515.07086,
"z": -2.3863208
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 1351.3314,
"y": 526.2733,
"z": -4.945096
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 1350.2753,
"y": 531.1541,
"z": 0.30329537
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 1349.6293,
"y": 536.3428,
"z": 2.7942567
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 1342.8232,
"y": 531.79877,
"z": 4.4020987
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 1356.4406,
"y": 532.6751,
"z": 6.197357
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 1349.9412,
"y": 533.0117,
"z": 2.075965
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 1355.339,
"y": 526.02966,
"z": 2.3387249
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 1345.8135,
"y": 525.31915,
"z": 1.0642165
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 1350.7064,
"y": 527.6138,
"z": -0.5809359
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 1343.1628,
"y": 513.5205,
"z": -1.2807597
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 1346.2198,
"y": 514.9684,
"z": 0.6633596
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1342.4127,
"y": 515.43,
"z": 0.21020438
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 1339.3737,
"y": 513.83777,
"z": 1.1735713
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 1342.7085,
"y": 514.4861,
"z": -0.35908934
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 1359.9543,
"y": 514.6789,
"z": 0.9593829
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 1362.8733,
"y": 515.4586,
"z": 4.303842
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1359.9575,
"y": 516.67957,
"z": 2.4729125
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 1356.4634,
"y": 515.49615,
"z": 1.9993865
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 1359.9312,
"y": 515.68054,
"z": 1.9176837
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1343.0281,
"y": 508.9269,
"z": -3.3229012
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1361.2382,
"y": 510.1792,
"z": -0.89340246
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 1329.1095,
"y": 516.8123,
"z": 20.777447
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 1367.2069,
"y": 519.44073,
"z": 25.861387
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 1352.1759,
"y": 511.77594,
"z": -3.5816662
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 1348.6274,
"y": 543.2117,
"z": 6.81023
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 1330.6715,
"y": 529.0921,
"z": 16.816193
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 1365.0951,
"y": 531.4666,
"z": 21.409428
}
}
],
"rollAngle": 5.690212,
"panAngle": 7.7822537,
"tiltAngle": -13.017104,
"detectionConfidence": 0.85009134,
"landmarkingConfidence": 0.47625318,
"joyLikelihood": "VERY_UNLIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"y": 495
},
{
"x": 72,
"y": 495
},
{
"x": 72,
"y": 594
},
{
"y": 594
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"y": 520
},
{
"x": 62,
"y": 520
},
{
"x": 62,
"y": 584
},
{
"y": 584
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 16.144333,
"y": 541.91907,
"z": -0.00084891904
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 46.634083,
"y": 542.06116,
"z": 2.091255
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 9.921847,
"y": 535.9297,
"z": 1.3805128
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 25.494175,
"y": 536.6589,
"z": -4.910555
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 38.171265,
"y": 537.06396,
"z": -3.9952223
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 53.22289,
"y": 536.6309,
"z": 4.6903844
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 31.744413,
"y": 541.46454,
"z": -4.494109
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 32.49291,
"y": 557.05566,
"z": -10.682677
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 31.565752,
"y": 566.05334,
"z": -3.9918149
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 31.30537,
"y": 574.73895,
"z": -1.4018587
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 20.903343,
"y": 569.0837,
"z": 2.5294201
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 41.08709,
"y": 569.2651,
"z": 3.9644325
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 31.365156,
"y": 569.9945,
"z": -1.7513494
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 38.876305,
"y": 558.3701,
"z": -0.051581264
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 22.972214,
"y": 558.4934,
"z": -0.93671817
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 31.625416,
"y": 560.95374,
"z": -4.5105405
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 18.704018,
"y": 540.608,
"z": -1.8056896
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 22.791677,
"y": 542.6959,
"z": 0.61217445
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 16.498266,
"y": 544.051,
"z": 0.0651218
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 13.242074,
"y": 542.062,
"z": 2.1057074
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 18.21558,
"y": 542.27856,
"z": -0.61170614
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 44.40862,
"y": 540.8242,
"z": 0.03264291
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 49.22734,
"y": 542.3637,
"z": 4.689218
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 45.963276,
"y": 544.12854,
"z": 1.9505687
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 40.41665,
"y": 542.5427,
"z": 1.7888596
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 44.545067,
"y": 542.49896,
"z": 1.2418119
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 17.881367,
"y": 533.2858,
"z": -3.7662694
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 45.65052,
"y": 533.53516,
"z": -1.7725246
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": -0.12511134,
"y": 551.97076,
"z": 31.534678
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 58.060123,
"y": 552.4523,
"z": 35.695503
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 31.922539,
"y": 536.40204,
"z": -5.495178
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 30.879713,
"y": 585.8867,
"z": 3.1132045
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 3.2585287,
"y": 569.1925,
"z": 22.686083
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 55.73123,
"y": 569.6476,
"z": 26.446808
}
}
],
"rollAngle": 0.81485915,
"panAngle": 4.1166353,
"tiltAngle": -4.6627126,
"detectionConfidence": 0.9090965,
"landmarkingConfidence": 0.4940415,
"joyLikelihood": "UNLIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 502,
"y": 1041
},
{
"x": 561,
"y": 1041
},
{
"x": 561,
"y": 1110
},
{
"x": 502,
"y": 1110
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 505,
"y": 1058
},
{
"x": 555,
"y": 1058
},
{
"x": 555,
"y": 1108
},
{
"x": 505,
"y": 1108
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 519.43933,
"y": 1075.695,
"z": 0.00026724246
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 536.8877,
"y": 1074.0063,
"z": -3.2013457
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 513.1988,
"y": 1072.1616,
"z": 2.3282743
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 522.7185,
"y": 1071.6263,
"z": -4.6519375
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 531.2625,
"y": 1070.7764,
"z": -6.2252913
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 542.5944,
"y": 1069.2739,
"z": -3.047077
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 527.3464,
"y": 1075.0734,
"z": -5.3043523
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 527.88904,
"y": 1085.5375,
"z": -9.423733
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 529.2517,
"y": 1091.7904,
"z": -4.676685
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 530.1138,
"y": 1097.7847,
"z": -2.7630675
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 523.37537,
"y": 1094.1892,
"z": 1.5830986
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 537.14844,
"y": 1093.0286,
"z": -0.95368487
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 529.6758,
"y": 1094.5608,
"z": -3.0671227
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 534.05255,
"y": 1085.8573,
"z": -3.3925903
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 523.5753,
"y": 1086.9584,
"z": -1.4824677
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 528.6455,
"y": 1088.0804,
"z": -5.124288
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 518.9374,
"y": 1074.8201,
"z": -1.2663808
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 522.7915,
"y": 1075.804,
"z": -0.51652557
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 519.31964,
"y": 1076.998,
"z": 0.009088836
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 516.067,
"y": 1076.1058,
"z": 2.3005033
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 518.91516,
"y": 1075.9863,
"z": -0.3417648
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 536.52136,
"y": 1073.1044,
"z": -4.493394
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 540.501,
"y": 1073.7932,
"z": -2.2296643
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 537.0238,
"y": 1075.2377,
"z": -3.222597
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 533.41364,
"y": 1074.848,
"z": -2.4495146
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 536.95593,
"y": 1074.235,
"z": -3.6802106
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 517.4376,
"y": 1069.8453,
"z": -2.5318027
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 536.51086,
"y": 1067.9824,
"z": -6.037322
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 512.8567,
"y": 1083.0975,
"z": 24.655272
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 552.7942,
"y": 1079.1893,
"z": 17.351036
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 526.8436,
"y": 1071.0707,
"z": -6.117449
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 531.4127,
"y": 1105.4156,
"z": 0.51474583
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 514.85425,
"y": 1095.1658,
"z": 18.30812
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 550.9561,
"y": 1091.6357,
"z": 11.680331
}
}
],
"rollAngle": -6.630521,
"panAngle": -10.4027815,
"tiltAngle": -5.6769876,
"detectionConfidence": 0.942413,
"landmarkingConfidence": 0.50325453,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 318,
"y": 580
},
{
"x": 376,
"y": 580
},
{
"x": 376,
"y": 648
},
{
"x": 318,
"y": 648
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 323,
"y": 594
},
{
"x": 373,
"y": 594
},
{
"x": 373,
"y": 644
},
{
"x": 323,
"y": 644
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 341.06815,
"y": 612.1097,
"z": 9.240115e-05
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 357.5782,
"y": 609.93756,
"z": 2.879213
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 333.6538,
"y": 609.15704,
"z": 0.59276044
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 344.92273,
"y": 607.3804,
"z": -2.699144
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 353.25784,
"y": 606.1285,
"z": -1.2483574
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 362.70288,
"y": 604.991,
"z": 5.5624714
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 349.53683,
"y": 610.43256,
"z": -2.2587104
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 351.73727,
"y": 620.5805,
"z": -7.5355554
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 351.90866,
"y": 627.1554,
"z": -3.4597037
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 352.70514,
"y": 633.06836,
"z": -2.248772
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 344.1153,
"y": 630.3307,
"z": 0.1936963
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 358.21634,
"y": 628.50214,
"z": 2.364238
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 352.07407,
"y": 629.7273,
"z": -2.182924
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 355.47427,
"y": 621.31354,
"z": -0.014375394
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 346.058,
"y": 622.56244,
"z": -1.5884296
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 351.66168,
"y": 623.30707,
"z": -3.508527
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 340.38235,
"y": 611.0093,
"z": -1.2456414
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 344.04465,
"y": 611.8273,
"z": 0.5861255
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 340.94974,
"y": 613.2972,
"z": -0.23866177
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 336.73212,
"y": 612.8824,
"z": 0.9194272
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 340.135,
"y": 612.282,
"z": -0.55400187
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 357.7458,
"y": 608.6327,
"z": 1.7405046
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 360.90695,
"y": 609.525,
"z": 5.1008277
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 357.78088,
"y": 611.1836,
"z": 2.730532
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 354.07452,
"y": 610.4651,
"z": 2.3496308
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 357.96597,
"y": 609.84625,
"z": 2.4902024
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 339.05145,
"y": 605.9666,
"z": -2.2081208
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 357.90863,
"y": 603.37933,
"z": 1.028188
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 326.86816,
"y": 623.18604,
"z": 19.576721
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 366.34036,
"y": 617.7581,
"z": 26.361675
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 349.08176,
"y": 606.4979,
"z": -2.6304362
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 353.75275,
"y": 641.43384,
"z": 0.1165618
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 331.52582,
"y": 633.99536,
"z": 12.637259
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 367.22375,
"y": 629.0992,
"z": 18.77026
}
}
],
"rollAngle": -7.928464,
"panAngle": 9.663105,
"tiltAngle": 0.62747306,
"detectionConfidence": 0.94106424,
"landmarkingConfidence": 0.64245224,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 938,
"y": 775
},
{
"x": 998,
"y": 775
},
{
"x": 998,
"y": 844
},
{
"x": 938,
"y": 844
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 939,
"y": 789
},
{
"x": 989,
"y": 789
},
{
"x": 989,
"y": 839
},
{
"x": 939,
"y": 839
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 958.3405,
"y": 805.3152,
"z": -0.00033948998
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 974.1506,
"y": 805.11163,
"z": -1.9302175
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 951.46277,
"y": 802.0964,
"z": 2.689933
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 961.66034,
"y": 801.6118,
"z": -3.7619772
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 970.6426,
"y": 801.22015,
"z": -4.798896
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 981.74945,
"y": 801.2648,
"z": -0.8664859
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 966.1641,
"y": 805.46136,
"z": -4.748958
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 966.19543,
"y": 815.81647,
"z": -10.762141
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 966.3869,
"y": 822.95154,
"z": -6.832586
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 966.5266,
"y": 828.4116,
"z": -5.8870783
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 959.59503,
"y": 824.70734,
"z": -1.2225199
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 973.5354,
"y": 824.09515,
"z": -3.0012927
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 966.5711,
"y": 825.0104,
"z": -5.6587977
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 971.42395,
"y": 817.4059,
"z": -4.404121
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 961.3888,
"y": 817.65686,
"z": -3.2234805
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 966.4062,
"y": 818.86127,
"z": -6.698847
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 957.2877,
"y": 804.624,
"z": -1.0608355
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 961.3034,
"y": 805.8992,
"z": -0.32477254
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 958.02936,
"y": 806.6614,
"z": -0.1888889
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 954.0513,
"y": 806.173,
"z": 2.1235523
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 957.08514,
"y": 805.9531,
"z": -0.31828147
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 975.3907,
"y": 804.1933,
"z": -3.1858993
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 978.981,
"y": 805.449,
"z": -0.886385
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 974.608,
"y": 806.5528,
"z": -2.2859879
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 971.3079,
"y": 805.63043,
"z": -1.5695574
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 975.6802,
"y": 805.51086,
"z": -2.5333874
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 956.30853,
"y": 799.37225,
"z": -1.5923845
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 976.0042,
"y": 798.8907,
"z": -3.909701
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 948.7164,
"y": 816.58624,
"z": 23.183105
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 990.0401,
"y": 815.9551,
"z": 18.479057
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 965.9507,
"y": 800.98376,
"z": -4.9444146
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 966.9123,
"y": 836.8806,
"z": -3.8027463
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 949.9779,
"y": 827.86414,
"z": 14.915193
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 987.27875,
"y": 826.9448,
"z": 10.557255
}
}
],
"rollAngle": -0.98819673,
"panAngle": -6.6727576,
"tiltAngle": 3.4160128,
"detectionConfidence": 0.5221637,
"landmarkingConfidence": 0.76750916,
"joyLikelihood": "VERY_UNLIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 90,
"y": 87
},
{
"x": 140,
"y": 87
},
{
"x": 140,
"y": 146
},
{
"x": 90,
"y": 146
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 90,
"y": 97
},
{
"x": 140,
"y": 97
},
{
"x": 140,
"y": 147
},
{
"x": 90,
"y": 147
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 106.04552,
"y": 115.52461,
"z": 0.00026881302
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 121.27532,
"y": 113.57036,
"z": -1.113382
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 100.73243,
"y": 112.764824,
"z": 1.7253758
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 109.5626,
"y": 111.68725,
"z": -3.4054453
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 116.820854,
"y": 110.74144,
"z": -3.9440858
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 126.38511,
"y": 109.61656,
"z": -0.089921154
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 113.51262,
"y": 114.63367,
"z": -3.782189
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 114.25197,
"y": 123.112175,
"z": -7.9565063
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 115.32157,
"y": 128.89212,
"z": -4.223858
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 116.07277,
"y": 133.75562,
"z": -2.954922
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 109.516846,
"y": 131.17294,
"z": 0.48869202
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 122.47466,
"y": 129.81383,
"z": -0.33860898
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 115.76376,
"y": 130.74081,
"z": -3.038369
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 119.59153,
"y": 123.63614,
"z": -2.2715065
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 110.0337,
"y": 124.611946,
"z": -1.5943723
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 114.8777,
"y": 125.67056,
"z": -4.396087
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 106.0958,
"y": 114.624725,
"z": -1.0944824
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 108.89619,
"y": 115.359825,
"z": -0.16061167
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 106.053246,
"y": 116.573494,
"z": -0.114842765
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 103.38123,
"y": 115.98655,
"z": 1.5934862
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 106.03589,
"y": 115.66001,
"z": -0.42513633
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 121.174904,
"y": 112.75756,
"z": -2.193774
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 124.87164,
"y": 113.30688,
"z": 0.13455977
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 121.66151,
"y": 114.56773,
"z": -1.2333138
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 118.56481,
"y": 114.38442,
"z": -0.8432321
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 121.50543,
"y": 113.74931,
"z": -1.5801133
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 104.86668,
"y": 110.36076,
"z": -1.9746658
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 121.21537,
"y": 108.339806,
"z": -3.1649349
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 98.933716,
"y": 123.45531,
"z": 19.674433
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 133.19241,
"y": 119.24108,
"z": 17.191845
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 113.12085,
"y": 111.04772,
"z": -4.266075
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 117.027245,
"y": 140.42621,
"z": -0.6465401
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 101.38231,
"y": 133.15685,
"z": 13.705387
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 132.3185,
"y": 129.33585,
"z": 11.448969
}
}
],
"rollAngle": -7.1855407,
"panAngle": -4.136545,
"tiltAngle": -1.7984269,
"detectionConfidence": 0.75576043,
"landmarkingConfidence": 0.75194395,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 1406,
"y": 581
},
{
"x": 1459,
"y": 581
},
{
"x": 1459,
"y": 642
},
{
"x": 1406,
"y": 642
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 1408,
"y": 592
},
{
"x": 1458,
"y": 592
},
{
"x": 1458,
"y": 642
},
{
"x": 1408,
"y": 642
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 1424.3794,
"y": 608.85406,
"z": -4.823723e-05
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 1440.6018,
"y": 608.1818,
"z": -0.288791
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 1419.331,
"y": 605.2387,
"z": 1.7413144
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 1428.7444,
"y": 604.74316,
"z": -3.036335
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 1436.4756,
"y": 604.48883,
"z": -3.172646
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 1445.9928,
"y": 604.4988,
"z": 1.252526
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 1432.7072,
"y": 607.9728,
"z": -3.4943304
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 1432.9407,
"y": 617.0864,
"z": -8.617486
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 1433.0483,
"y": 622.3788,
"z": -5.142935
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 1433.1829,
"y": 628.64734,
"z": -4.2060223
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 1426.1005,
"y": 625.19836,
"z": -0.56685954
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 1439.7179,
"y": 624.9936,
"z": -0.9624475
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 1433.0723,
"y": 625.4241,
"z": -4.055678
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 1437.988,
"y": 618.2471,
"z": -2.4545999
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 1428.1276,
"y": 618.4918,
"z": -2.3127372
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 1433.0444,
"y": 619.6855,
"z": -5.045279
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 1424.6871,
"y": 607.6349,
"z": -1.0457715
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 1427.8131,
"y": 609.0834,
"z": -0.014180069
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1424.3276,
"y": 609.8718,
"z": -0.1838308
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 1421.5897,
"y": 608.9922,
"z": 1.514166
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 1424.4894,
"y": 608.763,
"z": -0.4344343
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 1440.6598,
"y": 607.1806,
"z": -1.3362882
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 1443.9294,
"y": 608.35425,
"z": 1.099659
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1440.9323,
"y": 609.1773,
"z": -0.4830231
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 1438.2068,
"y": 608.52106,
"z": -0.16450275
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 1440.8813,
"y": 608.29614,
"z": -0.740471
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1423.8859,
"y": 602.9688,
"z": -1.6246095
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1441.1948,
"y": 602.48615,
"z": -1.9452174
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 1415.2273,
"y": 617.79755,
"z": 19.518282
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 1451.4933,
"y": 616.7847,
"z": 18.885326
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 1432.5566,
"y": 604.3624,
"z": -3.7038584
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 1433.4583,
"y": 635.67285,
"z": -2.3202894
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 1417.1161,
"y": 627.638,
"z": 12.536887
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 1449.8704,
"y": 626.73236,
"z": 11.936304
}
}
],
"rollAngle": -1.5724204,
"panAngle": -1.0439628,
"tiltAngle": 2.6814015,
"detectionConfidence": 0.69909924,
"landmarkingConfidence": 0.6228743,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 135,
"y": 587
},
{
"x": 187,
"y": 587
},
{
"x": 187,
"y": 647
},
{
"x": 135,
"y": 647
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 137,
"y": 599
},
{
"x": 187,
"y": 599
},
{
"x": 187,
"y": 649
},
{
"x": 137,
"y": 649
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 154.25554,
"y": 615.95996,
"z": -0.00020961203
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 170.49242,
"y": 615.95935,
"z": 1.3428068
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 149.34497,
"y": 612.6112,
"z": 0.6346591
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 158.86302,
"y": 613.0915,
"z": -3.0633245
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 166.64401,
"y": 613.035,
"z": -2.4312599
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 175.39317,
"y": 612.3634,
"z": 2.7925675
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 162.60202,
"y": 616.4015,
"z": -2.593199
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 163.23643,
"y": 625.6627,
"z": -6.111555
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 162.76128,
"y": 631.11237,
"z": -1.81735
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 162.713,
"y": 635.97205,
"z": -0.102419935
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 156.32613,
"y": 632.72687,
"z": 2.112656
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 169.30608,
"y": 632.82666,
"z": 3.2767885
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 162.60547,
"y": 633.139,
"z": -0.3985627
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 167.37512,
"y": 626.3417,
"z": 0.4709497
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 158.28201,
"y": 626.32385,
"z": -0.33060837
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 162.95328,
"y": 627.6772,
"z": -2.274312
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 154.78133,
"y": 615.45197,
"z": -1.1218879
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 157.53444,
"y": 616.71783,
"z": 0.4013551
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 154.241,
"y": 617.2583,
"z": 0.036295325
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 151.47179,
"y": 616.31555,
"z": 1.2245415
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 154.49284,
"y": 616.4605,
"z": -0.36536974
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 170.37642,
"y": 615.28827,
"z": 0.17159419
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 173.27669,
"y": 616.0852,
"z": 3.034934
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 170.64774,
"y": 617.0227,
"z": 1.3369238
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 167.42053,
"y": 616.46484,
"z": 1.1838416
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 170.49527,
"y": 616.2964,
"z": 0.94442666
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 154.2039,
"y": 611.066,
"z": -2.488144
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 171.10452,
"y": 610.89124,
"z": -1.0797417
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 143.1944,
"y": 621.92914,
"z": 19.255266
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 178.58842,
"y": 621.57556,
"z": 22.16954
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 162.79958,
"y": 612.86237,
"z": -3.374796
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 162.60443,
"y": 642.8849,
"z": 2.9109187
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 145.45813,
"y": 632.58435,
"z": 14.245154
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 177.42409,
"y": 632.2627,
"z": 16.89639
}
}
],
"rollAngle": -0.05644169,
"panAngle": 4.77338,
"tiltAngle": -6.6069713,
"detectionConfidence": 0.9066574,
"landmarkingConfidence": 0.65067416,
"joyLikelihood": "LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"y": 775
},
{
"x": 50,
"y": 775
},
{
"x": 50,
"y": 845
},
{
"y": 845
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"y": 789
},
{
"x": 40,
"y": 789
},
{
"x": 40,
"y": 839
},
{
"y": 839
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 9.44545,
"y": 805.32697,
"z": -0.000376314
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 25.187496,
"y": 805.0789,
"z": -2.9073818
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 2.8569436,
"y": 802.06213,
"z": 3.1122916
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 12.734727,
"y": 801.6754,
"z": -3.935094
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 21.541782,
"y": 801.2612,
"z": -5.4948335
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 32.892887,
"y": 801.3544,
"z": -2.2571118
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 17.23887,
"y": 805.4037,
"z": -5.2427707
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 17.157047,
"y": 815.82135,
"z": -11.383871
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 17.40347,
"y": 823.00494,
"z": -7.608257
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 17.54466,
"y": 828.513,
"z": -6.773101
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 10.755174,
"y": 824.75977,
"z": -1.6201744
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 24.727262,
"y": 824.0461,
"z": -4.244871
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 17.566563,
"y": 825.03394,
"z": -6.4895744
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 22.551949,
"y": 817.39966,
"z": -5.3948045
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 12.482851,
"y": 817.7594,
"z": -3.6413305
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 17.39296,
"y": 818.8933,
"z": -7.411078
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 8.463234,
"y": 804.665,
"z": -1.0212206
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 12.430323,
"y": 805.9224,
"z": -0.524917
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 9.147541,
"y": 806.68616,
"z": -0.19328272
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 5.408014,
"y": 806.2533,
"z": 2.3324127
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 8.300597,
"y": 806.0101,
"z": -0.2794416
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 26.478632,
"y": 804.14575,
"z": -4.2191834
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 30.003042,
"y": 805.3821,
"z": -2.1910274
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 25.618402,
"y": 806.46454,
"z": -3.3482502
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 22.471899,
"y": 805.6212,
"z": -2.4020636
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 26.804989,
"y": 805.4743,
"z": -3.6009352
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 7.451539,
"y": 799.3929,
"z": -1.4075998
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 27.045803,
"y": 798.8202,
"z": -4.8946567
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 1.3327119,
"y": 817.074,
"z": 23.593681
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 42.495007,
"y": 816.373,
"z": 16.460958
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 16.923386,
"y": 800.9351,
"z": -5.36387
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 18.017488,
"y": 836.989,
"z": -4.841601
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 2.1299756,
"y": 828.28424,
"z": 15.055005
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 39.258015,
"y": 827.17377,
"z": 8.496004
}
}
],
"rollAngle": -0.90111166,
"panAngle": -10.046645,
"tiltAngle": 4.360975,
"detectionConfidence": 0.5212845,
"landmarkingConfidence": 0.77563965,
"joyLikelihood": "VERY_UNLIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 1084,
"y": 587
},
{
"x": 1136,
"y": 587
},
{
"x": 1136,
"y": 647
},
{
"x": 1084,
"y": 647
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 1086,
"y": 599
},
{
"x": 1136,
"y": 599
},
{
"x": 1136,
"y": 649
},
{
"x": 1086,
"y": 649
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 1103.1494,
"y": 615.9398,
"z": -0.00030226746
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 1119.4436,
"y": 616.004,
"z": 1.2644669
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 1098.2639,
"y": 612.62115,
"z": 0.7118915
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 1107.7429,
"y": 612.97485,
"z": -3.0438356
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 1115.4714,
"y": 612.998,
"z": -2.4466968
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 1124.2589,
"y": 612.4581,
"z": 2.7371066
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 1111.526,
"y": 616.3287,
"z": -2.64513
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 1112.003,
"y": 625.56635,
"z": -6.2963905
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 1111.5496,
"y": 631.08545,
"z": -2.0938888
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 1111.6388,
"y": 635.8707,
"z": -0.4778046
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 1104.7886,
"y": 632.5423,
"z": 1.9178736
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 1118.2169,
"y": 632.6717,
"z": 2.957793
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 1111.5945,
"y": 633.1304,
"z": -0.7185989
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 1116.2986,
"y": 626.33496,
"z": 0.26558176
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 1106.956,
"y": 626.4683,
"z": -0.4715333
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 1111.8385,
"y": 627.68207,
"z": -2.4978309
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 1103.6736,
"y": 615.42554,
"z": -1.1166139
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 1106.3652,
"y": 616.6387,
"z": 0.3687765
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1103.1188,
"y": 617.18243,
"z": 0.00706297
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 1100.377,
"y": 616.3183,
"z": 1.2290893
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 1103.3827,
"y": 616.4413,
"z": -0.38174203
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 1119.2394,
"y": 615.32043,
"z": 0.09619149
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 1122.1475,
"y": 616.1706,
"z": 2.9303343
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1119.535,
"y": 617.1639,
"z": 1.2372221
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 1116.2594,
"y": 616.5916,
"z": 1.1087201
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 1119.3568,
"y": 616.3417,
"z": 0.8441581
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1103.0964,
"y": 611.0249,
"z": -2.4088795
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1119.9634,
"y": 610.9105,
"z": -1.089526
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 1092.1924,
"y": 622.17834,
"z": 19.173277
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 1127.524,
"y": 621.93335,
"z": 21.914167
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 1111.6656,
"y": 612.8208,
"z": -3.366522
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 1111.4312,
"y": 642.8617,
"z": 2.4187932
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 1094.399,
"y": 632.73,
"z": 14.000694
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 1126.312,
"y": 632.5337,
"z": 16.491985
}
}
],
"rollAngle": 0.039737392,
"panAngle": 4.4830046,
"tiltAngle": -5.6949773,
"detectionConfidence": 0.912212,
"landmarkingConfidence": 0.6687062,
"joyLikelihood": "LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 269,
"y": 579
},
{
"x": 327,
"y": 579
},
{
"x": 327,
"y": 647
},
{
"x": 269,
"y": 647
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 273,
"y": 593
},
{
"x": 323,
"y": 593
},
{
"x": 323,
"y": 643
},
{
"x": 273,
"y": 643
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 287.74353,
"y": 610.9183,
"z": -0.0003645803
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 304.66626,
"y": 609.56805,
"z": -1.5985844
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 281.34665,
"y": 607.1313,
"z": 2.2517571
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 291.35828,
"y": 606.41437,
"z": -3.8385375
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 299.9465,
"y": 605.86725,
"z": -4.6463947
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 310.8961,
"y": 605.28534,
"z": -0.51671153
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 295.87735,
"y": 609.93225,
"z": -4.5208983
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 296.1469,
"y": 620.25085,
"z": -9.810123
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 296.9852,
"y": 626.79456,
"z": -5.67281
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 297.27856,
"y": 632.1725,
"z": -4.467164
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 289.83615,
"y": 629.3094,
"z": -0.0837858
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 305.34152,
"y": 627.89667,
"z": -1.3081915
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 297.11053,
"y": 629.18787,
"z": -4.387198
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 301.80386,
"y": 621.08746,
"z": -3.3859632
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 291.56363,
"y": 622.08704,
"z": -2.4295216
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 296.69318,
"y": 623.1298,
"z": -5.726897
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 287.2186,
"y": 609.7428,
"z": -1.1632245
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 290.93936,
"y": 611.25305,
"z": -0.23934689
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 287.51743,
"y": 612.3342,
"z": -0.13741036
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 284.04596,
"y": 611.25867,
"z": 1.9762813
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 287.07666,
"y": 611.0014,
"z": -0.4020125
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 304.88754,
"y": 608.61,
"z": -2.8168092
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 308.55432,
"y": 609.466,
"z": -0.36863184
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 305.00192,
"y": 610.90424,
"z": -1.7943081
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 301.6354,
"y": 610.1755,
"z": -1.2327123
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 305.21948,
"y": 609.82324,
"z": -2.1238027
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 286.05884,
"y": 604.62164,
"z": -1.9632375
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 305.2393,
"y": 603.39954,
"z": -3.7602503
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 278.77325,
"y": 620.4169,
"z": 22.90279
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 318.98175,
"y": 617.90186,
"z": 19.176542
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 295.57663,
"y": 605.92285,
"z": -4.915336
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 297.70636,
"y": 640.8982,
"z": -2.0282114
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 280.7372,
"y": 631.66864,
"z": 15.435458
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 317.04388,
"y": 629.36926,
"z": 12.035023
}
}
],
"rollAngle": -3.6039069,
"panAngle": -5.334205,
"tiltAngle": 0.4313227,
"detectionConfidence": 0.6658759,
"landmarkingConfidence": 0.7658857,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 907,
"y": 181
},
{
"x": 958,
"y": 181
},
{
"x": 958,
"y": 240
},
{
"x": 907,
"y": 240
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 912,
"y": 191
},
{
"x": 962,
"y": 191
},
{
"x": 962,
"y": 241
},
{
"x": 912,
"y": 241
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 927.82983,
"y": 207.6198,
"z": -0.0002032446
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 942.75415,
"y": 208.42209,
"z": 1.946341
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 922.42944,
"y": 204.8614,
"z": 0.74643886
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 932.4503,
"y": 204.64821,
"z": -2.552439
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 939.372,
"y": 205.14607,
"z": -1.5860665
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 948.1723,
"y": 205.78091,
"z": 4.050025
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 935.9558,
"y": 207.64159,
"z": -2.2746217
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 935.5608,
"y": 217.13725,
"z": -6.6541567
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 934.9865,
"y": 222.29156,
"z": -2.98948
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 934.38806,
"y": 228.62502,
"z": -1.7107949
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 928.0618,
"y": 223.84406,
"z": 0.49701843
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 941.1175,
"y": 224.84695,
"z": 2.1762106
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 934.6343,
"y": 224.72046,
"z": -1.8043699
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 939.63586,
"y": 218.42477,
"z": -0.055718333
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 930.6411,
"y": 217.6572,
"z": -1.2302669
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 935.26654,
"y": 219.47156,
"z": -3.0839717
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 927.8824,
"y": 206.87727,
"z": -1.0567558
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 930.85736,
"y": 208.16748,
"z": 0.44126782
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 927.6072,
"y": 208.84758,
"z": -0.13532765
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 924.4029,
"y": 207.8478,
"z": 1.0085838
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 927.5082,
"y": 207.9171,
"z": -0.44109482
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 943.1518,
"y": 207.73111,
"z": 0.925607
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 945.8246,
"y": 208.96042,
"z": 3.766816
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 942.8484,
"y": 209.48422,
"z": 1.8351853
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 940.0449,
"y": 208.53238,
"z": 1.6384972
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 943.1845,
"y": 208.79216,
"z": 1.5818149
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 927.6003,
"y": 202.45906,
"z": -1.981634
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 944.1596,
"y": 203.38338,
"z": 0.17208838
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 915.09546,
"y": 214.6135,
"z": 17.736794
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 949.80756,
"y": 216.55309,
"z": 22.207325
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 936.0165,
"y": 204.58833,
"z": -2.6489196
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 933.9399,
"y": 234.71254,
"z": 0.4347748
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 917.0133,
"y": 224.71983,
"z": 11.826655
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 948.3915,
"y": 226.47433,
"z": 15.894719
}
}
],
"rollAngle": 3.2904215,
"panAngle": 7.3773055,
"tiltAngle": -0.6554351,
"detectionConfidence": 0.56088495,
"landmarkingConfidence": 0.7422519,
"joyLikelihood": "POSSIBLE",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 457,
"y": 581
},
{
"x": 509,
"y": 581
},
{
"x": 509,
"y": 642
},
{
"x": 457,
"y": 642
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 458,
"y": 592
},
{
"x": 508,
"y": 592
},
{
"x": 508,
"y": 642
},
{
"x": 458,
"y": 642
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 475.40887,
"y": 608.8929,
"z": -0.00016314177
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 491.67834,
"y": 608.1948,
"z": 0.44959873
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 470.44827,
"y": 605.09424,
"z": 1.4063617
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 479.95102,
"y": 604.7674,
"z": -2.90373
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 487.84875,
"y": 604.5724,
"z": -2.6848693
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 496.87787,
"y": 604.6347,
"z": 2.1294634
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 484.004,
"y": 607.98615,
"z": -3.1070383
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 484.3187,
"y": 617.20514,
"z": -7.95797
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 484.07074,
"y": 622.4327,
"z": -4.3762364
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 484.20035,
"y": 628.37714,
"z": -3.3154333
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 477.10577,
"y": 625.02423,
"z": -0.09723365
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 490.7011,
"y": 624.7905,
"z": 0.17148973
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 484.1203,
"y": 625.468,
"z": -3.2277899
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 488.85086,
"y": 618.3004,
"z": -1.6261041
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 478.98163,
"y": 618.5037,
"z": -1.8427624
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 484.13718,
"y": 619.68066,
"z": -4.353589
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 475.85492,
"y": 607.59344,
"z": -1.0541377
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 479.0087,
"y": 609.01196,
"z": 0.14329612
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 475.3554,
"y": 609.9024,
"z": -0.14570533
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 472.6481,
"y": 608.85114,
"z": 1.372269
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 475.61252,
"y": 608.6972,
"z": -0.42891002
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 491.68784,
"y": 607.3052,
"z": -0.6183988
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 494.7992,
"y": 608.4465,
"z": 1.9743005
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 491.87167,
"y": 609.2372,
"z": 0.2815685
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 489.02615,
"y": 608.5864,
"z": 0.4350065
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 491.8602,
"y": 608.39655,
"z": 0.003814551
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 475.1423,
"y": 602.96814,
"z": -1.773407
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 492.30432,
"y": 602.66833,
"z": -1.3083142
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 465.43835,
"y": 617.0692,
"z": 19.102451
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 501.38367,
"y": 616.4321,
"z": 20.119398
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 483.81046,
"y": 604.48236,
"z": -3.4015133
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 484.29037,
"y": 635.4756,
"z": -1.2638165
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 467.5262,
"y": 627.00714,
"z": 12.510797
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 499.98804,
"y": 626.4386,
"z": 13.397795
}
}
],
"rollAngle": -1.0579201,
"panAngle": 1.5723447,
"tiltAngle": 1.264284,
"detectionConfidence": 0.7366219,
"landmarkingConfidence": 0.62484646,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 20,
"y": 701
},
{
"x": 84,
"y": 701
},
{
"x": 84,
"y": 776
},
{
"x": 20,
"y": 776
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 30,
"y": 717
},
{
"x": 80,
"y": 717
},
{
"x": 80,
"y": 767
},
{
"x": 30,
"y": 767
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 41.444923,
"y": 736.1976,
"z": -7.2436414e-06
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 61.236065,
"y": 734.31537,
"z": -0.2508385
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 34.83692,
"y": 732.0323,
"z": 2.0333238
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 46.26765,
"y": 731.0422,
"z": -3.7216873
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 55.629257,
"y": 730.24176,
"z": -3.853626
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 67.19865,
"y": 729.57434,
"z": 1.5909383
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 51.529804,
"y": 734.54083,
"z": -4.208266
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 52.08639,
"y": 745.4246,
"z": -10.232318
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 52.528496,
"y": 753.33734,
"z": -5.904203
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 52.860497,
"y": 759.79175,
"z": -4.6869054
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 44.553913,
"y": 755.9391,
"z": -0.44180086
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 60.929634,
"y": 754.8711,
"z": -0.7281118
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 52.701374,
"y": 755.8812,
"z": -4.5638146
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 57.94423,
"y": 746.5932,
"z": -2.7862983
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 46.685997,
"y": 747.4121,
"z": -2.6829684
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 52.34105,
"y": 748.80725,
"z": -5.871852
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 41.513344,
"y": 734.6817,
"z": -1.2779241
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 44.78488,
"y": 736.1661,
"z": 0.05496932
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 41.374535,
"y": 737.4513,
"z": -0.19561501
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 37.81764,
"y": 736.4598,
"z": 1.8370122
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 41.326633,
"y": 736.05334,
"z": -0.50104743
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 60.906322,
"y": 733.1994,
"z": -1.5390124
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 64.90218,
"y": 734.37195,
"z": 1.4628836
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 61.485252,
"y": 735.59906,
"z": -0.45697016
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 57.993397,
"y": 734.94385,
"z": -0.10865541
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 61.226616,
"y": 734.52997,
"z": -0.7876346
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 40.262905,
"y": 729.07404,
"z": -2.0686173
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 61.27736,
"y": 727.47864,
"z": -2.3582814
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 30.42904,
"y": 747.2145,
"z": 23.886583
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 74.45738,
"y": 743.8897,
"z": 23.296549
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 50.905853,
"y": 730.2937,
"z": -4.5240197
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 53.820396,
"y": 768.23315,
"z": -2.2428696
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 33.38496,
"y": 759.1847,
"z": 15.561667
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 73.133736,
"y": 756.16235,
"z": 15.021578
}
}
],
"rollAngle": -4.332769,
"panAngle": -0.774487,
"tiltAngle": 1.805878,
"detectionConfidence": 0.57139623,
"landmarkingConfidence": 0.8008556,
"joyLikelihood": "VERY_UNLIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 1406,
"y": 18
},
{
"x": 1459,
"y": 18
},
{
"x": 1459,
"y": 80
},
{
"x": 1406,
"y": 80
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 1408,
"y": 29
},
{
"x": 1458,
"y": 29
},
{
"x": 1458,
"y": 79
},
{
"x": 1408,
"y": 79
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 1424.3612,
"y": 46.372665,
"z": 0.00031488697
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 1440.6382,
"y": 45.685036,
"z": -0.15303338
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 1419.1239,
"y": 42.605724,
"z": 1.6979389
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 1428.6432,
"y": 42.135468,
"z": -3.0550299
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 1436.4333,
"y": 42.07828,
"z": -3.1243882
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 1446.0747,
"y": 41.940216,
"z": 1.4249393
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 1432.7047,
"y": 45.489723,
"z": -3.4608176
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 1432.9739,
"y": 54.624386,
"z": -8.57574
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 1432.9073,
"y": 59.902756,
"z": -5.035587
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 1433.0887,
"y": 66.63126,
"z": -4.030401
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 1425.9431,
"y": 62.619263,
"z": -0.43257028
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 1439.7966,
"y": 62.589764,
"z": -0.7033534
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 1432.9792,
"y": 63.175102,
"z": -3.910798
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 1438.0186,
"y": 55.86477,
"z": -2.2974966
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 1427.9542,
"y": 55.966797,
"z": -2.2271245
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 1432.9921,
"y": 57.23887,
"z": -4.9536843
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 1424.5568,
"y": 45.059845,
"z": -1.0572788
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 1427.7535,
"y": 46.490227,
"z": 0.018097468
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1424.2778,
"y": 47.316414,
"z": -0.17791843
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 1421.4033,
"y": 46.40306,
"z": 1.5102596
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 1424.3473,
"y": 46.18846,
"z": -0.43703458
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 1440.6993,
"y": 44.650696,
"z": -1.2177545
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 1443.9833,
"y": 45.83496,
"z": 1.2785053
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1440.9005,
"y": 46.68058,
"z": -0.34483406
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 1438.1805,
"y": 45.94875,
"z": -0.051951397
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 1440.915,
"y": 45.770668,
"z": -0.60897404
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1423.7603,
"y": 40.342033,
"z": -1.680994
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1441.2578,
"y": 39.913002,
"z": -1.860448
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 1414.7819,
"y": 55.170387,
"z": 19.713442
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 1451.4431,
"y": 54.263397,
"z": 19.366682
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 1432.5382,
"y": 41.79289,
"z": -3.6990738
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 1433.344,
"y": 73.43597,
"z": -2.0934935
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 1416.7245,
"y": 65.16786,
"z": 12.732798
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 1449.8378,
"y": 64.35363,
"z": 12.398119
}
}
],
"rollAngle": -1.4187503,
"panAngle": -0.5731468,
"tiltAngle": 2.3063967,
"detectionConfidence": 0.68996215,
"landmarkingConfidence": 0.61085945,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"y": 276
},
{
"x": 52,
"y": 276
},
{
"x": 52,
"y": 353
},
{
"y": 353
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"y": 292
},
{
"x": 49,
"y": 292
},
{
"x": 49,
"y": 347
},
{
"y": 347
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 10.197232,
"y": 309.68204,
"z": -4.4897268e-05
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 32.279243,
"y": 310.7211,
"z": 2.1324363
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 4.1470833,
"y": 304.9354,
"z": 1.8707899
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 16.972342,
"y": 304.79636,
"z": -2.895046
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 26.739845,
"y": 305.48904,
"z": -1.9576832
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 37.78073,
"y": 306.70386,
"z": 4.901499
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 21.822504,
"y": 309.37973,
"z": -3.098787
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 22.128916,
"y": 320.27277,
"z": -9.8520355
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 21.163141,
"y": 328.04584,
"z": -5.88374
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 20.478895,
"y": 335.22568,
"z": -5.0243983
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 10.999467,
"y": 329.8665,
"z": -1.1262493
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 29.655197,
"y": 330.9428,
"z": 0.5055569
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 20.701828,
"y": 330.90155,
"z": -4.685714
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 28.019165,
"y": 322.8236,
"z": -1.4128433
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 14.565543,
"y": 321.3644,
"z": -2.7037957
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 21.516703,
"y": 323.28275,
"z": -5.590236
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 11.617541,
"y": 308.23468,
"z": -1.1942956
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 15.172405,
"y": 310.16656,
"z": 0.49278957
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 10.2833185,
"y": 311.0066,
"z": -0.24036174
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 6.8146534,
"y": 309.82175,
"z": 1.5492883
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 11.163555,
"y": 309.6206,
"z": -0.5571245
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 31.346151,
"y": 309.33646,
"z": 0.7469589
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 34.910904,
"y": 311.25003,
"z": 4.1980762
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 31.811913,
"y": 312.28525,
"z": 1.7287194
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 27.285368,
"y": 310.86444,
"z": 1.6625656
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 31.396437,
"y": 310.7577,
"z": 1.4002199
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 11.171158,
"y": 302.34976,
"z": -1.7845199
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 32.535164,
"y": 303.5499,
"z": 0.30922446
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": -4.049768,
"y": 320.63187,
"z": 22.29289
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 40.705418,
"y": 323.13876,
"z": 26.722118
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 22.003387,
"y": 304.88437,
"z": -3.18672
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 19.848633,
"y": 343.7378,
"z": -3.127364
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": -1.6444073,
"y": 332.67447,
"z": 13.433452
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 38.731102,
"y": 334.9201,
"z": 17.414848
}
}
],
"rollAngle": 2.689571,
"panAngle": 5.6397343,
"tiltAngle": 5.0311737,
"detectionConfidence": 0.9957056,
"landmarkingConfidence": 0.6530281,
"joyLikelihood": "POSSIBLE",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 1046,
"y": 841
},
{
"x": 1100,
"y": 841
},
{
"x": 1100,
"y": 903
},
{
"x": 1046,
"y": 903
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 1047,
"y": 853
},
{
"x": 1097,
"y": 853
},
{
"x": 1097,
"y": 903
},
{
"x": 1047,
"y": 903
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 1062.8826,
"y": 869.27856,
"z": -0.0005082583
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 1079.4581,
"y": 868.72144,
"z": -2.145971
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 1057.6738,
"y": 865.5892,
"z": 2.34891
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 1066.6328,
"y": 865.15894,
"z": -3.5687604
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 1074.2771,
"y": 865.2128,
"z": -4.5964246
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 1084.6781,
"y": 865.02026,
"z": -1.1878124
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 1070.6147,
"y": 868.33044,
"z": -4.458319
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 1070.2925,
"y": 877.51855,
"z": -9.518722
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 1070.7819,
"y": 884.25275,
"z": -5.9718776
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 1070.8599,
"y": 889.322,
"z": -5.017509
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 1064.7253,
"y": 886.22656,
"z": -0.7929168
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 1078.3286,
"y": 885.9428,
"z": -2.3934624
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 1070.688,
"y": 886.34595,
"z": -4.880594
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 1076.0099,
"y": 878.91046,
"z": -3.8457959
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 1065.9814,
"y": 879.0764,
"z": -2.6327987
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 1070.6818,
"y": 880.18524,
"z": -5.9205937
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 1062.7877,
"y": 868.09546,
"z": -1.0643214
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 1065.7126,
"y": 869.575,
"z": -0.33462134
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1062.6543,
"y": 870.2589,
"z": -0.17060041
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 1059.9244,
"y": 869.42816,
"z": 1.8974218
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 1062.6357,
"y": 869.2382,
"z": -0.39722714
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 1078.9541,
"y": 867.7429,
"z": -3.1814678
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 1082.5404,
"y": 868.93787,
"z": -1.0657041
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1079.5021,
"y": 869.81244,
"z": -2.30625
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 1076.0947,
"y": 869.1895,
"z": -1.6521977
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 1079.221,
"y": 868.87726,
"z": -2.5937438
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1061.9253,
"y": 863.3448,
"z": -1.6096084
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1079.4391,
"y": 862.9701,
"z": -3.9071763
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 1055.4454,
"y": 878.1771,
"z": 21.002317
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 1092.1567,
"y": 877.3708,
"z": 16.190742
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 1070.4655,
"y": 864.8435,
"z": -4.6895113
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 1071.3712,
"y": 896.7717,
"z": -3.0272806
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 1056.5275,
"y": 888.3158,
"z": 13.800835
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 1089.6863,
"y": 887.5991,
"z": 9.452294
}
}
],
"rollAngle": -0.95326436,
"panAngle": -7.470989,
"tiltAngle": 2.1942341,
"detectionConfidence": 0.57622206,
"landmarkingConfidence": 0.49709535,
"joyLikelihood": "LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 1266,
"y": 580
},
{
"x": 1325,
"y": 580
},
{
"x": 1325,
"y": 649
},
{
"x": 1266,
"y": 649
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 1272,
"y": 594
},
{
"x": 1322,
"y": 594
},
{
"x": 1322,
"y": 644
},
{
"x": 1272,
"y": 644
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 1290.1317,
"y": 612.10706,
"z": -6.842254e-05
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 1306.5862,
"y": 609.98956,
"z": 2.9871166
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 1282.4305,
"y": 609.03766,
"z": 0.5340139
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 1293.7494,
"y": 607.2462,
"z": -2.7230349
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 1302.2732,
"y": 606.0736,
"z": -1.1989186
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 1311.8004,
"y": 604.9346,
"z": 5.7452445
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 1298.5499,
"y": 610.38074,
"z": -2.248855
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 1300.664,
"y": 620.75854,
"z": -7.584283
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 1300.8105,
"y": 627.2808,
"z": -3.461601
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 1301.8231,
"y": 633.68207,
"z": -2.2147098
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 1293.1879,
"y": 630.4173,
"z": 0.14184746
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 1306.9387,
"y": 628.7145,
"z": 2.387899
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 1301.0426,
"y": 629.94385,
"z": -2.169648
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 1304.4309,
"y": 621.34424,
"z": 0.031875324
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 1294.9503,
"y": 622.55096,
"z": -1.6079152
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 1300.586,
"y": 623.3942,
"z": -3.511865
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 1289.2482,
"y": 610.9737,
"z": -1.2817584
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 1292.9861,
"y": 611.81506,
"z": 0.5933212
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1289.8959,
"y": 613.32,
"z": -0.26197094
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 1285.6477,
"y": 612.94104,
"z": 0.8658291
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 1288.992,
"y": 612.2653,
"z": -0.57943547
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 1306.8058,
"y": 608.61334,
"z": 1.8496875
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 1309.9784,
"y": 609.5286,
"z": 5.263529
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1306.8228,
"y": 611.18494,
"z": 2.849109
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 1303.1328,
"y": 610.5317,
"z": 2.4438457
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 1307.0212,
"y": 609.8442,
"z": 2.614961
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1287.9067,
"y": 605.8542,
"z": -2.2559018
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1306.9802,
"y": 603.2878,
"z": 1.1392456
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 1275.4117,
"y": 623.2772,
"z": 19.68925
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 1315.3191,
"y": 617.88806,
"z": 26.795202
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 1298.0627,
"y": 606.4185,
"z": -2.6208029
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 1302.5808,
"y": 641.7228,
"z": 0.17266229
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 1280.1382,
"y": 634.22943,
"z": 12.682789
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 1316.2413,
"y": 629.36847,
"z": 19.114098
}
}
],
"rollAngle": -7.7897277,
"panAngle": 10.015388,
"tiltAngle": 0.6287892,
"detectionConfidence": 0.9431585,
"landmarkingConfidence": 0.63174397,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 939,
"y": 145
},
{
"x": 996,
"y": 145
},
{
"x": 996,
"y": 211
},
{
"x": 939,
"y": 211
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 941,
"y": 162
},
{
"x": 991,
"y": 162
},
{
"x": 991,
"y": 212
},
{
"x": 941,
"y": 212
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 961.7905,
"y": 178.16127,
"z": -0.00015722777
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 979.60406,
"y": 180.26904,
"z": 2.353572
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 957.30084,
"y": 173.76707,
"z": 0.15932107
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 967.85095,
"y": 175.77853,
"z": -3.360639
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 976.61237,
"y": 176.63678,
"z": -2.2795327
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 985.3997,
"y": 176.72372,
"z": 3.8084974
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 971.43463,
"y": 179.89532,
"z": -2.3216035
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 971.32477,
"y": 189.90567,
"z": -5.211324
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 969.8159,
"y": 195.53241,
"z": -0.10573622
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 968.7743,
"y": 200.7486,
"z": 2.2700574
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 960.42206,
"y": 196.06624,
"z": 4.305493
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 975.92773,
"y": 197.36331,
"z": 5.8630385
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 969.3972,
"y": 197.63573,
"z": 1.6519494
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 975.54443,
"y": 190.89233,
"z": 2.3178573
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 964.947,
"y": 189.44972,
"z": 0.8689421
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 970.61884,
"y": 191.9378,
"z": -0.9064837
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 962.9804,
"y": 177.71739,
"z": -1.2404984
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 965.91473,
"y": 179.21512,
"z": 0.6703043
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 961.76526,
"y": 179.52989,
"z": 0.20414725
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 959.1202,
"y": 177.97934,
"z": 1.2253466
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 962.49414,
"y": 178.68015,
"z": -0.3621579
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 979.7286,
"y": 179.47278,
"z": 0.9749716
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 982.61816,
"y": 180.42741,
"z": 4.3166056
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 979.3187,
"y": 181.53049,
"z": 2.4262435
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 976.1675,
"y": 180.35284,
"z": 2.016508
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 979.6784,
"y": 180.48927,
"z": 1.889205
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 963.0256,
"y": 173.04279,
"z": -3.1734962
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 981.1917,
"y": 174.95168,
"z": -0.78344595
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 948.51056,
"y": 180.81248,
"z": 20.926731
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 986.8382,
"y": 184.96477,
"z": 25.859268
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 972.0899,
"y": 176.19669,
"z": -3.5062776
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 967.5053,
"y": 207.78372,
"z": 6.116188
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 949.9612,
"y": 193.22557,
"z": 16.547363
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 984.3262,
"y": 196.76732,
"z": 21.1047
}
}
],
"rollAngle": 7.513951,
"panAngle": 7.6732717,
"tiltAngle": -11.662095,
"detectionConfidence": 0.65418655,
"landmarkingConfidence": 0.62740827,
"joyLikelihood": "POSSIBLE",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 452,
"y": 15
},
{
"x": 512,
"y": 15
},
{
"x": 512,
"y": 85
},
{
"x": 452,
"y": 85
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 458,
"y": 29
},
{
"x": 508,
"y": 29
},
{
"x": 508,
"y": 79
},
{
"x": 458,
"y": 79
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 473.71588,
"y": 46.20236,
"z": 0.00034407905
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 490.2088,
"y": 46.448696,
"z": -0.5583343
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 466.91452,
"y": 42.377674,
"z": 1.9179935
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 477.35455,
"y": 42.372578,
"z": -3.5985277
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 486.40756,
"y": 42.523533,
"z": -3.8740883
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 497.1968,
"y": 42.28817,
"z": 0.9572903
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 481.93866,
"y": 46.05088,
"z": -4.0558558
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 481.7016,
"y": 56.35869,
"z": -9.560151
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 481.8068,
"y": 63.401146,
"z": -5.362133
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 482.02167,
"y": 68.96392,
"z": -4.145994
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 476.1909,
"y": 66.40237,
"z": -0.6538742
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 488.16202,
"y": 66.295845,
"z": -1.0261295
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 481.90204,
"y": 66.04562,
"z": -4.0336094
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 486.40012,
"y": 58.408394,
"z": -2.8326812
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 477.36426,
"y": 58.56234,
"z": -2.4956167
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 481.7282,
"y": 59.48647,
"z": -5.387526
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 472.8232,
"y": 45.433235,
"z": -1.1430405
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 477.00854,
"y": 46.928364,
"z": -0.035214465
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 473.4224,
"y": 47.66685,
"z": -0.13968863
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 469.31885,
"y": 46.798378,
"z": 1.8279555
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 472.56015,
"y": 46.731377,
"z": -0.33537176
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 491.047,
"y": 45.365868,
"z": -1.7396177
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 494.67297,
"y": 46.76077,
"z": 0.9843976
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 490.52716,
"y": 47.840347,
"z": -0.7252002
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 486.9412,
"y": 46.841095,
"z": -0.37765032
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 491.26736,
"y": 46.670734,
"z": -0.9695953
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 471.98578,
"y": 40.151405,
"z": -1.9575264
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 491.79605,
"y": 40.07656,
"z": -2.60276
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 462.02545,
"y": 56.07354,
"z": 22.775274
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 503.4624,
"y": 55.91053,
"z": 21.415564
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 481.82892,
"y": 42.056923,
"z": -4.410192
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 482.0652,
"y": 77.873344,
"z": -1.5715365
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 463.79556,
"y": 67.733765,
"z": 15.1108675
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 501.307,
"y": 67.58745,
"z": 13.886284
}
}
],
"rollAngle": -0.21597774,
"panAngle": -1.8657968,
"tiltAngle": 0.80422026,
"detectionConfidence": 0.95189893,
"landmarkingConfidence": 0.82395196,
"joyLikelihood": "VERY_UNLIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 722,
"y": 658
},
{
"x": 772,
"y": 658
},
{
"x": 772,
"y": 717
},
{
"x": 722,
"y": 717
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 729,
"y": 668
},
{
"x": 779,
"y": 668
},
{
"x": 779,
"y": 718
},
{
"x": 729,
"y": 718
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 742.99927,
"y": 683.0716,
"z": -4.296095e-05
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 757.84247,
"y": 683.6824,
"z": 3.138315
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 737.4553,
"y": 679.96747,
"z": 0.8183543
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 747.3571,
"y": 679.285,
"z": -1.5546205
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 754.5998,
"y": 679.54724,
"z": -0.021914743
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 762.5198,
"y": 680.5781,
"z": 6.0920076
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 751.1157,
"y": 682.31396,
"z": -1.4798568
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 751.91797,
"y": 690.5655,
"z": -7.137686
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 751.15576,
"y": 697.0924,
"z": -4.523207
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 750.73505,
"y": 701.49695,
"z": -4.189595
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 744.18353,
"y": 699.205,
"z": -2.0583408
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 756.1391,
"y": 699.5405,
"z": 0.40554824
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 750.8841,
"y": 699.1159,
"z": -3.7597325
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 754.6814,
"y": 692.8208,
"z": -0.76822287
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 746.8298,
"y": 692.77045,
"z": -2.526388
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 751.1317,
"y": 693.4705,
"z": -4.0856624
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 743.0793,
"y": 681.9892,
"z": -0.8649307
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 745.609,
"y": 683.3505,
"z": 0.6428097
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 742.8168,
"y": 684.1244,
"z": -0.30176908
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 739.5156,
"y": 683.2677,
"z": 0.7109716
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 742.6975,
"y": 683.1107,
"z": -0.4339206
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 758.01984,
"y": 682.54877,
"z": 2.293488
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 760.4711,
"y": 684.0974,
"z": 5.110613
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 757.958,
"y": 684.6734,
"z": 2.867924
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 754.92957,
"y": 683.6682,
"z": 2.5602694
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 758.0337,
"y": 683.6852,
"z": 2.78983
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 742.6274,
"y": 677.4814,
"z": -1.0815511
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 758.83185,
"y": 678.0801,
"z": 2.345767
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 729.34015,
"y": 693.0058,
"z": 15.091201
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 763.2865,
"y": 694.25903,
"z": 22.25485
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 751.0965,
"y": 679.14154,
"z": -1.321246
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 750.3709,
"y": 709.1011,
"z": -3.1404953
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 732.2532,
"y": 701.8475,
"z": 7.944765
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 762.9225,
"y": 702.9758,
"z": 14.434411
}
}
],
"rollAngle": 0.2860404,
"panAngle": 12.0735855,
"tiltAngle": 8.634004,
"detectionConfidence": 0.5083016,
"landmarkingConfidence": 0.64961845,
"joyLikelihood": "VERY_UNLIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 1280,
"y": 984
},
{
"x": 1336,
"y": 984
},
{
"x": 1336,
"y": 1050
},
{
"x": 1280,
"y": 1050
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 1283,
"y": 997
},
{
"x": 1333,
"y": 997
},
{
"x": 1333,
"y": 1047
},
{
"x": 1283,
"y": 1047
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 1300.2004,
"y": 1014.4579,
"z": -3.270148e-05
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 1316.7582,
"y": 1013.31995,
"z": 0.262659
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 1294.0596,
"y": 1010.93695,
"z": 1.467812
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 1304.0793,
"y": 1010.1332,
"z": -3.2374759
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 1312.3497,
"y": 1009.543,
"z": -3.1082478
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 1322.3765,
"y": 1009.05,
"z": 1.9764688
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 1308.4106,
"y": 1013.26465,
"z": -3.465976
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 1309.19,
"y": 1023.9074,
"z": -8.670278
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 1309.5375,
"y": 1030.0505,
"z": -4.6525397
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 1309.8496,
"y": 1034.6716,
"z": -3.5465858
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 1302.4573,
"y": 1032.0178,
"z": -0.058057822
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 1316.856,
"y": 1031.1466,
"z": 0.16742775
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 1309.6472,
"y": 1032.1499,
"z": -3.4337957
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 1314.3612,
"y": 1024.3984,
"z": -1.8433739
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 1304.192,
"y": 1025.0967,
"z": -2.0306282
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 1309.2748,
"y": 1026.5253,
"z": -4.692014
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 1299.8326,
"y": 1013.3863,
"z": -1.1414824
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 1303.2386,
"y": 1014.42267,
"z": 0.11562724
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1300.0265,
"y": 1015.56995,
"z": -0.16851284
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 1296.594,
"y": 1014.9649,
"z": 1.4837886
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 1299.6304,
"y": 1014.5831,
"z": -0.44116426
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 1316.891,
"y": 1012.23254,
"z": -0.8741946
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 1320.286,
"y": 1013.2975,
"z": 1.8709279
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1316.9536,
"y": 1014.33704,
"z": 0.096460894
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 1313.5029,
"y": 1013.7144,
"z": 0.2681709
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 1317.1438,
"y": 1013.39764,
"z": -0.1859561
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1298.7878,
"y": 1008.46497,
"z": -1.9657564
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1317.299,
"y": 1007.21454,
"z": -1.6726196
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 1289.1294,
"y": 1024.1603,
"z": 20.986984
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 1328.1749,
"y": 1021.2962,
"z": 21.541101
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 1308.1918,
"y": 1009.6505,
"z": -3.8105233
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 1310.4143,
"y": 1043.0643,
"z": -1.1949574
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 1291.9855,
"y": 1034.695,
"z": 13.802321
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 1327.0652,
"y": 1032.3436,
"z": 14.3461
}
}
],
"rollAngle": -3.882653,
"panAngle": 0.8927404,
"tiltAngle": 0.7576646,
"detectionConfidence": 0.9167663,
"landmarkingConfidence": 0.7673669,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 1084,
"y": 25
},
{
"x": 1136,
"y": 25
},
{
"x": 1136,
"y": 85
},
{
"x": 1084,
"y": 85
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 1085,
"y": 36
},
{
"x": 1135,
"y": 36
},
{
"x": 1135,
"y": 86
},
{
"x": 1085,
"y": 86
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 1103.1014,
"y": 53.482353,
"z": -1.3233888e-05
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 1119.5452,
"y": 53.45566,
"z": 0.79797447
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 1098.2867,
"y": 50.025745,
"z": 0.9294537
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 1107.7201,
"y": 50.43012,
"z": -3.1173625
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 1115.5056,
"y": 50.471313,
"z": -2.7336788
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 1124.4412,
"y": 49.978916,
"z": 2.2071023
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 1111.4572,
"y": 53.861954,
"z": -2.8843088
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 1111.9265,
"y": 63.023567,
"z": -6.7578387
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 1111.5542,
"y": 68.36472,
"z": -2.657948
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 1111.6909,
"y": 73.457825,
"z": -1.1059966
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 1105.1862,
"y": 70.203476,
"z": 1.470905
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 1118.3242,
"y": 70.23871,
"z": 2.2143455
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 1111.6013,
"y": 70.70167,
"z": -1.2947079
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 1116.2476,
"y": 63.895615,
"z": -0.33236414
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 1107.1707,
"y": 63.926636,
"z": -0.8228176
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 1111.7738,
"y": 65.1974,
"z": -2.9738555
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 1103.675,
"y": 52.879547,
"z": -1.1179671
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 1106.4395,
"y": 54.16811,
"z": 0.26664516
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1103.0758,
"y": 54.660297,
"z": -0.021174094
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 1100.435,
"y": 53.82171,
"z": 1.3122654
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 1103.406,
"y": 53.913033,
"z": -0.38595885
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 1119.328,
"y": 52.79445,
"z": -0.34843454
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 1122.3223,
"y": 53.700233,
"z": 2.3885093
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1119.654,
"y": 54.51733,
"z": 0.749205
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 1116.3644,
"y": 54.089138,
"z": 0.73257697
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 1119.4669,
"y": 53.83031,
"z": 0.3830321
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1103.0674,
"y": 48.439423,
"z": -2.3073764
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1120.0275,
"y": 48.352024,
"z": -1.4688183
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 1092.7468,
"y": 60.10211,
"z": 19.43068
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 1128.2693,
"y": 59.877213,
"z": 21.152494
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 1111.6335,
"y": 50.22634,
"z": -3.5509276
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 1111.5493,
"y": 80.48526,
"z": 1.6676166
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 1094.8058,
"y": 70.556076,
"z": 13.965154
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 1126.8964,
"y": 70.42311,
"z": 15.544558
}
}
],
"rollAngle": -0.091308646,
"panAngle": 2.8246105,
"tiltAngle": -4.556868,
"detectionConfidence": 0.90036315,
"landmarkingConfidence": 0.64567626,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 595,
"y": 720
},
{
"x": 656,
"y": 720
},
{
"x": 656,
"y": 791
},
{
"x": 595,
"y": 791
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 600,
"y": 736
},
{
"x": 652,
"y": 736
},
{
"x": 652,
"y": 788
},
{
"x": 600,
"y": 788
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 614.49786,
"y": 753.6888,
"z": -0.00028824192
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 634.221,
"y": 751.52423,
"z": -0.52641404
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 608.1586,
"y": 750.4051,
"z": 1.9868295
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 619.459,
"y": 749.1664,
"z": -3.8576593
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 628.6673,
"y": 748.1206,
"z": -4.095567
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 639.48944,
"y": 746.7079,
"z": 0.9505897
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 624.48364,
"y": 751.8547,
"z": -4.2274876
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 625.35596,
"y": 762.9614,
"z": -9.417794
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 626.4196,
"y": 770.0601,
"z": -4.9275656
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 627.16626,
"y": 775.18933,
"z": -3.5434475
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 619.4923,
"y": 773.2639,
"z": 0.31004664
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 634.73315,
"y": 771.08435,
"z": 0.12666307
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 626.78357,
"y": 772.2161,
"z": -3.5219712
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 630.89526,
"y": 764.24286,
"z": -2.3523731
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 621.43085,
"y": 765.6589,
"z": -2.2031815
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 626.0854,
"y": 766.37415,
"z": -5.080028
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 615.0925,
"y": 752.6544,
"z": -1.3092948
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 618.30133,
"y": 753.5718,
"z": -0.008639324
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 614.77905,
"y": 755.1062,
"z": -0.12821417
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 611.497,
"y": 754.3434,
"z": 1.8234761
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 614.96466,
"y": 753.94727,
"z": -0.47039092
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 633.5733,
"y": 750.54535,
"z": -1.8087384
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 637.4693,
"y": 751.3951,
"z": 1.0954654
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 633.9216,
"y": 753.03125,
"z": -0.65635985
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 630.11914,
"y": 752.3359,
"z": -0.34249273
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 633.91693,
"y": 751.78986,
"z": -1.0232688
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 613.6959,
"y": 747.421,
"z": -2.3390741
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 633.7321,
"y": 745.1292,
"z": -2.8869402
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 605.1624,
"y": 763.79694,
"z": 23.419361
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 647.1082,
"y": 759.0054,
"z": 22.297861
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 623.9018,
"y": 748.3057,
"z": -4.718388
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 628.08887,
"y": 784.2836,
"z": -0.68807596
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 608.3516,
"y": 775.5494,
"z": 16.042807
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 646.2328,
"y": 771.23004,
"z": 15.020155
}
}
],
"rollAngle": -6.5526543,
"panAngle": -1.5340093,
"tiltAngle": -1.0975038,
"detectionConfidence": 0.9541892,
"landmarkingConfidence": 0.74080044,
"joyLikelihood": "VERY_UNLIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 991,
"y": 80
},
{
"x": 1050,
"y": 80
},
{
"x": 1050,
"y": 149
},
{
"x": 991,
"y": 149
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 996,
"y": 94
},
{
"x": 1046,
"y": 94
},
{
"x": 1046,
"y": 144
},
{
"x": 996,
"y": 144
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 1014.6982,
"y": 112.495735,
"z": -8.515783e-05
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 1031.2239,
"y": 110.52388,
"z": 2.931343
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 1007.173,
"y": 109.05747,
"z": 0.5287027
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 1018.4308,
"y": 107.62685,
"z": -2.7389128
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 1026.944,
"y": 106.57019,
"z": -1.2522988
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 1036.458,
"y": 105.52235,
"z": 5.6279917
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 1023.09753,
"y": 110.91439,
"z": -2.2524517
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 1025.2108,
"y": 121.10543,
"z": -7.5051165
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 1025.2443,
"y": 127.66733,
"z": -3.3655713
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 1026.0583,
"y": 133.93068,
"z": -2.0889752
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 1017.6923,
"y": 130.80061,
"z": 0.2343531
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 1031.3765,
"y": 129.2537,
"z": 2.472894
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 1025.4341,
"y": 130.28815,
"z": -2.060568
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 1028.8469,
"y": 121.77738,
"z": 0.061201334
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 1019.57324,
"y": 122.83034,
"z": -1.5523741
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 1024.9916,
"y": 123.75633,
"z": -3.434502
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 1013.90466,
"y": 111.26599,
"z": -1.2707316
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 1017.5189,
"y": 112.27205,
"z": 0.5923377
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1014.4505,
"y": 113.66514,
"z": -0.23891357
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 1010.2197,
"y": 113.13583,
"z": 0.9031635
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 1013.63257,
"y": 112.541626,
"z": -0.55914015
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 1031.4298,
"y": 109.150345,
"z": 1.7867388
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 1034.5839,
"y": 110.08038,
"z": 5.185925
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1031.4564,
"y": 111.640015,
"z": 2.8027143
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 1027.742,
"y": 110.98437,
"z": 2.400664
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 1031.628,
"y": 110.36961,
"z": 2.5577505
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1012.64655,
"y": 106.14177,
"z": -2.267431
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1031.6809,
"y": 103.84667,
"z": 1.0471311
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 1000.0044,
"y": 123.14896,
"z": 19.730076
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 1039.8356,
"y": 118.32462,
"z": 26.66607
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 1022.74457,
"y": 106.860664,
"z": -2.6536999
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 1026.5121,
"y": 141.99844,
"z": 0.3817773
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 1004.53345,
"y": 134.1751,
"z": 12.814958
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 1040.5594,
"y": 129.82617,
"z": 19.092531
}
}
],
"rollAngle": -6.9416013,
"panAngle": 9.817702,
"tiltAngle": 0.26792756,
"detectionConfidence": 0.9608079,
"landmarkingConfidence": 0.6375871,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 460,
"y": 483
},
{
"x": 513,
"y": 483
},
{
"x": 513,
"y": 545
},
{
"x": 460,
"y": 545
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 460,
"y": 497
},
{
"x": 511,
"y": 497
},
{
"x": 511,
"y": 548
},
{
"x": 460,
"y": 548
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 476.4038,
"y": 515.0409,
"z": 0.00015696065
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 493.20126,
"y": 512.7099,
"z": -1.9997882
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 470.89502,
"y": 511.78806,
"z": 1.590211
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 479.85416,
"y": 511.22186,
"z": -4.129217
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 487.55768,
"y": 510.14908,
"z": -5.069234
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 497.4471,
"y": 508.30637,
"z": -1.6104214
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 484.16162,
"y": 514.04926,
"z": -4.388862
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 484.9428,
"y": 523.5355,
"z": -7.827083
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 486.3683,
"y": 528.7763,
"z": -3.3773487
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 487.15024,
"y": 534.4396,
"z": -1.4389126
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 480.0786,
"y": 531.2806,
"z": 2.1885755
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 494.34528,
"y": 528.47473,
"z": 0.7422591
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 486.72052,
"y": 531.46826,
"z": -1.8160983
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 490.27988,
"y": 523.808,
"z": -2.0365372
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 481.42023,
"y": 525.11255,
"z": -0.9527132
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 485.63608,
"y": 525.9927,
"z": -3.8368952
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 476.34583,
"y": 514.10394,
"z": -1.258564
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 479.57623,
"y": 514.8795,
"z": -0.30136895
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 476.4426,
"y": 516.07623,
"z": -0.010055227
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 473.5985,
"y": 515.2906,
"z": 1.8246825
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 476.31308,
"y": 515.1285,
"z": -0.40709436
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 492.26517,
"y": 512.0046,
"z": -3.1721022
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 495.8618,
"y": 512.3648,
"z": -0.853429
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 493.17093,
"y": 513.9174,
"z": -1.936296
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 489.292,
"y": 513.53357,
"z": -1.4770201
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 492.64844,
"y": 512.97736,
"z": -2.3996396
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 474.91266,
"y": 509.70392,
"z": -2.6020286
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 492.1596,
"y": 507.425,
"z": -4.6763153
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 469.64972,
"y": 521.20795,
"z": 21.8808
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 505.76227,
"y": 516.4449,
"z": 17.530298
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 483.59802,
"y": 510.54324,
"z": -5.247494
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 488.45505,
"y": 541.1035,
"z": 1.7195851
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 472.24008,
"y": 532.088,
"z": 16.553505
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 504.85968,
"y": 527.79443,
"z": 12.625352
}
}
],
"rollAngle": -8.417001,
"panAngle": -6.862495,
"tiltAngle": -7.49708,
"detectionConfidence": 0.7051034,
"landmarkingConfidence": 0.57032335,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 968,
"y": 139
},
{
"x": 1034,
"y": 139
},
{
"x": 1034,
"y": 215
},
{
"x": 968,
"y": 215
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 973,
"y": 156
},
{
"x": 1024,
"y": 156
},
{
"x": 1024,
"y": 207
},
{
"x": 973,
"y": 207
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 990.5126,
"y": 173.70009,
"z": 0.0001493639
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 1010.14215,
"y": 171.73584,
"z": -0.32022506
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 983.6137,
"y": 169.46587,
"z": 2.254171
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 995.2233,
"y": 168.2869,
"z": -3.6256914
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 1004.6942,
"y": 167.45702,
"z": -3.8016026
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 1016.4814,
"y": 166.97798,
"z": 1.6687839
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 1000.5833,
"y": 171.84225,
"z": -4.2715693
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 1001.048,
"y": 182.91373,
"z": -10.796405
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 1001.63416,
"y": 190.84973,
"z": -6.6294007
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 1002.00775,
"y": 197.53876,
"z": -5.620222
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 993.47723,
"y": 193.4714,
"z": -1.1319506
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 1009.96783,
"y": 192.43259,
"z": -1.5126276
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 1001.7747,
"y": 193.42105,
"z": -5.3670607
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 1006.96124,
"y": 184.08812,
"z": -3.303329
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 995.5856,
"y": 184.89844,
"z": -3.1367712
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 1001.29315,
"y": 186.30196,
"z": -6.4516068
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 990.3739,
"y": 172.05603,
"z": -1.2342833
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 993.6456,
"y": 173.75325,
"z": 0.043445785
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 990.36,
"y": 174.87874,
"z": -0.23533954
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 986.64404,
"y": 173.9636,
"z": 1.8837211
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 990.17926,
"y": 173.47629,
"z": -0.48810148
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 1010.0635,
"y": 170.54898,
"z": -1.5824716
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 1014.1433,
"y": 171.85179,
"z": 1.3941499
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1010.4297,
"y": 173.06464,
"z": -0.58527
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 1006.9033,
"y": 172.26726,
"z": -0.17673157
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 1010.3868,
"y": 171.92517,
"z": -0.8709541
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 989.10046,
"y": 166.33206,
"z": -1.8402312
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1010.44635,
"y": 164.71028,
"z": -2.2268007
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 979.27203,
"y": 185.62457,
"z": 23.947351
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 1024.0172,
"y": 182.29462,
"z": 23.185299
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 999.89496,
"y": 167.49194,
"z": -4.4464417
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 1002.8238,
"y": 206.11185,
"z": -3.4380245
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 982.19025,
"y": 197.51558,
"z": 15.077032
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 1022.5758,
"y": 194.45084,
"z": 14.357167
}
}
],
"rollAngle": -4.2900324,
"panAngle": -1.0141027,
"tiltAngle": 3.7437434,
"detectionConfidence": 0.9420155,
"landmarkingConfidence": 0.78929186,
"joyLikelihood": "VERY_UNLIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 1003,
"y": 205
},
{
"x": 1065,
"y": 205
},
{
"x": 1065,
"y": 276
},
{
"x": 1003,
"y": 276
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 1013,
"y": 224
},
{
"x": 1064,
"y": 224
},
{
"x": 1064,
"y": 275
},
{
"x": 1013,
"y": 275
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 1028.3424,
"y": 241.01338,
"z": -0.00011782621
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 1044.7928,
"y": 240.07762,
"z": 2.711219
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 1021.3297,
"y": 236.86752,
"z": -0.19570518
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 1033.0454,
"y": 237.01938,
"z": -3.6603217
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 1042.0123,
"y": 236.47606,
"z": -2.2279747
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 1051.9928,
"y": 234.8855,
"z": 4.722285
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 1037.928,
"y": 240.03558,
"z": -2.56098
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 1038.971,
"y": 252.56671,
"z": -5.7581973
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 1038.4963,
"y": 258.01727,
"z": -0.23014256
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 1038.4525,
"y": 264.16113,
"z": 2.3373835
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 1030.3998,
"y": 260.06482,
"z": 4.0097094
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 1045.0653,
"y": 259.15625,
"z": 6.3436737
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 1038.3359,
"y": 260.7354,
"z": 1.7109003
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 1042.8635,
"y": 251.92906,
"z": 2.2734237
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 1032.8014,
"y": 252.56738,
"z": 0.67437595
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 1038.3646,
"y": 254.28682,
"z": -1.0224804
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 1028.0516,
"y": 240.04443,
"z": -1.485403
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 1032.0752,
"y": 241.13132,
"z": 0.67203784
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1028.2568,
"y": 242.33018,
"z": 0.054499384
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 1023.9615,
"y": 241.0726,
"z": 1.052368
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 1027.6837,
"y": 241.18022,
"z": -0.521475
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 1046.4042,
"y": 238.86069,
"z": 1.4517748
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 1049.6022,
"y": 239.42813,
"z": 5.1475215
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1045.7811,
"y": 241.2858,
"z": 2.9588265
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 1042.4344,
"y": 240.25058,
"z": 2.396309
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 1046.535,
"y": 239.97408,
"z": 2.482279
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1027.2562,
"y": 234.92818,
"z": -3.5542598
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1047.2019,
"y": 233.64536,
"z": -0.36481553
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 1012.6988,
"y": 246.66443,
"z": 22.121561
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 1054.4364,
"y": 243.9883,
"z": 28.813927
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 1037.6615,
"y": 236.63988,
"z": -3.6638608
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 1038.3126,
"y": 271.8854,
"z": 6.4749646
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 1016.3492,
"y": 259.66678,
"z": 17.3414
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 1054.1036,
"y": 257.24127,
"z": 23.384735
}
}
],
"rollAngle": -1.9454703,
"panAngle": 9.242075,
"tiltAngle": -10.853797,
"detectionConfidence": 0.87504387,
"landmarkingConfidence": 0.41444716,
"joyLikelihood": "LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 331,
"y": 984
},
{
"x": 388,
"y": 984
},
{
"x": 388,
"y": 1049
},
{
"x": 331,
"y": 1049
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 334,
"y": 997
},
{
"x": 384,
"y": 997
},
{
"x": 384,
"y": 1047
},
{
"x": 334,
"y": 1047
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 351.34955,
"y": 1014.4558,
"z": 0.0005272559
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 367.77655,
"y": 1013.3421,
"z": -0.0075434847
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 345.098,
"y": 1010.9388,
"z": 1.6057885
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 355.25818,
"y": 1010.05585,
"z": -3.335291
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 363.45483,
"y": 1009.60254,
"z": -3.3339503
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 373.55066,
"y": 1009.23047,
"z": 1.5863584
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 359.55893,
"y": 1013.2335,
"z": -3.6024828
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 360.2497,
"y": 1023.80096,
"z": -8.695748
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 360.4244,
"y": 1030.0585,
"z": -4.6540523
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 360.92282,
"y": 1034.7607,
"z": -3.5021222
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 353.5932,
"y": 1031.9935,
"z": 0.030893272
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 367.87607,
"y": 1031.0793,
"z": 0.062296227
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 360.7112,
"y": 1032.0935,
"z": -3.42249
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 365.51068,
"y": 1024.3865,
"z": -1.9468106
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 355.11844,
"y": 1024.9063,
"z": -1.9762441
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 360.28827,
"y": 1026.5304,
"z": -4.7226076
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 350.988,
"y": 1013.3488,
"z": -1.1456046
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 354.21396,
"y": 1014.4546,
"z": 0.07183111
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 351.1263,
"y": 1015.6209,
"z": -0.15441732
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 347.70584,
"y": 1014.9351,
"z": 1.557758
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 350.78818,
"y": 1014.5365,
"z": -0.4387687
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 367.99582,
"y": 1012.2859,
"z": -1.1548437
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 371.46213,
"y": 1013.3316,
"z": 1.550189
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 368.07928,
"y": 1014.37195,
"z": -0.16990533
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 364.6209,
"y": 1013.64075,
"z": 0.04919997
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 368.24722,
"y": 1013.43945,
"z": -0.47405818
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 349.962,
"y": 1008.4421,
"z": -1.9950455
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 368.4174,
"y": 1007.298,
"z": -2.0055888
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 340.72983,
"y": 1023.667,
"z": 21.063494
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 379.5137,
"y": 1021.28937,
"z": 21.061787
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 359.30273,
"y": 1009.68744,
"z": -3.9713652
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 361.37192,
"y": 1042.971,
"z": -1.1174848
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 343.2995,
"y": 1034.4055,
"z": 14.042626
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 378.25525,
"y": 1032.2429,
"z": 14.018959
}
}
],
"rollAngle": -3.5634716,
"panAngle": -0.032883786,
"tiltAngle": 0.31895575,
"detectionConfidence": 0.9061192,
"landmarkingConfidence": 0.7589427,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 967,
"y": 701
},
{
"x": 1032,
"y": 701
},
{
"x": 1032,
"y": 776
},
{
"x": 967,
"y": 776
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 972,
"y": 718
},
{
"x": 1023,
"y": 718
},
{
"x": 1023,
"y": 769
},
{
"x": 972,
"y": 769
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 990.4263,
"y": 736.1209,
"z": 0.00017522465
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 1010.2567,
"y": 734.242,
"z": 0.74535197
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 983.704,
"y": 731.7462,
"z": 1.5452843
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 995.4778,
"y": 731.1237,
"z": -3.6190798
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 1004.79944,
"y": 730.25037,
"z": -3.2794116
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 1016.0778,
"y": 729.57336,
"z": 2.7548769
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 1000.568,
"y": 734.42426,
"z": -3.7408102
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 1001.2493,
"y": 745.3953,
"z": -9.336645
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 1001.6395,
"y": 753.2472,
"z": -4.771986
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 1001.9601,
"y": 759.8867,
"z": -3.3031058
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 993.48566,
"y": 755.94995,
"z": 0.34058893
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 1009.7113,
"y": 754.9518,
"z": 0.8771059
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 1001.7213,
"y": 755.96234,
"z": -3.3189542
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 1006.87933,
"y": 746.67395,
"z": -1.5917016
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 995.62115,
"y": 747.2888,
"z": -2.028754
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 1001.3524,
"y": 748.7944,
"z": -4.887311
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 990.52954,
"y": 734.5507,
"z": -1.3209697
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 993.8395,
"y": 736.11597,
"z": 0.24888198
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 990.3831,
"y": 737.3937,
"z": -0.146687
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 986.6646,
"y": 736.2154,
"z": 1.6483505
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 990.2915,
"y": 735.8978,
"z": -0.5075819
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 1009.92633,
"y": 733.1982,
"z": -0.5928167
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 1013.76355,
"y": 734.2984,
"z": 2.659317
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1010.47766,
"y": 735.537,
"z": 0.5857498
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 1006.8529,
"y": 734.7499,
"z": 0.70280766
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 1010.1949,
"y": 734.5032,
"z": 0.21877767
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 989.36273,
"y": 728.95886,
"z": -2.3526285
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1010.3815,
"y": 727.5082,
"z": -1.5667696
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 978.01117,
"y": 746.18036,
"z": 23.611412
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 1022.0433,
"y": 743.1444,
"z": 25.252056
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 1000.1082,
"y": 730.32324,
"z": -4.1977024
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 1002.5811,
"y": 768.2119,
"z": -0.5545767
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 981.29706,
"y": 758.4504,
"z": 15.8340225
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 1021.0608,
"y": 755.7132,
"z": 17.316925
}
}
],
"rollAngle": -3.9553576,
"panAngle": 2.1362097,
"tiltAngle": -0.23959106,
"detectionConfidence": 0.91298366,
"landmarkingConfidence": 0.792738,
"joyLikelihood": "VERY_UNLIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 372,
"y": 1044
},
{
"x": 427,
"y": 1044
},
{
"x": 427,
"y": 1109
},
{
"x": 372,
"y": 1109
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 376,
"y": 1060
},
{
"x": 426,
"y": 1060
},
{
"x": 426,
"y": 1110
},
{
"x": 376,
"y": 1110
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 393.6128,
"y": 1076.4131,
"z": -0.00010968842
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 411.04938,
"y": 1077.8766,
"z": 2.3740704
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 388.4702,
"y": 1072.561,
"z": 0.09528851
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 399.07034,
"y": 1074.1335,
"z": -3.357597
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 407.40717,
"y": 1074.6509,
"z": -2.2709138
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 416.4198,
"y": 1074.3331,
"z": 3.774597
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 402.7239,
"y": 1077.7152,
"z": -2.2839763
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 402.3652,
"y": 1088.7194,
"z": -4.8183765
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 401.39462,
"y": 1093.263,
"z": 0.3096107
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 400.71533,
"y": 1098.5343,
"z": 2.7905138
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 394.04608,
"y": 1094.0638,
"z": 4.3489842
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 407.42484,
"y": 1094.9526,
"z": 6.156965
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 401.0274,
"y": 1095.3284,
"z": 2.0926208
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 406.29465,
"y": 1088.3026,
"z": 2.3390305
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 396.94525,
"y": 1087.6954,
"z": 1.0770196
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 401.74637,
"y": 1089.926,
"z": -0.5314606
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 394.31873,
"y": 1076.0853,
"z": -1.235832
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 397.2735,
"y": 1077.4373,
"z": 0.67638546
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 393.44437,
"y": 1077.8429,
"z": 0.21874945
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 390.57178,
"y": 1076.3964,
"z": 1.171456
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 393.8681,
"y": 1077.0325,
"z": -0.3266161
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 410.8379,
"y": 1077.206,
"z": 1.0006244
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 413.70142,
"y": 1077.9664,
"z": 4.300854
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 410.90875,
"y": 1079.2664,
"z": 2.5073826
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 407.31015,
"y": 1078.0973,
"z": 2.0209594
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 410.81155,
"y": 1078.1934,
"z": 1.9456596
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 394.19128,
"y": 1071.5679,
"z": -3.2422674
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 412.09796,
"y": 1072.7753,
"z": -0.8163516
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 380.44717,
"y": 1079.3438,
"z": 20.44034
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 417.91815,
"y": 1081.8666,
"z": 25.5093
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 403.19147,
"y": 1074.3618,
"z": -3.4794974
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 399.7226,
"y": 1105.282,
"z": 6.743144
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 382.02036,
"y": 1091.4181,
"z": 16.541956
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 415.86807,
"y": 1093.7043,
"z": 21.129135
}
}
],
"rollAngle": 5.63607,
"panAngle": 7.903506,
"tiltAngle": -13.014562,
"detectionConfidence": 0.8620396,
"landmarkingConfidence": 0.44623554,
"joyLikelihood": "VERY_UNLIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 1357,
"y": 1039
},
{
"x": 1422,
"y": 1039
},
{
"x": 1422,
"y": 1114
},
{
"x": 1357,
"y": 1114
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 1366,
"y": 1056
},
{
"x": 1418,
"y": 1056
},
{
"x": 1418,
"y": 1107
},
{
"x": 1366,
"y": 1107
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 1385.8951,
"y": 1073.2799,
"z": -7.4467002e-06
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 1403.922,
"y": 1073.234,
"z": 5.504099
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 1378.8156,
"y": 1068.7888,
"z": -0.2742759
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 1391.5477,
"y": 1068.9502,
"z": -2.3038034
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 1400.5228,
"y": 1069.0358,
"z": 0.46163583
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 1410.0765,
"y": 1068.7467,
"z": 9.202255
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 1396.1655,
"y": 1072.8348,
"z": -1.167772
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 1398.548,
"y": 1084.6072,
"z": -6.6646743
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 1396.3804,
"y": 1091.7142,
"z": -2.0874963
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 1396.5941,
"y": 1097.0139,
"z": -0.7933122
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 1387.8047,
"y": 1094.6907,
"z": 0.71569884
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 1402.5452,
"y": 1094.2448,
"z": 5.1425853
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 1396.2218,
"y": 1094.0511,
"z": -0.7113573
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 1400.9464,
"y": 1086.0984,
"z": 2.2243705
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 1390.7719,
"y": 1086.2567,
"z": -0.8902977
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 1396.2527,
"y": 1087.8578,
"z": -2.199155
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 1385.984,
"y": 1072.3434,
"z": -1.3235765
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 1389.5845,
"y": 1074.0969,
"z": 1.1735369
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1385.6953,
"y": 1074.832,
"z": -0.20137557
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 1381.3898,
"y": 1073.6808,
"z": 0.53964305
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 1385.4612,
"y": 1073.7073,
"z": -0.6022286
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 1404.729,
"y": 1072.0947,
"z": 4.349145
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 1407.5736,
"y": 1073.4513,
"z": 8.461639
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1404.3757,
"y": 1074.7054,
"z": 5.4621487
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 1400.6526,
"y": 1073.5411,
"z": 4.5609484
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 1404.7078,
"y": 1073.4586,
"z": 5.2050304
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1385.417,
"y": 1066.6719,
"z": -2.5588
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1405.7545,
"y": 1066.4136,
"z": 3.5994704
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 1366.8265,
"y": 1083.3787,
"z": 19.546667
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 1409.4191,
"y": 1082.8518,
"z": 32.45598
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 1396.2643,
"y": 1068.6681,
"z": -1.6246678
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 1395.9885,
"y": 1107.1434,
"z": 1.96785
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 1371.3489,
"y": 1095.9095,
"z": 12.619792
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 1409.8165,
"y": 1095.4529,
"z": 24.257599
}
}
],
"rollAngle": -0.6448943,
"panAngle": 16.831844,
"tiltAngle": -0.4172574,
"detectionConfidence": 0.9830476,
"landmarkingConfidence": 0.7336628,
"joyLikelihood": "VERY_UNLIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 943,
"y": 79
},
{
"x": 1000,
"y": 79
},
{
"x": 1000,
"y": 145
},
{
"x": 943,
"y": 145
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 949,
"y": 94
},
{
"x": 999,
"y": 94
},
{
"x": 999,
"y": 144
},
{
"x": 949,
"y": 144
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 966.5126,
"y": 110.05468,
"z": 0.00014191777
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 984.0569,
"y": 112.13301,
"z": 2.408779
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 961.70465,
"y": 105.03258,
"z": 0.62030774
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 972.3664,
"y": 106.59927,
"z": -2.8934364
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 980.5608,
"y": 107.66814,
"z": -1.7468317
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 989.8864,
"y": 108.70195,
"z": 4.5316515
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 975.9008,
"y": 110.66556,
"z": -2.3801906
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 975.3647,
"y": 120.73107,
"z": -6.848602
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 973.7325,
"y": 126.4532,
"z": -2.57151
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 972.8813,
"y": 132.67899,
"z": -0.9834928
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 965.43445,
"y": 127.35271,
"z": 1.4427024
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 980.0558,
"y": 129.46776,
"z": 3.2169144
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 973.27057,
"y": 129.57898,
"z": -1.1223092
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 979.0636,
"y": 122.34387,
"z": 0.44983765
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 969.9365,
"y": 120.98952,
"z": -0.92427075
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 974.53326,
"y": 123.18212,
"z": -2.8096128
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 967.33594,
"y": 108.76349,
"z": -1.1791869
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 970.4899,
"y": 110.44063,
"z": 0.5795473
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 966.75134,
"y": 110.95032,
"z": -0.05461412
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 963.4695,
"y": 109.35348,
"z": 1.1321019
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 966.8348,
"y": 109.824326,
"z": -0.43690884
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 984.1982,
"y": 110.98647,
"z": 1.1708636
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 987.04584,
"y": 112.46823,
"z": 4.4159813
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 984.0046,
"y": 113.23459,
"z": 2.3144555
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 980.64526,
"y": 111.745636,
"z": 1.9990021
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 984.13934,
"y": 112.11463,
"z": 1.9650664
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 967.4283,
"y": 103.77093,
"z": -2.3954031
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 985.7101,
"y": 106.18498,
"z": 0.15468203
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 952.4449,
"y": 115.263466,
"z": 19.95154
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 990.71814,
"y": 120.31168,
"z": 25.285105
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 976.5723,
"y": 106.94188,
"z": -2.9832118
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 971.56573,
"y": 139.94745,
"z": 1.7895768
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 953.6757,
"y": 126.88478,
"z": 13.866723
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 988.2611,
"y": 131.44508,
"z": 18.68793
}
}
],
"rollAngle": 7.905605,
"panAngle": 7.8791575,
"tiltAngle": -2.9364872,
"detectionConfidence": 0.81935567,
"landmarkingConfidence": 0.5706018,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 492,
"y": 334
},
{
"x": 570,
"y": 334
},
{
"x": 570,
"y": 424
},
{
"x": 492,
"y": 424
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 504,
"y": 362
},
{
"x": 557,
"y": 362
},
{
"x": 557,
"y": 415
},
{
"x": 504,
"y": 415
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 519.60175,
"y": 377.97696,
"z": 3.2111617e-05
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 542.32745,
"y": 377.01746,
"z": -0.6505759
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 511.5178,
"y": 371.94376,
"z": 1.6518208
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 525.1449,
"y": 373.02853,
"z": -5.388998
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 537.02423,
"y": 372.88028,
"z": -5.689031
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 550.73206,
"y": 372.2173,
"z": 0.6719383
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 531.08057,
"y": 377.64526,
"z": -5.3081355
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 530.90344,
"y": 392.6755,
"z": -10.512332
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 530.86035,
"y": 399.5031,
"z": -4.0156703
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 530.50977,
"y": 408.13794,
"z": -1.1954829
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 519.8307,
"y": 400.5058,
"z": 3.463034
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 541.0621,
"y": 400.60068,
"z": 2.7206504
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 530.7051,
"y": 403.6066,
"z": -1.7449889
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 537.72894,
"y": 392.8218,
"z": -1.3579497
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 524.58984,
"y": 393.1423,
"z": -1.0927391
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 531.05865,
"y": 396.12585,
"z": -4.5881443
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 519.2806,
"y": 376.3121,
"z": -1.7982823
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 524.29706,
"y": 378.28656,
"z": -0.02023634
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 519.52106,
"y": 379.50647,
"z": -0.030152809
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 514.7242,
"y": 377.51907,
"z": 2.2376213
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 518.92926,
"y": 377.8166,
"z": -0.6236388
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 542.73846,
"y": 376.44324,
"z": -2.3772268
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 547.49884,
"y": 377.68976,
"z": 1.4091636
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 542.52905,
"y": 378.6277,
"z": -0.6810199
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 537.9623,
"y": 377.9979,
"z": -0.3874002
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 543.02075,
"y": 377.93546,
"z": -1.2397023
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 518.26794,
"y": 369.70148,
"z": -3.8124385
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 543.74896,
"y": 369.87036,
"z": -4.454819
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 505.12793,
"y": 385.6389,
"z": 30.51756
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 558.4686,
"y": 386.2538,
"z": 29.292488
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 530.94244,
"y": 372.6271,
"z": -6.5072265
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 530.8689,
"y": 417.66135,
"z": 3.2570174
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 507.3934,
"y": 401.68094,
"z": 22.8171
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 555.53265,
"y": 402.00888,
"z": 21.619484
}
}
],
"rollAngle": 0.19024304,
"panAngle": -1.4341539,
"tiltAngle": -6.989507,
"detectionConfidence": 0.8746344,
"landmarkingConfidence": 0.5861378,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 1357,
"y": 477
},
{
"x": 1421,
"y": 477
},
{
"x": 1421,
"y": 551
},
{
"x": 1357,
"y": 551
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 1366,
"y": 493
},
{
"x": 1417,
"y": 493
},
{
"x": 1417,
"y": 545
},
{
"x": 1366,
"y": 545
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 1385.8405,
"y": 510.84326,
"z": -3.479979e-05
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 1403.8984,
"y": 510.8179,
"z": 5.5203266
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 1378.8534,
"y": 506.26105,
"z": -0.30044946
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 1391.5963,
"y": 506.5169,
"z": -2.316528
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 1400.479,
"y": 506.72418,
"z": 0.45499563
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 1410.0701,
"y": 506.33673,
"z": 9.192965
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 1396.1046,
"y": 510.36148,
"z": -1.1498886
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 1398.3353,
"y": 522.0544,
"z": -6.5325575
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 1396.3793,
"y": 529.2389,
"z": -1.9428307
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 1396.4763,
"y": 534.40765,
"z": -0.61466444
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 1387.6045,
"y": 532.01245,
"z": 0.89505196
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 1402.4795,
"y": 531.65735,
"z": 5.314831
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 1396.2512,
"y": 531.54205,
"z": -0.55052793
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 1400.8491,
"y": 523.62585,
"z": 2.3210523
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 1390.6886,
"y": 523.90955,
"z": -0.7806709
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 1396.1705,
"y": 525.3479,
"z": -2.0771198
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 1385.9906,
"y": 509.84003,
"z": -1.3192307
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 1389.6187,
"y": 511.5533,
"z": 1.1904011
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1385.6611,
"y": 512.3168,
"z": -0.18177637
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 1381.4419,
"y": 511.03882,
"z": 0.5446841
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 1385.4646,
"y": 511.18488,
"z": -0.5909918
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 1404.7039,
"y": 509.61713,
"z": 4.35503
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 1407.5433,
"y": 510.94562,
"z": 8.473805
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1404.3461,
"y": 512.1464,
"z": 5.484346
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 1400.5778,
"y": 511.08966,
"z": 4.5676584
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 1404.6787,
"y": 510.9643,
"z": 5.218277
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1385.4465,
"y": 504.18555,
"z": -2.5949829
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1405.7466,
"y": 503.95908,
"z": 3.5648816
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 1366.8021,
"y": 520.64276,
"z": 19.588623
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 1409.3186,
"y": 520.12573,
"z": 32.486786
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 1396.265,
"y": 506.21094,
"z": -1.6402421
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 1396.0626,
"y": 544.65137,
"z": 2.1695554
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 1371.2528,
"y": 533.2624,
"z": 12.768102
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 1409.6904,
"y": 532.81494,
"z": 24.418606
}
}
],
"rollAngle": -0.4489205,
"panAngle": 16.866901,
"tiltAngle": -0.8199537,
"detectionConfidence": 0.9711919,
"landmarkingConfidence": 0.73327047,
"joyLikelihood": "VERY_UNLIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 408,
"y": 1040
},
{
"x": 472,
"y": 1040
},
{
"x": 472,
"y": 1114
},
{
"x": 408,
"y": 1114
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 418,
"y": 1056
},
{
"x": 469,
"y": 1056
},
{
"x": 469,
"y": 1107
},
{
"x": 418,
"y": 1107
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 436.95938,
"y": 1073.2964,
"z": -6.307611e-05
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 454.81656,
"y": 1073.3679,
"z": 6.0786424
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 430.03253,
"y": 1068.7861,
"z": -0.42007935
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 442.8009,
"y": 1069.0072,
"z": -2.028737
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 451.53622,
"y": 1069.2097,
"z": 1.011988
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 460.8656,
"y": 1069.0205,
"z": 10.041175
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 447.22733,
"y": 1072.7858,
"z": -0.8165152
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 449.7436,
"y": 1084.5035,
"z": -6.4271355
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 447.4854,
"y": 1091.3663,
"z": -2.0282629
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 447.5599,
"y": 1097.0383,
"z": -0.8235419
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 438.90024,
"y": 1094.4928,
"z": 0.44544855
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 453.49133,
"y": 1094.2649,
"z": 5.3596554
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 447.33478,
"y": 1094.0006,
"z": -0.70549625
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 451.95682,
"y": 1086.0538,
"z": 2.5180967
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 441.71695,
"y": 1086.1354,
"z": -0.91920316
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 447.34146,
"y": 1087.7632,
"z": -2.065581
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 437.1475,
"y": 1072.2955,
"z": -1.2855946
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 440.7331,
"y": 1074.0375,
"z": 1.2925783
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 436.81088,
"y": 1074.9044,
"z": -0.21978745
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 432.45737,
"y": 1073.6129,
"z": 0.4095406
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 436.6052,
"y": 1073.661,
"z": -0.60920423
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 455.6468,
"y": 1072.1934,
"z": 4.962952
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 458.35208,
"y": 1073.6166,
"z": 9.129234
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 455.23965,
"y": 1074.7711,
"z": 6.0167217
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 451.60156,
"y": 1073.6088,
"z": 5.0239644
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 455.5983,
"y": 1073.5608,
"z": 5.790581
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 436.64133,
"y": 1066.6261,
"z": -2.443266
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 456.7074,
"y": 1066.5302,
"z": 4.339548
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 417.35974,
"y": 1083.5859,
"z": 18.73425
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 459.39935,
"y": 1083.3523,
"z": 32.931797
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 447.40805,
"y": 1068.6626,
"z": -1.2011105
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 447.04318,
"y": 1107.1567,
"z": 1.7020711
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 422.03412,
"y": 1096.0101,
"z": 11.773776
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 460.039,
"y": 1095.8159,
"z": 24.6021
}
}
],
"rollAngle": -0.49177423,
"panAngle": 18.657528,
"tiltAngle": 0.49493346,
"detectionConfidence": 0.9806979,
"landmarkingConfidence": 0.70308834,
"joyLikelihood": "VERY_UNLIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"y": 19
},
{
"x": 51,
"y": 19
},
{
"x": 51,
"y": 83
},
{
"y": 83
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"y": 32
},
{
"x": 50,
"y": 32
},
{
"x": 50,
"y": 82
},
{
"y": 82
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 18.258856,
"y": 49.02752,
"z": -0.00013686735
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 33.593987,
"y": 49.779106,
"z": 1.8018029
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 12.329269,
"y": 44.815926,
"z": 0.66186285
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 23.01752,
"y": 45.718254,
"z": -2.9873345
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 30.6869,
"y": 46.012436,
"z": -2.0643563
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 39.896523,
"y": 46.422882,
"z": 3.8120732
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 26.497393,
"y": 49.159416,
"z": -2.5721905
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 26.126486,
"y": 58.84514,
"z": -6.820198
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 25.502766,
"y": 64.508385,
"z": -2.6522615
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 24.766014,
"y": 70.96382,
"z": -1.0124079
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 17.59424,
"y": 65.7974,
"z": 1.3795741
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 31.657494,
"y": 67.02971,
"z": 2.8326552
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 25.074337,
"y": 67.38898,
"z": -1.2302957
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 30.326807,
"y": 60.248177,
"z": 0.17825563
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 20.646902,
"y": 59.773758,
"z": -0.8847628
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 25.75093,
"y": 61.22384,
"z": -2.903369
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 18.045813,
"y": 47.887733,
"z": -1.2085836
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 21.177586,
"y": 49.664597,
"z": 0.42491186
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 17.961315,
"y": 50.138783,
"z": -0.1109514
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 14.44717,
"y": 48.703,
"z": 1.088887
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 17.628963,
"y": 48.968372,
"z": -0.4900434
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 34.464855,
"y": 48.97341,
"z": 0.7045812
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 37.35713,
"y": 50.21103,
"z": 3.7626271
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 33.95466,
"y": 50.986496,
"z": 1.7762097
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 31.267101,
"y": 49.925896,
"z": 1.5855716
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 34.49325,
"y": 50.082565,
"z": 1.4609879
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 17.792917,
"y": 43.098576,
"z": -2.40717
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 35.618683,
"y": 44.28184,
"z": -0.3353455
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 4.5357933,
"y": 55.005947,
"z": 19.534857
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 41.8583,
"y": 57.469246,
"z": 23.874409
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 26.789354,
"y": 45.591675,
"z": -3.1634254
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 24.09279,
"y": 77.714775,
"z": 1.6643429
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 6.290415,
"y": 66.15594,
"z": 13.674635
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 40.051487,
"y": 68.4081,
"z": 17.59982
}
}
],
"rollAngle": 4.1772504,
"panAngle": 6.6309705,
"tiltAngle": -3.3207476,
"detectionConfidence": 0.60606974,
"landmarkingConfidence": 0.58930886,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 1042,
"y": 778
},
{
"x": 1095,
"y": 778
},
{
"x": 1095,
"y": 839
},
{
"x": 1042,
"y": 839
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 1050,
"y": 792
},
{
"x": 1100,
"y": 792
},
{
"x": 1100,
"y": 842
},
{
"x": 1050,
"y": 842
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 1065.3326,
"y": 806.7712,
"z": -0.00017474621
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 1081.2318,
"y": 807.7197,
"z": 5.1052513
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 1060.6902,
"y": 803.04846,
"z": -0.22924964
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 1071.5557,
"y": 803.91907,
"z": -1.7043816
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 1078.5834,
"y": 804.0367,
"z": 0.659876
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 1086.1486,
"y": 804.2048,
"z": 7.9517517
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 1074.9587,
"y": 806.9623,
"z": -0.5908552
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 1075.6663,
"y": 816.7867,
"z": -4.5078917
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 1074.0083,
"y": 821.80994,
"z": -0.6487085
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 1073.2572,
"y": 827.4268,
"z": 0.79174954
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 1065.0754,
"y": 823.1151,
"z": 1.8607694
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 1079.2345,
"y": 824.0806,
"z": 5.787547
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 1073.487,
"y": 824.76984,
"z": 0.6690569
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 1078.4775,
"y": 817.4055,
"z": 2.991232
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 1070.0732,
"y": 816.85205,
"z": 0.023360116
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 1074.4609,
"y": 818.8566,
"z": -0.8779131
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 1066.5385,
"y": 805.9438,
"z": -0.9071237
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 1068.812,
"y": 807.27985,
"z": 1.2092116
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1065.3289,
"y": 807.8665,
"z": 0.074895754
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 1062.5535,
"y": 806.7712,
"z": 0.5999646
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 1066.0369,
"y": 806.96387,
"z": -0.30163333
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 1081.6584,
"y": 806.74347,
"z": 4.0131803
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 1083.8138,
"y": 807.8498,
"z": 7.481903
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1081.2194,
"y": 808.79877,
"z": 5.0281506
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 1078.215,
"y": 807.70764,
"z": 4.1825953
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 1081.5565,
"y": 807.7891,
"z": 4.73301
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1066.52,
"y": 801.3945,
"z": -2.1510828
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1082.9005,
"y": 802.2531,
"z": 3.184781
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 1049.9712,
"y": 812.773,
"z": 16.165174
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 1084.3043,
"y": 814.5694,
"z": 27.354078
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 1075.1644,
"y": 803.6605,
"z": -1.1322638
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 1072.3383,
"y": 834.75446,
"z": 3.2478213
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 1052.917,
"y": 823.4647,
"z": 11.126903
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 1083.9069,
"y": 825.07965,
"z": 21.22477
}
}
],
"rollAngle": 4.0549307,
"panAngle": 18.049652,
"tiltAngle": -3.200106,
"detectionConfidence": 0.60316455,
"landmarkingConfidence": 0.6018072,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 938,
"y": 710
},
{
"x": 994,
"y": 710
},
{
"x": 994,
"y": 775
},
{
"x": 938,
"y": 775
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 941,
"y": 725
},
{
"x": 991,
"y": 725
},
{
"x": 991,
"y": 775
},
{
"x": 941,
"y": 775
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 961.7737,
"y": 740.562,
"z": 0.00023242545
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 979.35034,
"y": 742.77545,
"z": 4.492725
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 957.3871,
"y": 736.57007,
"z": -0.10493248
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 968.0306,
"y": 738.0789,
"z": -2.3229392
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 976.51605,
"y": 739.0521,
"z": -0.25354385
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 984.5621,
"y": 739.30115,
"z": 6.917823
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 971.56854,
"y": 742.3631,
"z": -1.1257501
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 971.60864,
"y": 752.32794,
"z": -4.88791
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 970.0706,
"y": 758.0699,
"z": -0.44247532
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 969.0534,
"y": 763.3336,
"z": 1.3418156
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 960.6409,
"y": 758.7086,
"z": 2.7753754
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 976.15405,
"y": 759.8796,
"z": 6.191915
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 969.5607,
"y": 760.0601,
"z": 1.0149004
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 975.55975,
"y": 753.37744,
"z": 3.0139987
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 965.048,
"y": 752.0147,
"z": 0.3941877
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 970.8224,
"y": 754.4501,
"z": -0.9009875
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 963.1479,
"y": 740.2438,
"z": -1.0260665
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 965.9672,
"y": 741.73413,
"z": 1.1280143
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 961.85114,
"y": 741.944,
"z": 0.14227025
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 959.05707,
"y": 740.7603,
"z": 0.87132454
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 962.59595,
"y": 741.2764,
"z": -0.31079978
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 979.4092,
"y": 741.8737,
"z": 3.17808
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 981.86035,
"y": 743.03516,
"z": 6.7597604
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 979.00684,
"y": 743.988,
"z": 4.396925
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 975.84064,
"y": 742.8815,
"z": 3.6795578
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 979.28534,
"y": 742.9588,
"z": 3.9867032
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 963.3089,
"y": 735.489,
"z": -2.56508
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 980.9388,
"y": 737.25244,
"z": 1.9998715
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 946.45636,
"y": 745.61707,
"z": 18.48498
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 983.3635,
"y": 749.2796,
"z": 28.04267
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 972.35034,
"y": 738.4234,
"z": -1.9587511
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 967.5348,
"y": 770.4952,
"z": 4.3847866
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 948.516,
"y": 757.3356,
"z": 13.492308
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 981.82764,
"y": 760.6351,
"z": 22.114336
}
}
],
"rollAngle": 7.240135,
"panAngle": 14.526528,
"tiltAngle": -6.0493755,
"detectionConfidence": 0.67351377,
"landmarkingConfidence": 0.5946891,
"joyLikelihood": "UNLIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 418,
"y": 420
},
{
"x": 472,
"y": 420
},
{
"x": 472,
"y": 482
},
{
"x": 418,
"y": 482
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 420,
"y": 434
},
{
"x": 470,
"y": 434
},
{
"x": 470,
"y": 484
},
{
"x": 420,
"y": 484
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 435.9412,
"y": 452.634,
"z": 1.7222583e-05
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 451.2783,
"y": 450.33853,
"z": -1.3864471
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 429.6008,
"y": 449.10455,
"z": 1.1814647
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 438.87228,
"y": 449.04767,
"z": -4.198206
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 446.6554,
"y": 448.16385,
"z": -4.857179
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 456.53354,
"y": 446.66965,
"z": -1.0142123
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 443.0501,
"y": 451.3177,
"z": -4.191979
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 443.60873,
"y": 462.2817,
"z": -6.901188
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 444.8268,
"y": 467.1442,
"z": -1.965859
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 445.58835,
"y": 472.20923,
"z": 0.30589968
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 437.84494,
"y": 468.7974,
"z": 3.5883336
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 453.71295,
"y": 466.6098,
"z": 2.6267924
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 445.16342,
"y": 469.2856,
"z": -0.2706166
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 448.9887,
"y": 461.4949,
"z": -0.8653526
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 440.079,
"y": 462.3646,
"z": -0.14863089
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 444.4523,
"y": 464.07315,
"z": -2.6836028
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 435.16522,
"y": 451.66168,
"z": -1.2802558
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 438.741,
"y": 452.3294,
"z": -0.17172897
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 435.78317,
"y": 453.71204,
"z": 0.09189761
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 432.27618,
"y": 452.61075,
"z": 1.7469047
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 435.0745,
"y": 452.64285,
"z": -0.37373447
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 451.2409,
"y": 449.97412,
"z": -2.6170027
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 454.5687,
"y": 450.21265,
"z": -0.16931285
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 451.479,
"y": 451.65097,
"z": -1.2747605
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 448.07184,
"y": 451.2735,
"z": -0.97865653
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 451.59167,
"y": 450.90768,
"z": -1.7720983
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 433.85992,
"y": 447.33322,
"z": -2.9840686
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 451.32346,
"y": 445.5188,
"z": -4.434192
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 427.2519,
"y": 457.19904,
"z": 22.08834
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 463.77652,
"y": 453.41974,
"z": 18.972893
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 442.68127,
"y": 448.499,
"z": -5.189523
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 446.608,
"y": 478.8094,
"z": 3.9595523
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 429.8621,
"y": 468.5033,
"z": 17.523893
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 462.9005,
"y": 465.06598,
"z": 14.770049
}
}
],
"rollAngle": -6.924339,
"panAngle": -4.8372707,
"tiltAngle": -11.464465,
"detectionConfidence": 0.8488662,
"landmarkingConfidence": 0.5593508,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 1147,
"y": 483
},
{
"x": 1205,
"y": 483
},
{
"x": 1205,
"y": 550
},
{
"x": 1147,
"y": 550
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 1150,
"y": 495
},
{
"x": 1200,
"y": 495
},
{
"x": 1200,
"y": 545
},
{
"x": 1150,
"y": 545
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 1165.0505,
"y": 511.99918,
"z": -0.00040232216
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 1182.3088,
"y": 511.26343,
"z": -3.3324642
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 1159.5684,
"y": 508.24292,
"z": 3.3283112
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 1168.6896,
"y": 506.99228,
"z": -3.478913
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 1176.9211,
"y": 506.6911,
"z": -5.0882072
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 1188.0089,
"y": 507.14136,
"z": -2.2004335
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 1172.7902,
"y": 510.24713,
"z": -5.092364
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 1172.0812,
"y": 519.91473,
"z": -11.642252
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 1172.6742,
"y": 526.2921,
"z": -8.649529
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 1173.1534,
"y": 531.8052,
"z": -8.328574
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 1165.9749,
"y": 529.9771,
"z": -2.8945124
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 1181.76,
"y": 529.05536,
"z": -5.4844155
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 1172.9076,
"y": 529.04016,
"z": -7.8184605
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 1178.4392,
"y": 521.61646,
"z": -6.1451807
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 1167.2438,
"y": 522.18164,
"z": -4.0436697
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 1172.5645,
"y": 523.15393,
"z": -8.173928
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 1164.7451,
"y": 510.4788,
"z": -0.93933165
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 1168.4274,
"y": 511.83932,
"z": -0.6064912
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1164.8531,
"y": 512.995,
"z": -0.307278
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 1161.8667,
"y": 512.2897,
"z": 2.22761
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 1164.6046,
"y": 511.75363,
"z": -0.37760547
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 1181.7787,
"y": 509.7969,
"z": -4.249311
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 1185.7318,
"y": 511.32068,
"z": -2.4131844
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1182.2804,
"y": 512.0928,
"z": -3.6150286
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 1178.636,
"y": 511.41312,
"z": -2.587457
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 1182.0853,
"y": 511.04395,
"z": -3.8030374
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1163.7986,
"y": 505.35876,
"z": -0.86743826
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1182.267,
"y": 504.62088,
"z": -4.461995
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 1158.391,
"y": 523.9104,
"z": 21.619806
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 1197.1005,
"y": 522.35095,
"z": 14.090326
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 1172.6582,
"y": 506.53217,
"z": -4.8932977
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 1173.5535,
"y": 540.4963,
"z": -7.240213
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 1159.0016,
"y": 533.72687,
"z": 12.663776
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 1193.9696,
"y": 532.3456,
"z": 5.86482
}
}
],
"rollAngle": -0.52259785,
"panAngle": -11.124613,
"tiltAngle": 9.039496,
"detectionConfidence": 0.7423293,
"landmarkingConfidence": 0.63519883,
"joyLikelihood": "VERY_UNLIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 1148,
"y": 1046
},
{
"x": 1205,
"y": 1046
},
{
"x": 1205,
"y": 1112
},
{
"x": 1148,
"y": 1112
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 1150,
"y": 1057
},
{
"x": 1200,
"y": 1057
},
{
"x": 1200,
"y": 1107
},
{
"x": 1150,
"y": 1107
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 1164.9037,
"y": 1074.5577,
"z": -0.0001972533
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 1182.5175,
"y": 1073.7798,
"z": -3.5781167
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 1159.6216,
"y": 1070.8392,
"z": 3.3543797
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 1168.6798,
"y": 1069.4618,
"z": -3.5537217
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 1176.8732,
"y": 1069.2604,
"z": -5.249805
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 1187.9623,
"y": 1069.6678,
"z": -2.4872715
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 1172.7688,
"y": 1072.9287,
"z": -5.207792
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 1172.0729,
"y": 1082.4958,
"z": -11.704029
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 1172.4736,
"y": 1088.9299,
"z": -8.732766
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 1173.1323,
"y": 1094.2104,
"z": -8.389253
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 1165.839,
"y": 1092.4397,
"z": -2.8414822
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 1181.8907,
"y": 1091.6843,
"z": -5.625453
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 1172.8927,
"y": 1091.5076,
"z": -7.8888664
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 1178.5195,
"y": 1084.0878,
"z": -6.2715054
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 1167.2721,
"y": 1084.6531,
"z": -4.0798063
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 1172.494,
"y": 1085.6686,
"z": -8.251507
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 1164.7646,
"y": 1073.0396,
"z": -0.9728194
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 1168.3168,
"y": 1074.4496,
"z": -0.6604535
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1164.7727,
"y": 1075.5344,
"z": -0.32644477
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 1161.947,
"y": 1074.8312,
"z": 2.2241783
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 1164.6344,
"y": 1074.306,
"z": -0.41207105
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 1181.7296,
"y": 1072.3337,
"z": -4.4621344
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 1185.7101,
"y": 1073.8506,
"z": -2.6664014
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 1182.3527,
"y": 1074.6555,
"z": -3.8306527
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 1178.7205,
"y": 1073.8318,
"z": -2.7606719
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 1182.0424,
"y": 1073.5745,
"z": -4.0193896
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1163.8146,
"y": 1067.9288,
"z": -0.9011253
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 1182.2004,
"y": 1067.1681,
"z": -4.6909456
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 1158.7097,
"y": 1086.4049,
"z": 21.640352
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 1197.2539,
"y": 1084.7898,
"z": 13.712412
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 1172.6151,
"y": 1069.0931,
"z": -5.0121875
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 1173.5443,
"y": 1102.9724,
"z": -7.3014913
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 1159.2389,
"y": 1096.2083,
"z": 12.721026
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 1194.0415,
"y": 1094.7651,
"z": 5.5571723
}
}
],
"rollAngle": -0.5288795,
"panAngle": -11.758992,
"tiltAngle": 8.930009,
"detectionConfidence": 0.7379671,
"landmarkingConfidence": 0.6495017,
"joyLikelihood": "VERY_UNLIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 943,
"y": 644
},
{
"x": 1003,
"y": 644
},
{
"x": 1003,
"y": 713
},
{
"x": 943,
"y": 713
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 949,
"y": 657
},
{
"x": 999,
"y": 657
},
{
"x": 999,
"y": 707
},
{
"x": 949,
"y": 707
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 966.55597,
"y": 672.59894,
"z": 2.620997e-05
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 984.258,
"y": 674.77795,
"z": 0.76046175
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 960.9764,
"y": 667.9997,
"z": 2.1451037
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 972.21344,
"y": 668.722,
"z": -2.5666974
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 980.71124,
"y": 669.5547,
"z": -2.1954732
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 990.95734,
"y": 671.8969,
"z": 3.3409586
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 975.8604,
"y": 672.96136,
"z": -3.259291
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 975.1901,
"y": 682.6359,
"z": -10.316092
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 973.6751,
"y": 688.89014,
"z": -7.130368
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 972.7431,
"y": 695.88245,
"z": -6.906325
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 965.2847,
"y": 689.97253,
"z": -2.6534626
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 980.60315,
"y": 692.1245,
"z": -2.2604437
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 973.2797,
"y": 692.0522,
"z": -6.28525
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 979.1801,
"y": 684.8176,
"z": -3.383591
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 969.9176,
"y": 683.4326,
"z": -3.8493
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 974.50476,
"y": 685.51917,
"z": -6.592441
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 966.93884,
"y": 671.0236,
"z": -0.9675593
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 970.3229,
"y": 673.0151,
"z": 0.21277595
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 966.71405,
"y": 673.55286,
"z": -0.33659753
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 963.0549,
"y": 672.2448,
"z": 1.4912806
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 966.4538,
"y": 672.29803,
"z": -0.43562308
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 984.7579,
"y": 673.4962,
"z": -0.23502366
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 987.96497,
"y": 675.70026,
"z": 2.5154455
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 984.1983,
"y": 675.9114,
"z": 0.39468965
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 980.7938,
"y": 674.3469,
"z": 0.6503081
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 984.74695,
"y": 674.8369,
"z": 0.29786605
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 966.9181,
"y": 665.6731,
"z": -1.038376
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 986.2597,
"y": 668.3511,
"z": -0.24887049
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 952.8557,
"y": 683.1066,
"z": 19.954117
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 993.3371,
"y": 688.7423,
"z": 21.663794
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 976.4753,
"y": 668.57886,
"z": -3.0059962
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 971.7184,
"y": 703.60767,
"z": -5.7405977
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 953.69196,
"y": 693.54407,
"z": 10.990446
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 990.4222,
"y": 699.2101,
"z": 12.412706
}
}
],
"rollAngle": 7.5031896,
"panAngle": 2.3638158,
"tiltAngle": 9.671021,
"detectionConfidence": 0.7754172,
"landmarkingConfidence": 0.57902724,
"joyLikelihood": "VERY_LIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 609,
"y": 932
},
{
"x": 699,
"y": 932
},
{
"x": 699,
"y": 1037
},
{
"x": 609,
"y": 1037
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 619,
"y": 969
},
{
"x": 679,
"y": 969
},
{
"x": 679,
"y": 1030
},
{
"x": 619,
"y": 1030
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 636.261,
"y": 986.3995,
"z": 0.00036544865
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 659.85626,
"y": 985.59906,
"z": -6.48495
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 625.2961,
"y": 980.2685,
"z": 3.8067713
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 639.1455,
"y": 981.5487,
"z": -7.8385506
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 651.93555,
"y": 981.5476,
"z": -11.220109
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position": {
"x": 669.81085,
"y": 978.8832,
"z": -8.006278
}
},
{
"type": "MIDPOINT_BETWEEN_EYES",
"position": {
"x": 646.1071,
"y": 987.2533,
"z": -8.579506
}
},
{
"type": "NOSE_TIP",
"position": {
"x": 645.6651,
"y": 1004.372,
"z": -12.704508
}
},
{
"type": "UPPER_LIP",
"position": {
"x": 648.0425,
"y": 1012.9221,
"z": -4.3306446
}
},
{
"type": "LOWER_LIP",
"position": {
"x": 649.58435,
"y": 1020.81915,
"z": -0.45945716
}
},
{
"type": "MOUTH_LEFT",
"position": {
"x": 639.612,
"y": 1015.2594,
"z": 6.262921
}
},
{
"type": "MOUTH_RIGHT",
"position": {
"x": 659.2931,
"y": 1014.1498,
"z": 0.51962733
}
},
{
"type": "MOUTH_CENTER",
"position": {
"x": 648.86914,
"y": 1016.12775,
"z": -1.4674065
}
},
{
"type": "NOSE_BOTTOM_RIGHT",
"position": {
"x": 654.653,
"y": 1004.3426,
"z": -4.1957526
}
},
{
"type": "NOSE_BOTTOM_LEFT",
"position": {
"x": 641.80566,
"y": 1005.3217,
"z": -0.44489804
}
},
{
"type": "NOSE_BOTTOM_CENTER",
"position": {
"x": 647.41315,
"y": 1007.70044,
"z": -5.6858897
}
},
{
"type": "LEFT_EYE_TOP_BOUNDARY",
"position": {
"x": 633.62085,
"y": 985.4641,
"z": -1.6157622
}
},
{
"type": "LEFT_EYE_RIGHT_CORNER",
"position": {
"x": 640.32745,
"y": 986.8438,
"z": -0.84861887
}
},
{
"type": "LEFT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 635.4874,
"y": 988.19885,
"z": 0.55736715
}
},
{
"type": "LEFT_EYE_LEFT_CORNER",
"position": {
"x": 629.62354,
"y": 986.55597,
"z": 4.282516
}
},
{
"type": "LEFT_EYE_PUPIL",
"position": {
"x": 633.62195,
"y": 987.0757,
"z": 0.06752799
}
},
{
"type": "RIGHT_EYE_TOP_BOUNDARY",
"position": {
"x": 660.23645,
"y": 984.6561,
"z": -8.700055
}
},
{
"type": "RIGHT_EYE_RIGHT_CORNER",
"position": {
"x": 666.09735,
"y": 985.418,
"z": -5.648135
}
},
{
"type": "RIGHT_EYE_BOTTOM_BOUNDARY",
"position": {
"x": 660.4597,
"y": 987.73065,
"z": -6.3562946
}
},
{
"type": "RIGHT_EYE_LEFT_CORNER",
"position": {
"x": 654.43915,
"y": 986.78357,
"z": -4.89248
}
},
{
"type": "RIGHT_EYE_PUPIL",
"position": {
"x": 660.95215,
"y": 986.259,
"z": -7.2386084
}
},
{
"type": "LEFT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 631.35864,
"y": 978.1004,
"z": -4.411989
}
},
{
"type": "RIGHT_EYEBROW_UPPER_MIDPOINT",
"position": {
"x": 660.2993,
"y": 977.21185,
"z": -12.105346
}
},
{
"type": "LEFT_EAR_TRAGION",
"position": {
"x": 626.71436,
"y": 992.6207,
"z": 40.015182
}
},
{
"type": "RIGHT_EAR_TRAGION",
"position": {
"x": 687.239,
"y": 990.72626,
"z": 23.969893
}
},
{
"type": "FOREHEAD_GLABELLA",
"position": {
"x": 645.32715,
"y": 981.30597,
"z": -10.583215
}
},
{
"type": "CHIN_GNATHION",
"position": {
"x": 651.35583,
"y": 1032.5704,
"z": 6.168583
}
},
{
"type": "CHIN_LEFT_GONION",
"position": {
"x": 628.4099,
"y": 1012.4442,
"z": 32.64583
}
},
{
"type": "CHIN_RIGHT_GONION",
"position": {
"x": 683.1699,
"y": 1010.75446,
"z": 18.08641
}
}
],
"rollAngle": -5.2601094,
"panAngle": -15.274273,
"tiltAngle": -12.8467045,
"detectionConfidence": 0.9958761,
"landmarkingConfidence": 0.6427217,
"joyLikelihood": "VERY_UNLIKELY",
"sorrowLikelihood": "VERY_UNLIKELY",
"angerLikelihood": "VERY_UNLIKELY",
"surpriseLikelihood": "VERY_UNLIKELY",
"underExposedLikelihood": "VERY_UNLIKELY",
"blurredLikelihood": "VERY_UNLIKELY",
"headwearLikelihood": "VERY_UNLIKELY"
},
{
"boundingPoly": {
"vertices": [
{
"x": 80,
"y": 340
},
{
"x": 151,
"y": 340
},
{
"x": 151,
"y": 422
},
{
"x": 80,
"y": 422
}
]
},
"fdBoundingPoly": {
"vertices": [
{
"x": 90,
"y": 361
},
{
"x": 145,
"y": 361
},
{
"x": 145,
"y": 416
},
{
"x": 90,
"y": 416
}
]
},
"landmarks": [
{
"type": "LEFT_EYE",
"position": {
"x": 107.577965,
"y": 377.56287,
"z": -0.0002157102
}
},
{
"type": "RIGHT_EYE",
"position": {
"x": 129.67313,
"y": 378.2314,
"z": 2.8412774
}
},
{
"type": "LEFT_OF_LEFT_EYEBROW",
"position": {
"x": 101.45306,
"y": 372.3541,
"z": 1.0167507
}
},
{
"type": "RIGHT_OF_LEFT_EYEBROW",
"position": {
"x": 114.53387,
"y": 372.6468,
"z": -3.3725994
}
},
{
"type": "LEFT_OF_RIGHT_EYEBROW",
"position": {
"x": 124.78202,
"y": 373.03513,
"z": -2.0476878
}
},
{
"type": "RIGHT_OF_RIGHT_EYEBROW",
"position":
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment