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
不是的把?我用v4.0的权重转成onna,然后推理,就报下面的错
Traceback (most recent call last):
File ".\main_yolov5.py", line 119, in
dets = yolonet.detect(srcimg)
File ".\main_yolov5.py", line 101, in detect
outs[row_ind:row_ind+length, 0:2] = (outs[row_ind:row_ind+length, 0:2] * 2. - 0.5 + np.tile(self.grid[i],(self.na, 1))) * int(self.stride[i])
ValueError: operands could not be broadcast together with shapes (1,2,80,80,85) (19200,2)
你好,你的代码跑通了,模型是yolov5哪个版本。
ultralytics/yolov5-5.0的模型能跑吗,需要改代码吗
The text was updated successfully, but these errors were encountered: