-
Hi,
it seems to be not possible to satisfy libmediapipe_c.so dependency on glibc-2.33 on Ubuntu/Debian
Is Docker build method only good for current Arch?
My attempt at downgrading glibc to 2.28…
k0a1a updated
2 years ago
-
I am integrating mediapipe facedetection into an exist android project. I followed guideline on the medipipe tutorial page.
https://google.github.io/mediapipe/getting_started/android_archive_library…
-
Hello,
I followed the instructions regarding setting up Objecttracking gpu on the android device. It is successfully running. However, I want get the tracking box info (Rect, label, Id , confidence).…
-
Please make sure that this is a [solution](https://google.github.io/mediapipe/solutions/solutions.html) issue.
**System information** (Please provide as much relevant information as possible)
- Have …
-
I am using CENTOS 7 and trying to compile and build the desktop example.
the error is
`
ERROR: /user/home/mediapipe-master/mediapipe/examples/desktop/face_detection/BUILD:27:10: Linking of rule…
-
Running from example on mediapipe website (github) and the face detection example fails with TypeError because of using "model_selection=1" complaining that it doesn't accept the keyword. I took the …
-
hello,
i am trying to use mediapipe's face detection in as a part of my face recognition app which should be able to detect faces in different images and extract them for recognition process. Unfortu…
-
Hi team,
I have this project online (https://adrianow.github.io/very-kb/) that was working until these days and today I have detected that it stopped working. Looking at the developer console I am …
-
Hi mediapipe team,
I have tried the holistic solution of mediapipe both on a windows PC and a Nvidia Jetson Xavier platform. Basically, I was following the example scripts provided on this link-> htt…
-
Currently I'm trying to implement a Facial filter (snapchat like) using mediapipe facemesh. I thought of doing it in two steps -
1. Get the coordinates of concerned landmark for the specific filter …