Pimples Parameter Result Scheme

Description

Pimples

algorithm

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

amount

"amount": 2

areas

"areas": {
    "nose": {
        "amount": 0
    },
    "forehead": {
        "amount": 1
    },
    "left_eye": {
        "amount": 0
    },
    "perioral": {
        "amount": 0
    },
    "right_eye": {
        "amount": 1
    },
    "left_cheek": {
        "amount": 0
    },
    "right_cheek": {
        "amount": 0
    }
}

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?