davidpagnon / Maya-Mocap

A set of tools for mocap in Maya
BSD 3-Clause "New" or "Revised" License
8 stars 1 forks source link
camera imports maya mocap trc

Maya Mocap

N.B.: This toolbox is not maintained anymore. You can switch to Pose2Sim_Blender to get access to similar tools (and more).

Maya Mocap is a collection of open-source tools for Motion Capture in Maya.

Tested on Maya 2018 (python 2) and on Maya 2022 (python 3). Not tested on Linux nor MacOS yet.

Contents

  1. How to
  2. Camera toolbox
  3. Imports
    1. OBJ sequence import
    2. Opensim import
    3. TRC import
    4. C3D import
    5. BVH import
    6. FBX import
  4. Others
    1. C3D to TRC
  5. To-do list
  6. Send Us Feedback!
  7. Contributers
  8. Citation
  9. License

How to

  1. First you need to install python packages in Maya. Open a command prompt (Windows -> cmd).\ Type the following (replace <YEAR> with your version):

       "C:\Program Files\Autodesk\Maya<YEAR>\bin\mayapy" -m pip install opencv-python pandas c3d numpy anytree toml

      If it does not work, check there.

  2. Clone the repository or just download the python pieces of code you need.

  3. Open file at <PATH_TO_DOCUMENTS_FOLDER>\maya\<YEAR>\maya.env. Create it if it does't exist.\ Type the following (replace what's in capital letters):

       MAYA_SHELF_PATH = <PATH_TO_MAYA_MOCAP>\shelves
       PYTHONPATH = <PATH_TO_MAYA_MOCAP>\scripts 
       MAYA_PLUG_IN_PATH = <PATH_TO_MAYA_MOCAP>\plug-ins

    You may also need to add this PYTHONPATH to your environment variables.\ Windows -> Environment Variables -> New -> Name: PYTHONPATH, Value: <PATH_TO_MAYA_MOCAP>\scripts

    That's it! After opening Maya, you should get a new shelf with new tools ready to be used.\ image

Camera toolbox

maya_camToolbox.py is a toolbox for various operations on cameras in Maya.\ Lets you:

image image

Imports

OBJ sequence import

maya_objs.py lets you:

image

Opensim import

...Coming soon...\ maya_osim.py lets you:

TRC import

maya_trc.py lets you:

image

C3D import

maya_c3d.py lets you:

BVH import

Jeroen Hoolmans wrote an awesome free BVH (BioVision Hierarchy) importer.\ It is slightly adapted here to be made compatibly with python 3 (Maya 2022 and above).

FBX import

Instructions for importing FBX files can be found at this address.

Others

C3D to TRC

c3d2trc.py lets you:

To-do list

This repository is meant to get more tools in the future. Please feel free to add your suggestions and/or code! Among others, I'd like to add:

Send Us Feedback!

This library is open source for research purposes, and I want to improve it! So let me know (create a new GitHub issue or pull request, email us, etc.) if you:

  1. Find/fix any bug or know how to improve anything.
  2. Want to add/show some cool functionality/demo/project regarding motion capture in Maya. We would love to integrate your project to this repository!

Contributers

David Pagnon (maintainer), contact@david-pagnon.com\ Lionel Reveret, lionel.reveret@inria.fr

Citation

If you find our work useful in your research, please cite it.

License

The code found on this repository is free to use, edit, and redistribute under the BSD-3 licensing terms.