PRIMA-demo / chumpy /__init__.py
HF Space deploy
Deploy snapshot (LFS for demo images per .gitattributes)
c23c50e
Raw
History Blame Contribute Delete
516 Bytes
from __future__ import annotations
"""
PRIMA: Boosting Animal Mesh Recovery with Biological Priors and Test-Time Adaptation
Official implementation of the paper:
"PRIMA: Boosting Animal Mesh Recovery with Biological Priors and Test-Time Adaptation"
by Xiaohang Yu, Ti Wang, and Mackenzie Weygandt Mathis
Licensed under a modified MIT license
"""
"""Minimal ``chumpy`` compatibility for unpickling legacy SMAL model configs."""
from .ch import Ch, ChArray, materialize
__all__ = ["Ch", "ChArray", "materialize"]