File size: 192 Bytes
3680899
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
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",
]