FORTH-ModelBasedTracker/HandTracker

error in HT.HandTrackerLib: unrecognised option 'libs'

shomedas opened this issue · 1 comments

my setup: ubuntu 14.04, nvidia-gtx960, carmine 1.09. I also tried with kinect v1. when i run Single handtracker, it gives error for both(kinect and carmine 1.09):

$ python SingleHandTracking.py
Creating Renderer...
[2016-08-03 11:50:56.489215] [0x000007ffaee5d374] [warning] Read options from environment : unrecognised option 'libs'
[2016-08-03 11:50:56.489337] [0x000007ffaee5d374] [warning] Read options from environment : unrecognised option 'libs'
Traceback (most recent call last):
File "SingleHandTracking.py", line 56, in
ht = HT.HandTrackerLib(2048, 2048, 64, 64, erenderer)
RuntimeError: /home/padeler/work/mbv/release_libs/src/mbv/Decoding/GenericDecoder/GenericDecoder.cpp(1320): Throw in function void MBV::Decoding::GenericDecoder::loadFromFile(std::string, bool)
Dynamic exception type: MBV::Core::Exception
[MBV::Core::OffendingCode_] = ifs.good()
[MBV::Core::Message_] = could not open file for reading

The "unrecognised option 'libs'" is just a warning you can safely ignore.
Your issue is paths. See #44.