Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [mediapipe]

When you are facing any implementation issue for mediapipe in your android, iOS or desktop application, When you want any clarification on concept , methods on mediapipe etc ask question with this tag.

-1 votes
0 answers
33 views

Jitter in MediaPipe hand pose detection

With using Python, OpenCV, and MediaPipe I wrote the code below: import mediapipe as mp import cv2 # Initial MediaPipe hand detection mp_hand = mp.solutions.hands mp_drawing = mp.solutions....
Erfan Riahi's user avatar
0 votes
1 answer
102 views

HTML file Failed to load resource: net::ERR_FAILED

I have an HTML file, where I joined a CSS style, JS code for Image Classification and HTML code, from MediaPipe (https://codepen.io/mediapipe-preview/pen/BaVZejK). I created a custom model, .tflite, ...
razimbres's user avatar
  • 4,978
-2 votes
0 answers
30 views

Why does my Custom model made by training through Mediapipe Model Maker detect people as my object? [closed]

I have a soft toy that i want to detect. I trained on around 100 images using Mediapipe Model Maker. The results are okish. The model is able to recognize my toy from the front view most of the times. ...
Abhinav Mohan's user avatar
-3 votes
0 answers
22 views

Virtual Jewellery Try-On [closed]

How can we achieve virtual jewellery set try on using computer vision techniques which model should I use? I have trained my model for earings and necklace try on but i am facing difficulty in how to ...
Samreena Hameed's user avatar
0 votes
1 answer
40 views

Transforming CameraImage to bitmap in Flutter

We are currently capturing camera images in Flutter as CameraImages in the YUV_420_888 format. Our goal is to convert these images into a format that can be used with BitmapFactory in Kotlin to ...
garfiv's user avatar
  • 3
0 votes
0 answers
56 views

TensorFlow Lite Model Compatibility Issues with Feedback Manager and oneDNN Custom Operations

for the Python code given below. I am getting this error. Please, anyone, help me with this. 2024-07-15 17:11:36.038742: I tensorflow/core/util/port.cc:153] oneDNN custom operations are on. You may ...
Ratnesh's user avatar
  • 15
0 votes
0 answers
24 views

Numpy error when export executable in a PC's without Python

When I run my program in Visual Studio Code, it's works without problem Export code in executable, it's works without problem When I export in another PC, it's work but there is Numpy error: Traceback ...
Noob_Testautomation's user avatar
0 votes
0 answers
20 views

how to set mediapipe error for dataset path

when i run this code it gives an error of image directory dataset is empty while the directory is valid and its also show content when using another method i think the problem is with gesture ...
Azam Saif's user avatar
0 votes
0 answers
38 views

How convert .tflite to mediaPipe

I am trying to create a llm in mobile using gemma-2b-it, but I have a problem when I try to run the llm with mediapipe. E0000 00:00:1719161438.366071 20510 calculator_graph.cc:887] INTERNAL: ...
Jorge Ignacio Martinez-abarca's user avatar
0 votes
1 answer
72 views

How to move humanoid model charactor in unity with 3d coordinates from mediapipe pose estimation

I have a python program that runs mediapipe psoe estimation and sends 3D pose coordinates data via UDP to unity. So far I've been able to render the pose results with spheres and lines. Here is the ...
073's user avatar
  • 23
0 votes
0 answers
34 views

How to draw a 3D mask on the face in android media pipe

[![ After I get 468 points ( x, y ,z) from how can I draw a mask (use .obj file)on my face, please give me some tutorial make a mask in face by android java or kotlin.you have example please share ...
gowthaman C's user avatar
1 vote
1 answer
30 views

Kivy video feed freeze

I am building a push up counter, which will count aloud the number of reps after it detects a rep. I am trying to add pyttsx3 with my current code such that it will count out the number of reps. The ...
Devansh Singhal's user avatar
0 votes
1 answer
39 views

How to share a mediaPipe webgl texture to my own webgl program?

I currently using mediaPipe to segment a video stream and extract the background from it (for blurring). Things seems to work fine. I'm giving an OffscreenCanvas to mediaPipe in order for it to do the ...
atomrc's user avatar
  • 2,563
2 votes
0 answers
52 views

How can I translate point cloud of an image part to the correct position in the point cloud of the entire scene

I'm using media pipe to get the face landmarks of a face in a photo, then I get the 3d points of those landmarks and put them in 3d space in open3d. I have the point cloud of the scene related to the ...
Alberto Fasan's user avatar
-1 votes
1 answer
122 views

Python Mediapipe "nonetype object has no landmark attribute" error with camera

Hello I am using the code from here https://learnopencv.com/building-a-body-posture-analysis-system-using-mediapipe/ For posture detection when a person is sitting If I use the sample input.mp4 that ...
Kanon Watanabe's user avatar

15 30 50 per page
1
2 3 4 5
45