MCPcopy Create free account
hub / github.com/FoundationVision/ByteTrack / __init__

Method __init__

yolox/exp/base_exp.py:20–24  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

18 """Basic class for any experiment."""
19
20 def __init__(self):
21 self.seed = None
22 self.output_dir = "./YOLOX_outputs"
23 self.print_interval = 100
24 self.eval_interval = 10
25
26 @abstractmethod
27 def get_model(self) -> Module:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected