MCPcopy Create free account
hub / github.com/dek924/PerX2CT / get_root

Function get_root

taming/data/utils.py:43–47  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

41
42
43def get_root(name):
44 base = "data/"
45 root = os.path.join(base, name)
46 os.makedirs(root, exist_ok=True)
47 return root
48
49
50def is_prepared(root):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected