Giter VIP home page Giter VIP logo

Comments (14)

padeler avatar padeler commented on June 12, 2024

Hello,

The MBV libs will not work on windows7, since they are linked against the Kinect2 libraries which are only available on windows8+.

from handtracker.

jin-qin avatar jin-qin commented on June 12, 2024

image

The same error, ran on ubuntu 16.04, using softkinetic ds325

from handtracker.

padeler avatar padeler commented on June 12, 2024

I have not tested the tracker on ubuntu 16.04 yet, but from the error message it looks like an issue with the version of opencv.

Can you run an ldd on libCore.so (after setting the LD_LIBRARY_PATH properly) to see what is missing?

from handtracker.

jin-qin avatar jin-qin commented on June 12, 2024

where is libCore.so?

from handtracker.

padeler avatar padeler commented on June 12, 2024

FORTH/HANDTRACKER/libs/libCore.so

from handtracker.

jin-qin avatar jin-qin commented on June 12, 2024

image

from handtracker.

padeler avatar padeler commented on June 12, 2024

As i said in my previous reply, set the LD_LIBRARY_PATH first (before running ldd), to check the current folder i.e.: export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:.

This will fix the "not found" for libraries that are packaged with the tracker like boost and openmesh.

Also please send the whole output of ldd.

from handtracker.

jin-qin avatar jin-qin commented on June 12, 2024

OK, I will try it, thx a lot.

from handtracker.

ashokbugude avatar ashokbugude commented on June 12, 2024

Same issue here . Below is my terminal screen output for ubuntu 16.04

zayyon@zayyon-MS-7693:~/zayyon/HandTracker-master$ ./runme.sh
MBV_LIBS Environment variable should point to the MBV libraries folder.
MBV_LIBS
Setting LD_LIBRARY_PATH and PYTHONPATH
Running the Single Hand Tracker script...
Traceback (most recent call last):
File "src/SingleHandTracking.py", line 8, in
import PyMBVCore as Core
ImportError: No module named PyMBVCore

from handtracker.

padeler avatar padeler commented on June 12, 2024

You need to set the MBV_LIBS variable to point to the mbv libraries folder as the script explains.

from handtracker.

ashokbugude avatar ashokbugude commented on June 12, 2024

I have set it, but getting errors as shown below

zayyon@zayyon-MS-7693:/zayyon/HandTracker-master$ export MBV_LIBS=/home/zayyon/zayyon/MBV_PythonAPI_Linux_1.1
zayyon@zayyon-MS-7693:
/zayyon/HandTracker-master$ ./runme.shMBV_LIBS Environment variable should point to the MBV libraries folder.
MBV_LIBS /home/zayyon/zayyon/MBV_PythonAPI_Linux_1.1
Setting LD_LIBRARY_PATH and PYTHONPATH
Running the Single Hand Tracker script...
Traceback (most recent call last):
File "src/SingleHandTracking.py", line 8, in
import PyMBVCore as Core
ImportError: /home/zayyon/zayyon/MBV_PythonAPI_Linux_1.1/libs/libCore.so: undefined symbol: _ZN2cv9ExceptionC1EiRKSsS2_S2_i

from handtracker.

ashokbugude avatar ashokbugude commented on June 12, 2024

Below is the complete output of ldd libCore.so after running export LD_LIBRARY_PATH=$LD_LIBRARY_PATH

linux-vdso.so.1 =>  (0x00007ffc72b28000)
libOpenMeshCore.so.3.1 (0x00007f8cfffd6000)
libcudart.so.7.5 (0x00007f8cffd76000)
libboost_system.so.1.57.0 (0x00007f8cffb6e000)
libboost_filesystem.so.1.57.0 (0x00007f8cff956000)
libboost_thread.so.1.57.0 (0x00007f8cff736000)
libboost_serialization.so.1.57.0 (0x00007f8cff4d6000)
libboost_program_options.so.1.57.0 (0x00007f8cff266000)
libboost_log.so.1.57.0 (0x00007f8cfef96000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f8cfed4e000)
libtbb.so.2 => /usr/lib/x86_64-linux-gnu/libtbb.so.2 (0x00007f8cfeb0e000)
libopencv_core.so.2.4 => /usr/lib/x86_64-linux-gnu/libopencv_core.so.2.4 (0x00007f8cfe6de000)
libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f8cfe356000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f8cfe046000)
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f8cfde2e000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f8cfda5e000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f8cfd856000)
librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f8cfd64e000)
/lib64/ld-linux-x86-64.so.2 (0x000055e557104000)
libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f8cfd42e000)
libGL.so.1 => /usr/lib/nvidia-361/libGL.so.1 (0x00007f8cfd19e000)
libGLX.so.0 => /usr/lib/nvidia-361/libGLX.so.0 (0x00007f8cfcf66000)
libGLdispatch.so.0 => /usr/lib/nvidia-361/libGLdispatch.so.0 (0x00007f8cfcc7e000)
libX11.so.6 => /usr/lib/x86_64-linux-gnu/libX11.so.6 (0x00007f8cfc93e000)
libXext.so.6 => /usr/lib/x86_64-linux-gnu/libXext.so.6 (0x00007f8cfc726000)
libxcb.so.1 => /usr/lib/x86_64-linux-gnu/libxcb.so.1 (0x00007f8cfc4fe000)
libXau.so.6 => /usr/lib/x86_64-linux-gnu/libXau.so.6 (0x00007f8cfc2f6000)
libXdmcp.so.6 => /usr/lib/x86_64-linux-gnu/libXdmcp.so.6 (0x00007f8cfc0ee000)

from handtracker.

DirkBroenink avatar DirkBroenink commented on June 12, 2024

I have this same issue on windows 10, with a fresh windows 10 install. I'm guessing I need to install something, but I don't know what it should be. I followed the steps mentioned.

D:\Users\user\InsignityAR\FORTH\app>runme.bat
MBV_LIBS Environment variable should point to the MBV libraries folder.
MBV_LIBS
Setting PATH and PYTHONPATH
"Running the Single Hand Tracker script..."
Traceback (most recent call last):
File "src\SingleHandTracking.py", line 8, in
import PyMBVCore as Core
ImportError: No module named PyMBVCore
(C:\Users\user\Anaconda2) D:\Users\user\InsignityAR\FORTH\app>

from handtracker.

Depth3D avatar Depth3D commented on June 12, 2024

the library is not frrendly....

from handtracker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.