MCPcopy Create free account
hub / github.com/DSL-Lab/StreamSplat / __len__

Method __len__

datasets/provider_vos.py:97–98  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

95 return osp.join(pred_dir, base_name)
96
97 def __len__(self):
98 return len(self.ret_frames)
99
100 def __getitem__(self, index):
101 set_idx, image_path, timestamp, frame_idx = self.ret_frames[index]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected