-
Hey there,
I'm attempting to build mediapipe on a jetson nano and am running into the following build error. It concerns the image_to_tensor_converter_opencv.cc file:
(line) return tensor;
could …
-
Hi, I'm having some issues with retrieving the actual orientation angles i.e pitch/yaw/roll from face geometry. I need them for my application. I'm probably missing some obvious detail. Can you give m…
-
Error while running Face mesh with Refine Landmark = True
**System information**
- Have I written custom code (as opposed to using a stock example script provided in Mediapipe): No
- OS Platform …
-
This means that if we select a different application, such as a game or a video conferencing app, XR Animator will significantly reduce CPU and GPU usage by drastically lowering the frame rate. This i…
-
I can run the `iris_depth_from_image_desktop` successfully.
And I know I must get EXIF info from Image using the `ImageFilePropertiesCalculator` calculator like this:
> Computes the focal length …
-
### OS Platform and Distribution
Mac 12.1
### Compiler version
Apple Clang
### Programming Language and version
Python 3.10
### Installed using virtualenv? pip? Conda?(if python)
…
-
this is my code
# Import kivy dependencies first
from kivy.app import App
from kivy.uix.boxlayout import BoxLayout
# Import kivy UX components
from kivy.uix.image import Image
from kivy.uix.b…
-
### OS Platform and Distribution
Ubuntu 18.04.6 LTS
### Compiler version
gcc version 7.5.0
### Programming Language and version
C++
### Installed using virtualenv? pip? Conda?(if py…
-
Hi,
I'm trying to run iris tracking (`mediapipe/graphs/iris_tracking/iris_tracking_cpu.pbtxt`) as a python solution (copied `face_mesh` solution).
I've tried several things:
- Added `mediapipe_simp…
-
I have spent a month trying to get mediapipe working, following the installation instructions for using gpu, however it seems somewhat vague or outdated.
Setting python 3.7 as the default on ubuntu …