MCPcopy 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
92def is_main_process() -> bool:
93 return get_rank() == 0
94
95
96@functools.lru_cache()

Callers 7

evaluateMethod · 0.90
evaluate_sortMethod · 0.90
evaluate_deepsortMethod · 0.90
evaluate_motdtMethod · 0.90
evaluate_predictionMethod · 0.90
evaluateMethod · 0.90
evaluate_predictionMethod · 0.90

Calls 1

get_rankFunction · 0.85

Tested by

no test coverage detected