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

Method __len__

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

Source from the content-addressed store, hash-verified

126 }
127
128 def __len__(self):
129 return len(self.entrydata_list)
130
131class MegaDepth_CAPS(PoseDataset):
132 def __init__(self, args, split='train'):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected