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

Method __init__

exps/default/yolox_tiny.py:11–19  ·  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 = 0.33
14 self.width = 0.375
15 self.scale = (0.5, 1.5)
16 self.random_size = (10, 20)
17 self.test_size = (416, 416)
18 self.exp_name = os.path.split(os.path.realpath(__file__))[1].split(".")[0]
19 self.enable_mixup = False

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected