Fix comments in GestureRecognizer

PiperOrigin-RevId: 482854253
This commit is contained in:
Sebastian Schmidt
2022-10-21 12:09:36 -07:00
committed by Copybara-Service
parent ed938a9214
commit fe77c5489f
2 changed files with 7 additions and 7 deletions
@@ -59,7 +59,7 @@ struct GestureRecognizerOptions {
int num_hands = 1;
// The minimum confidence score for the hand detection to be considered
// successfully.
// successful.
float min_hand_detection_confidence = 0.5;
// The minimum confidence score of hand presence score in the hand landmark
@@ -67,11 +67,11 @@ struct GestureRecognizerOptions {
float min_hand_presence_confidence = 0.5;
// The minimum confidence score for the hand tracking to be considered
// successfully.
// successful.
float min_tracking_confidence = 0.5;
// The minimum confidence score for the gestures to be considered
// successfully. If < 0, the gesture confidence thresholds in the model
// successful. If < 0, the gesture confidence thresholds in the model
// metadata are used.
// TODO Note this option is subject to change, after scoring
// merging calculator is implemented.