Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
19 views

I'm studying & trying to use mediapipe I want to modify the Android project face-landmarker I want to modify the graphs & parameters of landmarker by modifying the .task file. By this way: ...
Mikael Nguyen's user avatar
0 votes
1 answer
97 views

I'm used to working with MediaPipe in Python on a Windows 11 desktop setup. In this environment, if VIDEO mode is selected, MediaPipe automatically reads the video frame count, and the detected frames ...
Félix Yriarte's user avatar
0 votes
0 answers
24 views

bazel build -c opt --strip=ALWAYS --host_crosstool_top=@bazel_tools//tools/cpp:toolchain --fat_apk_cpu=arm64-v8a,armeabi-v7a --legacy_whole_archive=0 --features=-legacy_whole_archive ...
MOHIT GUPTA's user avatar
0 votes
1 answer
160 views

I am following the documentation, but BaseOptions seems to resolve the model path incorrectly — instead of using my project directory, it prepends a Python package path. base_options = BaseOptions(...
Anastasiya Miklashevich's user avatar
2 votes
0 answers
77 views

I am using mediapipe with javascript. Everything works alright until i try to show connections between spesific landmarks (in my case bettween landmarks 11, 13, 15, 12, 14, 16) here is my custom ...
PaulosK's user avatar
  • 21
0 votes
0 answers
198 views

Well I got some troubles trying to implement a code that check where a person is facing from a video. The objective is to see if the person look in 6/8 position (up,left,right,down, and its ...
Burritodeltodo's user avatar
2 votes
0 answers
127 views

I'm using the @mediapipe/tasks-vision library to extract 3D face landmarks in a browser-based application and trying to measure the distance between two specific points: landmark 143 and landmark 372 (...
Muhammad Afshal's user avatar
1 vote
0 answers
82 views

I'm posting because I can't seem to find a solution to this problem. I'm running an expo (52.0.46) react native (0.76.7) application on an M3 Mac (Sequoia 15.2) and once I add pod install ...
OutdatedMac's user avatar
1 vote
0 answers
51 views

I am trying to correctly apply MediaPipe pose data to the bones of a Bevy GLTF model. I have coded it as shown below, and the upper arm seems to move correctly, but the forearm moves strangely. I’m ...
yun's user avatar
  • 33
1 vote
1 answer
790 views

I am trying work with "mediapipe" in colab. But after installing, I am running into dependency-related issues. Here is a code snippet and error regarding it: pip install mediapipe Error: ...
ABIR HASSAN 's user avatar
0 votes
0 answers
58 views

This is the error I am getting. OpenCV and streamlit is used in accessing the camera. The website was working fine on localhost. It is accessing the camera then. I was expecting it to get access to ...
Srishti Somya's user avatar
0 votes
0 answers
205 views

Here is my Github projects, and right now i got some problems with webcam-feed.jsx in ui folder while importing from mediapipe: text or you can see my code below 'use client'; import { useEffect, ...
23020443 Phan Quang Trường's user avatar
0 votes
0 answers
117 views

I do some experiments with google.mediapipe framework and observing next issue... if some instance/task was initialized, it's impossible to create another instance of inference task after. For example,...
once2go's user avatar
  • 1,502
0 votes
0 answers
50 views

I am working on a project to replace touch input with hand tracking for system-wide interactions (e.g., scrolling, swiping, opening apps) on an Android device powered by Snapdragon XR1. I want to ...
DEV-AR-G's user avatar
0 votes
0 answers
86 views

I am working on a project where I need to process pose landmarks, left hand landmarks, right hand landmarks, and face landmarks in a specific order using MediaPipe. However, the landmarks are not ...
Sadık Ahmet's user avatar
-2 votes
1 answer
228 views

I'm working on a project using MediaPipe to detect hand landmarks. While the detection is working fine, I want to customize the visualization. Instead of the default connections and dots provided by ...
anfas2's user avatar
  • 7
1 vote
0 answers
37 views

I'm trying to convert facelandmarks to 3d points in scenekit.Even with incorrect depth value face tracks correctly but it is not useful as occluder. because worldpoint is wrong and face mesh always ...
Atila Güler's user avatar
0 votes
0 answers
167 views

How are you doing? I am developing a project for Android using AR. The main goal of this project is to identify people's faces and place a virtual representation of their headsat the same place as the ...
lucasmmg1's user avatar
0 votes
0 answers
141 views

I have two different implementations of a hand gesture detection system using MediaPipe, where one works perfectly and the other doesn't. Working Implementation: from flask import Flask, ...
Talah Tanveer's user avatar
0 votes
1 answer
301 views

As you may know, Mediapipe provides landmark locations based on the aligned output image rather than the input image. Objective: I intend to perform landmark detection on multiple images. Below, I’ve ...
BarzanHayati's user avatar
0 votes
1 answer
194 views

I'm implementing face detection using MediaPipe in a React/TypeScript application with Vite. While the code works perfectly in development mode (npm run dev), I'm getting a constructor error when ...
amal m reji's user avatar
0 votes
1 answer
313 views

Is it possible to use mediapipe hand landmark detection directly on the NDK side? The hand landmark solution is in Kotlin, but my project will use GameActivity and I have already a buffer on the C++ ...
AndrewBloom's user avatar
  • 2,566
0 votes
0 answers
53 views

I'm debugging with the dll of my self-compiled mediapipe face_mesh, but I'm getting an error at this location( std::string calculator_graph_config_contents; MP_RETURN_IF_ERROR(mediapipe::file::...
noob's user avatar
  • 1
0 votes
1 answer
450 views

I am using @mediapipe/tasks-vision npm package in the webapp, I want to use my own wasm folder that's present in 'node_modules/@mediapipe/tasks-vision/wasm'. I am using next.js as the front end. Any ...
Ritik's user avatar
  • 63
1 vote
0 answers
36 views

Is anyone working on any face image filters or third-party libraries using Google MediaPipe mesh points or open cv for Android?Need to render the 2d or 3d image usig media pipe or open cv. I have ...
Manojkumar M's user avatar

1
2 3 4 5
13