MCPcopy Create free account
hub / github.com/IceClear/StableSR / __init__

Method __init__

scripts/util_image.py:468–469  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

466
467class SpatialAug:
468 def __init__(self):
469 pass
470
471 def __call__(self, im, flag=None):
472 if flag is None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected