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

Method __init__

exps/default/yolov3.py:13–17  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

11
12class Exp(MyExp):
13 def __init__(self):
14 super(Exp, self).__init__()
15 self.depth = 1.0
16 self.width = 1.0
17 self.exp_name = os.path.split(os.path.realpath(__file__))[1].split(".")[0]
18
19 def get_model(self, sublinear=False):
20 def init_yolo(M):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected