Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveVisionLab/DFNet
/ __len__
Method
__len__
dataset_loaders/seven_scenes.py:321–322 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
319
self.focal = self.focal/self.df
320
321
def
__len__(self):
322
return
self.poses.shape[0]
323
324
def
__getitem__(self, index):
325
# print("index:", index)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected