mediapipe icon indicating copy to clipboard operation
mediapipe copied to clipboard

Results 172 mediapipe issues
Sort by recently updated
recently updated
newest added

This commit introduces the initial version of the real-time channel chat application. Key Features: - A server built with Node.js, Express, and Socket.IO. - A client-side interface built with HTML,...

``` import os import sys import time import cv2 import mediapipe as mp from numpy import size class PoseEstimation: def __init__(self): self.base_path = os.getcwd() self.pose = mp.solutions.pose.Pose(min_detection_confidence=0.7, min_tracking_confidence=0.7) self.drawing_pose =...

### Description This PR adds a missing build script phase that downloads the required models. All other Google AI sample projects include those, without this the ImageEmbedder sample app will...

"My CodeAlpha Internship Tasks"

Bumps [esbuild](https://github.com/evanw/esbuild) from 0.23.1 to 0.25.0. Release notes Sourced from esbuild's releases. v0.25.0 This release deliberately contains backwards-incompatible changes. To avoid automatically picking up releases like this, you should either...

dependencies
javascript

Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 2.0.1 to 2.0.2. Release notes Sourced from brace-expansion's releases. v2.0.2 pkg: publish on tag 2.x 14f1d91 fmt ed7780a Fix potential ReDoS Vulnerability or Inefficient Regular Expression (#65)...

dependencies
javascript

[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to...

dependencies
javascript

Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 2.0.1 to 2.0.2. Release notes Sourced from brace-expansion's releases. v2.0.2 pkg: publish on tag 2.x 14f1d91 fmt ed7780a Fix potential ReDoS Vulnerability or Inefficient Regular Expression (#65)...

dependencies
javascript

I have tested this on MediaPipeTasksVision 0.10.12 and 0.10.14 in iOS and the rightIris appear on the same location of leftIris. This doesn't happen with the Android build. Sample app...