Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VisionXLab/OF-Diff
/ mkdir
Function
mkdir
ldm/modules/image_degradation/utils_image.py:153–155 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
151
152
153
def
mkdir(path):
154
if
not os.path.exists(path):
155
os.makedirs(path)
156
157
158
def
mkdirs(paths):
Callers
1
mkdirs
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected