From 629393db638f9b034dd0ceae40ca16b15977db83 Mon Sep 17 00:00:00 2001 From: Tirumalesh <111861663+tiruk007@users.noreply.github.com> Date: Fri, 21 Apr 2023 09:17:24 +0530 Subject: [PATCH] Fixed the broken link in hands.md Fixed the broken link for 'mediapipe/graphs/hand_tracking/hand_tracking_desktop_live_gpu.pbtxt' in line 652 --- docs/solutions/hands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/solutions/hands.md b/docs/solutions/hands.md index 6cf2264ed..1fdd8c4d7 100644 --- a/docs/solutions/hands.md +++ b/docs/solutions/hands.md @@ -649,7 +649,7 @@ and for iOS modify `kNumHands` in [`mediapipe/examples/desktop/hand_tracking:hand_tracking_cpu`](https://github.com/google/mediapipe/tree/master/mediapipe/examples/desktop/hand_tracking/BUILD) * Running on GPU * Graph: - [`mediapipe/graphs/hand_tracking/hand_tracking_desktop_live_gpu.pbtxt`](https://github.com/google/mediapipe/tree/master/mediapipe/graphs/hand_tracking/hand_tracking_desktop_gpu.pbtxt) + [`mediapipe/graphs/hand_tracking/hand_tracking_desktop_live_gpu.pbtxt`](https://github.com/google/mediapipe/blob/master/mediapipe/graphs/hand_tracking/hand_tracking_desktop_live_gpu.pbtxt) * Target: [`mediapipe/examples/desktop/hand_tracking:hand_tracking_gpu`](https://github.com/google/mediapipe/tree/master/mediapipe/examples/desktop/hand_tracking/BUILD)