non-maximum-suppression

TypeError: Can't convert vector element for 'scores', index=0

TypeError: Can't convert vector element for 'scores', index=0 Question: I’m trying to take the output of a yolov5s.onnx model and and run NMSBoxes on it. But I keep getting this error: Traceback (most recent call last): File "python_detection.py", line 132, in <module> class_ids, confidences, boxes = wrap_detection(inputImage, outs[0]) File "python_detection.py", line 88, in wrap_detection indexes …

Total answers: 3