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

Method reset

yolox/utils/metric.py:89–92  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

87 return self._total
88
89 def reset(self):
90 self._deque.clear()
91 self._total = 0.0
92 self._count = 0
93
94 def clear(self):
95 self._deque.clear()

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected