MCPcopy Create free account
hub / github.com/MotrixLab/AiOS / get_annotation_file

Method get_annotation_file

detrsmpl/data/datasets/mesh_dataset.py:39–41  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

37 test_mode=test_mode)
38
39 def get_annotation_file(self):
40 ann_prefix = os.path.join(self.data_prefix, 'preprocessed_datasets')
41 self.ann_file = os.path.join(ann_prefix, self.ann_file)
42
43 def load_annotations(self):
44

Callers 1

load_annotationsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected