MCPcopy Create free account
hub / github.com/MotrixLab/insactor / load_anno

Method load_anno

diffplanner/datasets/base_dataset.py:53–56  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

51 self.prepare_evaluation()
52
53 def load_anno(self, name):
54 motion_path = os.path.join(self.motion_dir, name + '.npy')
55 motion_data = np.load(motion_path)
56 return {'motion': motion_data}
57
58
59 def load_annotations(self):

Callers 1

load_annotationsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected