MCPcopy Create free account
hub / github.com/ActiveVisionLab/DFNet / __init__

Method __init__

script/feature/misc.py:293–295  ·  view source on GitHub ↗
(self, mean, std)

Source from the content-addressed store, hash-verified

291
292class UnNormalize(object):
293 def __init__(self, mean, std):
294 self.mean = mean
295 self.std = std
296
297 def __call__(self, tensor):
298 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected