You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi:
Great work! But I think in line 84 of yolo.py, the shape of anchors should be [self.num_scale, -1, 2], instead of [self.num_anchors, -1, 2]. Coincidentally self.num_scale is equal to self.num_anchors in configurations.
Hi:
Great work! But I think in line 84 of yolo.py, the shape of anchors should be
[self.num_scale, -1, 2]
, instead of[self.num_anchors, -1, 2]
. Coincidentallyself.num_scale
is equal toself.num_anchors
in configurations.https://github.com/LongxingTan/Yolov5/blob/88acfd988decc4cc78335cfb6eb50f1975294c1f/yolo/model/yolo.py#L84
The text was updated successfully, but these errors were encountered: