Fixes HAND_ROIS_FROM_LANDMARKS output to be hand_rects_from_landmarks output stream.

PiperOrigin-RevId: 528024796
This commit is contained in:
Esha Uboweja 2023-04-28 17:23:08 -07:00 committed by Copybara-Service
parent 874cc9dea3
commit b1f93b3b27

View File

@ -56,7 +56,7 @@ output_stream: "HANDEDNESS:multi_handedness"
output_stream: "PALM_DETECTIONS:palm_detections"
# Regions of interest calculated based on landmarks.
# (std::vector<NormalizedRect>)
output_stream: "HAND_ROIS_FROM_LANDMARKS:hand_rects"
output_stream: "HAND_ROIS_FROM_LANDMARKS:hand_rects_from_landmarks"
# Regions of interest calculated based on palm detections.
# (std::vector<NormalizedRect>)
output_stream: "HAND_ROIS_FROM_PALM_DETECTIONS:hand_rects_from_palm_detections"