GithubHelp home page GithubHelp logo

mocgui's Introduction

Introduction

This page contains software and instructions for a GUI interface for viewing motion capture data.

Installation

  1. Download the code via git clone https://github.com/zhfe99/mocgui.git or from this link;
  2. Set mocgui/ as the current folder in Matlab;
  3. Run addPath in Matlab to add sub-directories into the path of Matlab.
  4. Run mocgui or demoMoc in Matlab.

Instructions

The package of mocgui.zip contains the following files and folders:

  • ./data: This folder contains a subset of the CMU Motion Capture dataset.
  • ./src: This folder contains the main implementation of the GUI interface.
  • ./lib: This folder contains some necessary library functions.
  • ./addPath.m: Adds the sub-directories into the path of Matlab.
  • ./mocgui.m: The interface function.
  • ./mocgui.fig: The Matlab fig file to save the window configuration.
  • ./demoMoc.m: A demo file for loading and visualizing motion capture data.

FAQs

How to load more data?

  • All the mocap data are located under data/cmu. In this package, I have put a folder data/cmu/S02 containing all the sequences performed by subject S02. You can download more data from the website of the CMU Motion Capture dataset and put the files in a similar structure as the folder data/cmu/S02.

How to show one frame of a mocap data?

  • At the end of demoMoc.m, you can find an example of showing one frame of a mocap data.

How to get the coordinate of a mocap data?

  • The function cmuMoc creates a structure variable named wsMoc, which contains all the mocap data for one sequence. In particular, wsMoc.QC is a 3 x nJ x nF matrix, containing the 3D coordinate of nJ joints of a nF-length motion capture data. You can check the code demoMoc.m for the example.

Copyright

This software is free for use in research projects. If you publish results obtained using this software, please use this citation.

@article{ZhouDH13,
    author    = {Feng Zhou and Fernando {De la Torre} and Jessica K. Hodgins},
    title     = {Hierarchical Aligned Cluster Analysis for Temporal Clustering of Human Motion},
    journal   = {IEEE Transactions Pattern Analysis and Machine Intelligence (PAMI)},
    year      = {2013},
    volume    = {35},
    number    = {3},
    pages     = {582-596},
}

If you have any question, please feel free to contact Feng Zhou ([email protected]).

mocgui's People

Contributors

zhfe99 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.