Fix typo and improve comments.
PiperOrigin-RevId: 527580369
This commit is contained in:
parent
7b055df211
commit
7c70c62465
|
@ -127,9 +127,9 @@ void ConfigureNonMaxSuppressionCalculator(
|
|||
|
||||
void ConfigureDetectionsToRectsCalculator(
|
||||
mediapipe::DetectionsToRectsCalculatorOptions* options) {
|
||||
// Left eye.
|
||||
// Left eye from the observer’s point of view.
|
||||
options->set_rotation_vector_start_keypoint_index(0);
|
||||
// Right ete.
|
||||
// Right eye from the observer’s point of view.
|
||||
options->set_rotation_vector_end_keypoint_index(1);
|
||||
options->set_rotation_vector_target_angle_degrees(0);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user