MCPcopy Create free account
hub / github.com/danier97/ST-MFNet / moduleNormalize

Function moduleNormalize

utility.py:76–77  ·  view source on GitHub ↗
(frame)

Source from the content-addressed store, hash-verified

74
75
76def moduleNormalize(frame):
77 return torch.cat([(frame[:, 0:1, :, :] - 0.4631), (frame[:, 1:2, :, :] - 0.4352), (frame[:, 2:3, :, :] - 0.3990)], 1)
78
79
80class FoldUnfold():

Callers 1

forwardMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected