mp.tasks.components.containers.NormalizedLandmark

A normalized version of above Landmark proto.

All coordinates should be within [0, 1].

x The normalized x coordinate.
y The normalized y coordinate.
z The normalized 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