Project import generated by Copybara.
GitOrigin-RevId: b2062656e5b3d33264e28ed0cbca31c4b93fe1bf
This commit is contained in:
@@ -49,6 +49,13 @@ cc_library(
|
||||
],
|
||||
)
|
||||
|
||||
mediapipe_binary_graph(
|
||||
name = "hand_tracking_desktop_live_binary_graph",
|
||||
graph = "hand_tracking_desktop_live.pbtxt",
|
||||
output_name = "hand_tracking_desktop_live.binarypb",
|
||||
deps = [":desktop_tflite_calculators"],
|
||||
)
|
||||
|
||||
cc_library(
|
||||
name = "mobile_calculators",
|
||||
deps = [
|
||||
|
||||
@@ -6,6 +6,9 @@
|
||||
# Images coming into and out of the graph.
|
||||
input_stream: "input_video"
|
||||
output_stream: "output_video"
|
||||
# Hand landmarks and palm detection info.
|
||||
output_stream: "palm_detections"
|
||||
output_stream: "hand_landmarks"
|
||||
|
||||
# Caches a hand-presence decision fed back from HandLandmarkSubgraph, and upon
|
||||
# the arrival of the next input image sends out the cached decision with the
|
||||
|
||||
Reference in New Issue
Block a user