MCPcopy Index your code
hub / github.com/FoundationVision/ByteTrack / size

Method size

tutorials/ctracker/test.py:45–48  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

43
44 @property
45 def size(self):
46 w = self.curr_rect[2] - self.curr_rect[0]
47 h = self.curr_rect[3] - self.curr_rect[1]
48 return np.array([w, h])
49
50class tracklet:
51 def __init__(self, det_rect):

Callers 6

postprocessFunction · 0.80
fuse_conv_and_bnFunction · 0.80
forwardMethod · 0.80
load_netFunction · 0.80
forwardMethod · 0.80
dynamic_k_matchingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected