MCPcopy Create free account
hub / github.com/TeleHuman/PBHC / __init__

Method __init__

humanoidverse/utils/motion_lib/skeleton.py:473–476  ·  view source on GitHub ↗
(self, tensor_backend, skeleton_tree, is_local)

Source from the content-addressed store, hash-verified

471 """
472
473 def __init__(self, tensor_backend, skeleton_tree, is_local):
474 self._skeleton_tree = skeleton_tree
475 self._is_local = is_local
476 self.tensor = tensor_backend.clone()
477
478 def __len__(self):
479 return self.tensor.shape[0]

Callers

nothing calls this directly

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected