Spaces:
Build error
Build error
File size: 362 Bytes
4409449 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
from .base import Transform
from .smpl import SMPLTransform
from .xyz import XYZTransform
# rots2rfeats
from .rots2rfeats import Rots2Rfeats
from .rots2rfeats import Globalvelandy
# rots2joints
from .rots2joints import Rots2Joints
from .rots2joints import SMPLH, SMPLX
# joints2jfeats
from .joints2jfeats import Joints2Jfeats
from .joints2jfeats import Rifke
|