Advertisement
sandunfx

Untitled

Apr 1st, 2019
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.45 KB | None | 0 0
  1. {{
  2.   "faceId": "4a0a8715-40d0-4fb9-af37-4dda2e8259a3",
  3.   "faceRectangle": {
  4.     "top": 85,
  5.     "left": 529,
  6.     "width": 285,
  7.     "height": 285
  8.   },
  9.   "faceAttributes": {
  10.     "smile": 0.0,
  11.     "headPose": {
  12.       "pitch": 0.0,
  13.       "roll": -0.6,
  14.       "yaw": -0.1
  15.     },
  16.     "gender": "male",
  17.     "age": 27.0,
  18.     "facialHair": {
  19.       "moustache": 0.1,
  20.       "beard": 0.1,
  21.       "sideburns": 0.1
  22.     },
  23.     "glasses": "NoGlasses",
  24.     "emotion": {
  25.       "anger": 0.0,
  26.       "contempt": 0.0,
  27.       "disgust": 0.0,
  28.       "fear": 0.0,
  29.       "happiness": 0.0,
  30.       "neutral": 0.999,
  31.       "sadness": 0.0,
  32.       "surprise": 0.001
  33.     },
  34.     "makeup": {
  35.       "eyeMakeup": false,
  36.       "lipMakeup": false
  37.     },
  38.     "accessories": [],
  39.     "occlusion": {
  40.       "foreheadOccluded": false,
  41.       "eyeOccluded": false,
  42.       "mouthOccluded": false
  43.     },
  44.     "hair": {
  45.       "bald": 0.07,
  46.       "invisible": false,
  47.       "hairColor": [
  48.         {
  49.           "color": "black",
  50.           "confidence": 1.0
  51.         },
  52.         {
  53.           "color": "brown",
  54.           "confidence": 0.77
  55.         },
  56.         {
  57.           "color": "gray",
  58.           "confidence": 0.57
  59.         },
  60.         {
  61.           "color": "other",
  62.           "confidence": 0.4
  63.         },
  64.         {
  65.           "color": "blond",
  66.           "confidence": 0.03
  67.         },
  68.         {
  69.           "color": "red",
  70.           "confidence": 0.01
  71.         }
  72.       ]
  73.     }
  74.   }
  75. }}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement