Keypoints

Exports keypoints (if applicable) in global coordinates (right-handed XYZ).

This data may be used in conjunction with ex/intrinsic matrices.

Check for self-occlusion: If checked, keypoint visibility will also be determined by self-occlusion, e.g. a hand behind one's back, not visible by the camera.

Use helper mesh for self-occlusion: If checked, a simplified version of the object will be used when checking for self-occlusion. In general, this will resolve most false negatives, i.e. a keypoint determined to be occluded when it, in fact, is not.

Self occlusion tolerance: Tolerance (in meters) of the self-occlusion test. Distances below this value will be ignored. For example, setting this to an extremely high value such as 1 meter may cause no keypoints to be labeled as "occluded".

Keypoints are provided in a separate keypoints.json file in global XYZ coordinates (right-handed, Z-up) as well as in image coordinates in the coco_annotations.json file, in standard COCO format.

[
    [
        -0.1620437204837799,
        -0.5179221630096436,
        -0.12565040588378906
    ],
    [
        -0.12105777859687805,
        -0.4973163604736328,
        -0.07849514484405518
    ],
    [
        -0.09404271841049194,
        -0.5151250958442688,
        -0.05913042277097702
    ],
    [
        -0.06482458114624023,
        -0.5248016715049744,
        -0.03984642028808594
    ],
    [
        -0.03244906663894653,
        -0.535769522190094,
        -0.014489471912384033
    ],
    [
        -0.0765962302684784,
        -0.5679489970207214,
        -0.06707155704498291
    ],
    [
        -0.027885496616363525,
        -0.5921242237091064,
        -0.05503487586975098
    ],
    [
        0.0020690560340881348,
        -0.605049192905426,
        -0.04992568492889404
    ],
    [
        0.02948659658432007,
        -0.6149576306343079,
        -0.04585710167884827
    ],
    [
        -0.07202258706092834,
        -0.5843294262886047,
        -0.09811919927597046
    ],
    [
        -0.023500025272369385,
        -0.6105403304100037,
        -0.09183114767074585
    ],
    [
        0.01646476984024048,
        -0.6219707131385803,
        -0.09130734205245972
    ],
    [
        0.04623621702194214,
        -0.631866455078125,
        -0.08960628509521484
    ],
    [
        -0.07942312955856323,
        -0.5902279615402222,
        -0.12521019577980042
    ],
    [
        -0.02996969223022461,
        -0.6118033528327942,
        -0.12961751222610474
    ],
    [
        0.010281682014465332,
        -0.6226822733879089,
        -0.13220316171646118
    ],
    [
        0.03999173641204834,
        -0.6305294632911682,
        -0.13364771008491516
    ],
    [
        -0.08599165081977844,
        -0.5793569684028625,
        -0.15705984830856323
    ],
    [
        -0.0427803099155426,
        -0.5936245322227478,
        -0.16432231664657593
    ],
    [
        -0.015383332967758179,
        -0.5988448262214661,
        -0.1668248176574707
    ],
    [
        0.014523148536682129,
        -0.6049606800079346,
        -0.16560997068881989
    ],
    [
        0.10252949595451355,
        -0.5383086204528809,
        -0.12470000982284546
    ],
    [
        0.06510964035987854,
        -0.5131881833076477,
        -0.07174670696258545
    ],
    [
        0.043320655822753906,
        -0.5231153964996338,
        -0.04907417297363281
    ],
    [
        0.007606238126754761,
        -0.535979151725769,
        -0.03419727087020874
    ],
    [
        -0.027878761291503906,
        -0.5478533506393433,
        -0.01286536455154419
    ],
    [
        0.006563246250152588,
        -0.5702809691429138,
        -0.059491097927093506
    ],
    [
        -0.044106364250183105,
        -0.5814489126205444,
        -0.041900694370269775
    ],
    [
        -0.07735973596572876,
        -0.5804719924926758,
        -0.03367578983306885
    ],
    [
        -0.10841655731201172,
        -0.5795875787734985,
        -0.02636873722076416
    ],
    [
        -0.002912282943725586,
        -0.581595242023468,
        -0.09197115898132324
    ],
    [
        -0.052548348903656006,
        -0.6064146757125854,
        -0.0745585560798645
    ],
    [
        -0.09170496463775635,
        -0.6095761060714722,
        -0.06768995523452759
    ],
    [
        -0.12528395652770996,
        -0.6122599840164185,
        -0.06267893314361572
    ],
    [
        0.00454673171043396,
        -0.5865257382392883,
        -0.11947542428970337
    ],
    [
        -0.04839956760406494,
        -0.60919588804245,
        -0.11547577381134033
    ],
    [
        -0.08624148368835449,
        -0.6130762696266174,
        -0.11081117391586304
    ],
    [
        -0.11841791868209839,
        -0.6166180968284607,
        -0.10573410987854004
    ],
    [
        0.008174806833267212,
        -0.5839972496032715,
        -0.1527620553970337
    ],
    [
        -0.029848814010620117,
        -0.6036266684532166,
        -0.1509932279586792
    ],
    [
        -0.05647456645965576,
        -0.6115958094596863,
        -0.15266847610473633
    ],
    [
        -0.08532905578613281,
        -0.6195536255836487,
        -0.15325206518173218
    ]
]

Last updated