Different applications using pyBinSim
$ conda create --name binsim35 python=3.5 numpy scipy
$ source activate binsim35 # on windows: activate binsim35
$ pip install pybinsim
$ cd demo1/
$ python play_demo.py
$ cd demo2/
Please start the tracking script and the playdemo script seperately:
$ python tracker.py
$ python play_demo.py