Buckets:
| # SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | |
| # SPDX-License-Identifier: Apache-2.0 | |
| """Skeleton definitions and utilities used across kimodo.""" | |
| from .base import SkeletonBase | |
| from .definitions import ( | |
| G1Skeleton34, | |
| SMPLXSkeleton22, | |
| SOMASkeleton30, | |
| SOMASkeleton77, | |
| ) | |
| from .kinematics import batch_rigid_transform, fk | |
| from .registry import build_skeleton | |
| from .transforms import global_rots_to_local_rots, to_standard_tpose | |
| __all__ = [ | |
| "SkeletonBase", | |
| "G1Skeleton34", | |
| "SOMASkeleton30", | |
| "SOMASkeleton77", | |
| "SMPLXSkeleton22", | |
| "batch_rigid_transform", | |
| "fk", | |
| "build_skeleton", | |
| "global_rots_to_local_rots", | |
| "to_standard_tpose", | |
| ] | |
Xet Storage Details
- Size:
- 735 Bytes
- Xet hash:
- 20f095c595b677352c7ce44616ec159486ab77463a4c6875c33c096055956c53
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.