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

Method __init__

exps/default/yolox_x.py:11–15  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

9
10class Exp(MyExp):
11 def __init__(self):
12 super(Exp, self).__init__()
13 self.depth = 1.33
14 self.width = 1.25
15 self.exp_name = os.path.split(os.path.realpath(__file__))[1].split(".")[0]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected