mediapipe_model_maker.gesture_recognizer.HandDataPreprocessingParams
Stay organized with collections
Save and categorize content based on your preferences.
A dataclass wraps the hand data preprocessing hyperparameters.
mediapipe_model_maker.gesture_recognizer.HandDataPreprocessingParams(
shuffle: bool = True, min_detection_confidence: float = 0.7
)
Attributes |
shuffle
|
A boolean controlling if shuffle the dataset. Default to true.
|
min_detection_confidence
|
confidence threshold for hand detection.
|
Methods
__eq__
__eq__(
other
)
Class Variables |
|
min_detection_confidence
|
0.7
|
|
shuffle
|
True
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-05-28 UTC.
[null,null,["Last updated 2026-05-28 UTC."],[],[]]