pub type Keypoints = HashMap<(ClassId, i64), HashMap<KeypointId, Vec3>>;
Collection of keypoints for annotation context.
struct Keypoints { /* private fields */ }