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 am encountering an error while trying to load a YOLOv8 model with the EfficientNMS_TRT plugin in TRITON. The specific error message I am receiving is:
vbnet
UNAVAILABLE: Internal: onnx runtime error 1: Load model from /models/yolov8_onnx/1/model.onnx failed: Fatal error: TRT:EfficientNMS_TRT(-1) is not a registered function/op
Steps to Reproduce:
Export YOLOv8 model with EfficientNMS_TRT plugin.
Attempt to load the exported model into TRITON.
Expected Behavior:
The YOLOv8 model with the EfficientNMS_TRT plugin should load into TRITON without any errors.
Actual Behavior:
Encountering the aforementioned error message when trying to load the model into TRITON.
Additional Information:
YOLOv8 model was exported with EfficientNMS_TRT plugin.
The error seems to be related to the EfficientNMS_TRT plugin not being registered.
TRITON version: 23.05-py3-sdk
YOLOv8 Model Export Code:
Verified that the EfficientNMS_TRT plugin is correctly included during model export.
Checked for any compatibility issues between the TRITON version and the ONNX Runtime version.
Request for Assistance:
I'm seeking guidance on how to properly load a YOLOv8 model with the EfficientNMS_TRT plugin in TRITON. Any insights, suggestions, or steps to resolve this issue would be greatly appreciated. Thank you!
The text was updated successfully, but these errors were encountered:
Issue Description:
I am encountering an error while trying to load a YOLOv8 model with the EfficientNMS_TRT plugin in TRITON. The specific error message I am receiving is:
vbnet
UNAVAILABLE: Internal: onnx runtime error 1: Load model from /models/yolov8_onnx/1/model.onnx failed: Fatal error: TRT:EfficientNMS_TRT(-1) is not a registered function/op
Steps to Reproduce:
Expected Behavior:
The YOLOv8 model with the EfficientNMS_TRT plugin should load into TRITON without any errors.
Actual Behavior:
Encountering the aforementioned error message when trying to load the model into TRITON.
Additional Information:
Possible Solutions Attempted:
Request for Assistance:
I'm seeking guidance on how to properly load a YOLOv8 model with the EfficientNMS_TRT plugin in TRITON. Any insights, suggestions, or steps to resolve this issue would be greatly appreciated. Thank you!
The text was updated successfully, but these errors were encountered: