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

Method load_anno

yolox/data/datasets/mot.py:90–91  ·  view source on GitHub ↗
(self, index)

Source from the content-addressed store, hash-verified

88 return (res, img_info, file_name)
89
90 def load_anno(self, index):
91 return self.annotations[index][0]
92
93 def pull_item(self, index):
94 id_ = self.ids[index]

Callers 1

mixupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected