Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
错误说:“TypeError:函数只需要 3 个参数(给定 4 个)”
index=cv.dnn.NMSBoxesRotated(boxes_t,confidences,0.5,0.4)
其中 box_t 是 tuple(x,y,w,h) 值
如何解决这个问题?
错误图片