Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejson
{
    "timestamp" : 201909151231122000,
    "face_id" : 1,        
    "bbox" : 
    {
        "confidence" : 0.65
        "x" : 10,
        "y" : 10,
        "width" : 100,
        "height" : 100
    },
    "age": 23,
    "gender": "m",
    "emotion" :
    {
        "Angry" : 0.1,
        "Contempt" : 0.1,
        "Disgust" : 0.1,
        "Fear" : 0.1,
        "Happiness" : 0.1,
        "Neutral" : 0.3,
        "Sad" : 0.1,
        "Surprise" : 0.1,
    },
    "landmark": [
        x0x1, y0y1, x1x2, y1y2...x66, x67, y66y67, x67x68, y67y68
    ],
    "head_pose" : 
    {
        "pitch" : 3.0,
        "yaw" : 15.3,
        "roll" : 1.44
    },
    "recog_name" : "홍길동",
    "recog_confidence" : 0.75
}

Receive Object

No receive object.

Appendix

Face landmarks

...