Add HAND_CONNECTIONS to HandLandmarker and GestureRecognizer
PiperOrigin-RevId: 524951052
This commit is contained in:
committed by
Copybara-Service
parent
2564fec44c
commit
47e55fcf2f
@@ -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"],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user