The project which uses the MoVi dataset as the main source.
- common - common functions used across the project.
- data - dataset folder (instruction of placing the data is in this folder).
- data_player - functionality for visualizing MoVi dataset.
From the root directory, run this command:
python setup.py install --user
When are you in the development mode, use this command:
python setup.py install develop --user
- Make converter for MoVi dataset that it would be easy to use in ML projects.
- Train a model with MoVi dataset.