Sun Spots Parameter Result Scheme

Description

Sun Spots

algorithm

"algorithm": {
    "name": "sun_spots",
    "version": 1
}

score

"score": 69

grade

"grade": 3

density

"density": 9

areas

"areas": {
    "nose": {
        "density": 6
    },
    "forehead": {
        "density": 12
    },
    "left_eye": {
        "density": 26
    },
    "perioral": {
        "density": 0
    },
    "right_eye": {
        "density": 12
    },
    "left_cheek": {
        "density": 2
    },
    "right_cheek": {
        "density": 8
    }
}

masks

"masks": {
    "left": {
        "original": "link",
        "aligned_face": "link",
        "anonymised": "link"
    },
    "front": {
        "original": "link",
        "aligned_face": "link",
        "anonymised": "link"
    },
    "right": {
        "original": "link",
        "aligned_face": "link",
        "anonymised": "link"
    }
}

Example (JSON)

lines.json

Last updated

Was this helpful?