MCPcopy Create free account
hub / github.com/akira-l/SEEG / __init__

Method __init__

scripts/data_loader/motion_preprocessor.py:5–8  ·  view source on GitHub ↗
(self, skeletons, mean_pose)

Source from the content-addressed store, hash-verified

3
4class MotionPreprocessor:
5 def __init__(self, skeletons, mean_pose):
6 self.skeletons = np.array(skeletons)
7 self.mean_pose = np.array(mean_pose).reshape(-1, 3)
8 self.filtering_message = "PASS"
9
10 def get(self):
11 assert (self.skeletons is not None)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected