Skip to content

Commit

Permalink
Run scripts. The windows version is on TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
padeler committed Oct 27, 2015
1 parent 0ab2bf8 commit 28af160
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions runme.bat
@@ -0,0 +1 @@
# TODO
9 changes: 9 additions & 0 deletions runme.sh
@@ -0,0 +1,9 @@
#!/bin/bash
echo "MBV_SDK Environment variable should point to the MBV libraries folder."
echo "MBV_SDK" $MBV_SDK
echo "Setting LD_LIBRARY_PATH and PYTHONPATH"
export LD_LIBRARY_PATH=$MBV_SDK/libs:$LD_LIBRARY_PATH
export PYTHONPATH=$MBV_SDK/python_libs:$PYTHONPATH

echo "Running the Single Hand Tracker script..."
python src/SingleHandTracking.py

0 comments on commit 28af160

Please sign in to comment.