Evaluation of the itwmm benchmark datasets.
You will first need to install menpo and menpo 3d from here
The actual steps for menpo and menpo3d installation are:
-
conda create -n menpo_dev
-
source activate menpo_dev
-
conda install -c menpo menpoproject
-
conda remove --force menpo
-
conda remove --force menpo3d
-
mkdir path_to_menpo_code
cd path_to_menpo_code
Download menpo and menpo3d code and put it here -
cd path_to_menpo_code/menpo
pip install -e . --no-deps
-
cd path_to_menpo_code/menpo3d
pip install -e . --no-deps
After installation of the dependences are complete, use demo.ipynb to run the benchmark.