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

Method __len__

data_utils/ModelNetDataLoader.py:112–113  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

110 self.list_of_points, self.list_of_labels = pickle.load(f)
111
112 def __len__(self):
113 return len(self.datapath)
114
115 def _get_item(self, index):
116 if self.process_data:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected