Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/thygate/stable-diffusion-webui-depthmap-script
/ get_ddad_loader
Function
get_ddad_loader
dzoedepth/data/ddad.py:115–117 ·
view source on GitHub ↗
(data_dir_root, resize_shape, batch_size=1, **kwargs)
Source
from the content-addressed store, hash-verified
113
114
115
def
get_ddad_loader(data_dir_root, resize_shape, batch_size=1, **kwargs):
116
dataset = DDAD(data_dir_root, resize_shape)
117
return
DataLoader(dataset, batch_size, **kwargs)
Callers
1
__init__
Method · 0.85
Calls
1
DDAD
Class · 0.85
Tested by
no test coverage detected