MCPcopy Create free account
hub / github.com/drinkingcoder/FlowFormer-Official / __len__

Method __len__

core/utils/datasets.py:101–102  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

99 return self
100
101 def __len__(self):
102 return len(self.image_list)
103
104class MpiSintel_submission(FlowDataset):
105 def __init__(self, aug_params=None, split='test', root='datasets/Sintel', dstype='clean'):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected