(self)
| 99 | return self |
| 100 | |
| 101 | def __len__(self): |
| 102 | return len(self.image_list) |
| 103 | |
| 104 | class MpiSintel_submission(FlowDataset): |
| 105 | def __init__(self, aug_params=None, split='test', root='datasets/Sintel', dstype='clean'): |
nothing calls this directly
no outgoing calls
no test coverage detected