A normalized version of above Landmark proto.
mp.tasks.components.containers.NormalizedLandmark(
x: Optional[float] = None,
y: Optional[float] = None,
z: Optional[float] = None,
visibility: Optional[float] = None,
presence: Optional[float] = None
)
All coordinates should be within [0, 1].
Attributes |
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__
__eq__(
other
)
Class Variables |
presence
|
None
|
visibility
|
None
|
x
|
None
|
y
|
None
|
z
|
None
|