MCPcopy Create free account
hub / github.com/XLearning-SCU/2022-CVPR-DART / __len__

Method __len__

data_loader.py:379–380  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

377 return img1, target1
378
379 def __len__(self):
380 return len(self.test_image)
381
382
383def load_data(input_data_path):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected