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

Method __len__

preprocess_depth_davis.py:103–104  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

101 return osp.join(pred_dir, base_name)
102
103 def __len__(self):
104 return len(self.all_frames)
105
106 def __getitem__(self, index):
107 set_idx, image_path, timestamp, frame_idx = self.all_frames[index]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected