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

Method __init__

common/mocap_dataset.py:4–8  ·  view source on GitHub ↗
(self, fps, skeleton)

Source from the content-addressed store, hash-verified

2
3class MocapDataset:
4 def __init__(self, fps, skeleton):
5 self._skeleton = skeleton
6 self._fps = fps
7 self._data = None
8 self._cameras = None
9
10 def remove_joints(self, joints_to_remove):
11 kept_joints = self._skeleton.remove_joints(joints_to_remove)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected