-
How use Mediapipe API for Iris Depth Python solution?
Where can I find a similar example?
Thanks
-
Hey, im new in dev's, can't tell which bib/path(?) is blocking the pyinstaller (merging to one exe-file)
" raise PEFormatError("DOS Header magic not found.")
pefile.PEFormatError: 'DOS Header ma…
-
Getting the following error while running the mediapipe iris code:
mp_iris = mp.solutions.iris
AttributeError: module 'mediapipe.python.solutions' has no attribute 'iris'
I am using python 3.…
-
### Describe the problem you are having
I'm logging the MQTT messages of the events, and sometimes the "current_zones" object is empty even when the object is in a zone that should detect that object…
-
Is there a way to get (or convert?) Mediapipe's FaceDetect model, the one with the 6 landmarks? ( https://codepen.io/mediapipe/full/dyOzvZM )
I'm currently using this model and the information it p…
-
I can't download how2sign dataset with below code
```python
config = SignDatasetConfig(name="only-annotations", version="1.0.0", include_video=False, include_pose=None)
how2sign = tfds.load(name='h…
-
**Describe the bug**
A clear and concise description of what the bug is.
I have been using ONNXRuntime for a while and I found the ONNXRuntime GPU instance is usually 5-200 times slower than the C…
-
Hello,
I built the example using visual studio and everything compiles. However, when I launch the executable I have the following error
at the line 147 when graphs are created:
`Excepti…
-
I must admit that I am quite a newb when it comes to build systems. So far I've managed to build the hello_word and the hand_tracking examples on Windows (going through quite a few hoops along the way…
-
I'm trying to run SYCL-based software on gpu (using [dpctl](https://github.com/IntelPython/dpctl/) ) and it requires the compute runtime to be installed to detect gpu devices.
The issue I have is …