![]() |
A dataclass represents hand data for training gesture recognizer model.
mediapipe_model_maker.gesture_recognizer.dataset.HandData(
hand: List[List[float]],
world_hand: List[List[float]],
handedness: List[float]
)
See https://google.github.io/mediapipe/solutions/hands#mediapipe-hands for more details of the hand gesture data API.
Methods
__eq__
__eq__(
other
)