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

Method __init__

src/data_loader/transform_flow.py:278–280  ·  view source on GitHub ↗
(self, size, interpolation=Image.BILINEAR)

Source from the content-addressed store, hash-verified

276 interpolation: Default: PIL.Image.BILINEAR
277 """
278 def __init__(self, size, interpolation=Image.BILINEAR):
279 self.size = size
280 self.interpolation = interpolation
281
282 def __call__(self, img_group):
283 for attempt in range(10):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected