Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/thygate/stable-diffusion-webui-depthmap-script
/ __len__
Method
__len__
dzoedepth/data/diode.py:117–118 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
115
return
sample
116
117
def
__len__(self):
118
return
len(self.image_files)
119
120
121
def
get_diode_loader(data_dir_root, batch_size=1, **kwargs):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected