-
BlazeFace -> FaceMesh -> MediaPipeIrisのフローになります。
https://github.com/axinc-ai/ailia-models/tree/master/face_recognition/mediapipe_iris
FaceMeshは既存コードをご利用ください。
FaceMeshの出力に対して、Irisを検知して、描画してください。
-
Hello.
I do want to update hand models to the latest ones by MediaPipe. I have downloaded them and they are in the .tflite format I can't import into the script. What should I do?
Thanks
-
### Have I written custom code (as opposed to using a stock example script provided in MediaPipe)
None
### OS Platform and Distribution
Ubuntu 22.04.3 LTS (docker image: tensorflow:2.16.1-gpu-jupyt…
-
I've been reading through the docs for a while but couldn't wrap my head around about how can I implement my models on WebML Polyfill. For example, I have models from [Mediapipe ](https://github.com/g…
-
-
### Have I written custom code (as opposed to using a stock example script provided in MediaPipe)
None
### OS Platform and Distribution
Linux Ubuntu 16.04
### MediaPipe Tasks SDK version
v0.10.3
…
-
Hi,
I was wondering if i can use Mediapipe holistics ( which includes 543 whole body keypoints) to the controlnet or not?
I saw that openpose keypoints can be added and used as a guided stype but …
p0mad updated
11 months ago
-
Hi! I'm currently starting some research about using face-detection models in limited compute devices such as smartphones (specifically I'm focusing on PyTorch Mobile) and my goal is to replicate the …
-
I encountered a challenging error with version 1.5.2. Does anyone have any suggestions?
It seems the issue is related to the WASM file or its configuration. Since these files are not available on G…
tiuvi updated
4 months ago
-
As many of you might already be familiar, `tflite_flutter_helper` is a popular helper library, specifically for Image processing while dealing with tflite. This was earlier developer by tensorflow tea…