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
Traceback (most recent call last):
File "C:/Users/xtuye/yolov5-dnn-cpp-python/main_yolov5.py", line 114, in
dets = yolonet.detect(srcimg)
File "C:/Users/xtuye/yolov5-dnn-cpp-python/main_yolov5.py", line 90, in detect
outs[i] = outs[i].reshape(bs, self.na, self.no, ny, nx).transpose(0, 1, 3, 4, 2)
TypeError: 'tuple' object does not support item assignment
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "C:/Users/xtuye/yolov5-dnn-cpp-python/main_yolov5.py", line 114, in
dets = yolonet.detect(srcimg)
File "C:/Users/xtuye/yolov5-dnn-cpp-python/main_yolov5.py", line 90, in detect
outs[i] = outs[i].reshape(bs, self.na, self.no, ny, nx).transpose(0, 1, 3, 4, 2)
TypeError: 'tuple' object does not support item assignment
The text was updated successfully, but these errors were encountered: