Skip to content

chark/movi-dataset-toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MoVi Dataset Toolkit

The project which uses the MoVi dataset as the main source.

Motion Capture example

Project Structure

  • 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.

Installation

From the root directory, run this command:

python setup.py install --user

Development

When are you in the development mode, use this command:

python setup.py install develop --user

Todo

  • Make converter for MoVi dataset that it would be easy to use in ML projects.
  • Train a model with MoVi dataset.