MCPcopy Create free account
hub / github.com/FoundationVision/ByteTrack / _load_coco_annotations

Method _load_coco_annotations

yolox/data/datasets/mot.py:52–53  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

50 return len(self.ids)
51
52 def _load_coco_annotations(self):
53 return [self.load_anno_from_ids(_ids) for _ids in self.ids]
54
55 def load_anno_from_ids(self, id_):
56 im_ann = self.coco.loadImgs(id_)[0]

Callers 1

__init__Method · 0.95

Calls 1

load_anno_from_idsMethod · 0.95

Tested by

no test coverage detected