From 4a1a5666958a6c1083f228106d46a95c6a32b86b Mon Sep 17 00:00:00 2001 From: Dweep Joshipura Date: Thu, 21 Jan 2021 09:16:17 +0530 Subject: [PATCH] Add holistic_remote, thanks to @afogel --- docs/getting_started/javascript.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/getting_started/javascript.md b/docs/getting_started/javascript.md index f0b9fde12..249576af9 100644 --- a/docs/getting_started/javascript.md +++ b/docs/getting_started/javascript.md @@ -23,6 +23,8 @@ Solution | NPM Package | Example [Pose][P-pg] | [@mediapipe/pose][P-npm] | [mediapipe.dev/demo/pose][P-demo] [Holistic][Ho-pg] | [@mediapipe/holistic][Ho-npm] | [mediapipe.dev/demo/holistic][Ho-demo] +Note: Also see the [Holistic Remote demo][Ho-Re], which explores more options in the Holistic Demo. + Click on a solution link above for more information, including API and code snippets. @@ -81,6 +83,7 @@ affecting your work, restrict your request to a `` number. e.g., [H-pen]: https://code.mediapipe.dev/codepen/hands [P-pen]: https://code.mediapipe.dev/codepen/pose [Ho-demo]: https://mediapipe.dev/demo/holistic +[Ho-Re]: https://mediapipe.dev/demo/holistic_remote [F-demo]: https://mediapipe.dev/demo/face_mesh [H-demo]: https://mediapipe.dev/demo/hands [P-demo]: https://mediapipe.dev/demo/pose