MCPcopy Create free account
hub / github.com/OpenImagingLab/FlashVSR / raw_data

Method raw_data

diffsynth/data/video.py:94–98  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

92 self.set_shape(height, width)
93
94 def raw_data(self):
95 frames = []
96 for i in range(self.__len__()):
97 frames.append(self.__getitem__(i))
98 return frames
99
100 def set_length(self, length):
101 self.length = length

Callers

nothing calls this directly

Calls 2

__len__Method · 0.95
__getitem__Method · 0.95

Tested by

no test coverage detected