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'm using yolo model and it's exported from onnx 1.14.1 with opset 18.
not sure it's related to my measure method or model version issue but just convert input data to input model is using over 50ms seems not normal to me.
another unnormal delay is between my output_handler() and final stopwatch elapse, consume over 100ms(before release elements...)
(am i setup this package wrong or normal case.?)
The text was updated successfully, but these errors were encountered:
i'm using yolo model and it's exported from onnx 1.14.1 with opset 18.
not sure it's related to my measure method or model version issue but just convert input data to input model is using over 50ms seems not normal to me.
another unnormal delay is between my output_handler() and final stopwatch elapse, consume over 100ms(before release elements...)
(am i setup this package wrong or normal case.?)
The text was updated successfully, but these errors were encountered: