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

Method __len__

common/load_data_hm36.py:176–177  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

174 return out_camera_params, out_poses_3d, out_poses_2d, out_poses_2d_GT
175
176 def __len__(self):
177 return len(self.generator.pairs)
178
179 def __getitem__(self, index):
180 seq_name, start_3d, end_3d, flip, reverse = \

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected