MCPcopy Create free account
hub / github.com/UX-Decoder/Semantic-SAM / __init__

Method __init__

utils/misc.py:46–47  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

44class AverageMeter(object):
45 """Computes and stores the average and current value."""
46 def __init__(self):
47 self.reset()
48
49 def reset(self):
50 self.val = 0

Callers

nothing calls this directly

Calls 1

resetMethod · 0.95

Tested by

no test coverage detected