CMU Graphics Lab Motion Capture Database
Home   |  Search  |  Tools  |   Info  |  FAQs  |  Rendered Movies  |  Resources

View All:
Subjects | Motions
Browse:
Motion Categories
  Search Help
   
   subject number  |  motion or keyword
   (e.g. 41)                  (e.g. run)

Tools


Code

  • New Version! C++ code for viewing and working with ASF/AMC files, aimed at Linux and OS X; a great place to start mocap projects. Written by James McCann. (Note: Set the ifstreams to open .v files with ios::binary, if under Windows and experiencing problems reading .v).
    The code also reads the Vicon .V format and can export it to asf/amc. It also contains an attempt to export bvh - this is untested; if someone would be kind enough to debug it...

  • ASF/AMC viewer - Windows program to view any skeleton asf/amc file. (Screenshot) (Sourcecode Visual Studio 6) (Sourcecode Visual Studio 2005) - thank you to Chris Twigg for porting this code!

Matlab

  • AMC to Matrix by Jernej Barbic - Matlab script to convert from an AMC file to a Matrix
  • Matrix to AMC by Jernej Barbic - Matlab script to convert from a Matrix to an AMC file

MotionBuilder

  • Alias MotionBuilder reads ASF/AMC. Go to File->Import, and select the .asf and .amc together.

Maya - asf/amc

  • To load asf/amc's into Maya, use the amc2mov and asf2mel programs from Biometrics, Inc., documented and available here on the mocap site.
  • Here is a script from the internet to export asf/amc's from Maya. (It is copied from here.) Paste the script into the script editor and source (run) it. Then select a root joint and type "asfamcExporter" in the Maya command window.

Maya - vsk/v

  • To load .v's into Maya, Vicon has given us a plugin. Here are the sources for both Windows and Linux. For convenience, here are compiled Windows versions of the Maya7.5 plugin and the Maya8.5 plugin.
    To load the .vsk, Vicon has given us some scripts - a README is in the zipfile.
    To use the plugin, load the .vsk skeleton, then the .v, which comes in as a set of Maya locators. Attach the locators to the skeleton using a script such as this one or this one, or you can perform the orientConstraints by hand.

Other - User Contributions

  • bvhacker is a free .bvh tweaking / viewing tool that can export other formats.
  • amc2bvh is a free asf/amc to bvh motion conversion tool.

Contribute!

If you have any mocap code, tools, or pointers that you think would be useful to other people, please contribute. We'd especially like software to convert .asf/.amc into other useful formats. Email info to jkh+mocap@cs.cmu.edu.