MCPcopy Create free account
hub / github.com/MotrixLab/MotionDiffuse / mkdir

Function mkdir

text2motion/utils/utils.py:12–14  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

10
11
12def mkdir(path):
13 if not os.path.exists(path):
14 os.makedirs(path)
15
16COLORS = [[255, 0, 0], [255, 85, 0], [255, 170, 0], [255, 255, 0], [170, 255, 0], [85, 255, 0], [0, 255, 0],
17 [0, 255, 85], [0, 255, 170], [0, 255, 255], [0, 170, 255], [0, 85, 255], [0, 0, 255], [85, 0, 255],

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected