MCPcopy Index your code
hub / github.com/FoundationVision/ByteTrack / mkdir_if_missing

Function mkdir_if_missing

tools/interpolation.py:9–11  ·  view source on GitHub ↗
(d)

Source from the content-addressed store, hash-verified

7
8
9def mkdir_if_missing(d):
10 if not os.path.exists(d):
11 os.makedirs(d)
12
13
14def eval_mota(data_root, txt_path):

Callers 3

interpolation.pyFile · 0.85
eval_seqFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected