MCPcopy Create free account
hub / github.com/Topdu/OpenOCR / __len__

Method __len__

tools/data/simple_dataset.py:170–171  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

168 return outs
169
170 def __len__(self):
171 return len(self.data_idx_order_list)
172
173
174class MultiScaleDataSet(SimpleDataSet):

Callers 3

get_ext_dataMethod · 0.95
__getitem__Method · 0.95
__getitem__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected