MCPcopy
hub / github.com/yangchris11/samurai / get

Method get

lib/test/evaluation/data.py:142–143  ·  view source on GitHub ↗
(self, name, frame_num=None)

Source from the content-addressed store, hash-verified

140 return self.object_class
141
142 def get(self, name, frame_num=None):
143 return getattr(self, name)(frame_num)
144
145 def __repr__(self):
146 return "{self.__class__.__name__} {self.name}, length={len} frames".format(self=self, len=len(self.frames))

Callers 15

get_infoMethod · 0.95
_obj_id_to_idxMethod · 0.45
add_new_points_or_boxMethod · 0.45
_get_image_featureMethod · 0.45
remove_objectMethod · 0.45
benchmarkFunction · 0.45
setup_job_infoMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected