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
Sorry if this is a dumb question / issue. I'm really new at machine learning / object detection.
I exported a YOLOv8 nano model to ONNX and ran object detection with your runtime and with the ort crate.
Whilst with the ort runtime I get one shape each, with yours I get several same object detected stacked on top of each other - same middle point, almost same width and height.
Is this related to the runtime? Do I have to clean up the output myself?
I hope I expressed myself correctly.
The text was updated successfully, but these errors were encountered:
Sorry if this is a dumb question / issue. I'm really new at machine learning / object detection.
I exported a YOLOv8 nano model to ONNX and ran object detection with your runtime and with the ort crate.
Whilst with the
ort
runtime I get one shape each, with yours I get several same object detected stacked on top of each other - same middle point, almost same width and height.Is this related to the runtime? Do I have to clean up the output myself?
I hope I expressed myself correctly.
The text was updated successfully, but these errors were encountered: