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

Method __init__

src/data_loader/transform_flow.py:320–321  ·  view source on GitHub ↗
(self, roll=False)

Source from the content-addressed store, hash-verified

318class Stack(object):
319
320 def __init__(self, roll=False):
321 self.roll = roll
322
323 def __call__(self, img_dict):
324 img_group = img_dict['gt_frames']

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected