MCPcopy Create free account
hub / github.com/csxmli2016/MARCONetPlusPlus / mkdirs

Function mkdirs

utils/utils_image.py:38–43  ·  view source on GitHub ↗
(paths)

Source from the content-addressed store, hash-verified

36
37
38def mkdirs(paths):
39 if isinstance(paths, str):
40 mkdir(paths)
41 else:
42 for path in paths:
43 mkdir(path)
44
45# --------------------------------------------
46# get uint8 image of size HxWxn_channles (RGB)

Callers

nothing calls this directly

Calls 1

mkdirFunction · 0.85

Tested by

no test coverage detected