mp.tasks.components.containers.Landmark

A landmark that can have 1 to 3 dimensions.

Use x for 1D points, (x, y) for 2D points and (x, y, z) for 3D points.

x The x coordinate.
y The y coordinate.
z The z coordinate.
visibility Landmark visibility. Should stay unset if not supported. Float score of whether landmark is visible or occluded by other objects. Landmark considered as invisible also if it is not present on the screen (out of scene bounds). Depending on the model, visibility value is either a sigmoid or an argument of sigmoid.
presence Landmark presence. Should stay unset if not supported. Float score of whether landmark is present on the scene (located within scene bounds). Depending on the model, presence value is either a result of sigmoid or an argument of sigmoid function to get landmark presence probability.

Methods

__eq__

presence None
visibility None
x None
y None
z None