Panteleris Paschalis

Results 13 comments of Panteleris Paschalis

You use the [getKeypoints](https://github.com/FORTH-ModelBasedTracker/PyOpenPose/blob/master/scripts/JustFaceNet.py#L82) method. The keypoints are return as a matrix with one keypoint (X,Y) per row. You can use the json library of python to store the matrix...

Can you be a bit more specific with the parameters that are beyond their limits? You can explicitly change the low and high bounds of the model parameters (check the...

You are right, a new release of the hand tracker binaries (with additional features) is something we plan to do but always gets delayed by other more pressing requirements.

Hello, The 27 parameters represent global position and orientation as well as finger joint angles. The global position and orientation are encoded in the first 7 numbers (3 translation +...

This issue looks like it is not related to the handtracker but in the way the method is called from your scripts. Do you make multiple calls from different threads...

From the error it looks like the opencv "Exception" class is undefined. Check that you have the correct version of opencv in your LD_LIBRARY_PATH. You can use ldd on libCore.so...

This is probably a opencv version issue. These libraries where built for ubuntu 14.04 with the opencv v2.48.

It looks like the issue is on the boost python defined type conversions. Have you imported PyMBVCore in your script?

You need to replace the code of the grabber with your own. Check the code examples in the lines were the OpenNIGrabber is used to grab frames. You can use...

Depth from stereo is not good enough for hand tracking using this method. That said, you can test the performance of the handtracker with stereo input by using the depth...