tensorflow-yolov3 icon indicating copy to clipboard operation
tensorflow-yolov3 copied to clipboard

ValueError: cannot reshape array of size 3549 into shape (6)

Open hexin6688 opened this issue 5 years ago • 1 comments

Traceback (most recent call last): File "G:/数据集/tensorflow-yolov3-master/image_demo.py", line 43, in np.reshape(pred_lbbox, (-1, 5 + num_classes))], axis=0) File "G:\anaconda\lib\site-packages\numpy\core\fromnumeric.py", line 292, in reshape return _wrapfunc(a, 'reshape', newshape, order=order) File "G:\anaconda\lib\site-packages\numpy\core\fromnumeric.py", line 56, in _wrapfunc return getattr(obj, method)(*args, **kwds) ValueError: cannot reshape array of size 3549 into shape (6)

hexin6688 avatar Apr 18 '20 14:04 hexin6688

I have the same problem, any solution???

alexanderDuenas avatar May 14 '21 00:05 alexanderDuenas