Internal change

PiperOrigin-RevId: 540361672
This commit is contained in:
MediaPipe Team 2023-06-14 13:21:11 -07:00 committed by Copybara-Service
parent a1be5f3e72
commit 4776ecf402
2 changed files with 4 additions and 0 deletions

View File

@ -153,6 +153,8 @@ cc_library(
alwayslink = 1, alwayslink = 1,
) )
# TODO: open source hand joints graph
cc_library( cc_library(
name = "hand_landmarker_result", name = "hand_landmarker_result",
srcs = ["hand_landmarker_result.cc"], srcs = ["hand_landmarker_result.cc"],

View File

@ -41,3 +41,5 @@ mediapipe_proto_library(
"//mediapipe/tasks/cc/vision/hand_detector/proto:hand_detector_graph_options_proto", "//mediapipe/tasks/cc/vision/hand_detector/proto:hand_detector_graph_options_proto",
], ],
) )
# TODO: open source hand joints graph