Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
9
def
mkdir_if_missing(d):
10
if
not os.path.exists(d):
11
os.makedirs(d)
12
13
14
def
eval_mota(data_root, txt_path):
Callers
3
interpolation.py
File · 0.85
eval_seq
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected