Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/FoundationVision/ByteTrack
/ is_main_process
Function
is_main_process
yolox/utils/dist.py:92–93 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
90
91
92
def
is_main_process() -> bool:
93
return
get_rank() == 0
94
95
96
@functools.lru_cache()
Callers
7
evaluate
Method · 0.90
evaluate_sort
Method · 0.90
evaluate_deepsort
Method · 0.90
evaluate_motdt
Method · 0.90
evaluate_prediction
Method · 0.90
evaluate
Method · 0.90
evaluate_prediction
Method · 0.90
Calls
1
get_rank
Function · 0.85
Tested by
no test coverage detected