(self)
| 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 = \ |
nothing calls this directly
no outgoing calls
no test coverage detected