Add HAND_CONNECTIONS to HandLandmarker and GestureRecognizer

PiperOrigin-RevId: 524951052
This commit is contained in:
Sebastian Schmidt
2023-04-17 14:31:40 -07:00
committed by Copybara-Service
parent 2564fec44c
commit 47e55fcf2f
6 changed files with 54 additions and 1 deletions
@@ -16,6 +16,7 @@ mediapipe_ts_library(
visibility = ["//visibility:public"],
deps = [
":hand_landmarker_types",
":hand_landmarks_connections",
"//mediapipe/framework:calculator_jspb_proto",
"//mediapipe/framework:calculator_options_jspb_proto",
"//mediapipe/framework/formats:classification_jspb_proto",
@@ -72,3 +73,9 @@ jasmine_node_test(
tags = ["nomsan"],
deps = [":hand_landmarker_test_lib"],
)
mediapipe_ts_library(
name = "hand_landmarks_connections",
srcs = ["hand_landmarks_connections.ts"],
deps = ["//mediapipe/tasks/web/vision/core:types"],
)