MCPcopy Create free account
hub / github.com/Vegetebird/GraphMLP / joints_right

Method joints_right

common/skeleton.py:63–64  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

61 return self._joints_left
62
63 def joints_right(self):
64 return self._joints_right
65
66 def _compute_metadata(self):
67 self._has_children = np.zeros(len(self._parents)).astype(bool)

Callers 1

prepare_dataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected