MCPcopy Create free account
hub / github.com/thygate/stable-diffusion-webui-depthmap-script / ImReader

Class ImReader

dzoedepth/data/data_mono.py:261–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259
260
261class ImReader:
262 def __init__(self):
263 pass
264
265 # @cache
266 def open(self, fpath):
267 return Image.open(fpath)
268
269
270class DataLoadPreprocess(Dataset):

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected