MCPcopy 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
71def makedirs(directory):
72 if not os.path.exists(directory):
73 os.makedirs(directory)
74
75
76def get_color_map_list(num_classes):

Callers 1

visualizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected