Spaces:
Runtime error
Runtime error
| from .constants import JOINT_NAMES | |
| from .hmr import hmr | |
| from .smpl import SMPLX | |
| from .utils import process_image | |
| __all__ = [ | |
| "hmr", | |
| "SMPLX", | |
| "process_image", | |
| "JOINT_NAMES", | |
| ] | |