How UniRig works: Skeleton and Skinning stages
mainUniRig is a unified framework for automatic 3D model rigging consisting of two main stages:
- Skeleton Prediction: Uses a GPT-like transformer to autoregressively predict a topologically valid skeleton hierarchy via Skeleton Tree Tokenization.
- Skinning Weight & Attribute Prediction: Uses a Bone-Point Cross Attention mechanism to predict per-vertex skinning weights and bone attributes (like stiffness) based on the predicted skeleton and the input mesh geometry.
Current Status: Skeleton prediction and skinning weight prediction are currently available. Bone attribute prediction is planned for a future release.