Fix typo and improve comments.

PiperOrigin-RevId: 527580369
This commit is contained in:
Jiuqiang Tang 2023-04-27 08:08:18 -07:00 committed by Copybara-Service
parent 7b055df211
commit 7c70c62465

View File

@ -127,9 +127,9 @@ void ConfigureNonMaxSuppressionCalculator(
void ConfigureDetectionsToRectsCalculator(
mediapipe::DetectionsToRectsCalculatorOptions* options) {
// Left eye.
// Left eye from the observers point of view.
options->set_rotation_vector_start_keypoint_index(0);
// Right ete.
// Right eye from the observers point of view.
options->set_rotation_vector_end_keypoint_index(1);
options->set_rotation_vector_target_angle_degrees(0);
}