MCPcopy Create free account
hub / github.com/Vegetebird/GraphMLP / __len__

Method __len__

common/load_data_3dhp.py:168–169  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

166 return out_camera_params, out_poses_3d, out_poses_2d, out_poses_2d_GT
167
168 def __len__(self):
169 return len(self.generator.pairs)
170
171 def __getitem__(self, index):
172 seq_name, start_3d, end_3d, flip, reverse = \

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected