-
Hi
Due to current coronavirus circulation I want to avoid face touching (which seems not possible when your brain is focused on some task)
So I want to feed my webcam to face-api to detect face…
-
I tried to use your project for the latest version of Oculus SDK but 4 errors appears in Unity 2018.4:
1) Assets\Scripts\RemoteAvatar.cs(172,26): error CS0115: 'RemoteAvatar.GetCurrentPose(out OvrA…
-
Traceback (most recent call last):
File "/home/moziaijason/pycode/detection/pytorch-openpose-master/src/hand.py", line 89, in
canvas = util.draw_handpose(oriImg, peaks, True)
File "/home/m…
-
Hey when I ran mat_to_xml.py I got this error:
```
mona@Mona:~/code/handpose/deeptraining_hands$ python mat_to_xml.py
successfully converted {}-labels from mat to pascal-xml
Traceback (most rec…
-
Rough thoughts on action system, interested in thoughts.
Background:
- Headset module provides input from a wide variety of input sources
- It's hard to resolve all of these inputs into high le…
-
I uploaded and updated the library and necessary packages in Ubuntu18.
My environment is Python3.6.
However, it reports:
> Traceback (most recent call last):
> File "handpose.py"…
-
Currently the performance of the application is borderline -- if we do a bit more work per inference, we'll definitely start to slow down some more limited devices.
First we have to profile to unde…
-
Thank you for your work. I want to use the predicted handpose information as the pseudo label of my model. I have two questions.
1. Assume that the predicted pose params, shape params, 3d joint and 2…
-
-
We have provided at least one easy and clean Python demo for every model here in the zoo. As described in https://github.com/opencv/opencv_zoo/issues/132, Python demos sometimes can be too concise to …