FORTH-ModelBasedTracker / MonocularRGB_3D_Handpose_WACV18

Using a single RGB frame for real time 3D hand pose estimation in the wild
164 stars 30 forks source link

ModuleNotFoundError: No module named 'PyJointTools' #11

Closed Jalpa119 closed 5 years ago

Jalpa119 commented 5 years ago

I am not able to find out PyJointTools module.

i am using windows 10 and python 3.6

Not sure how to install above module. Any help appreciate . Thank you in Advance.

padeler commented 5 years ago

We provide linux binaries for this module. You will have to test it on a linux system. Currently we have no plans for supporting windows.

Jalpa119 commented 5 years ago

Now i am working on linux machine . But still no idea how to install PyJointTools library.

NAME="Ubuntu" VERSION="16.04.6 LTS (Xenial Xerus)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 16.04.6 LTS" VERSION_ID="16.04" HOME_URL="http://www.ubuntu.com/" SUPPORT_URL="http://help.ubuntu.com/" BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/" VERSION_CODENAME=xenial UBUNTU_CODENAME=xenial

python3.6

padeler commented 5 years ago

Your system setup is fine.

Just follow the instructions. You will need to download the libraries package (PyJointTools etc) from the provided link and update your LD_LIBRARY_PATH environment variable to contain the folder with the libraries.