Marker based motion capture solving. This repository contains Pytorch Lightning implementation of Equivariant Point Network approach to mocap solving.
The code follows the structure of Lightning Hydra Template
Easiest way to reproduce the environment is to install dependencies through the requirements.txt and also following the installation steps in equi-pose repository:
Refer to DeepMC.
Model components can be found at src/models/
.
Training configs are set in config.yaml. Once the configs are set, models can be trained as follows:
python run.py
This result is when all the markers are treated equally to add noise:
- The code is built on the codebase of equi-pose and borrows codes from that repository.
- MoCap-Solver
- Equivariant Point Network