MCPcopy Create free account
hub / github.com/drinkingcoder/NeuralMarker / __len___

Method __len___

core/datasets.py:204–205  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

202 pass
203
204 def __len___(self):
205 return len(self.images_list)
206
207class ValidateData(data.Dataset):
208 def __init__(self, args, split):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected