MCPcopy Create free account
hub / github.com/EmbodiedGPT/EmbodiedGPT_Pytorch / __init__

Method __init__

robohusky/video_transformers.py:357–358  ·  view source on GitHub ↗
(self, roll=False)

Source from the content-addressed store, hash-verified

355class Stack(object):
356
357 def __init__(self, roll=False):
358 self.roll = roll
359
360 def __call__(self, img_group):
361 if img_group[0].mode == 'L':

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected