MCPcopy Create free account
hub / github.com/MaureenZOU/TSAM / __init__

Method __init__

src/data_loader/transform.py:216–218  ·  view source on GitHub ↗
(self, size, interpolation=Image.BILINEAR)

Source from the content-addressed store, hash-verified

214 interpolation: Default: PIL.Image.BILINEAR
215 """
216 def __init__(self, size, interpolation=Image.BILINEAR):
217 self.size = size
218 self.interpolation = interpolation
219
220 def __call__(self, img_group):
221 for attempt in range(10):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected