MCPcopy Create free account
hub / github.com/baowenbo/DAIN / load_data

Method load_data

MegaDepth/data/aligned_data_loader.py:50–51  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

48 return 'RMSEDataLoader'
49
50 def load_data(self):
51 return self.paired_data
52
53 def __len__(self):
54 return len(self.dataset)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected