yolov5-dnn-cpp-python icon indicating copy to clipboard operation
yolov5-dnn-cpp-python copied to clipboard

error. can you help me plz

Open tuyeen1509 opened this issue 2 years ago • 1 comments

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

tuyeen1509 avatar Nov 04 '21 06:11 tuyeen1509

do solve this?

zengxianl avatar Jul 06 '23 13:07 zengxianl