-
Hello,
I am looking to use Mediapipe iris detection. I have tried to use iris_landmark.tflite as the inference model to detect pupil center.
Here is my code so far
```
import numpy as np
impo…
-
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…
-
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 …
-
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 …
-
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 …
-
I ran this command :
`bazel build -c opt --strip=ALWAYS --incompatible_restrict_string_escapes=false --host_crosstool_top=@bazel_tools//tools/cpp:toolchain --fat_apk_cpu=arm64-v8a,armeabi-v7a //me…
-
Hello, I am new to Mediapipe, I am currently working on an Android application in which I am brought to perform both real-time face detection and hand tracking. Now integrating each calculator separat…
-
Hi!
I noticed that in .tflite version which goes with python API eyes on the predicted face mesh never seem to be closed if I close my eyes. In contrast, in the [tf.js demo](https://www.npmjs.com/pac…
-
Hi @keijiro ,
Hope you are all well !
I was wondering if it is possible to cumulate facemesh and openpose on a unity chan avatar from a video input.
Like, https://github.com/digital-standard/…
ghost updated
3 years ago