MCPcopy Create free account
hub / github.com/d62lu/3DCTN / __len__

Method __len__

data_utils/ShapeNetDataLoader.py:114–115  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

112 return point_set, cls, seg
113
114 def __len__(self):
115 return len(self.datapath)
116
117
118

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected