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 searched the YOLOv5 issues and discussions and found no similar questions.
Question
Hi , I am unable to get bounding boxes from the output i got by running yolov5s onnx model in onnx runtime. The output is list of arrays of the shape (3,52,52,85) , (3,26,26,85) , (3,13,13,85) respectively . it will be helpful if you can provide me with the postprocess code to define the bounding boxes.
Additional
No response
The text was updated successfully, but these errors were encountered:
If this is a 🐛 Bug Report, please provide a minimum reproducible example to help us debug it. For your specific issue, ensuring you have the correct post-processing steps is key when working with ONNX outputs.
Also, make sure you meet the following requirements:
@anazkhan to extract bounding boxes from the YOLOv5s ONNX model output, you'll need to apply non-max suppression and decode the predictions. You can refer to the post-processing steps in the YOLOv5 repository's detect.py script, which includes functions for these tasks. If you need further guidance, please check the YOLOv5 documentation for detailed instructions.
Search before asking
Question
Hi , I am unable to get bounding boxes from the output i got by running yolov5s onnx model in onnx runtime. The output is list of arrays of the shape (3,52,52,85) , (3,26,26,85) , (3,13,13,85) respectively . it will be helpful if you can provide me with the postprocess code to define the bounding boxes.
Additional
No response
The text was updated successfully, but these errors were encountered: