This project contains a model and a set of MatLab tools that enable to use kinect data for running an AnyBody Model.
The model utililize a BVH file obtained with the IPi software (http://ipisoft.com/). The BVH file is processed by a MatLab? Script which ensures the angles from IPI are correct and has no gimbal locks
- Please download the two files in the files section of this project and unzip the model and the tool
- Then download these two tools ndlutil: https://github.com/SheffieldML/ndlutil mocap: https://github.com/SheffieldML/mocap
- Unzip the files. The path for the installation needs to be inserted in the "ConvertMultipleFile.m"
- addpath('../../mocap-master');
- addpath('../../ndlutil-master');
Please notice that the model was originally developed for AnyBody Managed Model Repository version 1.5 and incompatibility issues with later versions can occur.