From bc157ff990d7314b527aefe6228d4cc5c6f01078 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Thu, 23 Feb 2023 21:57:42 +0530 Subject: [PATCH 01/10] Update help.md --- docs/getting_started/help.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting_started/help.md b/docs/getting_started/help.md index a9d2ba7b9..0d950c371 100644 --- a/docs/getting_started/help.md +++ b/docs/getting_started/help.md @@ -37,8 +37,8 @@ If you open a GitHub issue, here is our policy: - **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**: - **Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device**: - **Bazel version**: -- **Android Studio, NDK, SDK versions (if issue is related to building in mobile dev enviroment)**: -- **Xcode & Tulsi version (if issue is related to building in mobile dev enviroment)**: +- **Android Studio, NDK, SDK versions (if issue is related to building in mobile dev environment)**: +- **Xcode & Tulsi version (if issue is related to building in mobile dev environment)**: - **Exact steps to reproduce**: ### Describe the problem From abc8c73aee79f561a087c91ad540d6f044fa9b85 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Thu, 23 Feb 2023 22:00:01 +0530 Subject: [PATCH 02/10] Update javascript.md --- docs/getting_started/javascript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started/javascript.md b/docs/getting_started/javascript.md index 71cec2632..3c8ba562e 100644 --- a/docs/getting_started/javascript.md +++ b/docs/getting_started/javascript.md @@ -33,7 +33,7 @@ snippets. | Browser | Platform | Notes | | ------- | ----------------------- | -------------------------------------- | -| Chrome | Android / Windows / Mac | Pixel 4 and older unsupported. Fuschia | +| Chrome | Android / Windows / Mac | Pixel 4 and older unsupported. Fuchsia | | | | unsupported. | | Chrome | iOS | Camera unavailable in Chrome on iOS. | | Safari | iPad/iPhone/Mac | iOS and Safari on iPad / iPhone / | From 9e37b520fbefed2ee87fc25d0a25ac374cc604ca Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Thu, 23 Feb 2023 22:01:19 +0530 Subject: [PATCH 03/10] Update faq.md --- docs/getting_started/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started/faq.md b/docs/getting_started/faq.md index c42ef898c..4a694d031 100644 --- a/docs/getting_started/faq.md +++ b/docs/getting_started/faq.md @@ -59,7 +59,7 @@ The second approach allows up to [`max_in_flight`] invocations of the packets from [`CalculatorBase::Process`] are automatically ordered by timestamp before they are passed along to downstream calculators. -With either aproach, you must be aware that the calculator running in parallel +With either approach, you must be aware that the calculator running in parallel cannot maintain internal state in the same way as a normal sequential calculator. From 488b1e23a01111f183fd2a4f32b4487d85926b98 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Thu, 23 Feb 2023 22:01:58 +0530 Subject: [PATCH 04/10] Update troubleshooting.md --- docs/getting_started/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started/troubleshooting.md b/docs/getting_started/troubleshooting.md index a4f347aaa..7d371bcb8 100644 --- a/docs/getting_started/troubleshooting.md +++ b/docs/getting_started/troubleshooting.md @@ -65,7 +65,7 @@ WARNING: Download from https://storage.googleapis.com/mirror.tensorflow.org/gith ``` usually indicates that Bazel fails to download necessary dependency repositories -that MediaPipe needs. MedaiPipe has several dependency repositories that are +that MediaPipe needs. MediaPipe has several dependency repositories that are hosted by Google sites. In some regions, you may need to set up a network proxy or use a VPN to access those resources. You may also need to append `--host_jvm_args "-DsocksProxyHost= -DsocksProxyPort="` From 34e361f81e37a8211eddc8a2122310f8b066cfa8 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Thu, 23 Feb 2023 22:04:02 +0530 Subject: [PATCH 05/10] Update media_sequence.md --- docs/solutions/media_sequence.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/solutions/media_sequence.md b/docs/solutions/media_sequence.md index e6bd5fd44..48b4530c8 100644 --- a/docs/solutions/media_sequence.md +++ b/docs/solutions/media_sequence.md @@ -85,7 +85,7 @@ process new data sets, in the documentation of MediaSequence uses SequenceExamples as the format of both inputs and outputs. Annotations are encoded as inputs in a SequenceExample of metadata - that defines the labels and the path to the cooresponding video file. This + that defines the labels and the path to the corresponding video file. This metadata is passed as input to the C++ `media_sequence_demo` binary, and the output is a SequenceExample filled with images and annotations ready for model training. From 35d1b98433b36f96c759e4a7798366ed17c94d66 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Thu, 23 Feb 2023 22:04:49 +0530 Subject: [PATCH 06/10] Update objectron.md --- docs/solutions/objectron.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/solutions/objectron.md b/docs/solutions/objectron.md index 10483e499..190f251f2 100644 --- a/docs/solutions/objectron.md +++ b/docs/solutions/objectron.md @@ -170,7 +170,7 @@ and a The detection subgraph performs ML inference only once every few frames to reduce computation load, and decodes the output tensor to a FrameAnnotation that contains nine keypoints: the 3D bounding box's center and its eight vertices. -The tracking subgraph runs every frame, using the box traker in +The tracking subgraph runs every frame, using the box tracker in [MediaPipe Box Tracking](./box_tracking.md) to track the 2D box tightly enclosing the projection of the 3D bounding box, and lifts the tracked 2D keypoints to 3D with From 48d72e7ddc5d226b118325b943c1fd279959e772 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Thu, 23 Feb 2023 22:06:35 +0530 Subject: [PATCH 07/10] Update face_mesh.md --- docs/solutions/face_mesh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/solutions/face_mesh.md b/docs/solutions/face_mesh.md index 24ee760fc..87424c8fe 100644 --- a/docs/solutions/face_mesh.md +++ b/docs/solutions/face_mesh.md @@ -133,7 +133,7 @@ about the model in this [paper](https://arxiv.org/abs/2006.10962). The [Face Landmark Model](#face-landmark-model) performs a single-camera face landmark detection in the screen coordinate space: the X- and Y- coordinates are normalized screen coordinates, while the Z coordinate is relative and is scaled -as the X coodinate under the +as the X coordinate under the [weak perspective projection camera model](https://en.wikipedia.org/wiki/3D_projection#Weak_perspective_projection). This format is well-suited for some applications, however it does not directly enable the full spectrum of augmented reality (AR) features like aligning a From 1c37010ddefc0742529933a7f44e98e3e17c12ed Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Thu, 23 Feb 2023 22:07:04 +0530 Subject: [PATCH 08/10] Update objectron.md --- docs/solutions/objectron.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/solutions/objectron.md b/docs/solutions/objectron.md index 190f251f2..f3b7af35a 100644 --- a/docs/solutions/objectron.md +++ b/docs/solutions/objectron.md @@ -613,7 +613,7 @@ z_ndc = 1 / Z ### Pixel Space -In this API we set upper-left coner of an image as the origin of pixel +In this API we set upper-left corner of an image as the origin of pixel coordinate. One can convert from NDC to pixel space as follows: ``` From f42b60e08f08526e813e6222d1ba7a5dcd1418ea Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Thu, 23 Feb 2023 22:07:40 +0530 Subject: [PATCH 09/10] Update iris.md --- docs/solutions/iris.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/solutions/iris.md b/docs/solutions/iris.md index 1d36f74ca..9ca882527 100644 --- a/docs/solutions/iris.md +++ b/docs/solutions/iris.md @@ -38,7 +38,7 @@ camera, in real-time, without the need for specialized hardware. Through use of iris landmarks, the solution is also able to determine the metric distance between the subject and the camera with relative error less than 10%. Note that iris tracking does not infer the location at which people are looking, nor does -it provide any form of identity recognition. With the cross-platfrom capability +it provide any form of identity recognition. With the cross-platform capability of the MediaPipe framework, MediaPipe Iris can run on most modern [mobile phones](#mobile), [desktops/laptops](#desktop) and even on the [web](#web). From 86a2fa300b44dd55eae41cc130b8e6843494b62d Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Thu, 23 Feb 2023 22:08:05 +0530 Subject: [PATCH 10/10] Update iris.md --- docs/solutions/iris.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/solutions/iris.md b/docs/solutions/iris.md index 9ca882527..ba7aaaa02 100644 --- a/docs/solutions/iris.md +++ b/docs/solutions/iris.md @@ -99,7 +99,7 @@ You can also find more details in this ### Iris Landmark Model The iris model takes an image patch of the eye region and estimates both the eye -landmarks (along the eyelid) and iris landmarks (along ths iris contour). You +landmarks (along the eyelid) and iris landmarks (along this iris contour). You can find more details in this [paper](https://arxiv.org/abs/2006.11341). ![iris_tracking_eye_and_iris_landmarks.png](https://mediapipe.dev/images/mobile/iris_tracking_eye_and_iris_landmarks.png) |