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/ddad.py:111–112 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
109
return
sample
110
111
def
__len__(self):
112
return
len(self.image_files)
113
114
115
def
get_ddad_loader(data_dir_root, resize_shape, batch_size=1, **kwargs):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected