From abc3e74f435a4f74d4cc751a5b13a0f801336e63 Mon Sep 17 00:00:00 2001 From: Justwant <43477841+MaRauder111@users.noreply.github.com> Date: Thu, 10 Dec 2020 10:50:50 +0530 Subject: [PATCH] hand_landmark model is not properly link --- 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 3d07411c2..db81e2ad2 100644 --- a/docs/solutions/hands.md +++ b/docs/solutions/hands.md @@ -91,7 +91,7 @@ To detect initial hand locations, we designed a mobile real-time uses in a manner similar to the face detection model in [MediaPipe Face Mesh](./face_mesh.md). Detecting hands is a decidedly complex task: our -[model](https://github.com/google/mediapipe/tree/master/mediapipe/models/palm_detection.tflite) has +[model](https://github.com/google/mediapipe/blob/master/mediapipe/modules/hand_landmark/hand_landmark.tflite) has to work across a variety of hand sizes with a large scale span (~20x) relative to the image frame and be able to detect occluded and self-occluded hands. Whereas faces have high contrast patterns, e.g., in the eye and mouth region,