MCPcopy Create free account
hub / github.com/JasonLSC/GSCodec_Studio / create_dir

Function create_dir

examples/codec_ply_sequence.py:1103–1106  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

1101 print(f"{metric.upper():<8}: {value1:.4f} -> {value2:.4f} ({diff_str})")
1102
1103def create_dir(path):
1104 if os.path.exists(path):
1105 shutil.rmtree(path)
1106 os.makedirs(path)
1107
1108def main(local_rank: int, world_rank, world_size: int, cfg: Config):
1109 runner = Runner(local_rank, world_rank, world_size, cfg)

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected