MCPcopy Create free account
hub / github.com/WeChatCV/WeVisionOne / __init__

Method __init__

WeVisionOne/utils/misc.py:141–142  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

139class AverageMeter(object):
140 """Computes and stores the average and current value."""
141 def __init__(self):
142 self.reset()
143
144 def reset(self):
145 self.val = 0

Callers

nothing calls this directly

Calls 1

resetMethod · 0.95

Tested by

no test coverage detected