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
I have tried to use both yolov7 and yolov5 with deep sort and every time it gives me this error
In yolov7: ValueError: shapes (2,352,3) and (3,352,3) not aligned: 3 (dim 2) != 352 (dim 1)
In yolov5: ValueError: shapes (2,640,3) and (3,640,1) not aligned: 3 (dim 2) != 640 (dim 1)
The text was updated successfully, but these errors were encountered:
I have tried to use both yolov7 and yolov5 with deep sort and every time it gives me this error
In yolov7:
ValueError: shapes (2,352,3) and (3,352,3) not aligned: 3 (dim 2) != 352 (dim 1)
In yolov5:
ValueError: shapes (2,640,3) and (3,640,1) not aligned: 3 (dim 2) != 640 (dim 1)
The text was updated successfully, but these errors were encountered: