Getting Started
rerun-animation
package.Installation #
Install the package from PyPi using pip
:
pip install rerun-animation
The rerun-animation
package is now installed & almost ready to use.
Deployment #
After installing the package, the next step is to deploy the rerun-loader-plugin
by running:
rerun-animation-deploy
Support for *.bvh
files is straightforwardly available through this barebone deployment. [rerun
transforms to a bvh-viewer
]
However, support for the parametric body animation files (e.g. SMPL
/SMPL-H
) requires the deployment of their associated data files.
Meshcapade / MPI Body Model Data #
*.npz
) with this package, it is necessary to deploy their parameter files.
Download the currently supported body model files and place them under a common folder PATH/TO/BODY/MODELS
:
SMPL
: https://smpl.is.tue.mpg.de/SMPL-H
: https://mano.is.tue.mpg.de/
Then, run the deployment with the body_data_root
argument pointing to PATH/TO/BODY/MODELS
:
rerun-animation-deploy --body_data_root `PATH/TO/BODY/MODELS`
The rerun-loader-plugin
now supports custom *.npz
files containing parametric body model parameters.
rerun-animation
package has not been tested on Linux, please submit your feedback if things don’t work out.Next #
See how to select a visualization configuration, or just drag-n-drop a file into the rerun-viewer
.