Spaces:
Runtime error
Runtime error
| 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 | |