Implementation of simultaneous tracking and calibration (STAC) for calibrating mujoco models with keypoint data using the dm_control suite.
As stac
relies on mujoco
and dm_control
, we recommend building within a virtualenv
.
stac
has been tested with python 3.6 and Ubuntu 18.04, CentoOS7, and Windows 10.
- Install prerequisites using the included setup scripts.
python setup.py install
- Follow the instructions here to install
dm_control
. If environment is correctly configured, this is as simple as: