Method__init__(self, sources='streams.txt', img_size=640, stride=32, auto=True, transforms=None, vid_stride=1)
src/yolov5/utils/dataloaders.py:290
Method__init__(self, im, line_width=None, font_size=None, font='Arial.ttf', pil=False, example='abc')
src/yolov5/utils/plots.py:72
Method__init__(self, save_dir=None, weights=None, opt=None, hyp=None, logger=None, include=LOGGERS)
src/yolov5/utils/loggers/__init__.py:59
Method__init__(self, opt, hyp, run_id=None, job_type="Training", **experiment_kwargs)
src/yolov5/utils/loggers/comet/__init__.py:68
Method__init__(self, c1, c2, k=1, s=1, p=None, g=1, d=1, act=True)
src/yolov5/models/common.py:42
Method__init__(self, c1, c2, k=1, s=1, p1=0, p2=0)
src/yolov5/models/common.py:63
Method__init__(self, c1, c2, n=1, shortcut=True, g=1, e=0.5)
src/yolov5/models/common.py:118
Method__init__(self, c1, c2, k=3, s=1, g=1, e=1.0, shortcut=False)
src/yolov5/models/common.py:137
Method__init__(self, c1, c2, n=1, shortcut=True, g=1, e=0.5)
src/yolov5/models/common.py:165
Method__init__(self, c1, c2, n=1, shortcut=True, g=1, e=0.5)
src/yolov5/models/common.py:173
Method__init__(self, c1, c2, k=(5, 9, 13), n=1, shortcut=True, g=1, e=0.5)
src/yolov5/models/common.py:181
Method__init__(self, c1, c2, n=1, shortcut=True, g=1, e=0.5)
src/yolov5/models/common.py:189
Method__init__(self, c1, c2, k=1, s=1, p=None, g=1, act=True)
src/yolov5/models/common.py:231
Method__init__(self, c1, c2, k=1, s=1, g=1, act=True)
src/yolov5/models/common.py:243
Method__init__(self, weights='yolov5s.pt', device=torch.device('cpu'), dnn=False, data=None, fp16=False, fuse=True)
src/yolov5/models/common.py:310
Method__init__(self, ims, pred, files, times=(0, 0, 0), names=None, shape=None)
src/yolov5/models/common.py:683
Method__init__(self, c1, c2, k=1, s=1, p=None, g=1)
src/yolov5/models/common.py:791
Method__init__(self, c1, c2, k=(1, 3), s=1, equal_ch=True)
src/yolov5/models/experimental.py:37
Method__init__(self, c1, c2, k=1, s=1, p=None, g=1, act=True, w=None)
src/yolov5/models/tf.py:68
Method__init__(self, c1, c2, k=1, s=1, p=None, act=True, w=None)
src/yolov5/models/tf.py:92
Method__init__(self, c1, c2, k=1, s=1, p1=0, p2=0, w=None)
src/yolov5/models/tf.py:114
Method__init__(self, c1, c2, k=1, s=1, p=None, g=1, act=True, w=None)
src/yolov5/models/tf.py:137
Method__init__(self, c1, c2, shortcut=True, g=1, e=0.5, w=None)
src/yolov5/models/tf.py:150
Method__init__(self, c1, c2, k=3, s=1, g=1, e=1.0, shortcut=False, w=None)
src/yolov5/models/tf.py:163
Method__init__(self, c1, c2, k, s=1, g=1, bias=True, w=None)
src/yolov5/models/tf.py:176
Method__init__(self, c1, c2, n=1, shortcut=True, g=1, e=0.5, w=None)
src/yolov5/models/tf.py:194
Method__init__(self, c1, c2, n=1, shortcut=True, g=1, e=0.5, w=None)
src/yolov5/models/tf.py:214
Method__init__(self, c1, c2, n=1, shortcut=True, g=1, e=0.5, w=None)
src/yolov5/models/tf.py:229
Method__init__(self, c1, c2, k=(5, 9, 13), w=None)
src/yolov5/models/tf.py:245
Method__init__(self, nc=80, anchors=(), ch=(), imgsz=(640, 640), w=None)
src/yolov5/models/tf.py:275
Method__init__(self, cfg='yolov5s.yaml', ch=3, nc=None, model=None, imgsz=(640, 640))
src/yolov5/models/tf.py:405