Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/Research
/ makedirs
Function
makedirs
CV/SemSegPaddle/vis.py:71–73 ·
view source on GitHub ↗
(directory)
Source
from the content-addressed store, hash-verified
69
70
71
def
makedirs(directory):
72
if
not os.path.exists(directory):
73
os.makedirs(directory)
74
75
76
def
get_color_map_list(num_classes):
Callers
1
visualize
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected